Started by an SCM change Running as SYSTEM Agent basic-nlcp6 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-nlcp6" namespace: "ecf" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ecf.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-nlcp6" - 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-nlcp6" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.ecf.svc.cluster.local/ecf/" 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-ecf" 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" [EnvInject] - Loading node environment variables. Building remotely on basic-nlcp6 (basic) in workspace /home/jenkins/agent/workspace/ecf-github.master [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-qGMly3ews5rk/agent.51 SSH_AGENT_PID=53 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/ecf-github.master@tmp/private_key_10754077419102631903.key (/home/jenkins/agent/workspace/ecf-github.master@tmp/private_key_10754077419102631903.key) [ssh-agent] Using credentials genie.ecf (ssh://genie.ecf@projects-storage.eclipse.org) The recommended git tool is: NONE using credential projects-storage.eclipse.org-bot-ssh Cloning the remote Git repository Cloning repository https://github.com/eclipse/ecf.git > git init /home/jenkins/agent/workspace/ecf-github.master # timeout=10 Fetching upstream changes from https://github.com/eclipse/ecf.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials ssh://genie.ecf@projects-storage.eclipse.org [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/ecf-github.master@tmp/jenkins-gitclient-ssh9768325570145286352.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- https://github.com/eclipse/ecf.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/ecf.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 82afa9174abc465df66b243967be1fba522f6e47 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 82afa9174abc465df66b243967be1fba522f6e47 # timeout=10 Commit message: "Merge pull request #110 from scottslewis/master" > git rev-list --no-walk fceb53f3d264e2b746b4c616be1689f904373786 # timeout=10 Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 46331 Copied maven35-agent.jar Copied maven35-interceptor.jar Copied maven3-interceptor-commons.jar [ecf-github.master] $ /opt/tools/java/openjdk/jdk-17/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/jenkins/agent/workspace/ecf-github.master/pom.xml clean verify -Psign -Pbaseline-checks -DskipTests=true -X Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: /opt/tools/apache-maven/3.9.6 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [DEBUG] Reading global settings from /opt/tools/apache-maven/3.9.6/conf/settings.xml [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [DEBUG] Reading global toolchains from /opt/tools/apache-maven/3.9.6/conf/toolchains.xml [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [DEBUG] Created new class realm maven.api [DEBUG] Importing foreign packages into class realm maven.api [DEBUG] Imported: javax.annotation.* < plexus.core [DEBUG] Imported: javax.annotation.security.* < plexus.core [DEBUG] Imported: javax.inject.* < plexus.core [DEBUG] Imported: org.apache.maven.* < plexus.core [DEBUG] Imported: org.apache.maven.artifact < plexus.core [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [DEBUG] Imported: org.apache.maven.cli < plexus.core [DEBUG] Imported: org.apache.maven.configuration < plexus.core [DEBUG] Imported: org.apache.maven.exception < plexus.core [DEBUG] Imported: org.apache.maven.execution < plexus.core [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [DEBUG] Imported: org.apache.maven.graph < plexus.core [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [DEBUG] Imported: org.apache.maven.model < plexus.core [DEBUG] Imported: org.apache.maven.monitor < plexus.core [DEBUG] Imported: org.apache.maven.plugin < plexus.core [DEBUG] Imported: org.apache.maven.profiles < plexus.core [DEBUG] Imported: org.apache.maven.project < plexus.core [DEBUG] Imported: org.apache.maven.reporting < plexus.core [DEBUG] Imported: org.apache.maven.repository < plexus.core [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [DEBUG] Imported: org.apache.maven.settings < plexus.core [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [DEBUG] Imported: org.apache.maven.usability < plexus.core [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [DEBUG] Imported: org.codehaus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [DEBUG] Imported: org.eclipse.aether.* < plexus.core [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [DEBUG] Imported: org.eclipse.aether.util < plexus.core [DEBUG] Imported: org.eclipse.aether.version < plexus.core [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [DEBUG] Imported: org.slf4j.* < plexus.core [DEBUG] Imported: org.slf4j.event.* < plexus.core [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [DEBUG] Imported: org.slf4j.spi.* < plexus.core [DEBUG] Populating class realm maven.api [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [DEBUG] Using local repository at /home/jenkins/.m2/repository [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [INFO] Scanning for projects... [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-maven-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-maven-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-maven-plugin/4.0.7/tycho-maven-plugin-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/4.0.7/tycho-maven-plugin-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/4.0.7/tycho-maven-plugin-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/4.0.7/tycho-maven-plugin-4.0.7.pom (1.7 kB at 119 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/4.0.7/tycho-maven-plugin-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho/4.0.7/tycho-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho/4.0.7/tycho-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.7/tycho-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.7/tycho-4.0.7.pom (21 kB at 2.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho/4.0.7/tycho-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-core:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-core:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.pom (9.7 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-util:pom:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-util:pom:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom (2.9 kB at 714 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver:pom:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver:pom:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom (22 kB at 2.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver/1.9.18/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:41 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:41 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/41/maven-parent-41.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/41/maven-parent-41.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/41/maven-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 7.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/41/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/41/maven-parent-41.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:31 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:31 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/31/apache-31.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/31/apache-31.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom (24 kB at 5.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/31/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/31/apache-31.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-api:pom:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-api:pom:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom (2.7 kB at 223 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-archiver:pom:4.9.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-archiver:pom:4.9.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom (6.0 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:17 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:17 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/17/plexus-17.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/17/plexus-17.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/17/plexus-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/17/plexus-17.pom (28 kB at 7.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/17/plexus-17.pom.lastUpdated' [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.10.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.10.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.10.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom.lastUpdated' [DEBUG] Resolving artifact javax.inject:javax.inject:pom:1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact javax.inject:javax.inject:pom:1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/javax/inject/javax.inject/1/javax.inject-1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 122 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/inject/javax.inject/1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.5.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.5.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 2.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/10/plexus-10.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/10/plexus-10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 5.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/10/plexus-10.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-io:pom:3.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-io:pom:3.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom (3.9 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:16 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:16 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/16/plexus-16.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/16/plexus-16.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/16/plexus-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 5.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/16/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/16/plexus-16.pom.lastUpdated' [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.10.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.10.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 706 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.10.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom.lastUpdated' [DEBUG] Resolving artifact commons-io:commons-io:pom:2.15.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-io:commons-io:pom:2.15.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom (20 kB at 832 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.15.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:65 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:65 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/65/commons-parent-65.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/65/commons-parent-65.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom (78 kB at 9.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/65/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/65/commons-parent-65.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-compress:pom:1.26.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-compress:pom:1.26.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom (22 kB at 4.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.26.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:66 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:66 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/66/commons-parent-66.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/66/commons-parent-66.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/66/commons-parent-66.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/66/commons-parent-66.pom (77 kB at 5.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/66/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/66/commons-parent-66.pom.lastUpdated' [DEBUG] Resolving artifact commons-codec:commons-codec:pom:1.16.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact commons-codec:commons-codec:pom:1.16.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom (16 kB at 3.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.16.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-lang3:pom:3.14.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-lang3:pom:3.14.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom (31 kB at 6.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.14.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:64 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:64 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/64/commons-parent-64.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/64/commons-parent-64.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/64/commons-parent-64.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 11 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/64/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/64/commons-parent-64.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:30 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:30 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/30/apache-30.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/30/apache-30.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom (23 kB at 4.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/30/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/30/apache-30.pom.lastUpdated' [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.10.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.7.36 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.7.36 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 686 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.36/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.7.36 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.7.36 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 3.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.36/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom.lastUpdated' [DEBUG] Resolving artifact org.iq80.snappy:snappy:pom:0.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.iq80.snappy:snappy:pom:0.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 3.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom.lastUpdated' [DEBUG] Resolving artifact org.tukaani:xz:pom:1.9 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.tukaani:xz:pom:1.9 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.9/xz-1.9.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/tukaani/xz/1.9/xz-1.9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 512 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/tukaani/xz/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/tukaani/xz/1.9/xz-1.9.pom.lastUpdated' [DEBUG] Resolving artifact com.github.luben:zstd-jni:pom:1.5.5-11 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.github.luben:zstd-jni:pom:1.5.5-11 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom (2.0 kB at 502 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.27 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.27 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom (3.0 kB at 755 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-cipher:pom:2.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-cipher:pom:2.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom (2.8 kB at 462 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:15 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:15 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/15/plexus-15.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/15/plexus-15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/15/plexus-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/15/plexus-15.pom (28 kB at 6.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/15/plexus-15.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-launching:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-launching:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-launching/4.0.7/sisu-equinox-launching-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/4.0.7/sisu-equinox-launching-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/4.0.7/sisu-equinox-launching-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/4.0.7/sisu-equinox-launching-4.0.7.pom (2.5 kB at 830 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/4.0.7/sisu-equinox-launching-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:sisu-osgi:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-osgi:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-osgi/4.0.7/sisu-osgi-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi/4.0.7/sisu-osgi-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi/4.0.7/sisu-osgi-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi/4.0.7/sisu-osgi-4.0.7.pom (1.1 kB at 529 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi/4.0.7/sisu-osgi-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-api:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-api:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-api/4.0.7/tycho-api-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-api/4.0.7/tycho-api-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.7/tycho-api-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.7/tycho-api-4.0.7.pom (1.7 kB at 561 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-api/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-api/4.0.7/tycho-api-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.metadata:pom:2.9.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.metadata:pom:2.9.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.pom (2.0 kB at 655 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.common:pom:3.19.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.common:pom:3.19.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.pom (1.6 kB at 517 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.osgi:pom:3.19.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.osgi:pom:3.19.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom (1.3 kB at 650 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.core:pom:2.11.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.core:pom:2.11.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.pom (2.3 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.pom.lastUpdated' [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk18on:pom:1.77 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk18on:pom:1.77 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom (1.6 kB at 792 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom.lastUpdated' [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk18on:pom:1.77 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk18on:pom:1.77 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom (1.1 kB at 163 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.runtime:pom:3.31.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.runtime:pom:3.31.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.pom (2.8 kB at 1.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.jobs:pom:3.15.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.jobs:pom:3.15.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom (1.8 kB at 595 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.registry:pom:3.12.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.registry:pom:3.12.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom (2.0 kB at 655 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.preferences:pom:3.11.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.preferences:pom:3.11.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom (2.2 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.prefs:pom:1.1.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.prefs:pom:1.1.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom (1.7 kB at 568 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:osgi.annotation:pom:8.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:osgi.annotation:pom:8.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 186 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/osgi.annotation/8.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.contenttype:pom:3.9.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.contenttype:pom:3.9.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.pom (2.2 kB at 737 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.app:pom:1.7.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.app:pom:1.7.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.pom (2.2 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.publisher:pom:1.9.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.publisher:pom:1.9.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.pom (3.1 kB at 1.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:pom:1.5.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:pom:1.5.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.pom (3.8 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:pom:1.3.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:pom:1.3.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.pom (1.8 kB at 594 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.repository:pom:2.8.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.repository:pom:2.8.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.pom (3.6 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.security:pom:1.4.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.security:pom:1.4.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.pom (2.8 kB at 1.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:pom:1.5.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:pom:1.5.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.pom (3.0 kB at 993 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:sisu-osgi-api:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-osgi-api:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-osgi-api/4.0.7/sisu-osgi-api-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-api/4.0.7/sisu-osgi-api-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.7/sisu-osgi-api-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.7/sisu-osgi-api-4.0.7.pom (951 B at 476 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-api/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-api/4.0.7/sisu-osgi-api-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-exec:pom:1.4.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-exec:pom:1.4.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom (9.5 kB at 4.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-exec/1.4.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:pom:2.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:pom:2.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom (736 B at 245 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:2.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:2.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom (2.3 kB at 767 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/2.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-metadata-model:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-metadata-model:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-metadata-model/4.0.7/tycho-metadata-model-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-metadata-model/4.0.7/tycho-metadata-model-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/4.0.7/tycho-metadata-model-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/4.0.7/tycho-metadata-model-4.0.7.pom (2.0 kB at 978 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-metadata-model/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-metadata-model/4.0.7/tycho-metadata-model-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact de.pdark:decentxml:pom:1.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact de.pdark:decentxml:pom:1.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/de/pdark/decentxml/1.4/decentxml-1.4.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/de/pdark/decentxml/1.4/decentxml-1.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 3.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/de/pdark/decentxml/1.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/de/pdark/decentxml/1.4/decentxml-1.4.pom.lastUpdated' [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.repository:pom:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.repository:pom:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom (4.9 kB at 2.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom.lastUpdated' [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.util:pom:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.util:pom:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom (2.7 kB at 886 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom.lastUpdated' [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bndlib:pom:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bndlib:pom:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom (5.2 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.7.25 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.7.25 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.25/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.7.25 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.7.25 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 4.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.25/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.resource:pom:1.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.resource:pom:1.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom (1.6 kB at 406 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-spi:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-spi:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-spi/4.0.7/tycho-spi-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-spi/4.0.7/tycho-spi-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.7/tycho-spi-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.7/tycho-spi-4.0.7.pom (2.4 kB at 787 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-spi/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-spi/4.0.7/tycho-spi-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:p2-maven-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:p2-maven-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/p2-maven-plugin/4.0.7/p2-maven-plugin-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/p2-maven-plugin/4.0.7/p2-maven-plugin-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.7/p2-maven-plugin-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.7/p2-maven-plugin-4.0.7.pom (7.6 kB at 3.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/p2-maven-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/p2-maven-plugin/4.0.7/p2-maven-plugin-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.director:pom:2.6.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.director:pom:2.6.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.pom (3.2 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.sat4j:org.ow2.sat4j.core:pom:2.3.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.sat4j:org.ow2.sat4j.core:pom:2.3.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom (2.2 kB at 729 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.sat4j:org.ow2.sat4j.pom:pom:2.3.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.sat4j:org.ow2.sat4j.pom:pom:2.3.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom (14 kB at 4.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2:ow2:pom:1.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2:ow2:pom:1.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.5/ow2-1.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/ow2/1.5/ow2-1.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 3.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/ow2/1.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/ow2/1.5/ow2-1.5.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for ow2-snapshot (http://repository.ow2.org/nexus/content/repositories/snapshots). [DEBUG] Resolving artifact org.ow2.sat4j:org.ow2.sat4j.pb:pom:2.3.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.sat4j:org.ow2.sat4j.pb:pom:2.3.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom (1.9 kB at 630 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:pom:1.5.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:pom:1.5.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.pom (1.5 kB at 514 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.engine:pom:2.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.engine:pom:2.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.pom (3.8 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.osgi.compatibility.state:pom:1.2.1000 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.osgi.compatibility.state:pom:1.2.1000 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.pom (1.6 kB at 539 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:pom:1.6.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:pom:1.6.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.pom (3.9 kB at 328 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.frameworkadmin:pom:2.3.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.frameworkadmin:pom:2.3.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.pom (1.8 kB at 876 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:pom:1.3.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:pom:1.3.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.pom (2.0 kB at 998 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:pom:2.3.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:pom:2.3.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.pom (2.4 kB at 812 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.updatesite:pom:1.3.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.updatesite:pom:1.3.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.pom (3.5 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:sisu-osgi-connect:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-osgi-connect:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-osgi-connect/4.0.7/sisu-osgi-connect-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/4.0.7/sisu-osgi-connect-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.7/sisu-osgi-connect-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.7/sisu-osgi-connect-4.0.7.pom (1.8 kB at 602 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/4.0.7/sisu-osgi-connect-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.component:pom:1.5.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.component:pom:1.5.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom (2.8 kB at 936 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:osgi.annotation:pom:8.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:osgi.annotation:pom:8.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom (1.5 kB at 164 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/osgi.annotation/8.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.extender:pom:1.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.extender:pom:1.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom (1.3 kB at 436 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:pom:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:pom:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom (1.3 kB at 431 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:pom:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:pom:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom (1.3 kB at 430 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:pom:1.5.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:pom:1.5.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.pom (2.8 kB at 940 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:pom:2.4.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:pom:2.4.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.pom (4.5 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:pom:1.3.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:pom:1.3.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.pom (3.2 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.director.app:pom:1.3.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.director.app:pom:1.3.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.pom (3.2 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:pom:2.4.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:pom:2.4.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.pom (4.5 kB at 205 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.concurrent:pom:1.3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.concurrent:pom:1.3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.pom (2.2 kB at 271 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.scr:pom:2.2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.scr:pom:2.2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom (15 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.felix:felix-parent:pom:8 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:felix-parent:pom:8 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/felix/felix-parent/8/felix-parent-8.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/felix-parent/8/felix-parent-8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/8/felix-parent-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/8/felix-parent-8.pom (20 kB at 4.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/felix-parent/8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/felix-parent/8/felix-parent-8.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-annotations:pom:1.9 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-annotations:pom:1.9 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 846 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-parent:pom:1.9 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-parent:pom:1.9 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom (4.3 kB at 2.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.mojo:mojo-parent:pom:28 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.mojo:mojo-parent:pom:28 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 8.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/mojo-parent/28/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.org (http://snapshots.repository.codehaus.org). [DEBUG] Resolving artifact org.codehaus:codehaus-parent:pom:3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus:codehaus-parent:pom:3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 1.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/codehaus-parent/3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus-snapshots (http://nexus.codehaus.org/snapshots/). [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk15on:pom:1.70 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk15on:pom:1.70 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom (1.6 kB at 792 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom.lastUpdated' [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk15on:pom:1.70 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk15on:pom:1.70 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom (1.1 kB at 380 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom.lastUpdated' [DEBUG] Resolving artifact commons-net:commons-net:pom:3.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-net:commons-net:pom:3.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom (24 kB at 4.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-net/commons-net/3.10.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-net/commons-net/3.10.0/commons-net-3.10.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:62 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:62 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/62/commons-parent-62.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/62/commons-parent-62.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/62/commons-parent-62.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/62/commons-parent-62.pom (81 kB at 10 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/62/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/62/commons-parent-62.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-targetplatform:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-targetplatform:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-targetplatform/4.0.7/tycho-targetplatform-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-targetplatform/4.0.7/tycho-targetplatform-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-targetplatform/4.0.7/tycho-targetplatform-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-targetplatform/4.0.7/tycho-targetplatform-4.0.7.pom (1.3 kB at 193 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-targetplatform/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-targetplatform/4.0.7/tycho-targetplatform-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2/4.0.7/tycho-p2-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2/4.0.7/tycho-p2-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/4.0.7/tycho-p2-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/4.0.7/tycho-p2-4.0.7.pom (1.7 kB at 565 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2/4.0.7/tycho-p2-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.repository:pom:1.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.repository:pom:1.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 654 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:pom:1.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:pom:1.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 852 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:pom:1.3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:pom:1.3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom (1.9 kB at 627 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:pom:1.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:pom:1.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 478 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:2.0.12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:2.0.12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom (2.8 kB at 942 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/2.0.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:2.0.12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:2.0.12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom (13 kB at 4.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-parent/2.0.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-bom:pom:2.0.12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-bom:pom:2.0.12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom (7.3 kB at 2.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-bom/2.0.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.core:pom:3.37.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.core:pom:3.37.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.pom (2.5 kB at 850 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.resources:pom:3.20.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.resources:pom:3.20.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.pom (2.4 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.expressions:pom:3.9.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.expressions:pom:3.9.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom (1.6 kB at 530 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.filesystem:pom:1.10.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.filesystem:pom:1.10.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.pom (2.2 kB at 730 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.text:pom:3.14.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.text:pom:3.14.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom (2.2 kB at 724 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.commands:pom:3.12.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.commands:pom:3.12.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom (1.6 kB at 525 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.jdt:ecj:pom:3.37.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:ecj:pom:3.37.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom (1.3 kB at 658 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/ecj/3.37.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1796491, ConflictMarker.markTime=534554, ConflictMarker.nodeCount=316, ConflictIdSorter.graphTime=1235230, ConflictIdSorter.topsortTime=419726, ConflictIdSorter.conflictIdCount=88, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=10902167, ConflictResolver.conflictItemCount=316, DfDependencyCollector.collectTime=3099043155, DfDependencyCollector.transformTime=18112833} [DEBUG] org.eclipse.tycho:tycho-maven-plugin:jar:4.0.7 [DEBUG] org.eclipse.tycho:tycho-core:jar:4.0.7:compile [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-io:jar:3.4.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.14.0:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] com.github.luben:zstd-jni:jar:1.5.5-11:runtime [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.27:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-api:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default) [DEBUG] org.apache.commons:commons-exec:jar:1.4.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:4.0.7:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.1:compile [DEBUG] org.eclipse.tycho:tycho-spi:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default) [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile [DEBUG] org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default) [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.bouncycastle:bcpg-jdk15on:jar:1.70:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [DEBUG] commons-net:commons-net:jar:3.10.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-p2:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (version managed from default) (exclusions managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.12:compile [DEBUG] commons-io:commons-io:jar:2.15.1:compile (version managed from default) [DEBUG] commons-codec:commons-codec:jar:1.16.1:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile [DEBUG] org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default) [DEBUG] Resolving artifact org.eclipse.tycho:tycho-maven-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-core:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-util:jar:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-api:jar:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-archiver:jar:4.9.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact javax.inject:javax.inject:jar:1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:3.5.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-io:jar:3.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-compress:jar:1.26.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-lang3:jar:3.14.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.iq80.snappy:snappy:jar:0.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.tukaani:xz:jar:1.9 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.github.luben:zstd-jni:jar:1.5.5-11 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.27 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-cipher:jar:2.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-api:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-exec:jar:1.4.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-metadata-model:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact de.pdark:decentxml:jar:1.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.resource:jar:1.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-spi:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk18on:jar:1.77 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk18on:jar:1.77 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.scr:jar:2.2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.component:jar:1.5.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.extender:jar:1.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk15on:jar:1.70 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk15on:jar:1.70 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-net:commons-net:jar:3.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.repository:jar:1.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:jar:1.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:osgi.annotation:jar:8.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:jar:1.3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:2.0.12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.15.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-codec:commons-codec:jar:1.16.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.text:jar:3.14.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:ecj:jar:3.37.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-maven-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-core:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-util:jar:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-api:jar:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-archiver:jar:4.9.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact javax.inject:javax.inject:jar:1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:3.5.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-io:jar:3.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-compress:jar:1.26.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-lang3:jar:3.14.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.iq80.snappy:snappy:jar:0.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.tukaani:xz:jar:1.9 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.github.luben:zstd-jni:jar:1.5.5-11 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.27 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-cipher:jar:2.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-api:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-exec:jar:1.4.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-metadata-model:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact de.pdark:decentxml:jar:1.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.resource:jar:1.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-spi:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk18on:jar:1.77 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk18on:jar:1.77 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.scr:jar:2.2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.component:jar:1.5.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.extender:jar:1.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk15on:jar:1.70 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk15on:jar:1.70 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-net:commons-net:jar:3.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.repository:jar:1.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:jar:1.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:osgi.annotation:jar:8.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:jar:1.3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:2.0.12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.15.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-codec:commons-codec:jar:1.16.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.text:jar:3.14.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:ecj:jar:3.37.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-maven-plugin/4.0.7/tycho-maven-plugin-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-launching/4.0.7/sisu-equinox-launching-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-api/4.0.7/tycho-api-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-osgi-api/4.0.7/sisu-osgi-api-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-metadata-model/4.0.7/tycho-metadata-model-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-spi/4.0.7/tycho-spi-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/p2-maven-plugin/4.0.7/p2-maven-plugin-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-osgi-connect/4.0.7/sisu-osgi-connect-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-targetplatform/4.0.7/tycho-targetplatform-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2/4.0.7/tycho-p2-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/4.0.7/tycho-maven-plugin-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/tukaani/xz/1.9/xz-1.9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/4.0.7/sisu-equinox-launching-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-api/4.0.7/tycho-api-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-api/4.0.7/sisu-osgi-api-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-metadata-model/4.0.7/tycho-metadata-model-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/de/pdark/decentxml/1.4/decentxml-1.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-spi/4.0.7/tycho-spi-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/p2-maven-plugin/4.0.7/p2-maven-plugin-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/4.0.7/sisu-osgi-connect-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-targetplatform/4.0.7/tycho-targetplatform-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2/4.0.7/tycho-p2-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/4.0.7/tycho-maven-plugin-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/4.0.7/tycho-maven-plugin-4.0.7.jar (7.0 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 624 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar (157 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar (225 kB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar (79 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar (196 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (86 kB at 876 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar (9.2 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/4.0.7/sisu-equinox-launching-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (658 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.7/tycho-api-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/4.0.7/sisu-equinox-launching-4.0.7.jar (28 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar (1.1 MB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.7/tycho-api-4.0.7.jar (48 kB at 445 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar (4.2 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.7/sisu-osgi-api-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar (1.1 MB at 9.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/4.0.7/tycho-metadata-model-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar (66 kB at 588 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.7/sisu-osgi-api-4.0.7.jar (8.8 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/4.0.7/tycho-metadata-model-4.0.7.jar (69 kB at 368 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 693 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.7/tycho-spi-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar (33 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.7/p2-maven-plugin-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.7/p2-maven-plugin-4.0.7.jar (257 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.7/tycho-spi-4.0.7.jar (27 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar (83 kB at 380 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar (106 kB at 366 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar (1.1 MB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar (1.5 MB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar (451 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar (177 kB at 588 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar (116 kB at 382 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar (20 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar (244 kB at 776 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar (443 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar (194 kB at 494 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar (440 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar (377 kB at 946 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar (119 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar (40 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar (258 kB at 624 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar (128 kB at 308 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar (257 kB at 526 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.7/sisu-osgi-connect-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar (107 kB at 217 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.7/sisu-osgi-connect-4.0.7.jar (43 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar (141 kB at 286 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar (66 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar (91 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar (28 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar (139 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar (29 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar (70 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar (266 kB at 519 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar (55 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar (94 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar (74 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar (30 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 5.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar (12 kB at 19 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar (66 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar (404 kB at 670 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar (323 kB at 522 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-targetplatform/4.0.7/tycho-targetplatform-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar (376 kB at 609 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/4.0.7/tycho-p2-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-targetplatform/4.0.7/tycho-targetplatform-4.0.7.jar (48 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/4.0.7/tycho-p2-4.0.7.jar (3.2 kB at 4.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar (81 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar (161 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar (118 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar (6.8 MB at 9.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar (106 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar (204 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar (442 kB at 607 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar (86 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar (68 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar (365 kB at 445 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar (501 kB at 608 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar (3.2 MB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar (98 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar (75 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar (946 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar (359 kB at 396 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar (121 kB at 132 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar (5.9 MB at 6.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar (8.4 MB at 8.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar (3.3 MB at 3.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar (4.3 MB at 4.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/4.0.7/tycho-maven-plugin-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/inject/javax.inject/1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.26.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.14.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/tukaani/xz/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/tukaani/xz/1.9/xz-1.9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/4.0.7/sisu-equinox-launching-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-api/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-api/4.0.7/tycho-api-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-exec/1.4.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-api/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-api/4.0.7/sisu-osgi-api-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-metadata-model/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-metadata-model/4.0.7/tycho-metadata-model-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/de/pdark/decentxml/1.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/de/pdark/decentxml/1.4/decentxml-1.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-spi/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-spi/4.0.7/tycho-spi-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/p2-maven-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/p2-maven-plugin/4.0.7/p2-maven-plugin-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/4.0.7/sisu-osgi-connect-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-net/commons-net/3.10.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-targetplatform/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-targetplatform/4.0.7/tycho-targetplatform-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2/4.0.7/tycho-p2-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/osgi.annotation/8.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/2.0.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.15.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.16.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/ecj/3.37.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar.lastUpdated' [DEBUG] Created new class realm extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7 [DEBUG] Importing foreign packages into class realm extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-maven-plugin:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-core:jar:4.0.7 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.9.2 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.4.2 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.26.1 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.14.0 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: com.github.luben:zstd-jni:jar:1.5.5-11 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.27 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.1.0 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-api:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.4.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-metadata-model:jar:4.0.7 [DEBUG] Included: de.pdark:decentxml:jar:1.4 [DEBUG] Included: biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.resource:jar:1.0.1 [DEBUG] Included: org.eclipse.tycho:tycho-spi:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0 [DEBUG] Included: org.bouncycastle:bcpg-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 [DEBUG] Included: org.osgi:org.osgi.service.prefs:jar:1.1.2 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 [DEBUG] Included: org.bouncycastle:bcprov-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 [DEBUG] Included: org.apache.felix:org.apache.felix.scr:jar:2.2.10 [DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 [DEBUG] Included: org.osgi:org.osgi.service.component:jar:1.5.1 [DEBUG] Included: org.osgi:org.osgi.namespace.extender:jar:1.0.1 [DEBUG] Included: org.bouncycastle:bcpg-jdk15on:jar:1.70 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.70 [DEBUG] Included: commons-net:commons-net:jar:3.10.0 [DEBUG] Included: org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.service.repository:jar:1.1.0 [DEBUG] Included: org.osgi:org.osgi.util.function:jar:1.2.0 [DEBUG] Included: org.osgi:osgi.annotation:jar:8.0.1 [DEBUG] Included: org.osgi:org.osgi.util.promise:jar:1.3.0 [DEBUG] Included: commons-io:commons-io:jar:2.15.1 [DEBUG] Included: commons-codec:commons-codec:jar:1.16.1 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.text:jar:3.14.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 [DEBUG] Included: org.eclipse.jdt:ecj:jar:3.37.0 [DEBUG] Extension realms for project org.eclipse.ecf:ecf-parent:pom:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Created new class realm project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.console:eclipse-plugin:1.4.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.datashare:eclipse-plugin:3.0.301-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.discovery:eclipse-plugin:5.2.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:eclipse-plugin:1.0.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:eclipse-plugin:3.0.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:eclipse-plugin:3.0.202-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.discovery.ui:eclipse-plugin:3.0.301-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:eclipse-plugin:3.0.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:eclipse-plugin:3.0.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:eclipse-plugin:1.0.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.filetransfer:eclipse-plugin:5.1.103-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:eclipse-plugin:1.5.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.identity:eclipse-plugin:3.10.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf:eclipse-plugin:3.11.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.presence.bot:eclipse-plugin:1.3.301-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:eclipse-plugin:1.3.101-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.presence:eclipse-plugin:2.1.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.presence.ui:eclipse-plugin:2.4.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider:eclipse-plugin:4.10.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:eclipse-plugin:2.1.200-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.remoteservice:eclipse-plugin:8.14.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:eclipse-plugin:2.8.1-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:eclipse-plugin:1.0.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:eclipse-plugin:3.4.400-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.sharedobject:eclipse-plugin:2.6.200-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.ssl:eclipse-plugin:1.3.100-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:eclipse-plugin:1.0.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.ui:eclipse-plugin:2.3.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.team.ecf.core:eclipse-plugin:1.0.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.team.ecf.ui:eclipse-plugin:1.0.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:eclipse-plugin:4.9.3-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:eclipse-plugin:1.3.1-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:eclipse-plugin:1.0.102-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:eclipse-plugin:1.6.301-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:eclipse-plugin:2.1.700-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:eclipse-plugin:1.3.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:ch.ethz.iks.slp:eclipse-plugin:1.4.1-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.jivesoftware.smack:eclipse-plugin:3.4.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.datashare:eclipse-plugin:1.6.1-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:eclipse-plugin:0.9.301-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.discovery:eclipse-plugin:3.0.102-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:eclipse-plugin:1.3.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:eclipse-plugin:1.0.600-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:eclipse-plugin:1.0.500-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:eclipse-plugin:1.1.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:eclipse-plugin:1.1.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:eclipse-plugin:2.0.200-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:eclipse-plugin:3.3.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:eclipse-plugin:1.1.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.irc:eclipse-plugin:1.3.401-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:eclipse-plugin:1.4.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:eclipse-plugin:4.4.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.jslp:eclipse-plugin:3.2.302-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:eclipse-plugin:4.6.1-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:eclipse-plugin:3.7.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.ui:eclipse-plugin:1.4.101-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:eclipse-plugin:1.0.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:eclipse-plugin:3.2.402-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:eclipse-plugin:1.2.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:eclipse-plugin:2.2.301-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:eclipse-plugin:1.3.101-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.server.generic:eclipse-plugin:8.2.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.server:eclipse-plugin:2.1.301-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:eclipse-feature:1.2.103-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests:eclipse-test-plugin:2.2.102-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.datashare:eclipse-test-plugin:2.0.101-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:eclipse-test-plugin:2.0.500-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:eclipse-test-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:eclipse-test-plugin:2.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.presence:eclipse-test-plugin:2.0.102-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:eclipse-test-plugin:1.0.100-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:eclipse-test-plugin:2.0.102-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:eclipse-test-plugin:2.1.102-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:eclipse-test-plugin:2.0.102-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.ssl:eclipse-test-plugin:1.0.101-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:eclipse-test-plugin:1.1.101-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.discovery:eclipse-test-plugin:2.1.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:eclipse-test-plugin:2.1.102-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:eclipse-test-plugin:1.0.101-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:eclipse-test-plugin:1.0.101-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:eclipse-test-plugin:1.0.101-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-test-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:eclipse-plugin:1.2.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.console.feature:eclipse-feature:1.3.1-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.core:eclipse-feature:3.15.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.core.feature:eclipse-feature:1.6.2-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:eclipse-feature:1.1.600-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.datashare.feature:eclipse-feature:1.0.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:eclipse-feature:1.1.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.discovery.feature:eclipse-feature:1.0.201-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:eclipse-feature:1.0.103-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:eclipse-feature:1.0.102-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:eclipse-feature:3.14.1900-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:eclipse-feature:1.1.101-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:eclipse-feature:1.1.702-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:eclipse-feature:2.0.200-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:eclipse-feature:1.1.402-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:eclipse-feature:2.6.400-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.presence.feature:eclipse-feature:1.0.202-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:eclipse-feature:1.0.202-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:eclipse-feature:1.1.2-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:eclipse-feature:1.2.1-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:eclipse-feature:2.6.1-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:eclipse-feature:1.0.303-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:eclipse-feature:2.0.2-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:eclipse-feature:3.15.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:eclipse-feature:1.0.400-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:eclipse-feature:1.1.1-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.feature:eclipse-feature:3.1.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:eclipse-feature:1.0.300-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:eclipse-feature:1.0.300-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.releng.target:pom:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.releng.repository:eclipse-repository:3.15.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-repository from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ecf:org.eclipse.ecf.doc:eclipse-plugin:1.3.500-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Init instance extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7 [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [INFO] Tycho Version: 4.0.7 (0dbf79b2a18b352cdfa8ea65f7d433e0ff838100) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] org.eclipse.tycho:tycho-source-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:4.0.7 configured in MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Resolving artifact org.eclipse.tycho:target-platform-configuration:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:target-platform-configuration:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.pom (1.8 kB at 48 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/target-platform-configuration/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:target-platform-configuration:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:target-platform-configuration:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.jar (28 kB at 9.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/target-platform-configuration/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/target-platform-configuration/4.0.7/target-platform-configuration-4.0.7.jar.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=848000, ConflictMarker.markTime=417945, ConflictMarker.nodeCount=317, ConflictIdSorter.graphTime=479937, ConflictIdSorter.topsortTime=126406, ConflictIdSorter.conflictIdCount=88, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=7412585, ConflictResolver.conflictItemCount=317, DfDependencyCollector.collectTime=62090048, DfDependencyCollector.transformTime=9471776} [DEBUG] org.eclipse.tycho:target-platform-configuration:jar:4.0.7 [DEBUG] org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:4.0.7:compile [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-io:jar:3.4.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.14.0:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] com.github.luben:zstd-jni:jar:1.5.5-11:runtime [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.27:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-api:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default) [DEBUG] org.apache.commons:commons-exec:jar:1.4.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:4.0.7:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.1:compile [DEBUG] org.eclipse.tycho:tycho-spi:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default) [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile [DEBUG] org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default) [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.bouncycastle:bcpg-jdk15on:jar:1.70:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [DEBUG] commons-net:commons-net:jar:3.10.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-p2:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (version managed from default) (exclusions managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.12:compile [DEBUG] commons-io:commons-io:jar:2.15.1:compile (version managed from default) [DEBUG] commons-codec:commons-codec:jar:1.16.1:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile [DEBUG] org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default) [DEBUG] Created new class realm plugin>org.eclipse.tycho:target-platform-configuration:4.0.7 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:target-platform-configuration:4.0.7 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:target-platform-configuration:4.0.7 [DEBUG] Included: org.eclipse.tycho:target-platform-configuration:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.9.2 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.4.2 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.26.1 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.14.0 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: com.github.luben:zstd-jni:jar:1.5.5-11 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.27 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.1.0 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-api:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.4.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 [DEBUG] Included: biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.resource:jar:1.0.1 [DEBUG] Included: org.eclipse.tycho:tycho-spi:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 [DEBUG] Included: org.bouncycastle:bcpg-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 [DEBUG] Included: org.osgi:org.osgi.service.prefs:jar:1.1.2 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 [DEBUG] Included: org.bouncycastle:bcprov-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 [DEBUG] Included: org.apache.felix:org.apache.felix.scr:jar:2.2.10 [DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 [DEBUG] Included: org.osgi:org.osgi.service.component:jar:1.5.1 [DEBUG] Included: org.osgi:org.osgi.namespace.extender:jar:1.0.1 [DEBUG] Included: org.bouncycastle:bcpg-jdk15on:jar:1.70 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.70 [DEBUG] Included: commons-net:commons-net:jar:3.10.0 [DEBUG] Included: org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.service.repository:jar:1.1.0 [DEBUG] Included: org.osgi:org.osgi.util.function:jar:1.2.0 [DEBUG] Included: org.osgi:osgi.annotation:jar:8.0.1 [DEBUG] Included: org.osgi:org.osgi.util.promise:jar:1.3.0 [DEBUG] Included: commons-io:commons-io:jar:2.15.1 [DEBUG] Included: commons-codec:commons-codec:jar:1.16.1 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.text:jar:3.14.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 [DEBUG] Included: org.eclipse.jdt:ecj:jar:3.37.0 [DEBUG] Init instance plugin>org.eclipse.tycho:target-platform-configuration:4.0.7 [ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-source-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-source-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-source-plugin/4.0.7/tycho-source-plugin-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-source-plugin/4.0.7/tycho-source-plugin-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/4.0.7/tycho-source-plugin-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/4.0.7/tycho-source-plugin-4.0.7.pom (3.0 kB at 1.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-source-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-source-plugin/4.0.7/tycho-source-plugin-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-source-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-source-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-source-plugin/4.0.7/tycho-source-plugin-4.0.7.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-source-plugin/4.0.7/tycho-source-plugin-4.0.7.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/4.0.7/tycho-source-plugin-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/4.0.7/tycho-source-plugin-4.0.7.jar (50 kB at 17 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-source-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-source-plugin/4.0.7/tycho-source-plugin-4.0.7.jar.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-source-plugin:pom:3.2.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-source-plugin:pom:3.2.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 2.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:33 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:33 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 3.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/33/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:33 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:33 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/33/maven-parent-33.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/33/maven-parent-33.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 15 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/33/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/33/maven-parent-33.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:21 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:21 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/21/apache-21.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/21/apache-21.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 5.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/21/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/21/apache-21.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom (2.7 kB at 1.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.9.6/maven-3.9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/3.9.6/maven-3.9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.6/maven-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.6/maven-3.9.6.pom (29 kB at 9.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/3.9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/3.9.6/maven-3.9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom (2.9 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.9.0.M2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.9.0.M2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom (15 kB at 5.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.sisu:sisu-plexus:pom:0.9.0.M2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:sisu-plexus:pom:0.9.0.M2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom (15 kB at 4.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/sisu-plexus/0.9.0.M2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom.lastUpdated' [DEBUG] Resolving artifact javax.annotation:javax.annotation-api:pom:1.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact javax.annotation:javax.annotation-api:pom:1.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 6.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/annotation/javax.annotation-api/1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom.lastUpdated' [DEBUG] Resolving artifact net.java:jvnet-parent:pom:3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact net.java:jvnet-parent:pom:3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/jvnet-parent/3/jvnet-parent-3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 239 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/jvnet-parent/3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/jvnet-parent/3/jvnet-parent-3.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.9.0.M2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.9.0.M2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom (17 kB at 5.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.sisu:sisu-inject:pom:0.9.0.M2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:sisu-inject:pom:0.9.0.M2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom (15 kB at 7.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/sisu-inject/0.9.0.M2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:pom:2.6.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:pom:2.6.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.6.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:5.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:5.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 11 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/5.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:pom:2.7.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:pom:2.7.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom (7.6 kB at 3.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.7.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom (7.5 kB at 3.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-core/3.9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom (1.8 kB at 916 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-settings-builder:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-settings-builder:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom (2.5 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-builder-support:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-builder-support:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom (1.4 kB at 683 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-builder-support/3.9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.26 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.26 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-sec-dispatcher:pom:2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-sec-dispatcher:pom:2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 359 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-sec-dispatcher/2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:8 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:8 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/8/plexus-8.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/8/plexus-8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 8.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/8/plexus-8.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom (2.1 kB at 1.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-model-builder:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-model-builder:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom (3.5 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-resolver-provider:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-resolver-provider:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom (4.5 kB at 563 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-resolver-provider/3.9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-spi:pom:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-spi:pom:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom (2.7 kB at 1.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-spi/1.9.18/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-impl:pom:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-impl:pom:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom (4.3 kB at 2.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-impl/1.9.18/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-named-locks:pom:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-named-locks:pom:1.9.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom (3.2 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:pom:3.3.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:pom:3.3.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 2.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:34 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:34 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 392 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/34/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:34 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:34 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/34/maven-parent-34.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/34/maven-parent-34.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 14 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/34/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/34/maven-parent-34.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:23 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:23 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/23/apache-23.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/23/apache-23.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 9.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/23/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/23/apache-23.pom.lastUpdated' [DEBUG] Resolving artifact com.google.inject:guice:pom:5.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.inject:guice:pom:5.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/inject/guice/5.1.0/guice-5.1.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/inject/guice/5.1.0/guice-5.1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.pom (8.9 kB at 4.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/inject/guice/5.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/inject/guice/5.1.0/guice-5.1.0.pom.lastUpdated' [DEBUG] Resolving artifact com.google.inject:guice-parent:pom:5.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.inject:guice-parent:pom:5.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom (18 kB at 5.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/inject/guice-parent/5.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom.lastUpdated' [DEBUG] Resolving artifact com.google:google:pom:5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google:google:pom:5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/google/5/google-5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/google/5/google-5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/google/5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/google/5/google-5.pom.lastUpdated' [DEBUG] Resolving artifact aopalliance:aopalliance:pom:1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact aopalliance:aopalliance:pom:1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 182 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.pom.lastUpdated' [DEBUG] Resolving artifact com.google.guava:guava:pom:32.0.1-jre from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.guava:guava:pom:32.0.1-jre from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom (11 kB at 3.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-jre/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom.lastUpdated' [DEBUG] Resolving artifact com.google.guava:guava-parent:pom:32.0.1-jre from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.guava:guava-parent:pom:32.0.1-jre from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom (21 kB at 10 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava-parent/32.0.1-jre/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom.lastUpdated' [DEBUG] Resolving artifact com.google.guava:failureaccess:pom:1.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.guava:failureaccess:pom:1.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/failureaccess/1.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom.lastUpdated' [DEBUG] Resolving artifact com.google.guava:guava-parent:pom:26.0-android from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.guava:guava-parent:pom:26.0-android from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 3.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava-parent/26.0-android/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.oss:oss-parent:pom:9 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.sonatype.oss:oss-parent:pom:9 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/9/oss-parent-9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 3.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/9/oss-parent-9.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-lang3:pom:3.12.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-lang3:pom:3.12.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 10 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.12.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:52 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:52 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/52/commons-parent-52.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/52/commons-parent-52.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 13 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/52/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/52/commons-parent-52.pom.lastUpdated' [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.7.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.7.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 2.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.7.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-archiver:pom:3.6.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-archiver:pom:3.6.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom (4.1 kB at 2.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.6.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:40 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:40 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom (3.2 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/40/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:40 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:40 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/40/maven-parent-40.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/40/maven-parent-40.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/40/maven-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/40/maven-parent-40.pom (49 kB at 12 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/40/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/40/maven-parent-40.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-packaging-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-packaging-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-packaging-plugin/4.0.7/tycho-packaging-plugin-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/4.0.7/tycho-packaging-plugin-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/4.0.7/tycho-packaging-plugin-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/4.0.7/tycho-packaging-plugin-4.0.7.pom (3.0 kB at 1.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/4.0.7/tycho-packaging-plugin-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact com.konghq:unirest-java:pom:3.14.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.konghq:unirest-java:pom:3.14.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.pom (3.5 kB at 435 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/konghq/unirest-java/3.14.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.pom.lastUpdated' [DEBUG] Resolving artifact com.konghq:unirest-java-parent:pom:3.14.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.konghq:unirest-java-parent:pom:3.14.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/konghq/unirest-java-parent/3.14.5/unirest-java-parent-3.14.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/konghq/unirest-java-parent/3.14.5/unirest-java-parent-3.14.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java-parent/3.14.5/unirest-java-parent-3.14.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java-parent/3.14.5/unirest-java-parent-3.14.5.pom (19 kB at 9.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/konghq/unirest-java-parent/3.14.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/konghq/unirest-java-parent/3.14.5/unirest-java-parent-3.14.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient:pom:4.5.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient:pom:4.5.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 4.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-parent:pom:11 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-parent:pom:11 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 4.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/11/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore:pom:4.4.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore:pom:4.4.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 4.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom.lastUpdated' [DEBUG] Resolving artifact commons-logging:commons-logging:pom:1.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-logging:commons-logging:pom:1.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 6.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:34 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:34 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/34/commons-parent-34.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 14 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/34/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/34/commons-parent-34.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache:apache:pom:13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/13/apache-13.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/13/apache-13.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 7.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/13/apache-13.pom.lastUpdated' [DEBUG] Resolving artifact commons-codec:commons-codec:pom:1.11 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-codec:commons-codec:pom:1.11 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 4.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:42 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:42 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/42/commons-parent-42.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 11 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/42/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/42/commons-parent-42.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache:apache:pom:18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/18/apache-18.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/18/apache-18.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 5.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/18/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/18/apache-18.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpmime:pom:4.5.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpmime:pom:4.5.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom (5.2 kB at 868 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpmime/4.5.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore-nio:pom:4.4.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore-nio:pom:4.4.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom (5.5 kB at 2.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpasyncclient:pom:4.1.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpasyncclient:pom:4.1.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.pom (5.9 kB at 3.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-asyncclient:pom:4.1.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-asyncclient:pom:4.1.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/httpcomponents-asyncclient-4.1.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/httpcomponents-asyncclient-4.1.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/httpcomponents-asyncclient-4.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/httpcomponents-asyncclient-4.1.5.pom (10 kB at 3.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/httpcomponents-asyncclient-4.1.5.pom.lastUpdated' [DEBUG] Resolving artifact commons-codec:commons-codec:pom:1.15 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-codec:commons-codec:pom:1.15 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.15/commons-codec-1.15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 5.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.15/commons-codec-1.15.pom.lastUpdated' [DEBUG] Resolving artifact com.google.code.gson:gson:pom:2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.code.gson:gson:pom:2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/code/gson/gson/2.10/gson-2.10.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/gson/gson/2.10/gson-2.10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10/gson-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10/gson-2.10.pom (9.4 kB at 3.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/gson/gson/2.10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/gson/gson/2.10/gson-2.10.pom.lastUpdated' [DEBUG] Resolving artifact com.google.code.gson:gson-parent:pom:2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.code.gson:gson-parent:pom:2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom (12 kB at 4.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/gson/gson-parent/2.10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.plexus:plexus-build-api:pom:0.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-build-api:pom:0.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:15 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:15 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 4.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 4.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=664552, ConflictMarker.markTime=251972, ConflictMarker.nodeCount=450, ConflictIdSorter.graphTime=403007, ConflictIdSorter.topsortTime=144954, ConflictIdSorter.conflictIdCount=122, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=8988294, ConflictResolver.conflictItemCount=417, DfDependencyCollector.collectTime=1693976778, DfDependencyCollector.transformTime=10613837} [DEBUG] org.eclipse.tycho:tycho-source-plugin:jar:4.0.7 [DEBUG] org.apache.maven.plugins:maven-source-plugin:jar:3.2.1:compile [DEBUG] org.apache.maven:maven-model:jar:3.9.6:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-plugin-api:jar:3.9.6:provided (scope managed from default) (version managed from default) [DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.0.M2:provided (scope managed from default) (version managed from default) [DEBUG] javax.annotation:javax.annotation-api:jar:1.2:provided [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.7.0:provided [DEBUG] org.apache.maven:maven-core:jar:3.9.6:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-settings:jar:3.9.6:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-settings-builder:jar:3.9.6:provided [DEBUG] org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0:provided [DEBUG] org.apache.maven:maven-builder-support:jar:3.9.6:provided [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.9.6:provided [DEBUG] org.apache.maven:maven-model-builder:jar:3.9.6:provided [DEBUG] org.apache.maven:maven-resolver-provider:jar:3.9.6:provided [DEBUG] org.apache.maven.resolver:maven-resolver-impl:jar:1.9.18:provided [DEBUG] org.apache.maven.resolver:maven-resolver-named-locks:jar:1.9.18:provided [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile [DEBUG] org.apache.maven.resolver:maven-resolver-spi:jar:1.9.18:provided [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.3.4:provided [DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M2:provided [DEBUG] com.google.inject:guice:jar:5.1.0:provided [DEBUG] aopalliance:aopalliance:jar:1.0:provided [DEBUG] com.google.guava:guava:jar:32.0.1-jre:provided [DEBUG] com.google.guava:failureaccess:jar:1.0.1:provided [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.12.0:compile [DEBUG] org.apache.maven:maven-archiver:jar:3.6.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-io:jar:3.4.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default) [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] com.github.luben:zstd-jni:jar:1.5.5-11:runtime [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-core:jar:4.0.7:compile [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.27:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-api:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default) [DEBUG] org.apache.commons:commons-exec:jar:1.4.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:4.0.7:compile [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.1:compile [DEBUG] org.eclipse.tycho:tycho-spi:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default) [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile [DEBUG] org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default) [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.bouncycastle:bcpg-jdk15on:jar:1.70:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [DEBUG] commons-net:commons-net:jar:3.10.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-p2:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.12:compile [DEBUG] commons-io:commons-io:jar:2.15.1:compile (version managed from default) [DEBUG] commons-codec:commons-codec:jar:1.16.1:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile [DEBUG] org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default) [DEBUG] de.pdark:decentxml:jar:1.4:compile [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:jar:4.0.7:compile [DEBUG] com.konghq:unirest-java:jar:3.14.5:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.13:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.13:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.13:compile [DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.13:compile [DEBUG] org.apache.httpcomponents:httpasyncclient:jar:4.1.5:compile [DEBUG] com.google.code.gson:gson:jar:2.10:compile [DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (exclusions managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] Resolving artifact org.apache.maven.plugins:maven-source-plugin:jar:3.2.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-lang3:jar:3.12.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-archiver:jar:3.6.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-packaging-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.konghq:unirest-java:jar:3.14.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient:jar:4.5.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore:jar:4.4.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-logging:commons-logging:jar:1.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpmime:jar:4.5.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore-nio:jar:4.4.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpasyncclient:jar:4.1.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.code.gson:gson:jar:2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-build-api:jar:0.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-source-plugin:jar:3.2.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-lang3:jar:3.12.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-archiver:jar:3.6.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-packaging-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.konghq:unirest-java:jar:3.14.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient:jar:4.5.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore:jar:4.4.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-logging:commons-logging:jar:1.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpmime:jar:4.5.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore-nio:jar:4.4.13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpasyncclient:jar:4.1.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.code.gson:gson:jar:2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-build-api:jar:0.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-packaging-plugin/4.0.7/tycho-packaging-plugin-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/code/gson/gson/2.10/gson-2.10.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/4.0.7/tycho-packaging-plugin-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/gson/gson/2.10/gson-2.10.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/4.0.7/tycho-packaging-plugin-4.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/4.0.7/tycho-packaging-plugin-4.0.7.jar (168 kB at 42 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar (27 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar (42 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.jar (206 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10/gson-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 27 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar (182 kB at 8.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 314 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar (369 kB at 13 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 26 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10/gson-2.10.jar (286 kB at 9.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.12.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.6.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-packaging-plugin/4.0.7/tycho-packaging-plugin-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/konghq/unirest-java/3.14.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/konghq/unirest-java/3.14.5/unirest-java-3.14.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpmime/4.5.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/gson/gson/2.10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/gson/gson/2.10/gson-2.10.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-source-plugin:jar:4.0.7 [DEBUG] Included: org.apache.maven.plugins:maven-source-plugin:jar:3.2.1 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.12.0 [DEBUG] Included: org.apache.maven:maven-archiver:jar:3.6.1 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.9.2 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.4.2 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.26.1 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: com.github.luben:zstd-jni:jar:1.5.5-11 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.27 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.1.0 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-api:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.4.0 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 [DEBUG] Included: biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.resource:jar:1.0.1 [DEBUG] Included: org.eclipse.tycho:tycho-spi:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 [DEBUG] Included: org.bouncycastle:bcpg-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 [DEBUG] Included: org.osgi:org.osgi.service.prefs:jar:1.1.2 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 [DEBUG] Included: org.bouncycastle:bcprov-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 [DEBUG] Included: org.apache.felix:org.apache.felix.scr:jar:2.2.10 [DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 [DEBUG] Included: org.osgi:org.osgi.service.component:jar:1.5.1 [DEBUG] Included: org.osgi:org.osgi.namespace.extender:jar:1.0.1 [DEBUG] Included: org.bouncycastle:bcpg-jdk15on:jar:1.70 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.70 [DEBUG] Included: commons-net:commons-net:jar:3.10.0 [DEBUG] Included: org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 [DEBUG] Included: org.osgi:org.osgi.service.repository:jar:1.1.0 [DEBUG] Included: org.osgi:org.osgi.util.function:jar:1.2.0 [DEBUG] Included: org.osgi:osgi.annotation:jar:8.0.1 [DEBUG] Included: org.osgi:org.osgi.util.promise:jar:1.3.0 [DEBUG] Included: commons-io:commons-io:jar:2.15.1 [DEBUG] Included: commons-codec:commons-codec:jar:1.16.1 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.text:jar:3.14.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 [DEBUG] Included: org.eclipse.jdt:ecj:jar:3.37.0 [DEBUG] Included: org.eclipse.tycho:tycho-packaging-plugin:jar:4.0.7 [DEBUG] Included: com.konghq:unirest-java:jar:3.14.5 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.5.13 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.4.13 [DEBUG] Included: commons-logging:commons-logging:jar:1.2 [DEBUG] Included: org.apache.httpcomponents:httpmime:jar:4.5.13 [DEBUG] Included: org.apache.httpcomponents:httpcore-nio:jar:4.4.13 [DEBUG] Included: org.apache.httpcomponents:httpasyncclient:jar:4.1.5 [DEBUG] Included: com.google.code.gson:gson:jar:2.10 [DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 [DEBUG] Resolving artifact org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:pom:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:pom:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.pom (2.6 kB at 104 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.cbi.maven.plugins:maven-plugin-parent:pom:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.cbi.maven.plugins:maven-plugin-parent:pom:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.4.3/maven-plugin-parent-1.4.3.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.4.3/maven-plugin-parent-1.4.3.pom (2.6 kB at 320 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.4.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.4.3/maven-plugin-parent-1.4.3.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.cbi:cbi-build-parent:pom:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.cbi:cbi-build-parent:pom:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-build-parent/1.4.3/cbi-build-parent-1.4.3.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-build-parent/1.4.3/cbi-build-parent-1.4.3.pom (6.5 kB at 812 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/cbi-build-parent/1.4.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/cbi-build-parent/1.4.3/cbi-build-parent-1.4.3.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.cbi:cbi-parent:pom:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.cbi:cbi-parent:pom:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-parent/1.4.3/cbi-parent-1.4.3.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-parent/1.4.3/cbi-parent-1.4.3.pom (5.1 kB at 424 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/cbi-parent/1.4.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/cbi-parent/1.4.3/cbi-parent-1.4.3.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.cbi:cbi-bom:pom:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.cbi:cbi-bom:pom:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-bom/1.4.3/cbi-bom-1.4.3.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-bom/1.4.3/cbi-bom-1.4.3.pom (11 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/cbi-bom/1.4.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/cbi-bom/1.4.3/cbi-bom-1.4.3.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:jar:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:jar:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.jar [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.jar (66 kB at 7.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.4.3/eclipse-jarsigner-plugin-1.4.3.jar.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-plugin/4.0.7/tycho-p2-plugin-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/4.0.7/tycho-p2-plugin-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/4.0.7/tycho-p2-plugin-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/4.0.7/tycho-p2-plugin-4.0.7.pom (2.4 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/4.0.7/tycho-p2-plugin-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-plugin/4.0.7/tycho-p2-plugin-4.0.7.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/4.0.7/tycho-p2-plugin-4.0.7.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/4.0.7/tycho-p2-plugin-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/4.0.7/tycho-p2-plugin-4.0.7.jar (38 kB at 19 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-plugin/4.0.7/tycho-p2-plugin-4.0.7.jar.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-artifactcomparator:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-artifactcomparator:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-artifactcomparator/4.0.7/tycho-artifactcomparator-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/4.0.7/tycho-artifactcomparator-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/4.0.7/tycho-artifactcomparator-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/4.0.7/tycho-artifactcomparator-4.0.7.pom (2.9 kB at 1.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/4.0.7/tycho-artifactcomparator-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-tree:pom:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-tree:pom:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom (2.6 kB at 864 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2:ow2:pom:1.5.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2:ow2:pom:1.5.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/ow2/1.5.1/ow2-1.5.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 3.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/ow2/1.5.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/ow2/1.5.1/ow2-1.5.1.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm:pom:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm:pom:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/9.6/asm-9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm/9.6/asm-9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom (2.4 kB at 85 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm/9.6/asm-9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-util:pom:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-util:pom:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom (2.9 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:pom:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:pom:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom (2.6 kB at 437 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.xmlunit:xmlunit-core:pom:2.9.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.xmlunit:xmlunit-core:pom:2.9.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom (2.4 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/xmlunit/xmlunit-core/2.9.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.pom.lastUpdated' [DEBUG] Resolving artifact org.xmlunit:xmlunit-parent:pom:2.9.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.xmlunit:xmlunit-parent:pom:2.9.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom (21 kB at 10 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/xmlunit/xmlunit-parent/2.9.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/xmlunit/xmlunit-parent/2.9.1/xmlunit-parent-2.9.1.pom.lastUpdated' [DEBUG] Resolving artifact jakarta.xml.bind:jakarta.xml.bind-api:pom:2.3.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.xml.bind:jakarta.xml.bind-api:pom:2.3.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom (13 kB at 670 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom.lastUpdated' [DEBUG] Resolving artifact jakarta.xml.bind:jakarta.xml.bind-api-parent:pom:2.3.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.xml.bind:jakarta.xml.bind-api-parent:pom:2.3.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom (9.0 kB at 4.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.ee4j:project:pom:1.0.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.ee4j:project:pom:1.0.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 4.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom.lastUpdated' [DEBUG] Resolving artifact jakarta.activation:jakarta.activation-api:pom:1.2.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.activation:jakarta.activation-api:pom:1.2.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom (5.3 kB at 2.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom.lastUpdated' [DEBUG] Resolving artifact com.sun.activation:all:pom:1.2.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.sun.activation:all:pom:1.2.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/sun/activation/all/1.2.2/all-1.2.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/activation/all/1.2.2/all-1.2.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.2/all-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.2/all-1.2.2.pom (15 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/activation/all/1.2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/activation/all/1.2.2/all-1.2.2.pom.lastUpdated' [DEBUG] Resolving artifact io.github.java-diff-utils:java-diff-utils:pom:4.12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact io.github.java-diff-utils:java-diff-utils:pom:4.12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom (2.7 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/io/github/java-diff-utils/java-diff-utils/4.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom.lastUpdated' [DEBUG] Resolving artifact io.github.java-diff-utils:java-diff-utils-parent:pom:4.12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact io.github.java-diff-utils:java-diff-utils-parent:pom:4.12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom (10 kB at 5.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/io/github/java-diff-utils/java-diff-utils-parent/4.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom.lastUpdated' [DEBUG] Resolving artifact ch.digitalfondue.jfiveparse:jfiveparse:pom:1.0.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact ch.digitalfondue.jfiveparse:jfiveparse:pom:1.0.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom (8.9 kB at 4.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=228667, ConflictMarker.markTime=129509, ConflictMarker.nodeCount=336, ConflictIdSorter.graphTime=187164, ConflictIdSorter.topsortTime=70576, ConflictIdSorter.conflictIdCount=98, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2291442, ConflictResolver.conflictItemCount=336, DfDependencyCollector.collectTime=320352014, DfDependencyCollector.transformTime=2953145} [DEBUG] org.eclipse.tycho:tycho-p2-plugin:jar:4.0.7 [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-api:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:3.4.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default) [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] com.github.luben:zstd-jni:jar:1.5.5-11:runtime [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile [DEBUG] org.apache.commons:commons-exec:jar:1.4.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-artifactcomparator:jar:4.0.7:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.6:compile [DEBUG] org.ow2.asm:asm:jar:9.6:compile [DEBUG] org.ow2.asm:asm-util:jar:9.6:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.6:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.15.1:compile (version managed from default) [DEBUG] org.xmlunit:xmlunit-core:jar:2.9.1:compile [DEBUG] jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile [DEBUG] jakarta.activation:jakarta.activation-api:jar:1.2.2:compile [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (version managed from default) (exclusions managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] io.github.java-diff-utils:java-diff-utils:jar:4.12:compile [DEBUG] ch.digitalfondue.jfiveparse:jfiveparse:jar:1.0.3:compile [DEBUG] org.apache.commons:commons-lang3:jar:3.14.0:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:4.0.7:compile [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.27:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:4.0.7:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.1:compile [DEBUG] org.eclipse.tycho:tycho-spi:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default) [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile [DEBUG] org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default) [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.bouncycastle:bcpg-jdk15on:jar:1.70:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [DEBUG] commons-net:commons-net:jar:3.10.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-p2:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.12:compile [DEBUG] commons-codec:commons-codec:jar:1.16.1:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile [DEBUG] org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default) [DEBUG] Resolving artifact org.eclipse.tycho:tycho-artifactcomparator:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-tree:jar:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm:jar:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm-util:jar:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:jar:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.xmlunit:xmlunit-core:jar:2.9.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.activation:jakarta.activation-api:jar:1.2.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact io.github.java-diff-utils:java-diff-utils:jar:4.12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact ch.digitalfondue.jfiveparse:jfiveparse:jar:1.0.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-artifactcomparator:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-tree:jar:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm:jar:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm-util:jar:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:jar:9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.xmlunit:xmlunit-core:jar:2.9.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.activation:jakarta.activation-api:jar:1.2.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact io.github.java-diff-utils:java-diff-utils:jar:4.12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact ch.digitalfondue.jfiveparse:jfiveparse:jar:1.0.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-artifactcomparator/4.0.7/tycho-artifactcomparator-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/4.0.7/tycho-artifactcomparator-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm/9.6/asm-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/4.0.7/tycho-artifactcomparator-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/4.0.7/tycho-artifactcomparator-4.0.7.jar (39 kB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar (52 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 31 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar (175 kB at 35 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar (47 kB at 7.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar (72 kB at 9.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar (91 kB at 10 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar (154 kB at 17 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (34 kB at 3.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-artifactcomparator/4.0.7/tycho-artifactcomparator-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm/9.6/asm-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/xmlunit/xmlunit-core/2.9.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/io/github/java-diff-utils/java-diff-utils/4.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/digitalfondue/jfiveparse/jfiveparse/1.0.3/jfiveparse-1.0.3.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2-plugin:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-api:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.9.2 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.4.2 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.26.1 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: com.github.luben:zstd-jni:jar:1.5.5-11 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.4.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 [DEBUG] Included: org.eclipse.tycho:tycho-artifactcomparator:jar:4.0.7 [DEBUG] Included: org.ow2.asm:asm-tree:jar:9.6 [DEBUG] Included: org.ow2.asm:asm:jar:9.6 [DEBUG] Included: org.ow2.asm:asm-util:jar:9.6 [DEBUG] Included: org.ow2.asm:asm-analysis:jar:9.6 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: commons-io:commons-io:jar:2.15.1 [DEBUG] Included: org.xmlunit:xmlunit-core:jar:2.9.1 [DEBUG] Included: jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 [DEBUG] Included: jakarta.activation:jakarta.activation-api:jar:1.2.2 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 [DEBUG] Included: io.github.java-diff-utils:java-diff-utils:jar:4.12 [DEBUG] Included: ch.digitalfondue.jfiveparse:jfiveparse:jar:1.0.3 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.14.0 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.27 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.1.0 [DEBUG] Included: biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.resource:jar:1.0.1 [DEBUG] Included: org.eclipse.tycho:tycho-spi:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 [DEBUG] Included: org.bouncycastle:bcpg-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 [DEBUG] Included: org.osgi:org.osgi.service.prefs:jar:1.1.2 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 [DEBUG] Included: org.bouncycastle:bcprov-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 [DEBUG] Included: org.apache.felix:org.apache.felix.scr:jar:2.2.10 [DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 [DEBUG] Included: org.osgi:org.osgi.service.component:jar:1.5.1 [DEBUG] Included: org.osgi:org.osgi.namespace.extender:jar:1.0.1 [DEBUG] Included: org.bouncycastle:bcpg-jdk15on:jar:1.70 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.70 [DEBUG] Included: commons-net:commons-net:jar:3.10.0 [DEBUG] Included: org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 [DEBUG] Included: org.osgi:org.osgi.service.repository:jar:1.1.0 [DEBUG] Included: org.osgi:org.osgi.util.function:jar:1.2.0 [DEBUG] Included: org.osgi:osgi.annotation:jar:8.0.1 [DEBUG] Included: org.osgi:org.osgi.util.promise:jar:1.3.0 [DEBUG] Included: commons-codec:commons-codec:jar:1.16.1 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.text:jar:3.14.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 [DEBUG] Included: org.eclipse.jdt:ecj:jar:3.37.0 [DEBUG] Resolving artifact org.eclipse.tycho.extras:tycho-p2-extras-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho.extras:tycho-p2-extras-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.7/tycho-p2-extras-plugin-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.7/tycho-p2-extras-plugin-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.7/tycho-p2-extras-plugin-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.7/tycho-p2-extras-plugin-4.0.7.pom (5.0 kB at 158 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.7/tycho-p2-extras-plugin-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho.extras:tycho-extras:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho.extras:tycho-extras:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-extras/4.0.7/tycho-extras-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-extras/4.0.7/tycho-extras-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/4.0.7/tycho-extras-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/4.0.7/tycho-extras-4.0.7.pom (5.7 kB at 2.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-extras/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-extras/4.0.7/tycho-extras-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.7/tycho-p2-extras-plugin-4.0.7.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.7/tycho-p2-extras-plugin-4.0.7.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.7/tycho-p2-extras-plugin-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.7/tycho-p2-extras-plugin-4.0.7.jar (30 kB at 15 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.7/tycho-p2-extras-plugin-4.0.7.jar.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=219922, ConflictMarker.markTime=120003, ConflictMarker.nodeCount=335, ConflictIdSorter.graphTime=172835, ConflictIdSorter.topsortTime=68323, ConflictIdSorter.conflictIdCount=98, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1807555, ConflictResolver.conflictItemCount=335, DfDependencyCollector.collectTime=6137720, DfDependencyCollector.transformTime=2433809} [DEBUG] org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:4.0.7 [DEBUG] org.eclipse.tycho:tycho-artifactcomparator:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default) [DEBUG] org.ow2.asm:asm-tree:jar:9.6:compile [DEBUG] org.ow2.asm:asm:jar:9.6:compile [DEBUG] org.ow2.asm:asm-util:jar:9.6:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.6:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.15.1:compile (version managed from default) [DEBUG] org.xmlunit:xmlunit-core:jar:2.9.1:compile [DEBUG] jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile [DEBUG] jakarta.activation:jakarta.activation-api:jar:1.2.2:compile [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (version managed from default) (exclusions managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] io.github.java-diff-utils:java-diff-utils:jar:4.12:compile [DEBUG] ch.digitalfondue.jfiveparse:jfiveparse:jar:1.0.3:compile [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-api:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:3.4.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.14.0:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] com.github.luben:zstd-jni:jar:1.5.5-11:runtime [DEBUG] org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile [DEBUG] org.apache.commons:commons-exec:jar:1.4.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-core:jar:4.0.7:compile [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.27:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:4.0.7:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.1:compile [DEBUG] org.eclipse.tycho:tycho-spi:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default) [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile [DEBUG] org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default) [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.bouncycastle:bcpg-jdk15on:jar:1.70:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [DEBUG] commons-net:commons-net:jar:3.10.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-p2:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.12:compile [DEBUG] commons-codec:commons-codec:jar:1.16.1:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile [DEBUG] org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default) [DEBUG] Created new class realm plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7 [DEBUG] Included: org.eclipse.tycho.extras:tycho-p2-extras-plugin:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-artifactcomparator:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 [DEBUG] Included: org.ow2.asm:asm-tree:jar:9.6 [DEBUG] Included: org.ow2.asm:asm:jar:9.6 [DEBUG] Included: org.ow2.asm:asm-util:jar:9.6 [DEBUG] Included: org.ow2.asm:asm-analysis:jar:9.6 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 [DEBUG] Included: commons-io:commons-io:jar:2.15.1 [DEBUG] Included: org.xmlunit:xmlunit-core:jar:2.9.1 [DEBUG] Included: jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 [DEBUG] Included: jakarta.activation:jakarta.activation-api:jar:1.2.2 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 [DEBUG] Included: io.github.java-diff-utils:java-diff-utils:jar:4.12 [DEBUG] Included: ch.digitalfondue.jfiveparse:jfiveparse:jar:1.0.3 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-api:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.9.2 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.4.2 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.26.1 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.14.0 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: com.github.luben:zstd-jni:jar:1.5.5-11 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.4.0 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.27 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.1.0 [DEBUG] Included: biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.resource:jar:1.0.1 [DEBUG] Included: org.eclipse.tycho:tycho-spi:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 [DEBUG] Included: org.bouncycastle:bcpg-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 [DEBUG] Included: org.osgi:org.osgi.service.prefs:jar:1.1.2 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 [DEBUG] Included: org.bouncycastle:bcprov-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 [DEBUG] Included: org.apache.felix:org.apache.felix.scr:jar:2.2.10 [DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 [DEBUG] Included: org.osgi:org.osgi.service.component:jar:1.5.1 [DEBUG] Included: org.osgi:org.osgi.namespace.extender:jar:1.0.1 [DEBUG] Included: org.bouncycastle:bcpg-jdk15on:jar:1.70 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.70 [DEBUG] Included: commons-net:commons-net:jar:3.10.0 [DEBUG] Included: org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 [DEBUG] Included: org.osgi:org.osgi.service.repository:jar:1.1.0 [DEBUG] Included: org.osgi:org.osgi.util.function:jar:1.2.0 [DEBUG] Included: org.osgi:osgi.annotation:jar:8.0.1 [DEBUG] Included: org.osgi:org.osgi.util.promise:jar:1.3.0 [DEBUG] Included: commons-codec:commons-codec:jar:1.16.1 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.text:jar:3.14.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 [DEBUG] Included: org.eclipse.jdt:ecj:jar:3.37.0 [DEBUG] Resolving artifact org.apache.maven.plugins:maven-clean-plugin:pom:3.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-clean-plugin:pom:3.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 517 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:31 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:31 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 297 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/31/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:31 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:31 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/31/maven-parent-31.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 11 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/31/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/31/maven-parent-31.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:19 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:19 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/19/apache-19.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/19/apache-19.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 7.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/19/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/19/apache-19.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-clean-plugin:jar:3.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-clean-plugin:jar:3.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 3.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-buildtimestamp-jgit:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-buildtimestamp-jgit:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.7/tycho-buildtimestamp-jgit-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.7/tycho-buildtimestamp-jgit-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.7/tycho-buildtimestamp-jgit-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.7/tycho-buildtimestamp-jgit-4.0.7.pom (2.0 kB at 1.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.7/tycho-buildtimestamp-jgit-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.jgit:org.eclipse.jgit:pom:6.8.0.202311291450-r from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jgit:org.eclipse.jgit:pom:6.8.0.202311291450-r from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/6.8.0.202311291450-r/org.eclipse.jgit-6.8.0.202311291450-r.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/6.8.0.202311291450-r/org.eclipse.jgit-6.8.0.202311291450-r.pom (7.7 kB at 642 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jgit/org.eclipse.jgit/6.8.0.202311291450-r/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jgit/org.eclipse.jgit/6.8.0.202311291450-r/org.eclipse.jgit-6.8.0.202311291450-r.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.jgit:org.eclipse.jgit-parent:pom:6.8.0.202311291450-r from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jgit:org.eclipse.jgit-parent:pom:6.8.0.202311291450-r from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit-parent/6.8.0.202311291450-r/org.eclipse.jgit-parent-6.8.0.202311291450-r.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit-parent/6.8.0.202311291450-r/org.eclipse.jgit-parent-6.8.0.202311291450-r.pom (41 kB at 145 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jgit/org.eclipse.jgit-parent/6.8.0.202311291450-r/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jgit/org.eclipse.jgit-parent/6.8.0.202311291450-r/org.eclipse.jgit-parent-6.8.0.202311291450-r.pom.lastUpdated' [DEBUG] Resolving artifact com.googlecode.javaewah:JavaEWAH:pom:1.2.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/, default, releases+snapshots)] [DEBUG] Resolving artifact com.googlecode.javaewah:JavaEWAH:pom:1.2.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom (6.2 kB at 883 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/googlecode/javaewah/JavaEWAH/1.2.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.oss:oss-parent:pom:5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.oss:oss-parent:pom:5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/5/oss-parent-5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 2.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/5/oss-parent-5.pom.lastUpdated' [DEBUG] Resolving artifact commons-codec:commons-codec:pom:1.16.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/, default, releases+snapshots)] [DEBUG] Resolving artifact commons-codec:commons-codec:pom:1.16.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (16 kB at 8.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.16.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:58 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:58 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/58/commons-parent-58.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/58/commons-parent-58.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom (83 kB at 3.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/58/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/58/commons-parent-58.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:29 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:29 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/29/apache-29.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/29/apache-29.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 10 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/29/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/29/apache-29.pom.lastUpdated' [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.9.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/, default, releases+snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.9.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/, default, releases+snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 5.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.9.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho.extras:tycho-sourceref-jgit:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho.extras:tycho-sourceref-jgit:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.7/tycho-sourceref-jgit-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.7/tycho-sourceref-jgit-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.7/tycho-sourceref-jgit-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.7/tycho-sourceref-jgit-4.0.7.pom (1.9 kB at 942 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.7/tycho-sourceref-jgit-4.0.7.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=239379, ConflictMarker.markTime=120451, ConflictMarker.nodeCount=359, ConflictIdSorter.graphTime=186934, ConflictIdSorter.topsortTime=256938, ConflictIdSorter.conflictIdCount=102, ConflictIdSorter.conflictIdCycleCount=1, ConflictResolver.totalTime=5892232, ConflictResolver.conflictItemCount=345, DfDependencyCollector.collectTime=505784510, DfDependencyCollector.transformTime=6744252} [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:jar:4.0.7 [DEBUG] org.eclipse.tycho:tycho-buildtimestamp-jgit:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:tycho-spi:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-api:jar:4.0.7:compile [DEBUG] org.eclipse.jgit:org.eclipse.jgit:jar:6.8.0.202311291450-r:runtime [DEBUG] com.googlecode.javaewah:JavaEWAH:jar:1.2.3:runtime [DEBUG] org.eclipse.tycho.extras:tycho-sourceref-jgit:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:tycho-core:jar:4.0.7:compile [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.27:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default) [DEBUG] org.apache.commons:commons-exec:jar:1.4.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:4.0.7:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.1:compile [DEBUG] org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default) [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile [DEBUG] org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default) [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.bouncycastle:bcpg-jdk15on:jar:1.70:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [DEBUG] commons-net:commons-net:jar:3.10.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-p2:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (version managed from default) (exclusions managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.12:compile [DEBUG] commons-io:commons-io:jar:2.15.1:compile (version managed from default) [DEBUG] commons-codec:commons-codec:jar:1.16.1:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile [DEBUG] org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile [DEBUG] org.apache.maven:maven-archiver:jar:3.6.1:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:3.4.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.14.0:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] com.github.luben:zstd-jni:jar:1.5.5-11:runtime [DEBUG] com.konghq:unirest-java:jar:3.14.5:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.13:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.13:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.13:compile [DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.13:compile [DEBUG] org.apache.httpcomponents:httpasyncclient:jar:4.1.5:compile [DEBUG] com.google.code.gson:gson:jar:2.10:compile [DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile [DEBUG] Resolving artifact org.eclipse.tycho:tycho-buildtimestamp-jgit:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jgit:org.eclipse.jgit:jar:6.8.0.202311291450-r from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.googlecode.javaewah:JavaEWAH:jar:1.2.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/, default, releases+snapshots)] [DEBUG] Resolving artifact org.eclipse.tycho.extras:tycho-sourceref-jgit:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-buildtimestamp-jgit:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jgit:org.eclipse.jgit:jar:6.8.0.202311291450-r from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.googlecode.javaewah:JavaEWAH:jar:1.2.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jgit-repository (https://repo.eclipse.org/content/repositories/jgit-releases/, default, releases+snapshots)] [DEBUG] Resolving artifact org.eclipse.tycho.extras:tycho-sourceref-jgit:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.7/tycho-buildtimestamp-jgit-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/6.8.0.202311291450-r/org.eclipse.jgit-6.8.0.202311291450-r.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.7/tycho-sourceref-jgit-4.0.7.jar [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/6.8.0.202311291450-r/org.eclipse.jgit-6.8.0.202311291450-r.jar (3.2 MB at 67 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.7/tycho-buildtimestamp-jgit-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jgit/org.eclipse.jgit/6.8.0.202311291450-r/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jgit/org.eclipse.jgit/6.8.0.202311291450-r/org.eclipse.jgit-6.8.0.202311291450-r.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.7/tycho-sourceref-jgit-4.0.7.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.7/tycho-buildtimestamp-jgit-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.7/tycho-buildtimestamp-jgit-4.0.7.jar (12 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.7/tycho-sourceref-jgit-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.7/tycho-sourceref-jgit-4.0.7.jar (6.2 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar (171 kB at 6.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.7/tycho-buildtimestamp-jgit-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/googlecode/javaewah/JavaEWAH/1.2.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.7/tycho-sourceref-jgit-4.0.7.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-packaging-plugin:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-buildtimestamp-jgit:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-spi:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-api:jar:4.0.7 [DEBUG] Included: org.eclipse.jgit:org.eclipse.jgit:jar:6.8.0.202311291450-r [DEBUG] Included: com.googlecode.javaewah:JavaEWAH:jar:1.2.3 [DEBUG] Included: org.eclipse.tycho.extras:tycho-sourceref-jgit:jar:4.0.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.27 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.1.0 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.4.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 [DEBUG] Included: biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.resource:jar:1.0.1 [DEBUG] Included: org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 [DEBUG] Included: org.bouncycastle:bcpg-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 [DEBUG] Included: org.osgi:org.osgi.service.prefs:jar:1.1.2 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 [DEBUG] Included: org.bouncycastle:bcprov-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 [DEBUG] Included: org.apache.felix:org.apache.felix.scr:jar:2.2.10 [DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 [DEBUG] Included: org.osgi:org.osgi.service.component:jar:1.5.1 [DEBUG] Included: org.osgi:org.osgi.namespace.extender:jar:1.0.1 [DEBUG] Included: org.bouncycastle:bcpg-jdk15on:jar:1.70 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.70 [DEBUG] Included: commons-net:commons-net:jar:3.10.0 [DEBUG] Included: org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.service.repository:jar:1.1.0 [DEBUG] Included: org.osgi:org.osgi.util.function:jar:1.2.0 [DEBUG] Included: org.osgi:osgi.annotation:jar:8.0.1 [DEBUG] Included: org.osgi:org.osgi.util.promise:jar:1.3.0 [DEBUG] Included: commons-io:commons-io:jar:2.15.1 [DEBUG] Included: commons-codec:commons-codec:jar:1.16.1 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.text:jar:3.14.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 [DEBUG] Included: org.eclipse.jdt:ecj:jar:3.37.0 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: org.apache.maven:maven-archiver:jar:3.6.1 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.9.2 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.4.2 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.26.1 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.14.0 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: com.github.luben:zstd-jni:jar:1.5.5-11 [DEBUG] Included: com.konghq:unirest-java:jar:3.14.5 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.5.13 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.4.13 [DEBUG] Included: commons-logging:commons-logging:jar:1.2 [DEBUG] Included: org.apache.httpcomponents:httpmime:jar:4.5.13 [DEBUG] Included: org.apache.httpcomponents:httpcore-nio:jar:4.4.13 [DEBUG] Included: org.apache.httpcomponents:httpasyncclient:jar:4.1.5 [DEBUG] Included: com.google.code.gson:gson:jar:2.10 [DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7 [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-plugin/4.0.7/tycho-compiler-plugin-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/4.0.7/tycho-compiler-plugin-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/4.0.7/tycho-compiler-plugin-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/4.0.7/tycho-compiler-plugin-4.0.7.pom (2.9 kB at 967 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/4.0.7/tycho-compiler-plugin-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-plugin/4.0.7/tycho-compiler-plugin-4.0.7.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/4.0.7/tycho-compiler-plugin-4.0.7.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/4.0.7/tycho-compiler-plugin-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/4.0.7/tycho-compiler-plugin-4.0.7.jar (56 kB at 28 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-plugin/4.0.7/tycho-compiler-plugin-4.0.7.jar.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-manager:pom:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-manager:pom:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.pom (1.3 kB at 674 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.15.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler:pom:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler:pom:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.15.0/plexus-compiler-2.15.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler/2.15.0/plexus-compiler-2.15.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.15.0/plexus-compiler-2.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.15.0/plexus-compiler-2.15.0.pom (7.6 kB at 2.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler/2.15.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler/2.15.0/plexus-compiler-2.15.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-api:pom:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-api:pom:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.pom (1.4 kB at 151 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.15.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-xml:pom:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-xml:pom:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom (3.7 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-xml/3.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:13 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/13/plexus-13.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/13/plexus-13.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 9.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/13/plexus-13.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-jdt:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-jdt:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-jdt/4.0.7/tycho-compiler-jdt-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/4.0.7/tycho-compiler-jdt-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/4.0.7/tycho-compiler-jdt-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/4.0.7/tycho-compiler-jdt-4.0.7.pom (2.4 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/4.0.7/tycho-compiler-jdt-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-lib-detector:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-lib-detector:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-lib-detector/4.0.7/tycho-lib-detector-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-lib-detector/4.0.7/tycho-lib-detector-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/4.0.7/tycho-lib-detector-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/4.0.7/tycho-lib-detector-4.0.7.pom (1.5 kB at 193 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-lib-detector/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-lib-detector/4.0.7/tycho-lib-detector-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-javac:pom:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-javac:pom:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.pom (1.3 kB at 117 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.15.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compilers:pom:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compilers:pom:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compilers/2.15.0/plexus-compilers-2.15.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compilers/2.15.0/plexus-compilers-2.15.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.15.0/plexus-compilers-2.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.15.0/plexus-compilers-2.15.0.pom (1.6 kB at 784 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compilers/2.15.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compilers/2.15.0/plexus-compilers-2.15.0.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=383074, ConflictMarker.markTime=162883, ConflictMarker.nodeCount=337, ConflictIdSorter.graphTime=280264, ConflictIdSorter.topsortTime=72746, ConflictIdSorter.conflictIdCount=94, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3595644, ConflictResolver.conflictItemCount=337, DfDependencyCollector.collectTime=180422787, DfDependencyCollector.transformTime=4605644} [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:jar:4.0.7 [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile [DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.15.0:compile [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.slf4j:slf4j-api:jar:1.7.36:compile [DEBUG] org.codehaus.plexus:plexus-xml:jar:3.0.0:compile [DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.15.0:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:4.0.7:compile [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-io:jar:3.4.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.14.0:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] com.github.luben:zstd-jni:jar:1.5.5-11:runtime [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.27:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-api:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:4.0.7:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.1:compile [DEBUG] org.eclipse.tycho:tycho-spi:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default) [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile [DEBUG] org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default) [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.bouncycastle:bcpg-jdk15on:jar:1.70:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [DEBUG] commons-net:commons-net:jar:3.10.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-p2:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (version managed from default) (exclusions managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] commons-io:commons-io:jar:2.15.1:compile (version managed from default) [DEBUG] commons-codec:commons-codec:jar:1.16.1:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile [DEBUG] org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile [DEBUG] org.eclipse.tycho:tycho-compiler-jdt:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-lib-detector:jar:4.0.7:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default) [DEBUG] org.apache.commons:commons-exec:jar:1.4.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.15.0:compile [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-manager:jar:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:1.7.36 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-xml:jar:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-api:jar:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-jdt:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-lib-detector:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-javac:jar:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-manager:jar:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:1.7.36 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-xml:jar:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-api:jar:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-jdt:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-lib-detector:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-javac:jar:2.15.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-jdt/4.0.7/tycho-compiler-jdt-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-lib-detector/4.0.7/tycho-lib-detector-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/4.0.7/tycho-compiler-jdt-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-lib-detector/4.0.7/tycho-lib-detector-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.jar (5.2 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/4.0.7/tycho-compiler-jdt-4.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/4.0.7/tycho-lib-detector-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/4.0.7/tycho-lib-detector-4.0.7.jar (3.5 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/4.0.7/tycho-compiler-jdt-4.0.7.jar (20 kB at 10 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar (93 kB at 31 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.jar (26 kB at 8.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.jar (29 kB at 4.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.15.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.36/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-xml/3.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.15.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-compiler-jdt/4.0.7/tycho-compiler-jdt-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-lib-detector/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-lib-detector/4.0.7/tycho-lib-detector-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.15.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-compiler-plugin:jar:4.0.7 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.15.0 [DEBUG] Included: org.codehaus.plexus:plexus-xml:jar:3.0.0 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.15.0 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.9.2 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.4.2 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.26.1 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.14.0 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: com.github.luben:zstd-jni:jar:1.5.5-11 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.27 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.1.0 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-api:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 [DEBUG] Included: biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.resource:jar:1.0.1 [DEBUG] Included: org.eclipse.tycho:tycho-spi:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 [DEBUG] Included: org.bouncycastle:bcpg-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 [DEBUG] Included: org.osgi:org.osgi.service.prefs:jar:1.1.2 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 [DEBUG] Included: org.bouncycastle:bcprov-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 [DEBUG] Included: org.apache.felix:org.apache.felix.scr:jar:2.2.10 [DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 [DEBUG] Included: org.osgi:org.osgi.service.component:jar:1.5.1 [DEBUG] Included: org.osgi:org.osgi.namespace.extender:jar:1.0.1 [DEBUG] Included: org.bouncycastle:bcpg-jdk15on:jar:1.70 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.70 [DEBUG] Included: commons-net:commons-net:jar:3.10.0 [DEBUG] Included: org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.service.repository:jar:1.1.0 [DEBUG] Included: org.osgi:org.osgi.util.function:jar:1.2.0 [DEBUG] Included: org.osgi:osgi.annotation:jar:8.0.1 [DEBUG] Included: org.osgi:org.osgi.util.promise:jar:1.3.0 [DEBUG] Included: commons-io:commons-io:jar:2.15.1 [DEBUG] Included: commons-codec:commons-codec:jar:1.16.1 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.text:jar:3.14.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 [DEBUG] Included: org.eclipse.tycho:tycho-compiler-jdt:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-lib-detector:jar:4.0.7 [DEBUG] Included: org.eclipse.jdt:ecj:jar:3.37.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.4.0 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.15.0 [DEBUG] Resolving artifact org.apache.maven.plugins:maven-deploy-plugin:pom:3.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-deploy-plugin:pom:3.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (8.9 kB at 3.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:39 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:39 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 4.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/39/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:39 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:39 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/39/maven-parent-39.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/39/maven-parent-39.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 16 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/39/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/39/maven-parent-39.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-deploy-plugin:jar:3.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-deploy-plugin:jar:3.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar (39 kB at 20 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-resources-plugin:pom:3.3.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-resources-plugin:pom:3.3.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (8.2 kB at 906 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/3.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-resources-plugin:jar:3.3.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-resources-plugin:jar:3.3.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 10 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/3.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-install-plugin:pom:3.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-install-plugin:pom:3.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 2.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-install-plugin/3.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-install-plugin:jar:3.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-install-plugin:jar:3.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 16 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-install-plugin/3.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-bnd-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-bnd-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-bnd-plugin/4.0.7/tycho-bnd-plugin-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/4.0.7/tycho-bnd-plugin-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bnd-plugin/4.0.7/tycho-bnd-plugin-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bnd-plugin/4.0.7/tycho-bnd-plugin-4.0.7.pom (1.9 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/4.0.7/tycho-bnd-plugin-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-bnd-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-bnd-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-bnd-plugin/4.0.7/tycho-bnd-plugin-4.0.7.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/4.0.7/tycho-bnd-plugin-4.0.7.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bnd-plugin/4.0.7/tycho-bnd-plugin-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bnd-plugin/4.0.7/tycho-bnd-plugin-4.0.7.jar (29 kB at 15 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bnd-plugin/4.0.7/tycho-bnd-plugin-4.0.7.jar.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.dto:pom:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.dto:pom:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 632 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.dto/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.resource:pom:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.resource:pom:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 639 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.framework:pom:1.8.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.framework:pom:1.8.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 640 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.framework/1.8.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.coordinator:pom:1.0.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.coordinator:pom:1.0.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom (1.3 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.coordinator/1.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.log:pom:1.3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.log:pom:1.3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 644 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:pom:1.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:pom:1.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 628 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom.lastUpdated' [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.embedded-repo:pom:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.embedded-repo:pom:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.pom (2.5 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=384827, ConflictMarker.markTime=203238, ConflictMarker.nodeCount=333, ConflictIdSorter.graphTime=357979, ConflictIdSorter.topsortTime=100347, ConflictIdSorter.conflictIdCount=93, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3474979, ConflictResolver.conflictItemCount=328, DfDependencyCollector.collectTime=93257342, DfDependencyCollector.transformTime=4552380} [DEBUG] org.eclipse.tycho:tycho-bnd-plugin:jar:4.0.7 [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:4.0.7:compile [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:3.4.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.14.0:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] com.github.luben:zstd-jni:jar:1.5.5-11:runtime [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.27:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-api:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default) [DEBUG] org.apache.commons:commons-exec:jar:1.4.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:4.0.7:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-spi:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default) [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile [DEBUG] org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default) [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.bouncycastle:bcpg-jdk15on:jar:1.70:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [DEBUG] commons-net:commons-net:jar:3.10.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-p2:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.12:compile [DEBUG] commons-io:commons-io:jar:2.15.1:compile (version managed from default) [DEBUG] commons-codec:commons-codec:jar:1.16.1:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile [DEBUG] org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (exclusions managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.dto:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.framework:jar:1.8.0:compile [DEBUG] org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.log:jar:1.3.0:compile [DEBUG] biz.aQute.bnd:biz.aQute.bnd.embedded-repo:jar:7.0.0:compile [DEBUG] Resolving artifact org.osgi:org.osgi.dto:jar:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.resource:jar:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.framework:jar:1.8.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.coordinator:jar:1.0.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.log:jar:1.3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.embedded-repo:jar:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.dto:jar:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.resource:jar:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.framework:jar:1.8.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.coordinator:jar:1.0.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.log:jar:1.3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.embedded-repo:jar:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 7.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 17 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 5.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar (41 kB at 14 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 38 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar (6.2 MB at 97 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.dto/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.framework/1.8.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.coordinator/1.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-bnd-plugin:jar:4.0.7 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.9.2 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.4.2 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.26.1 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.14.0 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: com.github.luben:zstd-jni:jar:1.5.5-11 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.27 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.1.0 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-api:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.4.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-spi:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 [DEBUG] Included: org.bouncycastle:bcpg-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 [DEBUG] Included: org.osgi:org.osgi.service.prefs:jar:1.1.2 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 [DEBUG] Included: org.bouncycastle:bcprov-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 [DEBUG] Included: org.apache.felix:org.apache.felix.scr:jar:2.2.10 [DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 [DEBUG] Included: org.osgi:org.osgi.service.component:jar:1.5.1 [DEBUG] Included: org.osgi:org.osgi.namespace.extender:jar:1.0.1 [DEBUG] Included: org.bouncycastle:bcpg-jdk15on:jar:1.70 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.70 [DEBUG] Included: commons-net:commons-net:jar:3.10.0 [DEBUG] Included: org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 [DEBUG] Included: org.osgi:org.osgi.service.repository:jar:1.1.0 [DEBUG] Included: org.osgi:org.osgi.util.function:jar:1.2.0 [DEBUG] Included: org.osgi:osgi.annotation:jar:8.0.1 [DEBUG] Included: org.osgi:org.osgi.util.promise:jar:1.3.0 [DEBUG] Included: commons-io:commons-io:jar:2.15.1 [DEBUG] Included: commons-codec:commons-codec:jar:1.16.1 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.text:jar:3.14.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 [DEBUG] Included: org.eclipse.jdt:ecj:jar:3.37.0 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 [DEBUG] Included: biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.dto:jar:1.0.0 [DEBUG] Included: org.osgi:org.osgi.resource:jar:1.0.0 [DEBUG] Included: org.osgi:org.osgi.framework:jar:1.8.0 [DEBUG] Included: org.osgi:org.osgi.service.coordinator:jar:1.0.2 [DEBUG] Included: org.osgi:org.osgi.service.log:jar:1.3.0 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.embedded-repo:jar:7.0.0 [DEBUG] Resolving artifact org.eclipse.tycho:tycho-ds-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-ds-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-ds-plugin/4.0.7/tycho-ds-plugin-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/4.0.7/tycho-ds-plugin-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/4.0.7/tycho-ds-plugin-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/4.0.7/tycho-ds-plugin-4.0.7.pom (1.6 kB at 797 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/4.0.7/tycho-ds-plugin-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-ds-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-ds-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-ds-plugin/4.0.7/tycho-ds-plugin-4.0.7.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/4.0.7/tycho-ds-plugin-4.0.7.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/4.0.7/tycho-ds-plugin-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/4.0.7/tycho-ds-plugin-4.0.7.jar (23 kB at 23 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-ds-plugin/4.0.7/tycho-ds-plugin-4.0.7.jar.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=231220, ConflictMarker.markTime=121697, ConflictMarker.nodeCount=318, ConflictIdSorter.graphTime=186114, ConflictIdSorter.topsortTime=63707, ConflictIdSorter.conflictIdCount=88, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1460040, ConflictResolver.conflictItemCount=318, DfDependencyCollector.collectTime=4070445, DfDependencyCollector.transformTime=2082726} [DEBUG] org.eclipse.tycho:tycho-ds-plugin:jar:4.0.7 [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:4.0.7:compile [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:3.4.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.14.0:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] com.github.luben:zstd-jni:jar:1.5.5-11:runtime [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.27:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-api:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default) [DEBUG] org.apache.commons:commons-exec:jar:1.4.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:4.0.7:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.1:compile [DEBUG] org.eclipse.tycho:tycho-spi:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default) [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile [DEBUG] org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default) [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.bouncycastle:bcpg-jdk15on:jar:1.70:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [DEBUG] commons-net:commons-net:jar:3.10.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-p2:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.12:compile [DEBUG] commons-io:commons-io:jar:2.15.1:compile (version managed from default) [DEBUG] commons-codec:commons-codec:jar:1.16.1:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile [DEBUG] org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (exclusions managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-ds-plugin:jar:4.0.7 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.9.2 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.4.2 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.26.1 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.14.0 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: com.github.luben:zstd-jni:jar:1.5.5-11 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.27 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.1.0 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-api:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.4.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 [DEBUG] Included: biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.resource:jar:1.0.1 [DEBUG] Included: org.eclipse.tycho:tycho-spi:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 [DEBUG] Included: org.bouncycastle:bcpg-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 [DEBUG] Included: org.osgi:org.osgi.service.prefs:jar:1.1.2 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 [DEBUG] Included: org.bouncycastle:bcprov-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 [DEBUG] Included: org.apache.felix:org.apache.felix.scr:jar:2.2.10 [DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 [DEBUG] Included: org.osgi:org.osgi.service.component:jar:1.5.1 [DEBUG] Included: org.osgi:org.osgi.namespace.extender:jar:1.0.1 [DEBUG] Included: org.bouncycastle:bcpg-jdk15on:jar:1.70 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.70 [DEBUG] Included: commons-net:commons-net:jar:3.10.0 [DEBUG] Included: org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 [DEBUG] Included: org.osgi:org.osgi.service.repository:jar:1.1.0 [DEBUG] Included: org.osgi:org.osgi.util.function:jar:1.2.0 [DEBUG] Included: org.osgi:osgi.annotation:jar:8.0.1 [DEBUG] Included: org.osgi:org.osgi.util.promise:jar:1.3.0 [DEBUG] Included: commons-io:commons-io:jar:2.15.1 [DEBUG] Included: commons-codec:commons-codec:jar:1.16.1 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.text:jar:3.14.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 [DEBUG] Included: org.eclipse.jdt:ecj:jar:3.37.0 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 [DEBUG] Resolving artifact org.apache.maven.plugins:maven-site-plugin:pom:3.12.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-site-plugin:pom:3.12.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 6.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-site-plugin/3.12.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:36 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:36 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 5.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/36/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:36 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:36 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/36/maven-parent-36.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/36/maven-parent-36.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 15 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/36/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/36/maven-parent-36.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:26 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:26 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/26/apache-26.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/26/apache-26.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 10 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/26/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/26/apache-26.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-site-plugin:jar:3.12.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-site-plugin:jar:3.12.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 40 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-site-plugin/3.12.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar.lastUpdated' [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: p2-installable-unit org.eclipse.osgi.services 3.6.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: p2-installable-unit org.eclipse.osgi.services 3.6.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml: eclipse-plugin org.eclipse.ecf.provider.remoteservice 0.0.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Resolving artifact org.eclipse.tycho:tycho-surefire-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-surefire-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-surefire-plugin/4.0.7/tycho-surefire-plugin-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/4.0.7/tycho-surefire-plugin-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/4.0.7/tycho-surefire-plugin-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/4.0.7/tycho-surefire-plugin-4.0.7.pom (8.3 kB at 4.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/4.0.7/tycho-surefire-plugin-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-surefire-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-surefire-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-surefire-plugin/4.0.7/tycho-surefire-plugin-4.0.7.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/4.0.7/tycho-surefire-plugin-4.0.7.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/4.0.7/tycho-surefire-plugin-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/4.0.7/tycho-surefire-plugin-4.0.7.jar (130 kB at 16 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-surefire-plugin/4.0.7/tycho-surefire-plugin-4.0.7.jar.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.7/org.eclipse.tycho.surefire.osgibooter-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.7/org.eclipse.tycho.surefire.osgibooter-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.7/org.eclipse.tycho.surefire.osgibooter-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.7/org.eclipse.tycho.surefire.osgibooter-4.0.7.pom (6.3 kB at 3.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.7/org.eclipse.tycho.surefire.osgibooter-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.7/org.eclipse.tycho.surefire.junit-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.7/org.eclipse.tycho.surefire.junit-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.7/org.eclipse.tycho.surefire.junit-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.7/org.eclipse.tycho.surefire.junit-4.0.7.pom (1.7 kB at 838 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.7/org.eclipse.tycho.surefire.junit-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-surefire:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-surefire:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-surefire/4.0.7/tycho-surefire-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-surefire/4.0.7/tycho-surefire-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/4.0.7/tycho-surefire-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/4.0.7/tycho-surefire-4.0.7.pom (3.5 kB at 1.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-surefire/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-surefire/4.0.7/tycho-surefire-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.7/org.eclipse.tycho.surefire.junit4-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.7/org.eclipse.tycho.surefire.junit4-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.7/org.eclipse.tycho.surefire.junit4-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.7/org.eclipse.tycho.surefire.junit4-4.0.7.pom (1.9 kB at 932 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.7/org.eclipse.tycho.surefire.junit4-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.7/org.eclipse.tycho.surefire.junit47-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.7/org.eclipse.tycho.surefire.junit47-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.7/org.eclipse.tycho.surefire.junit47-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.7/org.eclipse.tycho.surefire.junit47-4.0.7.pom (2.2 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.7/org.eclipse.tycho.surefire.junit47-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.7/org.eclipse.tycho.surefire.junit5-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.7/org.eclipse.tycho.surefire.junit5-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.7/org.eclipse.tycho.surefire.junit5-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.7/org.eclipse.tycho.surefire.junit5-4.0.7.pom (3.3 kB at 3.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.7/org.eclipse.tycho.surefire.junit5-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.7/org.eclipse.tycho.surefire.junit54-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.7/org.eclipse.tycho.surefire.junit54-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.7/org.eclipse.tycho.surefire.junit54-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.7/org.eclipse.tycho.surefire.junit54-4.0.7.pom (3.3 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.7/org.eclipse.tycho.surefire.junit54-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.7/org.eclipse.tycho.surefire.junit55-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.7/org.eclipse.tycho.surefire.junit55-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.7/org.eclipse.tycho.surefire.junit55-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.7/org.eclipse.tycho.surefire.junit55-4.0.7.pom (3.3 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.7/org.eclipse.tycho.surefire.junit55-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.7/org.eclipse.tycho.surefire.junit56-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.7/org.eclipse.tycho.surefire.junit56-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.7/org.eclipse.tycho.surefire.junit56-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.7/org.eclipse.tycho.surefire.junit56-4.0.7.pom (3.3 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.7/org.eclipse.tycho.surefire.junit56-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.7/org.eclipse.tycho.surefire.junit57-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.7/org.eclipse.tycho.surefire.junit57-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.7/org.eclipse.tycho.surefire.junit57-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.7/org.eclipse.tycho.surefire.junit57-4.0.7.pom (2.9 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.7/org.eclipse.tycho.surefire.junit57-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.7/org.eclipse.tycho.surefire.junit57withvintage-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.7/org.eclipse.tycho.surefire.junit57withvintage-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.7/org.eclipse.tycho.surefire.junit57withvintage-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.7/org.eclipse.tycho.surefire.junit57withvintage-4.0.7.pom (3.4 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.7/org.eclipse.tycho.surefire.junit57withvintage-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.7/org.eclipse.tycho.surefire.junit58-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.7/org.eclipse.tycho.surefire.junit58-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.7/org.eclipse.tycho.surefire.junit58-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.7/org.eclipse.tycho.surefire.junit58-4.0.7.pom (3.5 kB at 1.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.7/org.eclipse.tycho.surefire.junit58-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.7/org.eclipse.tycho.surefire.junit58withvintage-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.7/org.eclipse.tycho.surefire.junit58withvintage-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.7/org.eclipse.tycho.surefire.junit58withvintage-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.7/org.eclipse.tycho.surefire.junit58withvintage-4.0.7.pom (4.0 kB at 2.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.7/org.eclipse.tycho.surefire.junit58withvintage-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.7/org.eclipse.tycho.surefire.junit59-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.7/org.eclipse.tycho.surefire.junit59-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.7/org.eclipse.tycho.surefire.junit59-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.7/org.eclipse.tycho.surefire.junit59-4.0.7.pom (3.5 kB at 1.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.7/org.eclipse.tycho.surefire.junit59-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.7/org.eclipse.tycho.surefire.junit59withvintage-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.7/org.eclipse.tycho.surefire.junit59withvintage-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.7/org.eclipse.tycho.surefire.junit59withvintage-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.7/org.eclipse.tycho.surefire.junit59withvintage-4.0.7.pom (4.0 kB at 2.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.7/org.eclipse.tycho.surefire.junit59withvintage-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.testng:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.testng:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.7/org.eclipse.tycho.surefire.testng-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.7/org.eclipse.tycho.surefire.testng-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.7/org.eclipse.tycho.surefire.testng-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.7/org.eclipse.tycho.surefire.testng-4.0.7.pom (2.1 kB at 1.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.7/org.eclipse.tycho.surefire.testng-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-failsafe-plugin:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-failsafe-plugin:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom (10 kB at 5.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.surefire:surefire:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom (22 kB at 7.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.surefire:maven-surefire-common:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:maven-surefire-common:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom (6.2 kB at 3.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-api:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-api:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom (3.5 kB at 1.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-logger-api:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-logger-api:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom (3.3 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-shared-utils:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-shared-utils:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom (4.1 kB at 2.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-extensions-api:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-extensions-api:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom (3.3 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-booter:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-booter:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom (4.5 kB at 2.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-extensions-spi:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-extensions-spi:pom:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom (1.8 kB at 881 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.aether:aether-util:pom:1.0.0.v20140518 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.aether:aether-util:pom:1.0.0.v20140518 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 2.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether-util/1.0.0.v20140518/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.aether:aether:pom:1.0.0.v20140518 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.aether:aether:pom:1.0.0.v20140518 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 10 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether/1.0.0.v20140518/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.aether:aether-api:pom:1.0.0.v20140518 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.aether:aether-api:pom:1.0.0.v20140518 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 948 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether-api/1.0.0.v20140518/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-common-artifact-filters:pom:3.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-common-artifact-filters:pom:3.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 2.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:3.9.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom (2.3 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-java:pom:1.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-java:pom:1.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom (4.3 kB at 2.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-languages:pom:1.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-languages:pom:1.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom (3.2 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/1.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom.lastUpdated' [DEBUG] Resolving artifact com.thoughtworks.qdox:qdox:pom:2.0.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.thoughtworks.qdox:qdox:pom:2.0.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 5.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom.lastUpdated' [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.maven:pom:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.maven:pom:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom (6.2 kB at 2.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom.lastUpdated' [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.resolve:pom:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.resolve:pom:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom (5.4 kB at 1.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.resolve/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.resolver:pom:1.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.resolver:pom:1.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom (1.8 kB at 606 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.resolver/1.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=381762, ConflictMarker.markTime=168827, ConflictMarker.nodeCount=467, ConflictIdSorter.graphTime=224062, ConflictIdSorter.topsortTime=115718, ConflictIdSorter.conflictIdCount=145, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3395946, ConflictResolver.conflictItemCount=458, DfDependencyCollector.collectTime=956288169, DfDependencyCollector.transformTime=4342830} [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:jar:4.0.7 [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:4.0.7:compile [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:3.4.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.14.0:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] com.github.luben:zstd-jni:jar:1.5.5-11:runtime [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.27:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:4.0.7:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-spi:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default) [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile [DEBUG] org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default) [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.bouncycastle:bcpg-jdk15on:jar:1.70:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [DEBUG] commons-net:commons-net:jar:3.10.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-p2:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.12:compile [DEBUG] commons-io:commons-io:jar:2.15.1:compile (version managed from default) [DEBUG] commons-codec:commons-codec:jar:1.16.1:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile [DEBUG] org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-api:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default) [DEBUG] org.apache.commons:commons-exec:jar:1.4.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (exclusions managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime [DEBUG] org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile [DEBUG] org.apache.maven.surefire:surefire-api:jar:3.2.5:compile [DEBUG] org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile [DEBUG] org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile [DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile [DEBUG] org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile [DEBUG] org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile [DEBUG] org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile [DEBUG] org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile [DEBUG] org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile [DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.9.6:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-core:jar:3.9.6:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-settings:jar:3.9.6:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-settings-builder:jar:3.9.6:provided [DEBUG] org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0:provided [DEBUG] org.apache.maven:maven-builder-support:jar:3.9.6:provided [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.9.6:provided [DEBUG] org.apache.maven:maven-model-builder:jar:3.9.6:provided [DEBUG] org.apache.maven:maven-resolver-provider:jar:3.9.6:provided [DEBUG] org.apache.maven.resolver:maven-resolver-impl:jar:1.9.18:provided [DEBUG] org.apache.maven.resolver:maven-resolver-named-locks:jar:1.9.18:provided [DEBUG] org.apache.maven.resolver:maven-resolver-spi:jar:1.9.18:provided [DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.0.M2:provided (scope managed from default) (version managed from default) [DEBUG] javax.annotation:javax.annotation-api:jar:1.2:provided [DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M2:provided [DEBUG] com.google.inject:guice:jar:5.1.0:provided [DEBUG] aopalliance:aopalliance:jar:1.0:provided [DEBUG] com.google.guava:guava:jar:32.0.1-jre:provided [DEBUG] com.google.guava:failureaccess:jar:1.0.1:provided [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.7.0:provided [DEBUG] org.apache.maven:maven-plugin-api:jar:3.9.6:provided (scope managed from default) (version managed from default) [DEBUG] org.codehaus.plexus:plexus-java:jar:1.2.0:compile [DEBUG] org.ow2.asm:asm:jar:9.6:compile [DEBUG] com.thoughtworks.qdox:qdox:jar:2.0.3:compile [DEBUG] biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.dto:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.framework:jar:1.8.0:compile [DEBUG] biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.log:jar:1.3.0:compile [DEBUG] org.osgi:org.osgi.service.resolver:jar:1.1.1:compile [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-api:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-logger-api:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:maven-surefire-common:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-booter:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.aether:aether-util:jar:1.0.0.v20140518 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.aether:aether-api:jar:1.0.0.v20140518 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-java:jar:1.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.thoughtworks.qdox:qdox:jar:2.0.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.resolver:jar:1.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-api:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-logger-api:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:maven-surefire-common:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-booter:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.aether:aether-util:jar:1.0.0.v20140518 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.aether:aether-api:jar:1.0.0.v20140518 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-java:jar:1.2.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.thoughtworks.qdox:qdox:jar:2.0.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.resolver:jar:1.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.7/org.eclipse.tycho.surefire.osgibooter-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.7/org.eclipse.tycho.surefire.junit-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.7/org.eclipse.tycho.surefire.junit4-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.7/org.eclipse.tycho.surefire.junit47-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.7/org.eclipse.tycho.surefire.junit5-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.7/org.eclipse.tycho.surefire.junit54-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.7/org.eclipse.tycho.surefire.junit55-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.7/org.eclipse.tycho.surefire.junit56-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.7/org.eclipse.tycho.surefire.junit57-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.7/org.eclipse.tycho.surefire.junit57withvintage-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.7/org.eclipse.tycho.surefire.junit58-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.7/org.eclipse.tycho.surefire.junit58withvintage-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.7/org.eclipse.tycho.surefire.junit59-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.7/org.eclipse.tycho.surefire.junit59withvintage-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.7/org.eclipse.tycho.surefire.testng-4.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.7/org.eclipse.tycho.surefire.osgibooter-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.7/org.eclipse.tycho.surefire.junit-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.7/org.eclipse.tycho.surefire.junit4-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.7/org.eclipse.tycho.surefire.junit47-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.7/org.eclipse.tycho.surefire.junit5-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.7/org.eclipse.tycho.surefire.junit54-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.7/org.eclipse.tycho.surefire.junit55-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.7/org.eclipse.tycho.surefire.junit56-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.7/org.eclipse.tycho.surefire.junit57-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.7/org.eclipse.tycho.surefire.junit57withvintage-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.7/org.eclipse.tycho.surefire.junit58-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.7/org.eclipse.tycho.surefire.junit58withvintage-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.7/org.eclipse.tycho.surefire.junit59-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.7/org.eclipse.tycho.surefire.junit59withvintage-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.7/org.eclipse.tycho.surefire.testng-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.7/org.eclipse.tycho.surefire.osgibooter-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.7/org.eclipse.tycho.surefire.osgibooter-4.0.7.jar (2.8 MB at 88 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.7/org.eclipse.tycho.surefire.junit-4.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.7/org.eclipse.tycho.surefire.junit4-4.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.7/org.eclipse.tycho.surefire.junit47-4.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.7/org.eclipse.tycho.surefire.junit5-4.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.7/org.eclipse.tycho.surefire.junit54-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.7/org.eclipse.tycho.surefire.junit-4.0.7.jar (29 kB at 7.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.7/org.eclipse.tycho.surefire.junit4-4.0.7.jar (41 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.7/org.eclipse.tycho.surefire.junit56-4.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.7/org.eclipse.tycho.surefire.junit55-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.7/org.eclipse.tycho.surefire.junit47-4.0.7.jar (159 kB at 26 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.7/org.eclipse.tycho.surefire.junit57-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.7/org.eclipse.tycho.surefire.junit5-4.0.7.jar (401 kB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.7/org.eclipse.tycho.surefire.junit57withvintage-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.7/org.eclipse.tycho.surefire.junit54-4.0.7.jar (593 kB at 28 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.7/org.eclipse.tycho.surefire.junit58-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.7/org.eclipse.tycho.surefire.junit56-4.0.7.jar (683 kB at 27 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.7/org.eclipse.tycho.surefire.junit58withvintage-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.7/org.eclipse.tycho.surefire.junit57-4.0.7.jar (649 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.7/org.eclipse.tycho.surefire.junit59-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.7/org.eclipse.tycho.surefire.junit55-4.0.7.jar (657 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.7/org.eclipse.tycho.surefire.junit59withvintage-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.7/org.eclipse.tycho.surefire.junit57withvintage-4.0.7.jar (713 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.7/org.eclipse.tycho.surefire.testng-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.7/org.eclipse.tycho.surefire.testng-4.0.7.jar (96 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.7/org.eclipse.tycho.surefire.junit58-4.0.7.jar (730 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar (55 kB at 984 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.7/org.eclipse.tycho.surefire.junit58withvintage-4.0.7.jar (796 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar (171 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar (14 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.7/org.eclipse.tycho.surefire.junit59-4.0.7.jar (763 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.7/org.eclipse.tycho.surefire.junit59withvintage-4.0.7.jar (830 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar (26 kB at 380 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar (8.2 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar (118 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar (308 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar (58 kB at 632 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 661 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar (198 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar (23 kB at 237 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 3.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar (652 kB at 6.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar (2.4 MB at 21 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.7/org.eclipse.tycho.surefire.osgibooter-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.7/org.eclipse.tycho.surefire.junit-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.7/org.eclipse.tycho.surefire.junit4-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.7/org.eclipse.tycho.surefire.junit47-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.7/org.eclipse.tycho.surefire.junit5-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.7/org.eclipse.tycho.surefire.junit54-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.7/org.eclipse.tycho.surefire.junit55-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.7/org.eclipse.tycho.surefire.junit56-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.7/org.eclipse.tycho.surefire.junit57-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.7/org.eclipse.tycho.surefire.junit57withvintage-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.7/org.eclipse.tycho.surefire.junit58-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.7/org.eclipse.tycho.surefire.junit58withvintage-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.7/org.eclipse.tycho.surefire.junit59-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.7/org.eclipse.tycho.surefire.junit59withvintage-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.7/org.eclipse.tycho.surefire.testng-4.0.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether-util/1.0.0.v20140518/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether-api/1.0.0.v20140518/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.resolve/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.resolver/1.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-surefire-plugin:jar:4.0.7 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.9.2 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.4.2 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.26.1 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.14.0 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: com.github.luben:zstd-jni:jar:1.5.5-11 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.27 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.1.0 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-spi:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 [DEBUG] Included: org.bouncycastle:bcpg-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 [DEBUG] Included: org.osgi:org.osgi.service.prefs:jar:1.1.2 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 [DEBUG] Included: org.bouncycastle:bcprov-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 [DEBUG] Included: org.apache.felix:org.apache.felix.scr:jar:2.2.10 [DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 [DEBUG] Included: org.osgi:org.osgi.service.component:jar:1.5.1 [DEBUG] Included: org.osgi:org.osgi.namespace.extender:jar:1.0.1 [DEBUG] Included: org.bouncycastle:bcpg-jdk15on:jar:1.70 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.70 [DEBUG] Included: commons-net:commons-net:jar:3.10.0 [DEBUG] Included: org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 [DEBUG] Included: org.osgi:org.osgi.service.repository:jar:1.1.0 [DEBUG] Included: org.osgi:org.osgi.util.function:jar:1.2.0 [DEBUG] Included: org.osgi:osgi.annotation:jar:8.0.1 [DEBUG] Included: org.osgi:org.osgi.util.promise:jar:1.3.0 [DEBUG] Included: commons-io:commons-io:jar:2.15.1 [DEBUG] Included: commons-codec:commons-codec:jar:1.16.1 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.text:jar:3.14.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 [DEBUG] Included: org.eclipse.jdt:ecj:jar:3.37.0 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-api:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.4.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7 [DEBUG] Included: org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5 [DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:3.2.5 [DEBUG] Included: org.apache.maven.surefire:surefire-logger-api:jar:3.2.5 [DEBUG] Included: org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5 [DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:3.2.5 [DEBUG] Included: org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5 [DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:3.2.5 [DEBUG] Included: org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5 [DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1 [DEBUG] Included: org.codehaus.plexus:plexus-java:jar:1.2.0 [DEBUG] Included: org.ow2.asm:asm:jar:9.6 [DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0.3 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.dto:jar:1.0.0 [DEBUG] Included: org.osgi:org.osgi.resource:jar:1.0.0 [DEBUG] Included: org.osgi:org.osgi.framework:jar:1.8.0 [DEBUG] Included: biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.service.log:jar:1.3.0 [DEBUG] Included: org.osgi:org.osgi.service.resolver:jar:1.1.1 [DEBUG] Included: biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.service.coordinator:jar:1.0.2 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml: eclipse-plugin org.eclipse.ecf.provider.remoteservice 0.0.0 eclipse-plugin org.eclipse.ecf.provider.datashare 0.0.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml: eclipse-plugin org.eclipse.ecf.provider.xmpp.datashare 0.0.0 eclipse-plugin org.eclipse.ecf.provider.xmpp.remoteservice 0.0.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml: eclipse-plugin org.eclipse.ecf.provider.remoteservice 0.0.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml: eclipse-plugin org.eclipse.ecf.provider.r_osgi 0.0.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml: eclipse-plugin org.eclipse.ecf.provider.jmdns 0.0.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml: eclipse-plugin org.eclipse.ecf.provider.r_osgi 0.0.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-publisher-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-publisher-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.7/tycho-p2-publisher-plugin-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.7/tycho-p2-publisher-plugin-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.7/tycho-p2-publisher-plugin-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.7/tycho-p2-publisher-plugin-4.0.7.pom (2.2 kB at 280 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.7/tycho-p2-publisher-plugin-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-publisher-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-publisher-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.7/tycho-p2-publisher-plugin-4.0.7.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.7/tycho-p2-publisher-plugin-4.0.7.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.7/tycho-p2-publisher-plugin-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.7/tycho-p2-publisher-plugin-4.0.7.jar (31 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.7/tycho-p2-publisher-plugin-4.0.7.jar.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=266948, ConflictMarker.markTime=121002, ConflictMarker.nodeCount=350, ConflictIdSorter.graphTime=206883, ConflictIdSorter.topsortTime=86154, ConflictIdSorter.conflictIdCount=99, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1555629, ConflictResolver.conflictItemCount=337, DfDependencyCollector.collectTime=4492471, DfDependencyCollector.transformTime=2263652} [DEBUG] org.eclipse.tycho:tycho-p2-publisher-plugin:jar:4.0.7 [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:4.0.7:compile [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.27:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-api:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default) [DEBUG] org.apache.commons:commons-exec:jar:1.4.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:4.0.7:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.1:compile [DEBUG] org.eclipse.tycho:tycho-spi:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default) [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile [DEBUG] org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default) [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.bouncycastle:bcpg-jdk15on:jar:1.70:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [DEBUG] commons-net:commons-net:jar:3.10.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-p2:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (version managed from default) (exclusions managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.12:compile [DEBUG] commons-io:commons-io:jar:2.15.1:compile (version managed from default) [DEBUG] commons-codec:commons-codec:jar:1.16.1:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile [DEBUG] org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile (version managed from default) [DEBUG] org.apache.maven:maven-archiver:jar:3.6.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:3.4.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.14.0:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] com.github.luben:zstd-jni:jar:1.5.5-11:runtime [DEBUG] com.konghq:unirest-java:jar:3.14.5:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.13:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.13:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.13:compile [DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.13:compile [DEBUG] org.apache.httpcomponents:httpasyncclient:jar:4.1.5:compile [DEBUG] com.google.code.gson:gson:jar:2.10:compile [DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile (version managed from default) [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2-publisher-plugin:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-packaging-plugin:jar:4.0.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.27 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.1.0 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-api:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.4.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 [DEBUG] Included: biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.resource:jar:1.0.1 [DEBUG] Included: org.eclipse.tycho:tycho-spi:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 [DEBUG] Included: org.bouncycastle:bcpg-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 [DEBUG] Included: org.osgi:org.osgi.service.prefs:jar:1.1.2 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 [DEBUG] Included: org.bouncycastle:bcprov-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 [DEBUG] Included: org.apache.felix:org.apache.felix.scr:jar:2.2.10 [DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 [DEBUG] Included: org.osgi:org.osgi.service.component:jar:1.5.1 [DEBUG] Included: org.osgi:org.osgi.namespace.extender:jar:1.0.1 [DEBUG] Included: org.bouncycastle:bcpg-jdk15on:jar:1.70 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.70 [DEBUG] Included: commons-net:commons-net:jar:3.10.0 [DEBUG] Included: org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.service.repository:jar:1.1.0 [DEBUG] Included: org.osgi:org.osgi.util.function:jar:1.2.0 [DEBUG] Included: org.osgi:osgi.annotation:jar:8.0.1 [DEBUG] Included: org.osgi:org.osgi.util.promise:jar:1.3.0 [DEBUG] Included: commons-io:commons-io:jar:2.15.1 [DEBUG] Included: commons-codec:commons-codec:jar:1.16.1 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.text:jar:3.14.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 [DEBUG] Included: org.eclipse.jdt:ecj:jar:3.37.0 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: org.apache.maven:maven-archiver:jar:3.6.1 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.9.2 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.4.2 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.26.1 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.14.0 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: com.github.luben:zstd-jni:jar:1.5.5-11 [DEBUG] Included: com.konghq:unirest-java:jar:3.14.5 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.5.13 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.4.13 [DEBUG] Included: commons-logging:commons-logging:jar:1.2 [DEBUG] Included: org.apache.httpcomponents:httpmime:jar:4.5.13 [DEBUG] Included: org.apache.httpcomponents:httpcore-nio:jar:4.4.13 [DEBUG] Included: org.apache.httpcomponents:httpasyncclient:jar:4.1.5 [DEBUG] Included: com.google.code.gson:gson:jar:2.10 [DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7 [DEBUG] Init instance plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7 [ClassRealm[plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-repository-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-repository-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.7/tycho-p2-repository-plugin-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.7/tycho-p2-repository-plugin-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.7/tycho-p2-repository-plugin-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.7/tycho-p2-repository-plugin-4.0.7.pom (2.4 kB at 264 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.7/tycho-p2-repository-plugin-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-repository-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-repository-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.7/tycho-p2-repository-plugin-4.0.7.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.7/tycho-p2-repository-plugin-4.0.7.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.7/tycho-p2-repository-plugin-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.7/tycho-p2-repository-plugin-4.0.7.jar (45 kB at 6.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.7/tycho-p2-repository-plugin-4.0.7.jar.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=161841, ConflictMarker.markTime=119009, ConflictMarker.nodeCount=318, ConflictIdSorter.graphTime=175737, ConflictIdSorter.topsortTime=65969, ConflictIdSorter.conflictIdCount=88, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1339368, ConflictResolver.conflictItemCount=318, DfDependencyCollector.collectTime=4207023, DfDependencyCollector.transformTime=1887370} [DEBUG] org.eclipse.tycho:tycho-p2-repository-plugin:jar:4.0.7 [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-api:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-io:jar:3.4.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.14.0:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] com.github.luben:zstd-jni:jar:1.5.5-11:runtime [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile [DEBUG] org.apache.commons:commons-exec:jar:1.4.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default) [DEBUG] org.bouncycastle:bcpg-jdk15on:jar:1.70:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:4.0.7:compile [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.27:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:4.0.7:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.1:compile [DEBUG] org.eclipse.tycho:tycho-spi:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default) [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile [DEBUG] org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default) [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] commons-net:commons-net:jar:3.10.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-p2:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (version managed from default) (exclusions managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.12:compile [DEBUG] commons-io:commons-io:jar:2.15.1:compile (version managed from default) [DEBUG] commons-codec:commons-codec:jar:1.16.1:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile [DEBUG] org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default) [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2-repository-plugin:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-api:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.9.2 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.4.2 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.26.1 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.14.0 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: com.github.luben:zstd-jni:jar:1.5.5-11 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.4.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 [DEBUG] Included: org.bouncycastle:bcpg-jdk15on:jar:1.70 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.70 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.27 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.1.0 [DEBUG] Included: biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.resource:jar:1.0.1 [DEBUG] Included: org.eclipse.tycho:tycho-spi:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 [DEBUG] Included: org.bouncycastle:bcpg-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 [DEBUG] Included: org.osgi:org.osgi.service.prefs:jar:1.1.2 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 [DEBUG] Included: org.bouncycastle:bcprov-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 [DEBUG] Included: org.apache.felix:org.apache.felix.scr:jar:2.2.10 [DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 [DEBUG] Included: org.osgi:org.osgi.service.component:jar:1.5.1 [DEBUG] Included: org.osgi:org.osgi.namespace.extender:jar:1.0.1 [DEBUG] Included: commons-net:commons-net:jar:3.10.0 [DEBUG] Included: org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.service.repository:jar:1.1.0 [DEBUG] Included: org.osgi:org.osgi.util.function:jar:1.2.0 [DEBUG] Included: org.osgi:osgi.annotation:jar:8.0.1 [DEBUG] Included: org.osgi:org.osgi.util.promise:jar:1.3.0 [DEBUG] Included: commons-io:commons-io:jar:2.15.1 [DEBUG] Included: commons-codec:commons-codec:jar:1.16.1 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.text:jar:3.14.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 [DEBUG] Included: org.eclipse.jdt:ecj:jar:3.37.0 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Resolving artifact org.eclipse.tycho.extras:tycho-document-bundle-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho.extras:tycho-document-bundle-plugin:pom:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.7/tycho-document-bundle-plugin-4.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.7/tycho-document-bundle-plugin-4.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.7/tycho-document-bundle-plugin-4.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.7/tycho-document-bundle-plugin-4.0.7.pom (2.4 kB at 44 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.7/tycho-document-bundle-plugin-4.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho.extras:tycho-document-bundle-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho.extras:tycho-document-bundle-plugin:jar:4.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.7/tycho-document-bundle-plugin-4.0.7.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.7/tycho-document-bundle-plugin-4.0.7.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.7/tycho-document-bundle-plugin-4.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.7/tycho-document-bundle-plugin-4.0.7.jar (55 kB at 228 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.7/tycho-document-bundle-plugin-4.0.7.jar.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.help.base:pom:4.4.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.help.base:pom:4.4.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.help.base/4.4.300/org.eclipse.help.base-4.4.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.help.base/4.4.300/org.eclipse.help.base-4.4.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help.base/4.4.300/org.eclipse.help.base-4.4.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help.base/4.4.300/org.eclipse.help.base-4.4.300.pom (3.0 kB at 37 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.help.base/4.4.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.help.base/4.4.300/org.eclipse.help.base-4.4.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.help:pom:3.10.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.help:pom:3.10.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.help/3.10.300/org.eclipse.help-3.10.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.help/3.10.300/org.eclipse.help-3.10.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help/3.10.300/org.eclipse.help-3.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help/3.10.300/org.eclipse.help-3.10.300.pom (1.8 kB at 54 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.help/3.10.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.help/3.10.300/org.eclipse.help-3.10.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.net:pom:1.5.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.net:pom:1.5.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.net/1.5.300/org.eclipse.core.net-1.5.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.net/1.5.300/org.eclipse.core.net-1.5.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.5.300/org.eclipse.core.net-1.5.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.5.300/org.eclipse.core.net-1.5.300.pom (2.4 kB at 62 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.net/1.5.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.net/1.5.300/org.eclipse.core.net-1.5.300.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.lucene:lucene-analysis-common:pom:9.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.lucene:lucene-analysis-common:pom:9.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/lucene/lucene-analysis-common/9.10.0/lucene-analysis-common-9.10.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-analysis-common/9.10.0/lucene-analysis-common-9.10.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-common/9.10.0/lucene-analysis-common-9.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-common/9.10.0/lucene-analysis-common-9.10.0.pom (2.4 kB at 82 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-analysis-common/9.10.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-analysis-common/9.10.0/lucene-analysis-common-9.10.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.lucene:lucene-core:pom:9.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.lucene:lucene-core:pom:9.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/lucene/lucene-core/9.10.0/lucene-core-9.10.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-core/9.10.0/lucene-core-9.10.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/9.10.0/lucene-core-9.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/9.10.0/lucene-core-9.10.0.pom (2.2 kB at 80 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-core/9.10.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-core/9.10.0/lucene-core-9.10.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.lucene:lucene-analysis-smartcn:pom:9.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.lucene:lucene-analysis-smartcn:pom:9.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/lucene/lucene-analysis-smartcn/9.10.0/lucene-analysis-smartcn-9.10.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-analysis-smartcn/9.10.0/lucene-analysis-smartcn-9.10.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-smartcn/9.10.0/lucene-analysis-smartcn-9.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-smartcn/9.10.0/lucene-analysis-smartcn-9.10.0.pom (2.6 kB at 92 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-analysis-smartcn/9.10.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-analysis-smartcn/9.10.0/lucene-analysis-smartcn-9.10.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.pde:org.eclipse.pde.core:pom:3.18.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.pde:org.eclipse.pde.core:pom:3.18.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.pom (7.5 kB at 3.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/pde/org.eclipse.pde.core/3.18.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.contexts:pom:1.12.500 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.contexts:pom:1.12.500 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.500/org.eclipse.e4.core.contexts-1.12.500.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.500/org.eclipse.e4.core.contexts-1.12.500.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.500/org.eclipse.e4.core.contexts-1.12.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.500/org.eclipse.e4.core.contexts-1.12.500.pom (2.2 kB at 36 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.500/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.500/org.eclipse.e4.core.contexts-1.12.500.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.di:pom:1.9.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.di:pom:1.9.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.e4.core.di/1.9.300/org.eclipse.e4.core.di-1.9.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.di/1.9.300/org.eclipse.e4.core.di-1.9.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di/1.9.300/org.eclipse.e4.core.di-1.9.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di/1.9.300/org.eclipse.e4.core.di-1.9.300.pom (2.2 kB at 84 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.di/1.9.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.di/1.9.300/org.eclipse.e4.core.di-1.9.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.di.annotations:pom:1.8.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.di.annotations:pom:1.8.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.300/org.eclipse.e4.core.di.annotations-1.8.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.300/org.eclipse.e4.core.di.annotations-1.8.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.300/org.eclipse.e4.core.di.annotations-1.8.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.300/org.eclipse.e4.core.di.annotations-1.8.300.pom (1.6 kB at 203 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.300/org.eclipse.e4.core.di.annotations-1.8.300.pom.lastUpdated' [DEBUG] Resolving artifact jakarta.inject:jakarta.inject-api:pom:2.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.inject:jakarta.inject-api:pom:2.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom (5.9 kB at 658 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom.lastUpdated' [DEBUG] Resolving artifact jakarta.annotation:jakarta.annotation-api:pom:2.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.annotation:jakarta.annotation-api:pom:2.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom (16 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.ee4j:project:pom:1.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.ee4j:project:pom:1.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.event:pom:1.4.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.event:pom:1.4.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom (2.3 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.event/1.4.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.implementation:pom:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.implementation:pom:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom (1.3 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.implementation/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.team.core:pom:3.10.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.team.core:pom:3.10.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.team.core/3.10.300/org.eclipse.team.core-3.10.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.team.core/3.10.300/org.eclipse.team.core-3.10.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.team.core/3.10.300/org.eclipse.team.core-3.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.team.core/3.10.300/org.eclipse.team.core-3.10.300.pom (2.2 kB at 81 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.team.core/3.10.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.team.core/3.10.300/org.eclipse.team.core-3.10.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.compare.core:pom:3.8.400 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.compare.core:pom:3.8.400 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.compare.core/3.8.400/org.eclipse.compare.core-3.8.400.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.compare.core/3.8.400/org.eclipse.compare.core-3.8.400.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.compare.core/3.8.400/org.eclipse.compare.core-3.8.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.compare.core/3.8.400/org.eclipse.compare.core-3.8.400.pom (1.6 kB at 57 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.compare.core/3.8.400/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.compare.core/3.8.400/org.eclipse.compare.core-3.8.400.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.launching:pom:3.21.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.launching:pom:3.21.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/org.eclipse.jdt.launching-3.21.100.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/org.eclipse.jdt.launching-3.21.100.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/org.eclipse.jdt.launching-3.21.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/org.eclipse.jdt.launching-3.21.100.pom (3.2 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/org.eclipse.jdt.launching-3.21.100.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.debug.core:pom:3.21.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.debug.core:pom:3.21.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.pom (2.4 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.21.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.variables:pom:3.6.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.variables:pom:3.6.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.pom (1.6 kB at 788 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.variables/3.6.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.launching.macosx:pom:3.6.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.launching.macosx:pom:3.6.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.pom (2.4 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.debug:pom:3.21.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.debug:pom:3.21.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.300.pom (2.4 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.pde:org.eclipse.pde.build:pom:3.12.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.pde:org.eclipse.pde.build:pom:3.12.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/pde/org.eclipse.pde.build/3.12.300/org.eclipse.pde.build-3.12.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/pde/org.eclipse.pde.build/3.12.300/org.eclipse.pde.build-3.12.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.build/3.12.300/org.eclipse.pde.build-3.12.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.build/3.12.300/org.eclipse.pde.build-3.12.300.pom (4.5 kB at 411 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/pde/org.eclipse.pde.build/3.12.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/pde/org.eclipse.pde.build/3.12.300/org.eclipse.pde.build-3.12.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.ant.core:pom:3.7.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.ant.core:pom:3.7.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.ant.core/3.7.300/org.eclipse.ant.core-3.7.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.ant.core/3.7.300/org.eclipse.ant.core-3.7.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.ant.core/3.7.300/org.eclipse.ant.core-3.7.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.ant.core/3.7.300/org.eclipse.ant.core-3.7.300.pom (1.8 kB at 32 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.ant.core/3.7.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.ant.core/3.7.300/org.eclipse.ant.core-3.7.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.services:pom:2.4.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.services:pom:2.4.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.e4.core.services/2.4.300/org.eclipse.e4.core.services-2.4.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.services/2.4.300/org.eclipse.e4.core.services-2.4.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.services/2.4.300/org.eclipse.e4.core.services-2.4.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.services/2.4.300/org.eclipse.e4.core.services-2.4.300.pom (3.2 kB at 86 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.services/2.4.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.services/2.4.300/org.eclipse.e4.core.services-2.4.300.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.filebuffers:pom:3.8.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.filebuffers:pom:3.8.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.300/org.eclipse.core.filebuffers-3.8.300.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.300/org.eclipse.core.filebuffers-3.8.300.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.300/org.eclipse.core.filebuffers-3.8.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.300/org.eclipse.core.filebuffers-3.8.300.pom (2.2 kB at 182 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.300/org.eclipse.core.filebuffers-3.8.300.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=221595, ConflictMarker.markTime=159444, ConflictMarker.nodeCount=432, ConflictIdSorter.graphTime=203993, ConflictIdSorter.topsortTime=306868, ConflictIdSorter.conflictIdCount=113, ConflictIdSorter.conflictIdCycleCount=1, ConflictResolver.totalTime=2437832, ConflictResolver.conflictItemCount=430, DfDependencyCollector.collectTime=986891461, DfDependencyCollector.transformTime=3360276} [DEBUG] org.eclipse.tycho.extras:tycho-document-bundle-plugin:jar:4.0.7 [DEBUG] org.apache.commons:commons-exec:jar:1.4.0:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:4.0.7:compile [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-io:jar:3.4.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.26.1:compile (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.14.0:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] com.github.luben:zstd-jni:jar:1.5.5-11:runtime [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.27:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-api:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:4.0.7:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.1:compile [DEBUG] org.eclipse.tycho:tycho-spi:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile [DEBUG] org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.bouncycastle:bcpg-jdk15on:jar:1.70:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [DEBUG] commons-net:commons-net:jar:3.10.0:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile [DEBUG] org.eclipse.tycho:tycho-p2:jar:4.0.7:compile [DEBUG] org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile (version managed from default) (exclusions managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.12:compile [DEBUG] commons-io:commons-io:jar:2.15.1:compile (version managed from default) [DEBUG] commons-codec:commons-codec:jar:1.16.1:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.37.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.help.base:jar:4.4.300:compile [DEBUG] org.eclipse.platform:org.eclipse.help:jar:3.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.net:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile [DEBUG] org.apache.lucene:lucene-analysis-common:jar:9.10.0:compile [DEBUG] org.apache.lucene:lucene-core:jar:9.10.0:compile [DEBUG] org.apache.lucene:lucene-analysis-smartcn:jar:9.10.0:compile [DEBUG] org.eclipse.pde:org.eclipse.pde.core:jar:3.18.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.e4.core.contexts:jar:1.12.500:compile [DEBUG] org.eclipse.platform:org.eclipse.e4.core.di:jar:1.9.300:compile [DEBUG] org.eclipse.platform:org.eclipse.e4.core.di.annotations:jar:1.8.300:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.eclipse.platform:org.eclipse.team.core:jar:3.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.compare.core:jar:3.8.400:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.launching:jar:3.21.100:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.launching.macosx:jar:3.6.200:compile [DEBUG] org.eclipse.jdt:org.eclipse.jdt.debug:jar:3.21.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] org.eclipse.pde:org.eclipse.pde.build:jar:3.12.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile [DEBUG] org.eclipse.platform:org.eclipse.e4.core.services:jar:2.4.300:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.core:jar:2.11.0:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.core.filebuffers:jar:3.8.300:compile [DEBUG] org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile [DEBUG] org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile [DEBUG] org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile [DEBUG] org.eclipse.platform:org.eclipse.ant.core:jar:3.7.300:compile [DEBUG] org.eclipse.platform:org.eclipse.debug.core:jar:3.21.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile (version managed from default) [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] org.eclipse.platform:org.eclipse.core.variables:jar:3.6.300:compile [DEBUG] org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.help.base:jar:4.4.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.help:jar:3.10.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.net:jar:1.5.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.lucene:lucene-analysis-common:jar:9.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.lucene:lucene-core:jar:9.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.lucene:lucene-analysis-smartcn:jar:9.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.pde:org.eclipse.pde.core:jar:3.18.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.contexts:jar:1.12.500 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.di:jar:1.9.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.di.annotations:jar:1.8.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.inject:jakarta.inject-api:jar:2.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.event:jar:1.4.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.implementation:jar:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.team.core:jar:3.10.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.compare.core:jar:3.8.400 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.launching:jar:3.21.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.launching.macosx:jar:3.6.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.debug:jar:3.21.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.pde:org.eclipse.pde.build:jar:3.12.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.services:jar:2.4.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.annotation:jakarta.annotation-api:jar:2.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.filebuffers:jar:3.8.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.ant.core:jar:3.7.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.debug.core:jar:3.21.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.variables:jar:3.6.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.help.base:jar:4.4.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.help:jar:3.10.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.net:jar:1.5.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.lucene:lucene-analysis-common:jar:9.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.lucene:lucene-core:jar:9.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.lucene:lucene-analysis-smartcn:jar:9.10.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.pde:org.eclipse.pde.core:jar:3.18.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.contexts:jar:1.12.500 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.di:jar:1.9.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.di.annotations:jar:1.8.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.inject:jakarta.inject-api:jar:2.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.event:jar:1.4.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.implementation:jar:1.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.team.core:jar:3.10.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.compare.core:jar:3.8.400 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.launching:jar:3.21.100 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.launching.macosx:jar:3.6.200 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:org.eclipse.jdt.debug:jar:3.21.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.pde:org.eclipse.pde.build:jar:3.12.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.e4.core.services:jar:2.4.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.annotation:jakarta.annotation-api:jar:2.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.filebuffers:jar:3.8.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.ant.core:jar:3.7.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.debug.core:jar:3.21.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.core.variables:jar:3.6.300 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.help.base/4.4.300/org.eclipse.help.base-4.4.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.help/3.10.300/org.eclipse.help-3.10.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.net/1.5.300/org.eclipse.core.net-1.5.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/lucene/lucene-analysis-common/9.10.0/lucene-analysis-common-9.10.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/lucene/lucene-core/9.10.0/lucene-core-9.10.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/lucene/lucene-analysis-smartcn/9.10.0/lucene-analysis-smartcn-9.10.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.500/org.eclipse.e4.core.contexts-1.12.500.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.e4.core.di/1.9.300/org.eclipse.e4.core.di-1.9.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.300/org.eclipse.e4.core.di.annotations-1.8.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.team.core/3.10.300/org.eclipse.team.core-3.10.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.compare.core/3.8.400/org.eclipse.compare.core-3.8.400.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/org.eclipse.jdt.launching-3.21.100.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/pde/org.eclipse.pde.build/3.12.300/org.eclipse.pde.build-3.12.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.e4.core.services/2.4.300/org.eclipse.e4.core.services-2.4.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.300/org.eclipse.core.filebuffers-3.8.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.ant.core/3.7.300/org.eclipse.ant.core-3.7.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.help.base/4.4.300/org.eclipse.help.base-4.4.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.help/3.10.300/org.eclipse.help-3.10.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.net/1.5.300/org.eclipse.core.net-1.5.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-analysis-common/9.10.0/lucene-analysis-common-9.10.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-core/9.10.0/lucene-core-9.10.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-analysis-smartcn/9.10.0/lucene-analysis-smartcn-9.10.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.500/org.eclipse.e4.core.contexts-1.12.500.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.di/1.9.300/org.eclipse.e4.core.di-1.9.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.300/org.eclipse.e4.core.di.annotations-1.8.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.team.core/3.10.300/org.eclipse.team.core-3.10.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.compare.core/3.8.400/org.eclipse.compare.core-3.8.400.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/org.eclipse.jdt.launching-3.21.100.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/pde/org.eclipse.pde.build/3.12.300/org.eclipse.pde.build-3.12.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.services/2.4.300/org.eclipse.e4.core.services-2.4.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.300/org.eclipse.core.filebuffers-3.8.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.ant.core/3.7.300/org.eclipse.ant.core-3.7.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help.base/4.4.300/org.eclipse.help.base-4.4.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help.base/4.4.300/org.eclipse.help.base-4.4.300.jar (452 kB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help/3.10.300/org.eclipse.help-3.10.300.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.5.300/org.eclipse.core.net-1.5.300.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-common/9.10.0/lucene-analysis-common-9.10.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/9.10.0/lucene-core-9.10.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-smartcn/9.10.0/lucene-analysis-smartcn-9.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.5.300/org.eclipse.core.net-1.5.300.jar (51 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.help/3.10.300/org.eclipse.help-3.10.300.jar (283 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.500/org.eclipse.e4.core.contexts-1.12.500.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.jar (1.5 MB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di/1.9.300/org.eclipse.e4.core.di-1.9.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-smartcn/9.10.0/lucene-analysis-smartcn-9.10.0.jar (3.6 MB at 49 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.300/org.eclipse.e4.core.di.annotations-1.8.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analysis-common/9.10.0/lucene-analysis-common-9.10.0.jar (1.7 MB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di/1.9.300/org.eclipse.e4.core.di-1.9.300.jar (65 kB at 717 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar (48 kB at 508 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar (11 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.team.core/3.10.300/org.eclipse.team.core-3.10.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar (12 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.compare.core/3.8.400/org.eclipse.compare.core-3.8.400.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/9.10.0/lucene-core-9.10.0.jar (4.0 MB at 34 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/org.eclipse.jdt.launching-3.21.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/org.eclipse.jdt.launching-3.21.100.jar (596 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.jar (22 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.300.jar (951 kB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.build/3.12.300/org.eclipse.pde.build-3.12.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.compare.core/3.8.400/org.eclipse.compare.core-3.8.400.jar (72 kB at 325 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.services/2.4.300/org.eclipse.e4.core.services-2.4.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.500/org.eclipse.e4.core.contexts-1.12.500.jar (58 kB at 259 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.300/org.eclipse.core.filebuffers-3.8.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/pde/org.eclipse.pde.build/3.12.300/org.eclipse.pde.build-3.12.300.jar (521 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.ant.core/3.7.300/org.eclipse.ant.core-3.7.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.team.core/3.10.300/org.eclipse.team.core-3.10.300.jar (415 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.300/org.eclipse.e4.core.di.annotations-1.8.300.jar (14 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.jar (411 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.jar (38 kB at 152 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.300/org.eclipse.core.filebuffers-3.8.300.jar (120 kB at 473 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.ant.core/3.7.300/org.eclipse.ant.core-3.7.300.jar (112 kB at 443 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.e4.core.services/2.4.300/org.eclipse.e4.core.services-2.4.300.jar (73 kB at 279 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.help.base/4.4.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.help.base/4.4.300/org.eclipse.help.base-4.4.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.help/3.10.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.help/3.10.300/org.eclipse.help-3.10.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.net/1.5.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.net/1.5.300/org.eclipse.core.net-1.5.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-analysis-common/9.10.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-analysis-common/9.10.0/lucene-analysis-common-9.10.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-core/9.10.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-core/9.10.0/lucene-core-9.10.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-analysis-smartcn/9.10.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/lucene/lucene-analysis-smartcn/9.10.0/lucene-analysis-smartcn-9.10.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/pde/org.eclipse.pde.core/3.18.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.500/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.contexts/1.12.500/org.eclipse.e4.core.contexts-1.12.500.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.di/1.9.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.di/1.9.300/org.eclipse.e4.core.di-1.9.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.300/org.eclipse.e4.core.di.annotations-1.8.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.event/1.4.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.implementation/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.team.core/3.10.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.team.core/3.10.300/org.eclipse.team.core-3.10.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.compare.core/3.8.400/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.compare.core/3.8.400/org.eclipse.compare.core-3.8.400.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/org.eclipse.jdt.launching-3.21.100.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/pde/org.eclipse.pde.build/3.12.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/pde/org.eclipse.pde.build/3.12.300/org.eclipse.pde.build-3.12.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.services/2.4.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.e4.core.services/2.4.300/org.eclipse.e4.core.services-2.4.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filebuffers/3.8.300/org.eclipse.core.filebuffers-3.8.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.ant.core/3.7.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.ant.core/3.7.300/org.eclipse.ant.core-3.7.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.21.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.variables/3.6.300/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.eclipse.tycho.extras:tycho-document-bundle-plugin:4.0.7 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho.extras:tycho-document-bundle-plugin:4.0.7 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho.extras:tycho-document-bundle-plugin:4.0.7 [DEBUG] Included: org.eclipse.tycho.extras:tycho-document-bundle-plugin:jar:4.0.7 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.4.0 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.9.2 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.4.2 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.26.1 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.14.0 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: com.github.luben:zstd-jni:jar:1.5.5-11 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.27 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.1.0 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-api:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.19.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.2.0 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-api:jar:4.0.7 [DEBUG] Included: biz.aQute.bnd:biz.aQute.repository:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.resource:jar:1.0.1 [DEBUG] Included: org.eclipse.tycho:tycho-spi:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:p2-maven-plugin:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300 [DEBUG] Included: org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100 [DEBUG] Included: org.apache.felix:org.apache.felix.scr:jar:2.2.10 [DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 [DEBUG] Included: org.osgi:org.osgi.service.component:jar:1.5.1 [DEBUG] Included: org.osgi:org.osgi.namespace.extender:jar:1.0.1 [DEBUG] Included: org.bouncycastle:bcpg-jdk15on:jar:1.70 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.70 [DEBUG] Included: commons-net:commons-net:jar:3.10.0 [DEBUG] Included: org.eclipse.tycho:tycho-targetplatform:jar:4.0.7 [DEBUG] Included: org.eclipse.tycho:tycho-p2:jar:4.0.7 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0 [DEBUG] Included: org.osgi:org.osgi.service.repository:jar:1.1.0 [DEBUG] Included: org.osgi:org.osgi.util.function:jar:1.2.0 [DEBUG] Included: org.osgi:osgi.annotation:jar:8.0.1 [DEBUG] Included: org.osgi:org.osgi.util.promise:jar:1.3.0 [DEBUG] Included: commons-io:commons-io:jar:2.15.1 [DEBUG] Included: commons-codec:commons-codec:jar:1.16.1 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100 [DEBUG] Included: org.eclipse.jdt:ecj:jar:3.37.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.help.base:jar:4.4.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.help:jar:3.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.net:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200 [DEBUG] Included: org.apache.lucene:lucene-analysis-common:jar:9.10.0 [DEBUG] Included: org.apache.lucene:lucene-core:jar:9.10.0 [DEBUG] Included: org.apache.lucene:lucene-analysis-smartcn:jar:9.10.0 [DEBUG] Included: org.eclipse.pde:org.eclipse.pde.core:jar:3.18.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.e4.core.contexts:jar:1.12.500 [DEBUG] Included: org.eclipse.platform:org.eclipse.e4.core.di:jar:1.9.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.e4.core.di.annotations:jar:1.8.300 [DEBUG] Included: jakarta.inject:jakarta.inject-api:jar:2.0.1 [DEBUG] Included: org.osgi:org.osgi.service.event:jar:1.4.1 [DEBUG] Included: org.osgi:org.osgi.namespace.implementation:jar:1.0.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.team.core:jar:3.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.compare.core:jar:3.8.400 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200 [DEBUG] Included: org.osgi:org.osgi.service.prefs:jar:1.1.2 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.launching:jar:3.21.100 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.launching.macosx:jar:3.6.200 [DEBUG] Included: org.eclipse.jdt:org.eclipse.jdt.debug:jar:3.21.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 [DEBUG] Included: org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 [DEBUG] Included: org.eclipse.pde:org.eclipse.pde.build:jar:3.12.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.e4.core.services:jar:2.4.300 [DEBUG] Included: jakarta.annotation:jakarta.annotation-api:jar:2.1.1 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100 [DEBUG] Included: org.bouncycastle:bcpg-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.filebuffers:jar:3.8.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.text:jar:3.14.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.ant.core:jar:3.7.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.debug.core:jar:3.21.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100 [DEBUG] Included: org.bouncycastle:bcprov-jdk18on:jar:1.77 [DEBUG] Included: org.eclipse.platform:org.eclipse.core.variables:jar:3.6.300 [DEBUG] Included: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 > extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7 (parent = null) jar:file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/4.0.7/tycho-maven-plugin-4.0.7.jar!/META-INF/maven/extension.xml ----------------------------------------------------- realm = extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7 strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy urls[0] = file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-maven-plugin/4.0.7/tycho-maven-plugin-4.0.7.jar urls[1] = file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar urls[2] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar urls[3] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar urls[4] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar urls[5] = file:/home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar urls[6] = file:/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar urls[7] = file:/home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar urls[8] = file:/home/jenkins/.m2/repository/org/tukaani/xz/1.9/xz-1.9.jar urls[9] = file:/home/jenkins/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar urls[10] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar urls[11] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-cipher/2.1.0/plexus-cipher-2.1.0.jar urls[12] = file:/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-equinox-launching/4.0.7/sisu-equinox-launching-4.0.7.jar urls[13] = file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-api/4.0.7/tycho-api-4.0.7.jar urls[14] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar urls[15] = file:/home/jenkins/.m2/repository/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar urls[16] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar urls[17] = file:/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-api/4.0.7/sisu-osgi-api-4.0.7.jar urls[18] = file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-metadata-model/4.0.7/tycho-metadata-model-4.0.7.jar urls[19] = file:/home/jenkins/.m2/repository/de/pdark/decentxml/1.4/decentxml-1.4.jar urls[20] = file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar urls[21] = file:/home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar urls[22] = file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-spi/4.0.7/tycho-spi-4.0.7.jar urls[23] = file:/home/jenkins/.m2/repository/org/eclipse/tycho/p2-maven-plugin/4.0.7/p2-maven-plugin-4.0.7.jar urls[24] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar urls[25] = file:/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar urls[26] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar urls[27] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar urls[28] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar urls[29] = file:/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar urls[30] = file:/home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar urls[31] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar urls[32] = file:/home/jenkins/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar urls[33] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar urls[34] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar urls[35] = file:/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar urls[36] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar urls[37] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar urls[38] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar urls[39] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar urls[40] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar urls[41] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar urls[42] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar urls[43] = file:/home/jenkins/.m2/repository/org/eclipse/tycho/sisu-osgi-connect/4.0.7/sisu-osgi-connect-4.0.7.jar urls[44] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar urls[45] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar urls[46] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar urls[47] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar urls[48] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar urls[49] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar urls[50] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar urls[51] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar urls[52] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar urls[53] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar urls[54] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar urls[55] = file:/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar urls[56] = file:/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar urls[57] = file:/home/jenkins/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar urls[58] = file:/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar urls[59] = file:/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar urls[60] = file:/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar urls[61] = file:/home/jenkins/.m2/repository/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar urls[62] = file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-targetplatform/4.0.7/tycho-targetplatform-4.0.7.jar urls[63] = file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2/4.0.7/tycho-p2-4.0.7.jar urls[64] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar urls[65] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar urls[66] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar urls[67] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar urls[68] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar urls[69] = file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar urls[70] = file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar urls[71] = file:/home/jenkins/.m2/repository/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar urls[72] = file:/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar urls[73] = file:/home/jenkins/.m2/repository/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar urls[74] = file:/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar urls[75] = file:/home/jenkins/.m2/repository/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar urls[76] = file:/home/jenkins/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar urls[77] = file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar urls[78] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar urls[79] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar urls[80] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar urls[81] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar urls[82] = file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar urls[83] = file:/home/jenkins/.m2/repository/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar Number of foreign imports: 1 import: Entry[import from realm ClassRealm[maven.api, parent: null]] ----------------------------------------------------- > maven.api (parent = null) ----------------------------------------------------- realm = maven.api strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy Number of foreign imports: 66 import: Entry[import org.slf4j.spi.* from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.slf4j.helpers.* from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.slf4j.event.* from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.slf4j.* from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.fusesource.jansi.* from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.version from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.util from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.transfer from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.spi from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.resolution from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.repository from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.metadata from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.internal.impl from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.installation from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.impl from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.graph from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.deployment from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.collection from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.artifact from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.eclipse.aether.* from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.codehaus.plexus.util.xml.pull.XmlSerializer from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.codehaus.plexus.util.xml.pull.XmlPullParserException from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.codehaus.plexus.util.xml.pull.XmlPullParser from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.codehaus.plexus.util.xml.Xpp3Dom from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.codehaus.plexus.personality from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.codehaus.plexus.logging from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.codehaus.plexus.lifecycle from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.codehaus.plexus.context from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.codehaus.plexus.container from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.codehaus.plexus.configuration from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.codehaus.plexus.component from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.codehaus.plexus.classworlds from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.codehaus.plexus.* from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.codehaus.classworlds from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.wagon.resource from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.wagon.repository from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.wagon.proxy from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.wagon.observers from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.wagon.events from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.wagon.authorization from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.wagon.authentication from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.wagon.* from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.usability from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.toolchain from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.settings from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.rtinfo from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.repository from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.reporting from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.project from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.profiles from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.plugin from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.monitor from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.model from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.lifecycle from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.graph from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.execution.scope from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.execution from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.exception from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.configuration from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.cli from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.classrealm from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.artifact from realm ClassRealm[plexus.core, parent: null]] import: Entry[import org.apache.maven.* from realm ClassRealm[plexus.core, parent: null]] import: Entry[import javax.inject.* from realm ClassRealm[plexus.core, parent: null]] import: Entry[import javax.annotation.security.* from realm ClassRealm[plexus.core, parent: null]] import: Entry[import javax.annotation.* from realm ClassRealm[plexus.core, parent: null]] ----------------------------------------------------- > plexus.core (parent = null) jar:file:/opt/tools/apache-maven/3.9.6/lib/maven-core-3.9.6.jar!/META-INF/maven/extension.xml ----------------------------------------------------- realm = plexus.core strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy urls[0] = file:/home/jenkins/agent/maven35-interceptor.jar urls[1] = file:/home/jenkins/agent/maven3-interceptor-commons.jar urls[2] = file:/opt/tools/apache-maven/3.9.6/lib/maven-embedder-3.9.6.jar urls[3] = file:/opt/tools/apache-maven/3.9.6/lib/maven-settings-3.9.6.jar urls[4] = file:/opt/tools/apache-maven/3.9.6/lib/maven-settings-builder-3.9.6.jar urls[5] = file:/opt/tools/apache-maven/3.9.6/lib/maven-plugin-api-3.9.6.jar urls[6] = file:/opt/tools/apache-maven/3.9.6/lib/maven-model-3.9.6.jar urls[7] = file:/opt/tools/apache-maven/3.9.6/lib/maven-model-builder-3.9.6.jar urls[8] = file:/opt/tools/apache-maven/3.9.6/lib/maven-builder-support-3.9.6.jar urls[9] = file:/opt/tools/apache-maven/3.9.6/lib/maven-resolver-api-1.9.18.jar urls[10] = file:/opt/tools/apache-maven/3.9.6/lib/maven-resolver-util-1.9.18.jar urls[11] = file:/opt/tools/apache-maven/3.9.6/lib/maven-shared-utils-3.3.4.jar urls[12] = file:/opt/tools/apache-maven/3.9.6/lib/guice-5.1.0.jar urls[13] = file:/opt/tools/apache-maven/3.9.6/lib/aopalliance-1.0.jar urls[14] = file:/opt/tools/apache-maven/3.9.6/lib/guava-32.0.1-jre.jar urls[15] = file:/opt/tools/apache-maven/3.9.6/lib/failureaccess-1.0.1.jar urls[16] = file:/opt/tools/apache-maven/3.9.6/lib/javax.inject-1.jar urls[17] = file:/opt/tools/apache-maven/3.9.6/lib/javax.annotation-api-1.3.2.jar urls[18] = file:/opt/tools/apache-maven/3.9.6/lib/plexus-utils-3.5.1.jar urls[19] = file:/opt/tools/apache-maven/3.9.6/lib/plexus-sec-dispatcher-2.0.jar urls[20] = file:/opt/tools/apache-maven/3.9.6/lib/plexus-cipher-2.0.jar urls[21] = file:/opt/tools/apache-maven/3.9.6/lib/plexus-interpolation-1.26.jar urls[22] = file:/opt/tools/apache-maven/3.9.6/lib/slf4j-api-1.7.36.jar urls[23] = file:/opt/tools/apache-maven/3.9.6/lib/commons-lang3-3.12.0.jar urls[24] = file:/opt/tools/apache-maven/3.9.6/lib/maven-core-3.9.6.jar urls[25] = file:/opt/tools/apache-maven/3.9.6/lib/maven-repository-metadata-3.9.6.jar urls[26] = file:/opt/tools/apache-maven/3.9.6/lib/maven-artifact-3.9.6.jar urls[27] = file:/opt/tools/apache-maven/3.9.6/lib/maven-resolver-provider-3.9.6.jar urls[28] = file:/opt/tools/apache-maven/3.9.6/lib/maven-resolver-impl-1.9.18.jar urls[29] = file:/opt/tools/apache-maven/3.9.6/lib/maven-resolver-named-locks-1.9.18.jar urls[30] = file:/opt/tools/apache-maven/3.9.6/lib/maven-resolver-spi-1.9.18.jar urls[31] = file:/opt/tools/apache-maven/3.9.6/lib/org.eclipse.sisu.inject-0.9.0.M2.jar urls[32] = file:/opt/tools/apache-maven/3.9.6/lib/plexus-component-annotations-2.1.0.jar urls[33] = file:/opt/tools/apache-maven/3.9.6/lib/maven-compat-3.9.6.jar urls[34] = file:/opt/tools/apache-maven/3.9.6/lib/wagon-provider-api-3.5.3.jar urls[35] = file:/opt/tools/apache-maven/3.9.6/lib/org.eclipse.sisu.plexus-0.9.0.M2.jar urls[36] = file:/opt/tools/apache-maven/3.9.6/lib/commons-cli-1.5.0.jar urls[37] = file:/opt/tools/apache-maven/3.9.6/lib/wagon-http-3.5.3.jar urls[38] = file:/opt/tools/apache-maven/3.9.6/lib/wagon-http-shared-3.5.3.jar urls[39] = file:/opt/tools/apache-maven/3.9.6/lib/httpclient-4.5.14.jar urls[40] = file:/opt/tools/apache-maven/3.9.6/lib/wagon-file-3.5.3.jar urls[41] = file:/opt/tools/apache-maven/3.9.6/lib/jcl-over-slf4j-1.7.36.jar urls[42] = file:/opt/tools/apache-maven/3.9.6/lib/maven-resolver-connector-basic-1.9.18.jar urls[43] = file:/opt/tools/apache-maven/3.9.6/lib/maven-resolver-transport-file-1.9.18.jar urls[44] = file:/opt/tools/apache-maven/3.9.6/lib/maven-resolver-transport-http-1.9.18.jar urls[45] = file:/opt/tools/apache-maven/3.9.6/lib/httpcore-4.4.16.jar urls[46] = file:/opt/tools/apache-maven/3.9.6/lib/commons-codec-1.16.0.jar urls[47] = file:/opt/tools/apache-maven/3.9.6/lib/maven-resolver-transport-wagon-1.9.18.jar urls[48] = file:/opt/tools/apache-maven/3.9.6/lib/maven-slf4j-provider-3.9.6.jar urls[49] = file:/opt/tools/apache-maven/3.9.6/lib/jansi-2.4.0.jar Number of foreign imports: 0 ----------------------------------------------------- [DEBUG] Create framework for extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7 with Realm ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Scan realm extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7 [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Reading extra bundles from jar:file:/home/jenkins/.m2/repository/org/eclipse/tycho/p2-maven-plugin/4.0.7/p2-maven-plugin-4.0.7.jar!/META-INF/sisu/connect.bundles [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Reading extra bundles from jar:file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2/4.0.7/tycho-p2-4.0.7.jar!/META-INF/sisu/connect.bundles [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Reading jars from jar:file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar!/META-INF/sisu/connect.dependencies [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Reading jars from jar:file:/home/jenkins/.m2/repository/org/eclipse/tycho/p2-maven-plugin/4.0.7/p2-maven-plugin-4.0.7.jar!/META-INF/sisu/connect.dependencies [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Installing sisu.connect.realm.extension.org.eclipse.tycho.tycho-maven-plugin.4.0.7 with headers Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: sisu.connect.realm.extension.org.eclipse.tycho.tycho-maven-plugin.4.0.7 Bundle-Version: 1.0.0.1919093140 Export-Package: aQute.bnd.component.annotations,aQute.bnd.version,aQute.bnd.annotation.metatype,aQute.bnd.service.library,aQute.lib.zip,aQute.bnd.make.calltree,aQute.bnd.service.generate,org.eclipse.tycho.p2.resolver,aQute.bnd.classindex,aQute.libg.ints,aQute.bnd.annotation.plugin,aQute.bnd.plugin.jpms,aQute.bnd.service.externalplugin,aQute.lib.deployer,aQute.lib.settings,aQute.libg.gzip,aQute.lib.filter,aQute.bnd.plugin.maven,aQute.bnd.service.lifecycle,aQute.libg.reporter.slf4j,aQute.libg.tuple,org.eclipse.equinox.internal.p2.artifact.repository.simple,org.eclipse.equinox.internal.p2.core.helpers,org.eclipse.equinox.internal.provisional.p2.core.eventbus,aQute.bnd.plugin.eclipse,aQute.bnd.service.resource,aQute.lib.collections,aQute.bnd.build.model.conversions,aQute.lib.xml,aQute.bnd.metatype,aQute.lib.base64,aQute.lib.io,aQute.bnd.bundle.annotations,aQute.lib.spring,org.osgi,aQute.bnd.util.dto,aQute.lib.date,aQute.bnd.annotation.xml,aQute.bnd.build.api,aQute.bnd.help,aQute.lib.hex,aQute.bnd.remoteworkspace.server,aQute.bnd.service.export,aQute.lib.mavenpasswordobfuscator,aQute.lib.utf8properties,org.eclipse.equinox.p2.publisher.eclipse,aQute.bnd.annotation,org.eclipse.equinox.internal.p2.updatesite,aQute.bnd.url,org.eclipse.equinox.p2.metadata,aQute.bnd.header,aQute.bnd.osgi.eclipse,org.eclipse.equinox.internal.p2.metadata,aQute.bnd.xmlattribute,aQute.lib.xpath,org.eclipse.equinox.p2.publisher,aQute.lib.concurrent.serial,aQute.lib.concurrentinit,aQute.bnd.build,aQute.bnd.annotation.baseline,aQute.libg.generics,aQute.bnd.annotation.licenses,aQute.bnd.service.remoteworkspace,aQute.bnd.http,aQute.bnd.plugin.git,aQute.lib.hierarchy,aQute.bnd.build.model,aQute.bnd.osgi.repository,aQute.lib.stringrover,aQute.bnd.version.maven,aQute.lib.redirect,aQute.bnd.service.verifier,aQute.bnd.aspectj.plugin,aQute.bnd.service.resolve.hook,aQute.bnd.filerepo,aQute.bnd.plugin.ant,aQute.bnd.build.model.clauses,aQute.bnd.service,org.eclipse.osgi,org.eclipse.equinox.p2.core,aQute.bnd.service.repository,aQute.libg.reporter,aQute.bnd.apiguardian.api,aQute.lib.fileset,aQute.bnd.service.clipboard,aQute.bnd.help.instructions,aQute.lib.specinterface,org.eclipse.equinox.p2.repository.metadata,aQute.bnd.compatibility,org.eclipse.equinox.p2.repository.artifact,aQute.libg.command,aQute.bnd.print,aQute.bnd.annotation.spi,aQute.bnd.component.error,aQute.libg.filelock,aQute.bnd.osgi,aQute.lib.aspects,aQute.bnd.make.metatype,aQute.libg.uri,aQute.bnd.buildtool,aQute.bnd.service.classparser,aQute.bnd.annotation.service,aQute.bnd.make.coverage,aQute.bnd.service.maven,aQute.lib.watcher,aQute.libg.map,aQute.bnd.plugin.spi,aQute.bnd.util.home,aQute.bnd.remoteworkspace.client,aQute.bnd.exporter.executable,aQute.bnd.component,aQute.lib.tag,aQute.libg.sed,de.pdark.decentxml,aQute.bnd.service.action,aQute.bnd.util.repository,aQute.lib.strings,aQute.bnd.service.extension,aQute.bnd.resource.repository,aQute.bnd.service.url,aQute.lib.manifest,aQute.bnd.make,aQute.bnd.osgi.resource,aQute.bnd.annotation.headers,aQute.bnd.service.release,org.eclipse.tycho,aQute.bnd.make.component,aQute.bnd.service.progress,aQute.libg.cryptography,aQute.bnd.exporter.runbundles,aQute.bnd.annotation.jpms,aQute.libg.qtokens,aQute.bnd.service.diff,aQute.bnd.obr,aQute.bnd.metatype.annotations,org.eclipse.sisu.equinox,aQute.lib.persistentmap,aQute.service.reporter,aQute.lib.link,aQute.bnd.service.specifications,aQute.bnd.maven.support,aQute.bnd.service.remotelaunch,aQute.bnd.maven,aQute.bnd.connection.settings,aQute.bnd.differ,org.eclipse.equinox.internal.p2.publisher.eclipse,aQute.bnd.service.reporter,aQute.lib.formatter,aQute.bnd.cdi,aQute.bnd.properties,aQute.bnd.service.message,aQute.lib.converter,aQute.bnd.signing,aQute.libg.glob,org.eclipse.equinox.p2.query,aQute.lib.json,aQute.bnd.plugin.gradle Require-Bundle: sisu.connect.realm.maven.api [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.tycho:tycho-maven-plugin as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.eclipse.tycho:tycho-core [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] File /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar is not a bundle [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.codehaus.plexus:plexus-archiver as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.codehaus.plexus:plexus-utils as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.codehaus.plexus:plexus-io as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.commons:commons-compress (org.apache.commons.commons-compress) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.commons:commons-lang3 (org.apache.commons.lang3) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.iq80.snappy:snappy as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.tukaani.xz (1.9) @ /home/jenkins/.m2/repository/org/tukaani/xz/1.9/xz-1.9.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip zstd-jni-1.5.5-11.jar (com.github.luben.zstd-jni) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.codehaus.plexus:plexus-interpolation (org.codehaus.plexus.interpolation) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.codehaus.plexus:plexus-cipher as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.tycho:sisu-equinox-launching as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.tycho:tycho-api (org.eclipse.tycho.embedder.shared) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.commons:commons-exec (org.apache.commons.commons-exec) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.codehaus.plexus:plexus-component-annotations as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.tycho:sisu-osgi-api as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.eclipse.tycho:tycho-metadata-model [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] File /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-metadata-model/4.0.7/tycho-metadata-model-4.0.7.jar is not a bundle [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact de.pdark:decentxml [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] File /home/jenkins/.m2/repository/de/pdark/decentxml/1.4/decentxml-1.4.jar is not a bundle [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip biz.aQute.bnd:biz.aQute.repository (biz.aQute.repository) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.osgi:org.osgi.resource (org.osgi.resource) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.tycho:tycho-spi as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.tycho:p2-maven-plugin as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.core (2.11.0.v20240210-1628) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle bcpg (1.77) @ /home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.publisher (1.9.100.v20240212-1707) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.artifact.repository (1.5.300.v20240220-1431) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.director (2.6.300.v20240207-1113) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.sat4j.core (2.3.6.v20201214) @ /home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.sat4j.pb (2.3.6.v20201214) @ /home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.engine (2.10.0.v20240210-0918) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.osgi.service.prefs (1.1.2.202109301733) @ /home/jenkins/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.metadata (2.9.0.v20240213-1100) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.repository (2.8.100.v20240207-1113) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle bcprov (1.77) @ /home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.security (1.4.200.v20240213-1244) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.osgi.compatibility.state (1.2.1000.v20240213-1057) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.publisher.eclipse (1.6.0.v20240229-1022) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.frameworkadmin (2.3.100.v20240201-0843) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.preferences (3.11.0.v20240210-0844) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.metadata.repository (1.5.300.v20240201-0843) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.updatesite (1.3.300.v20240201-0843) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.tycho:sisu-osgi-connect as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.jarprocessor (1.3.300.v20240201-0843) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.touchpoint.natives (1.5.200.v20240201-0843) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.touchpoint.eclipse (2.4.200.v20240201-0843) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.garbagecollector (1.3.200.v20240201-0843) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.director.app (1.3.300.v20240212-0924) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.p2.repository.tools (2.4.300.v20240207-1113) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.concurrent (1.3.0.v20240213-1244) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.simpleconfigurator (1.5.200.v20240209-1053) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.app (1.7.0.v20240213-1427) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.frameworkadmin.equinox (1.3.100.v20240213-1609) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.simpleconfigurator.manipulator (2.3.100.v20240201-0843) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.apache.felix.scr (2.2.10) @ /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.codehaus.mojo:animal-sniffer-annotations as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.osgi.service.component (1.5.1.202212101352) @ /home/jenkins/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.osgi.namespace.extender (1.0.1.201505202024) @ /home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle bcpg (1.70) @ /home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle bcprov (1.70) @ /home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip commons-net:commons-net (org.apache.commons.commons-net) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.tycho:tycho-targetplatform as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.tycho.p2 (4.0.7) @ /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2/4.0.7/tycho-p2-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.core.runtime-3.31.0.jar (org.eclipse.core.runtime) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.common (3.19.0.v20240214-0846) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.core.jobs (3.15.200.v20231214-1526) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.equinox.registry (3.12.0.v20240213-1057) @ /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.core.contenttype-3.9.300.jar (org.eclipse.core.contenttype) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip biz.aQute.bnd:biz.aQute.bndlib (biz.aQute.bndlib) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip biz.aQute.bnd:biz.aQute.bnd.util (biz.aQute.bnd.util) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.osgi.service.repository-1.1.0.jar (org.osgi.service.repository) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.osgi.util.function (1.2.0.202109301733) @ /home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.osgi:osgi.annotation (osgi.annotation) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.osgi.util.promise (1.3.0.202212101352) @ /home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip commons-io:commons-io (org.apache.commons.commons-io) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip commons-codec:commons-codec (org.apache.commons.commons-codec) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.jdt.core-3.37.0.jar (org.eclipse.jdt.core) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.core.resources-3.20.100.jar (org.eclipse.core.resources) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.core.expressions-3.9.300.jar (org.eclipse.core.expressions) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.core.filesystem-1.10.300.jar (org.eclipse.core.filesystem) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.text-3.14.0.jar (org.eclipse.text) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.core.commands-3.12.0.jar (org.eclipse.core.commands) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip ecj-3.37.0.jar (org.eclipse.jdt.core.compiler.batch) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Scan realm maven.api [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Installing sisu.connect.realm.maven.api with headers Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: sisu.connect.realm.maven.api Bundle-Version: 1.0.0.575492192 Require-Bundle: sisu.connect.realm.plexus.core [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Scan realm plexus.core [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Installing sisu.connect.realm.plexus.core with headers Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: sisu.connect.realm.plexus.core Bundle-Version: 1.0.0.746292446 Export-Package: org.apache.maven.cli,org.eclipse.aether.internal.impl,org.codehaus.plexus.lifecycle,org.slf4j,org.apache.maven.lifecycle,org.apache.maven.repository,org.codehaus.plexus.personality,org.apache.maven.usability,org.codehaus.plexus.configuration,javax.annotation,org.slf4j.spi,org.apache.maven.project,org.codehaus.plexus,org.apache.maven.exception,org.eclipse.aether.spi,org.eclipse.aether.util,org.apache.maven.plugin,org.eclipse.aether.collection,org.codehaus.plexus.logging,org.apache.maven.profiles,org.eclipse.aether.transfer,org.codehaus.plexus.util.xml.pull.XmlPullParserException,org.apache.maven.execution.scope,org.fusesource.jansi,org.apache.maven.rtinfo,org.eclipse.aether.impl,org.apache.maven.monitor,org.eclipse.aether.graph,org.eclipse.aether.metadata,org.codehaus.plexus.context,javax.inject,org.apache.maven.wagon.observers,org.apache.maven.wagon.resource,org.apache.maven.model,org.codehaus.plexus.util.xml.Xpp3Dom,org.eclipse.aether.deployment,org.apache.maven.artifact,org.apache.maven.toolchain,org.eclipse.aether.resolution,org.apache.maven,org.codehaus.plexus.util.xml.pull.XmlSerializer,org.eclipse.aether,org.slf4j.event,org.apache.maven.settings,org.slf4j.helpers,org.apache.maven.wagon.authorization,org.apache.maven.wagon.events,org.apache.maven.wagon.authentication,org.apache.maven.reporting,org.eclipse.aether.repository,org.apache.maven.wagon.repository,org.apache.maven.configuration,org.codehaus.plexus.classworlds,org.codehaus.classworlds,org.codehaus.plexus.util.xml.pull.XmlPullParser,org.apache.maven.classrealm,org.eclipse.aether.artifact,org.apache.maven.execution,javax.annotation.security,org.apache.maven.graph,org.apache.maven.wagon.proxy,org.codehaus.plexus.container,org.eclipse.aether.version,org.eclipse.aether.installation,org.apache.maven.wagon,org.codehaus.plexus.component [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.jenkins-ci.main.maven:maven35-interceptor as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.jenkins-ci.main.maven:maven3-interceptor-commons as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.maven:maven-embedder as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven:maven-settings [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] File /opt/tools/apache-maven/3.9.6/lib/maven-settings-3.9.6.jar is not a bundle [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven:maven-settings-builder [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] File /opt/tools/apache-maven/3.9.6/lib/maven-settings-builder-3.9.6.jar is not a bundle [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven:maven-plugin-api [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] File /opt/tools/apache-maven/3.9.6/lib/maven-plugin-api-3.9.6.jar is not a bundle [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven:maven-model [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] File /opt/tools/apache-maven/3.9.6/lib/maven-model-3.9.6.jar is not a bundle [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven:maven-model-builder [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] File /opt/tools/apache-maven/3.9.6/lib/maven-model-builder-3.9.6.jar is not a bundle [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.maven:maven-builder-support as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven.resolver:maven-resolver-api [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.apache.maven.resolver.api (1.9.18) @ /opt/tools/apache-maven/3.9.6/lib/maven-resolver-api-1.9.18.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven.resolver:maven-resolver-util [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.apache.maven.resolver.util (1.9.18) @ /opt/tools/apache-maven/3.9.6/lib/maven-resolver-util-1.9.18.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.maven.shared:maven-shared-utils as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip guice-5.1.0.jar (com.google.inject) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip aopalliance-1.0.jar as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip com.google.guava:guava (com.google.guava) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip com.google.guava:failureaccess (com.google.guava.failureaccess) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact javax.annotation:javax.annotation-api [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle javax.annotation-api (1.3.2) @ /opt/tools/apache-maven/3.9.6/lib/javax.annotation-api-1.3.2.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.codehaus.plexus:plexus-utils as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.codehaus.plexus:plexus-sec-dispatcher as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.codehaus.plexus:plexus-cipher as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.codehaus.plexus:plexus-interpolation (org.codehaus.plexus.interpolation) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.slf4j:slf4j-api [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle slf4j.api (1.7.36) @ /opt/tools/apache-maven/3.9.6/lib/slf4j-api-1.7.36.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.commons:commons-lang3 (org.apache.commons.lang3) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven:maven-core [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] File /opt/tools/apache-maven/3.9.6/lib/maven-core-3.9.6.jar is not a bundle [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven:maven-repository-metadata [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] File /opt/tools/apache-maven/3.9.6/lib/maven-repository-metadata-3.9.6.jar is not a bundle [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven:maven-artifact [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] File /opt/tools/apache-maven/3.9.6/lib/maven-artifact-3.9.6.jar is not a bundle [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven:maven-resolver-provider [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] File /opt/tools/apache-maven/3.9.6/lib/maven-resolver-provider-3.9.6.jar is not a bundle [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven.resolver:maven-resolver-impl [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.apache.maven.resolver.impl (1.9.18) @ /opt/tools/apache-maven/3.9.6/lib/maven-resolver-impl-1.9.18.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.maven.resolver:maven-resolver-named-locks (org.apache.maven.resolver.named) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven.resolver:maven-resolver-spi [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.apache.maven.resolver.spi (1.9.18) @ /opt/tools/apache-maven/3.9.6/lib/maven-resolver-spi-1.9.18.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.eclipse.sisu:org.eclipse.sisu.inject (org.eclipse.sisu.inject) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.codehaus.plexus:plexus-component-annotations as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven:maven-compat [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] File /opt/tools/apache-maven/3.9.6/lib/maven-compat-3.9.6.jar is not a bundle [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven.wagon:wagon-provider-api [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] File /opt/tools/apache-maven/3.9.6/lib/wagon-provider-api-3.5.3.jar is not a bundle [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.eclipse.sisu:org.eclipse.sisu.plexus [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.eclipse.sisu.plexus (0.9.0.M2) @ /opt/tools/apache-maven/3.9.6/lib/org.eclipse.sisu.plexus-0.9.0.M2.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip commons-cli:commons-cli (org.apache.commons.cli) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.maven.wagon:wagon-http as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.maven.wagon:wagon-http-shared as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.httpcomponents:httpclient as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.maven.wagon:wagon-file as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.slf4j:jcl-over-slf4j (jcl.over.slf4j) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.apache.maven.resolver:maven-resolver-connector-basic [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.apache.maven.resolver.connector.basic (1.9.18) @ /opt/tools/apache-maven/3.9.6/lib/maven-resolver-connector-basic-1.9.18.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.maven.resolver:maven-resolver-transport-file (org.apache.maven.resolver.transport.file) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.maven.resolver:maven-resolver-transport-http (org.apache.maven.resolver.transport.http) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.httpcomponents:httpcore as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip commons-codec:commons-codec (org.apache.commons.commons-codec) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.maven.resolver:maven-resolver-transport-wagon (org.apache.maven.resolver.transport.wagon) as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Skip org.apache.maven:maven-slf4j-provider as it is not exported by the extension realm. [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Checking exported artifact org.fusesource.jansi:jansi [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Discovered bundle org.fusesource.jansi (2.4.0) @ /opt/tools/apache-maven/3.9.6/lib/jansi-2.4.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.core.internal.runtime.Activator and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.common for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.core.internal.runtime.Activator and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.common for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.core.internal.runtime.Activator and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.common for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.core.internal.runtime.Activator and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.common for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.core.internal.runtime.Activator and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.common for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.core.internal.runtime.Activator and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.common for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.core.internal.runtime.Activator and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.common for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Calling org.eclipse.tycho.osgi.configuration.BuildPropertiesParserConfigurator@4ec2602 [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Calling org.eclipse.tycho.osgi.configuration.MavenContextConfigurator@240b380f [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Calling org.eclipse.tycho.p2maven.MavenURLStreamHandlerService@1cb7dc43 [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Calling org.eclipse.tycho.p2maven.helper.P2ServicesLifecycleListener@72a42d60 [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Calling org.eclipse.tycho.osgi.configuration.FileLockServiceConfigurator@511ad3bb [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Calling org.eclipse.tycho.osgi.configuration.RepositorySettingsConfigurator@6e954360 [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Calling org.eclipse.tycho.osgi.configuration.LocalRepositoryP2IndicesConfigurator@67b931e0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ============ Framework Bundles ================== [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] INSTALLED | org.apache.maven.resolver.impl (1.9.18) at /opt/tools/apache-maven/3.9.6/lib/maven-resolver-impl-1.9.18.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] INSTALLED | org.eclipse.sisu.plexus (0.9.0.M2) at /opt/tools/apache-maven/3.9.6/lib/org.eclipse.sisu.plexus-0.9.0.M2.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] INSTALLED | slf4j.api (1.7.36) at /opt/tools/apache-maven/3.9.6/lib/slf4j-api-1.7.36.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | bcpg (1.77.0) at /home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | bcpg (1.70.0) at /home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | bcprov (1.77.0) at /home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | bcprov (1.70.0) at /home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | javax.annotation-api (1.3.2) at /opt/tools/apache-maven/3.9.6/lib/javax.annotation-api-1.3.2.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | org.apache.maven.resolver.api (1.9.18) at /opt/tools/apache-maven/3.9.6/lib/maven-resolver-api-1.9.18.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | org.apache.maven.resolver.connector.basic (1.9.18) at /opt/tools/apache-maven/3.9.6/lib/maven-resolver-connector-basic-1.9.18.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | org.apache.maven.resolver.spi (1.9.18) at /opt/tools/apache-maven/3.9.6/lib/maven-resolver-spi-1.9.18.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | org.apache.maven.resolver.util (1.9.18) at /opt/tools/apache-maven/3.9.6/lib/maven-resolver-util-1.9.18.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | org.eclipse.osgi.compatibility.state (1.2.1000.v20240213-1057) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.1000/org.eclipse.osgi.compatibility.state-1.2.1000.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | org.fusesource.jansi (2.4.0) at /opt/tools/apache-maven/3.9.6/lib/jansi-2.4.0.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | org.osgi.namespace.extender (1.0.1.201505202024) at /home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | org.osgi.service.component (1.5.1.202212101352) at /home/jenkins/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | org.osgi.service.prefs (1.1.2.202109301733) at /home/jenkins/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | org.osgi.util.function (1.2.0.202109301733) at /home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | org.osgi.util.promise (1.3.0.202212101352) at /home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | org.sat4j.core (2.3.6.v20201214) at /home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | org.sat4j.pb (2.3.6.v20201214) at /home/jenkins/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | org.tukaani.xz (1.9.0) at /home/jenkins/.m2/repository/org/tukaani/xz/1.9/xz-1.9.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | sisu.connect.realm.extension.org.eclipse.tycho.tycho-maven-plugin.4.0.7 (1.0.0.1919093140) at sisu.connect.realm.extension.org.eclipse.tycho.tycho-maven-plugin.4.0.7 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | sisu.connect.realm.maven.api (1.0.0.575492192) at sisu.connect.realm.maven.api [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] RESOLVED | sisu.connect.realm.plexus.core (1.0.0.746292446) at sisu.connect.realm.plexus.core [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] STARTING | org.eclipse.core.jobs (3.15.200.v20231214-1526) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] STARTING | org.eclipse.equinox.app (1.7.0.v20240213-1427) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] STARTING | org.eclipse.equinox.concurrent (1.3.0.v20240213-1244) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.concurrent/1.3.0/org.eclipse.equinox.concurrent-1.3.0.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] STARTING | org.eclipse.equinox.frameworkadmin (2.3.100.v20240201-0843) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.3.100/org.eclipse.equinox.frameworkadmin-2.3.100.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] STARTING | org.eclipse.equinox.frameworkadmin.equinox (1.3.100.v20240213-1609) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.3.100/org.eclipse.equinox.frameworkadmin.equinox-1.3.100.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] STARTING | org.eclipse.equinox.security (1.4.200.v20240213-1244) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] STARTING | org.eclipse.equinox.simpleconfigurator (1.5.200.v20240209-1053) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] STARTING | org.eclipse.equinox.simpleconfigurator.manipulator (2.3.100.v20240201-0843) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.apache.felix.scr (2.2.10) at /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.common (3.19.0.v20240214-0846) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.artifact.repository (1.5.300.v20240220-1431) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.300/org.eclipse.equinox.p2.artifact.repository-1.5.300.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.core (2.11.0.v20240210-1628) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.director (2.6.300.v20240207-1113) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director/2.6.300/org.eclipse.equinox.p2.director-2.6.300.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.director.app (1.3.300.v20240212-0924) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.3.300/org.eclipse.equinox.p2.director.app-1.3.300.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.engine (2.10.0.v20240210-0918) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.garbagecollector (1.3.200.v20240201-0843) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.200/org.eclipse.equinox.p2.garbagecollector-1.3.200.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.jarprocessor (1.3.300.v20240201-0843) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.metadata (2.9.0.v20240213-1100) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.metadata.repository (1.5.300.v20240201-0843) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.publisher (1.9.100.v20240212-1707) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.9.100/org.eclipse.equinox.p2.publisher-1.9.100.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.publisher.eclipse (1.6.0.v20240229-1022) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.repository (2.8.100.v20240207-1113) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.repository.tools (2.4.300.v20240207-1113) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.touchpoint.eclipse (2.4.200.v20240201-0843) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.touchpoint.natives (1.5.200.v20240201-0843) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.5.200/org.eclipse.equinox.p2.touchpoint.natives-1.5.200.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.p2.updatesite (1.3.300.v20240201-0843) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.preferences (3.11.0.v20240210-0844) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.registry (3.12.0.v20240213-1057) at /home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.osgi (3.19.0.v20240213-1246) at System Bundle [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.tycho.p2 (4.0.7) at /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-p2/4.0.7/tycho-p2-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class interface org.osgi.service.component.runtime.ServiceComponentRuntime and location file:/home/jenkins/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.osgi.service.component for location file:/home/jenkins/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ============ Framework Components ================== [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] SATISFIED | org.eclipse.equinox.p2.artifact.repository [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] SATISFIED | org.eclipse.equinox.p2.core.eventbus [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] SATISFIED | org.eclipse.equinox.p2.di.agentProvider [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] SATISFIED | org.eclipse.equinox.p2.director [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] SATISFIED | org.eclipse.equinox.p2.engine [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] SATISFIED | org.eclipse.equinox.p2.engine.registry [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] SATISFIED | org.eclipse.equinox.p2.garbagecollector [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] SATISFIED | org.eclipse.equinox.p2.metadata.repository [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] SATISFIED | org.eclipse.equinox.p2.planner [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] SATISFIED | org.eclipse.equinox.p2.repository [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] SATISFIED | org.eclipse.equinox.p2.repository.spi.pgpPublicKeyService [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] SATISFIED | org.eclipse.equinox.simpleconfigurator.manipulator [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ACTIVE | org.eclipse.equinox.frameworkadmin.equinox [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ============ Extension Registry ================== [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.artifact.repository.artifactComparators [contributed by org.eclipse.equinox.p2.artifact.repository[6]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.repository.tools] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] artifactComparator class=org.eclipse.equinox.p2.internal.repository.comparator.MD5ArtifactComparator id=org.eclipse.equinox.artifact.md5.comparator [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.repository.tools] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] artifactComparator class=org.eclipse.equinox.p2.internal.repository.comparator.ArtifactChecksumComparator id=org.eclipse.equinox.artifact.comparator.checksum [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.repository.tools] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] artifactComparator class=org.eclipse.equinox.p2.internal.repository.comparator.JarComparator id=org.eclipse.equinox.p2.repository.tools.jar.comparator [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.engine.touchpoints [contributed by org.eclipse.equinox.p2.engine[10]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.touchpoint.natives.native [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] touchpoint type=org.eclipse.equinox.p2.native class=org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.touchpoint.eclipse.eclipse [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] touchpoint type=org.eclipse.equinox.p2.osgi class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.security.loginConfigurationProvider [contributed by org.eclipse.equinox.security[15]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.preferences.preferences [contributed by org.eclipse.equinox.preferences[19]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.engine.preferences [from org.eclipse.equinox.p2.engine] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] scope name=profile class=org.eclipse.equinox.internal.p2.engine.ProfilePreferences [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.security.callbackHandlerMapping [contributed by org.eclipse.equinox.security[15]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.garbagecollector.marksetproviders [contributed by org.eclipse.equinox.p2.garbagecollector[25]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.touchpoint.eclipse.EclipseTouchpoint [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseMarkSetProvider [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.artifact.repository.artifactRepositories [contributed by org.eclipse.equinox.p2.artifact.repository[6]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.artifact.repository.XZedRepository [from org.eclipse.equinox.p2.artifact.repository] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] filter suffix=artifacts.xml.xz [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] factory class=org.eclipse.equinox.internal.p2.artifact.repository.simple.XZedSimpleArtifactRepositoryFactory [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.artifact.repository.simpleRepository [from org.eclipse.equinox.p2.artifact.repository] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] filter suffix=artifacts.xml [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] factory class=org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepositoryFactory [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.artifact.repository.compositeRepository [from org.eclipse.equinox.p2.artifact.repository] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] filter suffix=compositeArtifacts.xml [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] factory class=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepositoryFactory [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.updatesite.artifactRepository [from org.eclipse.equinox.p2.updatesite] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] factory class=org.eclipse.equinox.internal.p2.updatesite.artifact.UpdateSiteArtifactRepositoryFactory [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] filter suffix=site.xml [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.tycho.p2.maven.repository.LocalArtifactRepository [from org.eclipse.tycho.p2] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] factory class=org.eclipse.tycho.p2.repository.LocalArtifactRepositoryFactory [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] filter suffix=.meta/p2-artifacts.properties [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.tycho.repository.module.ModuleArtifactRepository [from org.eclipse.tycho.p2] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] factory class=org.eclipse.tycho.p2.repository.module.ModuleArtifactRepositoryFactory [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] filter suffix=p2artifacts.xml [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.tycho.repository.registry.ArtifactRepositoryBlackboard [from org.eclipse.tycho.p2] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] factory class=org.eclipse.tycho.p2.repository.ArtifactRepositoryBlackboard [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] filter suffix=@memory [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.artifact.repository.artifactChecksums [contributed by org.eclipse.equinox.p2.artifact.repository[6]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.artifact.repository] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] artifactChecksum algorithm=MD5 id=md5 priority=-2000 publish=false warnInsecure=true [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.artifact.repository] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] artifactChecksum algorithm=SHA-1 id=sha-1 priority=-1000 publish=false warnInsecure=true [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.artifact.repository] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] artifactChecksum algorithm=SHA-256 id=sha-256 priority=1000 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.artifact.repository] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] artifactChecksum algorithm=SHA-512 id=sha-512 priority=2000 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.tycho.p2] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] artifactChecksum algorithm=SHA-1 id=sha-1 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.engine.pgp [contributed by org.eclipse.equinox.p2.engine[10]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.engine.actions [contributed by org.eclipse.equinox.p2.engine[10]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ChmodAction name=chmod touchpointType=org.eclipse.equinox.p2.native touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.CleanupzipAction name=cleanupzip touchpointType=org.eclipse.equinox.p2.native touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.CollectAction name=collect touchpointType=org.eclipse.equinox.p2.native touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.LinkAction name=ln touchpointType=org.eclipse.equinox.p2.native touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.MkdirAction name=mkdir touchpointType=org.eclipse.equinox.p2.native touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.RmdirAction name=rmdir touchpointType=org.eclipse.equinox.p2.native touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction name=unzip touchpointType=org.eclipse.equinox.p2.native touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.CopyAction description=copy(source,target[,overwrite]) name=copy touchpointType=org.eclipse.equinox.p2.native touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.CleanupcopyAction description=cleanupcopy(source,target) name=cleanupcopy touchpointType=org.eclipse.equinox.p2.native touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.RemoveAction description=remove(path) name=remove touchpointType=org.eclipse.equinox.p2.native touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.CheckAndPromptNativePackage description=checkAndPromptNativePackage(ditro, package,version) name=checkAndPromptNativePackage touchpointType=org.eclipse.equinox.p2.native touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.CheckAndPromptNativePackageWindowsRegistry description=checkAndPromptNativePackageWindowsRegistry(package,version,key,attributeName,attributeValue) name=checkAndPromptNativePackageWindowsRegistry touchpointType=org.eclipse.equinox.p2.native touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.BlockMacUpdate description=blockMacUpdate() name=blockMacUpdate touchpointType=org.eclipse.equinox.p2.native touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddJVMArgumentAction name=addJvmArg touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddProgramArgumentAction name=addProgramArg touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddProgramPropertyAction name=addProgramProperty touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddRepositoryAction name=addRepository touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddSourceBundleAction name=addSourceBundle touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.CheckTrustAction name=checkTrust touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ChmodAction name=chmod touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.LinkAction name=ln touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.CollectAction name=collect touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction name=installBundle touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallFeatureAction name=installFeature touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.MarkStartedAction name=markStarted touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.RemoveJVMArgumentAction name=removeJvmArg touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.RemoveProgramArgumentAction name=removeProgramArg touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.RemoveProgramPropertyAction name=removeProgramProperty touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.RemoveRepositoryAction name=removeRepository touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.RemoveSourceBundleAction name=removeSourceBundle touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetJvmAction name=setJvm touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetProgramPropertyAction name=setFrameworkDependentProperty touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetProgramPropertyAction name=setFrameworkIndependentProperty touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetLauncherNameAction name=setLauncherName touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetProgramPropertyAction name=setProgramProperty touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetStartLevelAction name=setStartLevel touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.UninstallBundleAction name=uninstallBundle touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.touchpoint.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] action class=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.UninstallFeatureAction name=uninstallFeature touchpointType=org.eclipse.equinox.p2.osgi touchpointVersion=1.0.0 version=1.0.0 [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.core.runtime.adapters [contributed by org.eclipse.equinox.registry[41]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.metadata.repository.metadataRepositories [contributed by org.eclipse.equinox.p2.metadata.repository[20]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.engine.metadataRepository [from org.eclipse.equinox.p2.engine] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] factory class=org.eclipse.equinox.internal.p2.engine.ProfileMetadataRepositoryFactory [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] filter suffix=profile [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.metadata.repository.simpleRepository [from org.eclipse.equinox.p2.metadata.repository] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] filter suffix=content.xml [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] factory class=org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.metadata.repository.XZedRepository [from org.eclipse.equinox.p2.metadata.repository] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] filter suffix=content.xml.xz [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] factory class=org.eclipse.equinox.internal.p2.metadata.repository.XZedSimpleMetadataRepositoryFactory [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.metadata.repository.compositeRepository [from org.eclipse.equinox.p2.metadata.repository] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] filter suffix=compositeContent.xml [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] factory class=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepositoryFactory [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.updatesite.metadataRepository [from org.eclipse.equinox.p2.updatesite] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] factory class=org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] filter suffix=site.xml [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.tycho.repository.module.ModuleMetadataRepository [from org.eclipse.tycho.p2] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] factory class=org.eclipse.tycho.p2.repository.module.ModuleMetadataRepositoryFactory [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] filter suffix=p2content.xml [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.security.callbackHandler [contributed by org.eclipse.equinox.security[15]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.security.secureStorage [contributed by org.eclipse.equinox.security[15]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.core.runtime.applications [contributed by org.eclipse.equinox.app[30]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.publisher.InstallPublisher [from org.eclipse.equinox.p2.publisher.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application cardinality=1 thread=any visible=true [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.p2.publisher.eclipse.InstallPublisherApplication [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.publisher.EclipseGenerator [from org.eclipse.equinox.p2.publisher.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application cardinality=1 thread=main visible=true [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.internal.p2.publisher.compatibility.GeneratorApplication [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.publisher.ProductPublisher [from org.eclipse.equinox.p2.publisher.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application cardinality=1 thread=any visible=true [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.p2.publisher.eclipse.ProductPublisherApplication [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher [from org.eclipse.equinox.p2.publisher.eclipse] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application cardinality=1 thread=any visible=true [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.p2.publisher.eclipse.FeaturesAndBundlesPublisherApplication [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.updatesite.UpdateSitePublisher [from org.eclipse.equinox.p2.updatesite] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application cardinality=1 thread=any visible=true [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.internal.p2.updatesite.UpdateSitePublisherApplication [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.publisher.UpdateSitePublisher [from org.eclipse.equinox.p2.updatesite] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application cardinality=1 thread=any visible=true [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.internal.p2.updatesite.UpdateSitePublisherApplication [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.publisher.CategoryPublisher [from org.eclipse.equinox.p2.updatesite] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application cardinality=1 thread=any visible=true [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.internal.p2.updatesite.CategoryPublisherApplication [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.touchpoint.natives.nativePackageExtractor [from org.eclipse.equinox.p2.touchpoint.natives] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application cardinality=singleton-global thread=main visible=true [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.internal.p2.touchpoint.natives.NativePackageExtractionApplication [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.garbagecollector.application [from org.eclipse.equinox.p2.garbagecollector] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.internal.p2.garbagecollector.Application [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.director [from org.eclipse.equinox.p2.director.app] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application cardinality=singleton-global thread=main visible=true [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.internal.p2.director.app.DirectorApplication [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.repository.repo2runnable [from org.eclipse.equinox.p2.repository.tools] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.p2.internal.repository.tools.Repo2Runnable [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.repository.metadataverifier [from org.eclipse.equinox.p2.repository.tools] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application cardinality=singleton-global visible=true [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.p2.internal.repository.tools.RepositoryAnalyzerApplication [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.artifact.repository.mirrorApplication [from org.eclipse.equinox.p2.repository.tools] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application cardinality=1 thread=main visible=true [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.p2.internal.repository.tools.MirrorApplication [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] parameter name=metadataOrArtifacts value=artifacts [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.metadata.repository.mirrorApplication [from org.eclipse.equinox.p2.repository.tools] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application cardinality=1 thread=main visible=true [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.p2.internal.repository.tools.MirrorApplication [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] parameter name=metadataOrArtifacts value=metadata [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.app.error [from org.eclipse.equinox.app] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] application visible=false [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] run class=org.eclipse.equinox.internal.app.ErrorApplication [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.security.loginModule [contributed by org.eclipse.equinox.security[15]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.repository.tools.verifier [contributed by org.eclipse.equinox.p2.repository.tools[27]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] null [from org.eclipse.equinox.p2.repository.tools] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] IUAnalysis class=org.eclipse.equinox.p2.internal.repository.tools.analyzer.IUCounting name=IU Counting Tool [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] IUAnalysis class=org.eclipse.equinox.p2.internal.repository.tools.analyzer.CopyrightAnalyzer name=Copyright Analyzer [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] IUAnalysis class=org.eclipse.equinox.p2.internal.repository.tools.analyzer.LicenseAnalyzer name=License Analyzer [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] IUAnalysis class=org.eclipse.equinox.p2.internal.repository.tools.analyzer.HostCheckAnalyzer name=Fragment Host Analyzer [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] IUAnalysis class=org.eclipse.equinox.p2.internal.repository.tools.analyzer.UniqueIUAnalyzer name=Unique IU Analyzer [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] IUAnalysis class=org.eclipse.equinox.p2.internal.repository.tools.analyzer.UnzipFeatureJarAnalyzer name=Unzip Feature Jar Analyzer [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] IUAnalysis class=org.eclipse.equinox.p2.internal.repository.tools.analyzer.VersionAnalyzer name=Version Analyzer [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.core.runtime.products [contributed by org.eclipse.equinox.app[30]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.director.product [from org.eclipse.equinox.p2.director.app] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] product application=org.eclipse.equinox.p2.director name=Equinox P2 Director [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.artifact.repository.processingSteps [contributed by org.eclipse.equinox.p2.artifact.repository[6]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.processing.SignatureVerifier [from org.eclipse.equinox.p2.artifact.repository] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] step class=org.eclipse.equinox.internal.p2.artifact.repository.SignatureVerifier [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.processing.ChecksumVerifier [from org.eclipse.equinox.p2.artifact.repository] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] step class=org.eclipse.equinox.internal.p2.artifact.processors.checksum.ChecksumVerifier [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.processing.PGPSignatureCheck [from org.eclipse.equinox.p2.artifact.repository] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] step class=org.eclipse.equinox.internal.p2.artifact.processors.pgp.PGPSignatureVerifier [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.security.internalUI [contributed by org.eclipse.equinox.security[15]] [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] ============ Registered Services ================== [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] [org.osgi.service.log.LogReaderService, org.eclipse.equinox.log.ExtendedLogReaderService] registered by org.eclipse.osgi | {service.id=1, service.bundleid=0, service.scope=bundle} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] [org.osgi.service.log.LogService, org.osgi.service.log.LoggerFactory, org.eclipse.equinox.log.ExtendedLogService] registered by org.eclipse.osgi | {service.id=2, service.bundleid=0, service.scope=bundle} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.osgi.service.log.admin.LoggerAdmin registered by org.eclipse.osgi | {service.id=3, service.bundleid=0, service.scope=singleton, osgi.log.service.id=2} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.framework.log.FrameworkLog registered by org.eclipse.osgi | {service.id=4, service.bundleid=0, service.scope=bundle, service.ranking=2147483647, service.pid=0.org.eclipse.osgi.internal.log.EquinoxLogFactory} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.framework.log.FrameworkLog registered by org.eclipse.osgi | {service.id=5, service.bundleid=0, service.scope=singleton, service.ranking=-2147483648, performance=true, service.pid=46org.eclipse.osgi.internal.log.EquinoxLogFactory$1} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.osgi.service.condition.Condition registered by org.eclipse.osgi | {service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.datalocation.Location registered by org.eclipse.osgi | {service.id=7, service.bundleid=0, service.scope=singleton, defaultUrl=file:/home/jenkins/user/, type=osgi.user.area} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.datalocation.Location registered by org.eclipse.osgi | {service.id=8, service.bundleid=0, service.scope=singleton, url=file:/tmp/plexus.osgi.9633304978009507469/instance/, type=osgi.instance.area} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.datalocation.Location registered by org.eclipse.osgi | {service.id=9, service.bundleid=0, service.scope=singleton, url=file:/tmp/plexus.osgi.9633304978009507469/storage/, type=osgi.configuration.area} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.datalocation.Location registered by org.eclipse.osgi | {service.id=10, service.bundleid=0, service.scope=singleton, url=file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/, type=osgi.install.area} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.datalocation.Location registered by org.eclipse.osgi | {service.id=11, service.bundleid=0, service.scope=singleton, url=file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.19.0/, type=eclipse.home.location} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.environment.EnvironmentInfo registered by org.eclipse.osgi | {service.id=12, service.bundleid=0, service.scope=singleton, service.ranking=2147483647, service.pid=0.org.eclipse.osgi.internal.framework.EquinoxConfiguration} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.osgi.service.packageadmin.PackageAdmin registered by org.eclipse.osgi | {service.id=13, service.bundleid=0, service.scope=singleton, service.ranking=2147483647, service.pid=0.org.eclipse.osgi.internal.framework.legacy.PackageAdminImpl} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.osgi.service.startlevel.StartLevel registered by org.eclipse.osgi | {service.id=14, service.bundleid=0, service.scope=singleton, service.ranking=2147483647, service.pid=0.org.eclipse.osgi.internal.framework.legacy.StartLevelImpl} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.osgi.service.permissionadmin.PermissionAdmin registered by org.eclipse.osgi | {service.id=15, service.bundleid=0, service.scope=singleton, service.ranking=2147483647, service.pid=0.org.eclipse.osgi.internal.permadmin.SecurityAdmin} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.osgi.service.condpermadmin.ConditionalPermissionAdmin registered by org.eclipse.osgi | {service.id=16, service.bundleid=0, service.scope=singleton, service.ranking=2147483647, service.pid=0.org.eclipse.osgi.internal.permadmin.SecurityAdmin} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.osgi.service.resolver.Resolver registered by org.eclipse.osgi | {service.id=17, service.bundleid=0, service.scope=singleton, service.ranking=-2147483648, service.pid=0.org.apache.felix.resolver.ResolverImpl} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.debug.DebugOptions registered by org.eclipse.osgi | {service.id=18, service.bundleid=0, service.scope=singleton, service.ranking=2147483647, service.pid=0.org.eclipse.osgi.internal.debug.FrameworkDebugOptions} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] java.lang.ClassLoader registered by org.eclipse.osgi | {service.id=19, service.bundleid=0, service.scope=singleton, service.ranking=2147483647, equinox.classloader.type=contextClassLoader, service.pid=0.org.eclipse.osgi.internal.framework.ContextFinder} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.urlconversion.URLConverter registered by org.eclipse.osgi | {service.id=20, service.bundleid=0, service.scope=singleton, protocol=[bundleentry,bundleresource], service.ranking=2147483647, service.pid=0.org.eclipse.osgi.storage.url.BundleURLConverter} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.localization.BundleLocalization registered by org.eclipse.osgi | {service.id=21, service.bundleid=0, service.scope=singleton, service.ranking=2147483647, service.pid=0.org.eclipse.osgi.storage.BundleLocalizationImpl} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] javax.xml.parsers.SAXParserFactory registered by org.eclipse.osgi | {service.id=22, service.bundleid=0, service.scope=bundle, service.pid=0.org.eclipse.osgi.internal.framework.XMLParsingServiceFactory} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] javax.xml.parsers.DocumentBuilderFactory registered by org.eclipse.osgi | {service.id=23, service.bundleid=0, service.scope=bundle, service.pid=0.org.eclipse.osgi.internal.framework.XMLParsingServiceFactory} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.security.TrustEngine registered by org.eclipse.osgi | {service.id=24, osgi.signedcontent.trust.engine=org.eclipse.osgi, service.bundleid=0, service.scope=singleton, service.ranking=-2147483648} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.signedcontent.SignedContentFactory registered by org.eclipse.osgi | {service.id=25, service.bundleid=0, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.debug.DebugOptionsListener registered by org.eclipse.osgi | {listener.symbolic.name=org.eclipse.osgi, service.id=26, service.bundleid=0, service.scope=singleton, service.ranking=2147483647, service.pid=0.org.eclipse.osgi.internal.debug.Debug} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.debug.DebugOptionsListener registered by org.eclipse.osgi | {listener.symbolic.name=org.eclipse.osgi, service.id=27, service.bundleid=0, service.scope=singleton, service.ranking=2147483647, service.pid=0.org.eclipse.osgi.container.ModuleContainer} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.resolver.PlatformAdmin registered by org.eclipse.osgi | {service.id=28, service.bundleid=0, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.tycho.BuildPropertiesParser registered by org.eclipse.osgi | {service.id=58, service.bundleid=0, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.tycho.core.shared.MavenContext registered by org.eclipse.osgi | {service.id=59, service.bundleid=0, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.osgi.service.url.URLStreamHandlerService registered by org.eclipse.osgi | {service.id=60, url.handler.protocol=[mvn], service.bundleid=0, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.osgi | {service.id=61, service.bundleid=0, service.scope=singleton, p2.agent.servicename=org.eclipse.equinox.p2.repository.metadata.IMetadataRepositoryManager, service.ranking=100} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.osgi | {service.id=62, service.bundleid=0, service.scope=singleton, p2.agent.servicename=org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager, service.ranking=100} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.osgi | {service.id=63, service.bundleid=0, service.scope=singleton, p2.agent.servicename=org.eclipse.equinox.internal.p2.repository.Transport, service.ranking=100} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.osgi | {service.id=64, service.bundleid=0, service.scope=singleton, p2.agent.servicename=org.eclipse.equinox.internal.provisional.p2.core.eventbus.IProvisioningEventBus, service.ranking=100} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.osgi | {service.id=65, service.bundleid=0, service.scope=singleton, p2.agent.servicename=org.eclipse.equinox.internal.p2.repository.CacheManager, service.ranking=100} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.osgi | {service.id=66, service.bundleid=0, service.scope=singleton, p2.agent.servicename=org.eclipse.tycho.IRepositoryIdManager, service.ranking=100} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.tycho.FileLockService registered by org.eclipse.osgi | {service.id=67, service.bundleid=0, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.tycho.MavenRepositorySettings registered by org.eclipse.osgi | {service.id=68, service.bundleid=0, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.tycho.p2.repository.LocalRepositoryP2Indices registered by org.eclipse.osgi | {service.id=69, service.bundleid=0, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.IAgentLocation registered by org.eclipse.equinox.p2.core | {service.id=29, service.bundleid=3, service.scope=singleton, type=eclipse.p2.data.area} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.IProvisioningAgent registered by org.eclipse.equinox.p2.core | {service.id=30, agent.current=true, service.bundleid=3, service.scope=singleton, service.ranking=100, locationURI=file:/tmp/plexus.osgi.9633304978009507469/storage/../p2} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.equinox.p2.core | {service.id=35, service.bundleid=3, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), p2.agent.servicename=org.eclipse.equinox.internal.provisional.p2.core.eventbus.IProvisioningEventBus, component.name=org.eclipse.equinox.p2.core.eventbus, component.id=0} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.IProvisioningAgentProvider registered by org.eclipse.equinox.p2.core | {service.id=36, service.bundleid=3, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.eclipse.equinox.p2.di.agentProvider, component.id=1} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.equinox.p2.artifact.repository | {service.id=37, service.bundleid=6, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), p2.agent.servicename=org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager, component.name=org.eclipse.equinox.p2.artifact.repository, component.id=2} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.equinox.p2.director | {service.id=38, service.bundleid=7, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), p2.agent.servicename=org.eclipse.equinox.internal.provisional.p2.director.IDirector, component.name=org.eclipse.equinox.p2.director, component.id=3} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.equinox.p2.director | {service.id=39, service.bundleid=7, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), p2.agent.servicename=org.eclipse.equinox.p2.planner.IPlanner, component.name=org.eclipse.equinox.p2.planner, component.id=4} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.equinox.p2.engine | {service.id=40, service.bundleid=10, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), p2.agent.servicename=org.eclipse.equinox.p2.engine.IProfileRegistry, component.name=org.eclipse.equinox.p2.engine.registry, component.id=5} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.equinox.p2.engine | {service.id=41, service.bundleid=10, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), p2.agent.servicename=org.eclipse.equinox.p2.engine.IEngine, component.name=org.eclipse.equinox.p2.engine, component.id=6} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.equinox.p2.repository | {service.id=42, service.bundleid=13, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), p2.agent.servicename=org.eclipse.equinox.internal.p2.repository.CacheManager, component.name=org.eclipse.equinox.p2.repository, component.id=7} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.equinox.p2.repository | {service.id=43, service.bundleid=13, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), p2.agent.servicename=org.eclipse.equinox.p2.repository.spi.PGPPublicKeyService, component.name=org.eclipse.equinox.p2.repository.spi.pgpPublicKeyService, component.id=8} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.core.runtime.preferences.IPreferencesService registered by org.eclipse.equinox.preferences | {service.id=31, service.bundleid=19, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.osgi.service.prefs.PreferencesService registered by org.eclipse.equinox.preferences | {service.id=32, service.bundleid=19, service.scope=bundle} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.core.runtime.preferences.IScopeContext registered by org.eclipse.equinox.preferences | {service.id=33, service.bundleid=19, service.scope=bundle, type=bundle} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.equinox.p2.metadata.repository | {service.id=44, service.bundleid=20, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), p2.agent.servicename=org.eclipse.equinox.p2.repository.metadata.IMetadataRepositoryManager, component.name=org.eclipse.equinox.p2.metadata.repository, component.id=9} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.p2.core.spi.IAgentServiceFactory registered by org.eclipse.equinox.p2.garbagecollector | {service.id=45, service.bundleid=25, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), p2.agent.servicename=org.eclipse.equinox.internal.p2.garbagecollector.GarbageCollector, component.name=org.eclipse.equinox.p2.garbagecollector, component.id=10} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.equinox.internal.provisional.frameworkadmin.FrameworkAdmin registered by org.eclipse.equinox.frameworkadmin.equinox | {org.eclipse.equinox.frameworkhandler.launcher.version=3.2, service.id=46, org.eclipse.equinox.frameworkhandler.framework.version=3.3, service.bundleid=31, service.scope=bundle, org.eclipse.equinox.frameworkhandler.framework.name=Equinox, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), org.eclipse.equinox.frameworkhandler.launcher.name=Eclipse.exe, component.name=org.eclipse.equinox.frameworkadmin.equinox, component.id=11} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] [org.eclipse.equinox.internal.provisional.configuratormanipulator.ConfiguratorManipulator, org.eclipse.equinox.simpleconfigurator.manipulator.SimpleConfiguratorManipulator] registered by org.eclipse.equinox.simpleconfigurator.manipulator | {service.id=47, org.eclipse.equinox.configurator.BundleSymbolicName=org.eclipse.equinox.simpleconfigurator, service.bundleid=32, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), service.vendor=Eclipse.org, component.name=org.eclipse.equinox.simpleconfigurator.manipulator, component.id=12} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.osgi.service.component.runtime.ServiceComponentRuntime registered by org.apache.felix.scr | {service.changecount=0, service.id=34, service.bundleid=33, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.apache.felix.scr.impl.ComponentCommands registered by org.apache.felix.scr | {osgi.command.scope=scr, service.description=SCR Gogo Shell Support, service.id=48, service.bundleid=33, service.scope=singleton, osgi.command.function=[config,disable,enable,info,list], service.vendor=The Apache Software Foundation} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.osgi.service.cm.ManagedService registered by org.apache.felix.scr | {service.description=SCR Configurator, service.id=49, service.bundleid=33, service.scope=bundle, service.vendor=The Apache Software Foundation, service.pid=org.apache.felix.scr.ScrService} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.osgi.service.metatype.MetaTypeProvider registered by org.apache.felix.scr | {service.description=SCR Configurator MetaTypeProvider, service.id=50, service.bundleid=33, service.scope=bundle, metatype.pid=org.apache.felix.scr.ScrService, service.vendor=The Apache Software Foundation} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.urlconversion.URLConverter registered by org.eclipse.equinox.common | {service.id=51, service.bundleid=39, service.scope=singleton, protocol=platform} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.core.runtime.IAdapterManager registered by org.eclipse.equinox.common | {service.id=52, service.bundleid=39, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.osgi.service.url.URLStreamHandlerService registered by org.eclipse.equinox.common | {service.id=53, url.handler.protocol=[platform], service.bundleid=39, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.osgi.service.url.URLStreamHandlerService registered by org.eclipse.equinox.common | {service.id=54, url.handler.protocol=[data], service.bundleid=39, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.service.debug.DebugOptionsListener registered by org.eclipse.equinox.common | {listener.symbolic.name=org.eclipse.equinox.common, service.id=55, service.bundleid=39, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.core.runtime.IExtensionRegistry registered by org.eclipse.equinox.registry | {service.id=56, service.bundleid=41, service.scope=singleton} [INFO] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] org.eclipse.osgi.framework.console.CommandProvider registered by org.eclipse.equinox.registry | {service.id=57, service.bundleid=41, service.scope=singleton} [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class interface org.eclipse.equinox.p2.core.IProvisioningAgent and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.core for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class interface org.eclipse.equinox.p2.core.spi.IAgentServiceFactory and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.core for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class interface org.eclipse.equinox.p2.core.spi.IAgentServiceFactory and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.core for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, force update = false [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, force update = false [DEBUG] Init instance plugin>org.eclipse.tycho.extras:tycho-document-bundle-plugin:4.0.7 [ClassRealm[plugin>org.eclipse.tycho.extras:tycho-document-bundle-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.xmpp.datashare.source 1.0.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.xmpp.source 3.2.402.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.ui.source 2.3.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.xmpp.remoteservice.source 1.2.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.team.ecf.core.source 1.0.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.xmpp.ui.source 2.2.301.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.team.ecf.ui.source 1.0.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.remoteservice.eventadmin.source 1.3.101.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.osgi.services.remoteserviceadmin.source 4.9.3.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.server.generic.source 8.2.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source 1.3.1.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.server.source 2.1.301.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source 1.0.102.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.osgi.services.remoteserviceadmin.source 1.6.301.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.osgi.services.distribution.source 2.1.700.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([ch.ethz.iks.r_osgi.remote.source 1.3.0.qualifier]) units for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([ch.ethz.iks.slp.source 1.4.1.qualifier]) units for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.jivesoftware.smack.source 3.4.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.datashare.source 1.6.1.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.datashare.nio.source 0.9.301.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.server.generic.feature.source.feature.group 1.2.103.qualifier, org.eclipse.ecf.server.generic.feature.source.feature.jar 1.2.103.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.discovery.source 3.0.102.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, force update = false [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml: eclipse-plugin org.eclipse.ecf.provider.remoteservice 0.0.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 1 ([additional-bundle-requirements-731a17ac-95fc-47bd-aa01-d25be56db1d5 0.0.0.1714689423825]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 1 ([target-platform-extra-requirements-68adb63e-a2ab-47b6-9845-fcc87a07e225 0.0.0.1714689423825]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.source 2.2.102.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.dnssd.source 1.3.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, force update = false [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml: eclipse-plugin org.eclipse.ecf.provider.remoteservice 0.0.0 eclipse-plugin org.eclipse.ecf.provider.datashare 0.0.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 1 ([target-platform-extra-requirements-40d6959a-0525-4103-8f98-4021a095f9b0 0.0.0.1714689423827]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 1 ([additional-bundle-requirements-a970dd15-816d-416e-9b65-866bf342be11 0.0.0.1714689423827]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.datashare.source 2.0.101.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.filetransfer.httpclient45.source 1.0.600.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.filetransfer.source 2.0.500.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source 1.0.500.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.filetransfer.httpclient5.source 1.0.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: p2-installable-unit org.eclipse.osgi.services 3.6.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 1 ([target-platform-extra-requirements-854b319e-363b-4cc4-9c90-2293fea79251 0.0.0.1714689423832]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.filetransfer.httpclient5.source 1.1.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.filetransfer.httpclientjava.source 2.0.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source 1.1.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.presence.source 2.0.102.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: p2-installable-unit org.eclipse.osgi.services 3.6.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 1 ([target-platform-extra-requirements-2948b3ac-67cb-44e9-bde9-b595918755c8 0.0.0.1714689423908]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.provider.datashare.nio.source 1.0.100.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.filetransfer.httpclientjava.source 2.0.200.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, force update = false [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml: eclipse-plugin org.eclipse.ecf.provider.xmpp.datashare 0.0.0 eclipse-plugin org.eclipse.ecf.provider.xmpp.remoteservice 0.0.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 1 ([target-platform-extra-requirements-643f612d-c59b-4301-8218-fdff7ea809aa 0.0.0.1714689423911]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.filetransfer.source 3.3.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.provider.xmpp.source 2.0.102.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.filetransfer.ssl.source 1.1.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, force update = false [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.remoteservice.source 2.1.102.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.irc.source 1.3.401.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml: eclipse-plugin org.eclipse.ecf.provider.remoteservice 0.0.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 1 ([target-platform-extra-requirements-edc5cebe-b180-4929-a1c4-ac93de6136bd 0.0.0.1714689423916]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.sharedobject.source 2.0.102.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.irc.ui.source 1.4.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.ssl.source 1.0.101.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, force update = false [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 1 ([additional-bundle-requirements-830b0749-2984-4670-93fe-733a2c59a4f6 0.0.0.1714689423922]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.osgi.services.distribution.source 1.1.101.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.jmdns.source 4.4.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.discovery.source 2.1.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 1 ([additional-bundle-requirements-1ec2cc4e-2baf-466d-a0ed-0b3279c66b5e 0.0.0.1714689423924]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.jslp.source 3.2.302.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.remoteservice.generic.source 2.1.102.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.remoteservice.source 4.6.1.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml: eclipse-plugin org.eclipse.ecf.provider.r_osgi 0.0.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 1 ([target-platform-extra-requirements-f7c1ef46-780f-46d3-b830-a4f1ae202344 0.0.0.1714689423927]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.remoteservice.r-osgi.source 1.0.101.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.r_osgi.source 3.7.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml: eclipse-plugin org.eclipse.ecf.provider.jmdns 0.0.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 1 ([target-platform-extra-requirements-5a19bf85-07c2-4966-ae7d-2a1842c3e98a 0.0.0.1714689423929]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.osgi.services.distribution.generic.source 1.0.101.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.ui.source 1.4.101.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml: eclipse-plugin org.eclipse.ecf.provider.r_osgi 0.0.0 org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 1 ([target-platform-extra-requirements-67f0e2a8-32a7-4428-bc8a-534f66e68351 0.0.0.1714689423931]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 1 ([eclipse-test-plugin-packaging-4663a43d-d1f7-4903-9768-46527869e91a 0.0.0.1714689423751]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 0 ([]) units for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.tests.osgi.services.distribution.r-osgi.source 1.0.101.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, force update = false [DEBUG] Cannot generate any InstallableUnit for packaging type 'pom' for MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.remoteservices.tooling.pde.source 1.2.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.console.source 1.4.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.datashare.source 3.0.301.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.console.feature.source.feature.group 1.3.1.qualifier, org.eclipse.ecf.console.feature.source.feature.jar 1.3.1.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.discovery.source 5.2.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.discovery.ui.browser.source 1.0.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.discovery.ui.edit.source 3.0.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.core.source.feature.group 3.15.0.qualifier, org.eclipse.ecf.core.source.feature.jar 3.15.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.discovery.ui.model.source 3.0.202.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.discovery.ui.source 3.0.301.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.discovery.ui.properties.source 3.0.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.provider.generic.datashare.feature.source.feature.jar 1.0.202.qualifier, org.eclipse.ecf.provider.generic.datashare.feature.source.feature.group 1.0.202.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.discovery.ui.properties.tabbed.source 3.0.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 1 ([additional-bundle-requirements-29798add-fbbb-4a7c-a50d-ec0b3c93abbb 0.0.0.1714689424004]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.discovery.ui.userinput.source 1.0.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.provider.generic.feature.source.feature.jar 1.1.2.qualifier, org.eclipse.ecf.provider.generic.feature.source.feature.group 1.1.2.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.filetransfer.source 5.1.103.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.filetransfer.ui.source 1.5.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.provider.generic.remoteservice.feature.source.feature.group 1.2.1.qualifier, org.eclipse.ecf.provider.generic.remoteservice.feature.source.feature.jar 1.2.1.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.identity.source 3.10.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.source 3.11.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.remoteservice.feature.source.feature.group 2.6.1.qualifier, org.eclipse.ecf.remoteservice.feature.source.feature.jar 2.6.1.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.presence.bot.source 1.3.301.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.presence.collab.ui.source 1.3.101.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.remoteservice.rest.feature.source.feature.group 1.0.303.qualifier, org.eclipse.ecf.remoteservice.rest.feature.source.feature.jar 1.0.303.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.presence.source 2.1.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.presence.ui.source 2.4.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.remoteservice.rosgi.feature.source.feature.jar 2.0.2.qualifier, org.eclipse.ecf.remoteservice.rosgi.feature.source.feature.group 2.0.2.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.provider.source 4.10.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.remoteservice.asyncproxy.source 2.1.200.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, force update = false [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.remoteservice.source 8.14.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.remoteservice.sdk.feature.source.feature.jar 3.15.0.qualifier, org.eclipse.ecf.remoteservice.sdk.feature.source.feature.group 3.15.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.remoteservice.rest.source 2.8.1.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.remoteservice.servlet.source 1.0.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.remoteservice.servlet.feature.source.feature.jar 1.0.400.qualifier, org.eclipse.ecf.remoteservice.servlet.feature.source.feature.group 1.0.400.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.remoteservice.ui.source 3.4.400.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.sharedobject.source 2.6.200.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.ssl.source 1.3.100.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.sharedobject.feature.source.feature.jar 1.1.1.qualifier, org.eclipse.ecf.sharedobject.feature.source.feature.group 1.1.1.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.ui.capabilities.source 1.0.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.core.feature.source.feature.group 1.6.2.qualifier, org.eclipse.ecf.core.feature.source.feature.jar 1.6.2.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.tests.feature.source.feature.group 3.1.0.qualifier, org.eclipse.ecf.tests.feature.source.feature.jar 3.1.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.core.ssl.feature.source.feature.jar 1.1.600.qualifier, org.eclipse.ecf.core.ssl.feature.source.feature.group 1.1.600.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, force update = false [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.datashare.feature.source.feature.group 1.0.201.qualifier, org.eclipse.ecf.datashare.feature.source.feature.jar 1.0.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.discovery.dnssd.feature.source.feature.jar 1.1.0.qualifier, org.eclipse.ecf.discovery.dnssd.feature.source.feature.group 1.1.0.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.discovery.feature.source.feature.jar 1.0.201.qualifier, org.eclipse.ecf.discovery.feature.source.feature.group 1.0.201.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.discovery.jmdns.feature.source.feature.group 1.0.103.qualifier, org.eclipse.ecf.discovery.jmdns.feature.source.feature.jar 1.0.103.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.discovery.slp.feature.source.feature.group 1.0.102.qualifier, org.eclipse.ecf.discovery.slp.feature.source.feature.jar 1.0.102.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.tests.filetransfer.feature.source.feature.group 1.0.300.qualifier, org.eclipse.ecf.tests.filetransfer.feature.source.feature.jar 1.0.300.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, force update = false [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.filetransfer.feature.source.feature.jar 3.14.1900.qualifier, org.eclipse.ecf.filetransfer.feature.source.feature.group 3.14.1900.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, force update = false [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.xmpp.feature.source.feature.group 1.0.300.qualifier, org.eclipse.ecf.xmpp.feature.source.feature.jar 1.0.300.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, force update = false [DEBUG] Resolving artifact org.codehaus.mojo:build-helper-maven-plugin:pom:3.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Resolving artifact org.codehaus.mojo:build-helper-maven-plugin:pom:3.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.pom [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.filetransfer.httpclient45.feature.source.feature.group 1.1.101.qualifier, org.eclipse.ecf.filetransfer.httpclient45.feature.source.feature.jar 1.1.101.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.filetransfer.httpclient5.feature.source.feature.jar 1.1.702.qualifier, org.eclipse.ecf.filetransfer.httpclient5.feature.source.feature.group 1.1.702.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.filetransfer.httpclientjava.feature.source.feature.jar 2.0.200.qualifier, org.eclipse.ecf.filetransfer.httpclientjava.feature.source.feature.group 2.0.200.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.pom.lastUpdated' [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.filetransfer.ssl.feature.source.feature.jar 1.1.402.qualifier, org.eclipse.ecf.filetransfer.ssl.feature.source.feature.group 1.1.402.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, force update = false [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.pom [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.osgi.services.feature.source.feature.jar 2.6.400.qualifier, org.eclipse.ecf.osgi.services.feature.source.feature.group 2.6.400.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.surefire.bnd.BndTestBundlesInstallableUnitProvider@40e8161a generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 2 ([org.eclipse.ecf.presence.feature.source.feature.group 1.0.202.qualifier, org.eclipse.ecf.presence.feature.source.feature.jar 1.0.202.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.pom (5.8 kB at 386 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.mojo:mojo-parent:pom:50 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.mojo:mojo-parent:pom:50 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 2.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/mojo-parent/50/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for ossrh-snapshots (http://oss.sonatype.org/content/repositories/snapshots). [DEBUG] Resolving artifact org.codehaus.mojo:build-helper-maven-plugin:jar:3.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.mojo:build-helper-maven-plugin:jar:3.1.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.jar (67 kB at 3.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.jar.lastUpdated' [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] Cannot generate any InstallableUnit for packaging type 'pom' for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] Asking org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] Provider org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider@c9719dd generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] Computing installable units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, force update = false [DEBUG] Asking org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.AdditionalBundleRequirementsInstallableUnitProvider@4ffd4ebe generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] Asking org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] target-platform-configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml: org.eclipse.ecf org.eclipse.ecf.releng.target ecf-2024-06 1.0.0-SNAPSHOT JavaSE-17 win32 win32 x86_64 [DEBUG] Provider org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider@1313650f generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] Asking org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] Provider org.eclipse.tycho.core.resolver.TestPluginPackagingInstallableUnitProvider@53e410b9 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] Asking org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] Provider org.eclipse.tycho.core.bnd.PdeInstallableUnitProvider@497b3036 generated 0 ([]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] Asking org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca for additional units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] Provider org.eclipse.tycho.source.SourceInstallableUnitProvider@4d1408ca generated 1 ([org.eclipse.ecf.doc.source 1.3.500.qualifier]) units for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Communication Framework (ECF) [pom] [INFO] org.eclipse.ecf.identity [eclipse-plugin] [INFO] org.eclipse.ecf [eclipse-plugin] [INFO] org.eclipse.ecf.console [eclipse-plugin] [INFO] org.eclipse.ecf.datashare [eclipse-plugin] [INFO] org.eclipse.ecf.discovery [eclipse-plugin] [INFO] org.eclipse.ecf.discovery.ui.model [eclipse-plugin] [INFO] org.eclipse.ecf.discovery.ui.edit [eclipse-plugin] [INFO] org.eclipse.ecf.discovery.ui [eclipse-plugin] [INFO] org.eclipse.ecf.discovery.ui.browser [eclipse-plugin] [INFO] org.eclipse.ecf.discovery.ui.properties [eclipse-plugin] [INFO] org.eclipse.ecf.discovery.ui.properties.tabbed [eclipse-plugin] [INFO] org.eclipse.ecf.discovery.ui.userinput [eclipse-plugin] [INFO] org.eclipse.ecf.filetransfer [eclipse-plugin] [INFO] org.eclipse.ecf.presence [eclipse-plugin] [INFO] org.eclipse.ecf.sharedobject [eclipse-plugin] [INFO] org.eclipse.ecf.ui [eclipse-plugin] [INFO] org.eclipse.ecf.filetransfer.ui [eclipse-plugin] [INFO] org.eclipse.ecf.presence.bot [eclipse-plugin] [INFO] org.eclipse.ecf.presence.ui [eclipse-plugin] [INFO] org.eclipse.ecf.presence.collab.ui [eclipse-plugin] [INFO] org.eclipse.ecf.provider [eclipse-plugin] [INFO] org.eclipse.ecf.remoteservice.asyncproxy [eclipse-plugin] [INFO] org.eclipse.ecf.remoteservice [eclipse-plugin] [INFO] org.eclipse.ecf.remoteservice.rest [eclipse-plugin] [INFO] org.eclipse.ecf.provider.remoteservice [eclipse-plugin] [INFO] org.eclipse.ecf.remoteservice.servlet [eclipse-plugin] [INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy [eclipse-plugin] [INFO] org.eclipse.osgi.services.remoteserviceadmin [eclipse-plugin] [INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin [eclipse-plugin] [INFO] org.eclipse.ecf.remoteservice.ui [eclipse-plugin] [INFO] org.eclipse.ecf.ssl [eclipse-plugin] [INFO] org.eclipse.ecf.ui.capabilities [eclipse-plugin] [INFO] org.eclipse.team.ecf.core [eclipse-plugin] [INFO] org.eclipse.team.ecf.ui [eclipse-plugin] [INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.console [eclipse-plugin] [INFO] org.eclipse.ecf.osgi.services.distribution [eclipse-plugin] [INFO] ch.ethz.iks.r_osgi.remote [eclipse-plugin] [INFO] ch.ethz.iks.slp [eclipse-plugin] [INFO] org.jivesoftware.smack [eclipse-plugin] [INFO] org.eclipse.ecf.provider.datashare [eclipse-plugin] [INFO] org.eclipse.ecf.provider.datashare.nio [eclipse-plugin] [INFO] org.eclipse.ecf.provider.discovery [eclipse-plugin] [INFO] org.eclipse.ecf.provider.dnssd [eclipse-plugin] [INFO] org.eclipse.ecf.provider.filetransfer [eclipse-plugin] [INFO] org.eclipse.ecf.provider.filetransfer.httpclient45 [eclipse-plugin] [INFO] org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [eclipse-plugin] [INFO] org.eclipse.ecf.provider.filetransfer.httpclient5 [eclipse-plugin] [INFO] org.eclipse.ecf.provider.filetransfer.httpclient5.win32 [eclipse-plugin] [INFO] org.eclipse.ecf.provider.filetransfer.httpclientjava [eclipse-plugin] [INFO] org.eclipse.ecf.provider.filetransfer.ssl [eclipse-plugin] [INFO] org.eclipse.ecf.provider.irc [eclipse-plugin] [INFO] org.eclipse.ecf.provider.irc.ui [eclipse-plugin] [INFO] org.eclipse.ecf.provider.jmdns [eclipse-plugin] [INFO] org.eclipse.ecf.provider.jslp [eclipse-plugin] [INFO] org.eclipse.ecf.provider.r_osgi [eclipse-plugin] [INFO] org.eclipse.ecf.provider.ui [eclipse-plugin] [INFO] org.eclipse.ecf.provider.xmpp [eclipse-plugin] [INFO] org.eclipse.ecf.provider.xmpp.datashare [eclipse-plugin] [INFO] org.eclipse.ecf.provider.xmpp.remoteservice [eclipse-plugin] [INFO] org.eclipse.ecf.provider.xmpp.ui [eclipse-plugin] [INFO] org.eclipse.ecf.remoteservice.eventadmin [eclipse-plugin] [INFO] org.eclipse.ecf.server.generic [eclipse-plugin] [INFO] org.eclipse.ecf.server [eclipse-plugin] [INFO] org.eclipse.ecf.sharedobject.feature [eclipse-feature] [INFO] org.eclipse.ecf.provider.generic.feature [eclipse-feature] [INFO] org.eclipse.ecf.remoteservice.feature [eclipse-feature] [INFO] org.eclipse.ecf.provider.generic.remoteservice.feature [eclipse-feature] [INFO] org.eclipse.ecf.server.generic.feature [eclipse-feature] [INFO] org.eclipse.ecf.tests [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.datashare [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.filetransfer [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.filetransfer.httpclient5 [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.filetransfer.httpclientjava [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.presence [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.provider.datashare.nio [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.sharedobject [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.remoteservice [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.provider.xmpp [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.ssl [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.osgi.services.distribution [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.discovery [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.remoteservice.generic [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.remoteservice.r-osgi [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.osgi.services.distribution.generic [eclipse-test-plugin] [INFO] org.eclipse.ecf.tests.osgi.services.distribution.r-osgi [eclipse-test-plugin] [INFO] org.eclipse.ecf.remoteservices.tooling.pde [eclipse-plugin] [INFO] org.eclipse.ecf.console.feature [eclipse-feature] [INFO] org.eclipse.ecf.doc [eclipse-plugin] [INFO] org.eclipse.ecf.discovery.feature [eclipse-feature] [INFO] org.eclipse.ecf.discovery.jmdns.feature [eclipse-feature] [INFO] org.eclipse.ecf.remoteservice.rosgi.feature [eclipse-feature] [INFO] org.eclipse.ecf.osgi.services.feature [eclipse-feature] [INFO] org.eclipse.ecf.discovery.slp.feature [eclipse-feature] [INFO] org.eclipse.ecf.remoteservice.rest.feature [eclipse-feature] [INFO] org.eclipse.ecf.core.feature [eclipse-feature] [INFO] org.eclipse.ecf.remoteservice.servlet.feature [eclipse-feature] [INFO] org.eclipse.ecf.remoteservice.sdk.feature [eclipse-feature] [INFO] org.eclipse.ecf.core [eclipse-feature] [INFO] org.eclipse.ecf.core.ssl.feature [eclipse-feature] [INFO] org.eclipse.ecf.datashare.feature [eclipse-feature] [INFO] org.eclipse.ecf.discovery.dnssd.feature [eclipse-feature] [INFO] org.eclipse.ecf.filetransfer.feature [eclipse-feature] [INFO] org.eclipse.ecf.filetransfer.httpclient45.feature [eclipse-feature] [INFO] org.eclipse.ecf.filetransfer.httpclient5.feature [eclipse-feature] [INFO] org.eclipse.ecf.filetransfer.httpclientjava.feature [eclipse-feature] [INFO] org.eclipse.ecf.filetransfer.ssl.feature [eclipse-feature] [INFO] org.eclipse.ecf.presence.feature [eclipse-feature] [INFO] org.eclipse.ecf.provider.generic.datashare.feature [eclipse-feature] [INFO] org.eclipse.ecf.tests.feature [eclipse-feature] [INFO] org.eclipse.ecf.tests.filetransfer.feature [eclipse-feature] [INFO] org.eclipse.ecf.xmpp.feature [eclipse-feature] [INFO] ECF Target Platform Definitions [pom] [INFO] ECF p2 Repository [eclipse-repository] [DEBUG] === REACTOR BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:ecf-parent:pom:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.identity:eclipse-plugin:3.10.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf:eclipse-plugin:3.11.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.console:eclipse-plugin:1.4.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.datashare:eclipse-plugin:3.0.301-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery:eclipse-plugin:5.2.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:eclipse-plugin:3.0.202-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:eclipse-plugin:3.0.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:eclipse-plugin:3.0.301-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:eclipse-plugin:1.0.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:eclipse-plugin:3.0.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:eclipse-plugin:3.0.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:eclipse-plugin:1.0.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.filetransfer:eclipse-plugin:5.1.103-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.presence:eclipse-plugin:2.1.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.sharedobject:eclipse-plugin:2.6.200-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.ui:eclipse-plugin:2.3.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:eclipse-plugin:1.5.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.presence.bot:eclipse-plugin:1.3.301-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.presence.ui:eclipse-plugin:2.4.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:eclipse-plugin:1.3.101-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider:eclipse-plugin:4.10.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:eclipse-plugin:2.1.200-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice:eclipse-plugin:8.14.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:eclipse-plugin:2.8.1-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:eclipse-plugin:4.6.1-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:eclipse-plugin:1.0.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:eclipse-plugin:1.0.102-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:eclipse-plugin:1.6.301-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:eclipse-plugin:4.9.3-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:eclipse-plugin:3.4.400-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.ssl:eclipse-plugin:1.3.100-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:eclipse-plugin:1.0.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.team.ecf.core:eclipse-plugin:1.0.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.team.ecf.ui:eclipse-plugin:1.0.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:eclipse-plugin:1.3.1-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:eclipse-plugin:2.1.700-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:eclipse-plugin:1.3.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:ch.ethz.iks.slp:eclipse-plugin:1.4.1-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.jivesoftware.smack:eclipse-plugin:3.4.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:eclipse-plugin:1.6.1-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:eclipse-plugin:0.9.301-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:eclipse-plugin:3.0.102-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:eclipse-plugin:1.3.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:eclipse-plugin:3.3.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:eclipse-plugin:1.0.600-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:eclipse-plugin:1.0.500-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:eclipse-plugin:1.1.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:eclipse-plugin:1.1.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:eclipse-plugin:2.0.200-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:eclipse-plugin:1.1.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.irc:eclipse-plugin:1.3.401-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:eclipse-plugin:1.4.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:eclipse-plugin:4.4.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:eclipse-plugin:3.2.302-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:eclipse-plugin:3.7.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.ui:eclipse-plugin:1.4.101-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:eclipse-plugin:3.2.402-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:eclipse-plugin:1.0.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:eclipse-plugin:1.2.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:eclipse-plugin:2.2.301-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:eclipse-plugin:1.3.101-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.server.generic:eclipse-plugin:8.2.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.server:eclipse-plugin:2.1.301-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:eclipse-feature:1.1.1-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:eclipse-feature:1.1.2-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:eclipse-feature:2.6.1-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:eclipse-feature:1.2.1-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:eclipse-feature:1.2.103-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests:eclipse-test-plugin:2.2.102-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:eclipse-test-plugin:2.0.101-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:eclipse-test-plugin:2.0.500-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:eclipse-test-plugin:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:eclipse-test-plugin:2.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.presence:eclipse-test-plugin:2.0.102-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:eclipse-test-plugin:1.0.100-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:eclipse-test-plugin:2.0.102-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:eclipse-test-plugin:2.1.102-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:eclipse-test-plugin:2.0.102-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:eclipse-test-plugin:1.0.101-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:eclipse-test-plugin:1.1.101-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:eclipse-test-plugin:2.1.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:eclipse-test-plugin:2.1.102-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:eclipse-test-plugin:1.0.101-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:eclipse-test-plugin:1.0.101-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:eclipse-test-plugin:1.0.101-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:eclipse-plugin:1.2.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.console.feature:eclipse-feature:1.3.1-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.doc:eclipse-plugin:1.3.500-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:eclipse-feature:1.0.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:eclipse-feature:1.0.103-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:eclipse-feature:2.0.2-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:eclipse-feature:2.6.400-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:eclipse-feature:1.0.102-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:eclipse-feature:1.0.303-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.core.feature:eclipse-feature:1.6.2-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:eclipse-feature:1.0.400-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:eclipse-feature:3.15.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.core:eclipse-feature:3.15.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:eclipse-feature:1.1.600-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:eclipse-feature:1.0.201-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:eclipse-feature:1.1.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:eclipse-feature:3.14.1900-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:eclipse-feature:1.1.101-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:eclipse-feature:1.1.702-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:eclipse-feature:2.0.200-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:eclipse-feature:1.1.402-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.presence.feature:eclipse-feature:1.0.202-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:eclipse-feature:1.0.202-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.feature:eclipse-feature:3.1.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:eclipse-feature:1.0.300-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:eclipse-feature:1.0.300-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.releng.target:pom:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.releng.repository:eclipse-repository:3.15.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ======================================================================= [INFO] [INFO] ---------------------< org.eclipse.ecf:ecf-parent >--------------------- [INFO] Building Eclipse Communication Framework (ECF) 1.0.0-SNAPSHOT [1/114] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ ecf-parent --- [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 763 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.0/maven-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/3.0/maven-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 7.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/3.0/maven-3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:15 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:15 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/15/maven-parent-15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 8.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/15/maven-parent-15.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/6/apache-6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/6/apache-6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 1.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/6/apache-6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 3.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:2.0.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:2.0.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 2.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.sisu:sisu-inject-plexus:pom:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.sisu:sisu-inject-plexus:pom:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 2.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.sisu.inject:guice-plexus:pom:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.sisu.inject:guice-plexus:pom:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 391 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.sisu.inject:guice-bean:pom:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.sisu.inject:guice-bean:pom:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.sisu:sisu-inject:pom:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.sisu:sisu-inject:pom:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 624 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.sisu:sisu-parent:pom:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.sisu:sisu-parent:pom:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 3.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/6/forge-parent-6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 11 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/6/forge-parent-6.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:pom:1.7.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:pom:1.7.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 31 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:1.7.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:1.7.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 194 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.7.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:4.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:4.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 11 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/4.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 6.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:pom:2.2.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:pom:2.2.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 2.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:2.0.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:2.0.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.sisu:sisu-inject-bean:pom:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.sisu:sisu-inject-bean:pom:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 780 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.sisu:sisu-guice:pom:2.1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.sisu:sisu-guice:pom:2.1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 5.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:pom:3.2.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:pom:3.2.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 470 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:30 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:30 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 655 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/30/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:30 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:30 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/30/maven-parent-30.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 3.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/30/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/30/maven-parent-30.pom.lastUpdated' [DEBUG] Resolving artifact commons-io:commons-io:pom:2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact commons-io:commons-io:pom:2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.5/commons-io-2.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:39 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:39 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 15 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/39/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:16 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:16 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/16/apache-16.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/16/apache-16.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/16/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/16/apache-16.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=52164, ConflictMarker.markTime=35923, ConflictMarker.nodeCount=14, ConflictIdSorter.graphTime=12085, ConflictIdSorter.topsortTime=33819, ConflictIdSorter.conflictIdCount=12, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=146350, ConflictResolver.conflictItemCount=14, DfDependencyCollector.collectTime=603592323, DfDependencyCollector.transformTime=316827} [DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:3.1.0 [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile [DEBUG] commons-io:commons-io:jar:2.5:compile [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:2.0.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:jar:2.2.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:jar:3.2.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:2.0.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:jar:2.2.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:jar:3.2.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.5/commons-io-2.5.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 41 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 40 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 20 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 330 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 28 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 9.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 6.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0 [DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:3.1.0 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1 [DEBUG] Included: commons-io:commons-io:jar:2.5 [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/target/classes [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ ecf-parent --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = ecf-parent-1.0.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ ecf-parent --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = ecf-parent-1.0.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ ecf-parent --- [DEBUG] Resolving artifact org.eclipse.cbi:cbi-common:pom:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.cbi:cbi-common:pom:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.pom (2.0 kB at 166 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/cbi-common/1.4.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-compress:pom:1.24.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-compress:pom:1.24.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom (22 kB at 2.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.24.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:61 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:61 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/61/commons-parent-61.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/61/commons-parent-61.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/61/commons-parent-61.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/61/commons-parent-61.pom (81 kB at 16 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/61/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/61/commons-parent-61.pom.lastUpdated' [DEBUG] Resolving artifact com.google.guava:guava:pom:32.1.3-jre from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.guava:guava:pom:32.1.3-jre from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom (13 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/32.1.3-jre/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom.lastUpdated' [DEBUG] Resolving artifact com.google.guava:guava-parent:pom:32.1.3-jre from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.guava:guava-parent:pom:32.1.3-jre from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom (20 kB at 2.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava-parent/32.1.3-jre/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom.lastUpdated' [DEBUG] Resolving artifact com.google.guava:listenablefuture:pom:9999.0-empty-to-avoid-conflict-with-guava from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.guava:listenablefuture:pom:9999.0-empty-to-avoid-conflict-with-guava from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom.lastUpdated' [DEBUG] Resolving artifact com.google.code.findbugs:jsr305:pom:3.0.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.code.findbugs:jsr305:pom:3.0.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 4.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.oss:oss-parent:pom:7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.oss:oss-parent:pom:7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 2.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom.lastUpdated' [DEBUG] Resolving artifact org.checkerframework:checker-qual:pom:3.37.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.checkerframework:checker-qual:pom:3.37.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom (2.1 kB at 262 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/checkerframework/checker-qual/3.37.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom.lastUpdated' [DEBUG] Resolving artifact com.google.errorprone:error_prone_annotations:pom:2.21.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.errorprone:error_prone_annotations:pom:2.21.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom (1.8 kB at 204 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.21.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom.lastUpdated' [DEBUG] Resolving artifact com.google.errorprone:error_prone_parent:pom:2.21.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.errorprone:error_prone_parent:pom:2.21.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom (13 kB at 1.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/errorprone/error_prone_parent/2.21.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom.lastUpdated' [DEBUG] Resolving artifact com.google.j2objc:j2objc-annotations:pom:2.8 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.j2objc:j2objc-annotations:pom:2.8 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom (2.9 kB at 325 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.cbi.maven.plugins:cbi-maven-plugin-common:pom:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.cbi.maven.plugins:cbi-maven-plugin-common:pom:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.pom (2.5 kB at 318 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:3.9.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:3.9.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom (2.9 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.9.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven:pom:3.9.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven:pom:3.9.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.9.5/maven-3.9.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/3.9.5/maven-3.9.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.5/maven-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.5/maven-3.9.5.pom (30 kB at 15 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/3.9.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/3.9.5/maven-3.9.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:3.9.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:3.9.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom (2.7 kB at 1.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.9.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:4.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:4.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 8.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/4.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:3.9.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:3.9.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom (2.3 kB at 2.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.9.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.3.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.3.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 4.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.sisu:sisu-plexus:pom:0.3.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:sisu-plexus:pom:0.3.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 6.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/sisu-plexus/0.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.3.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.3.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.sisu:sisu-inject:pom:0.3.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:sisu-inject:pom:0.3.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 1.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/sisu-inject/0.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:pom:2.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:pom:2.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 385 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:2.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:2.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 3.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/2.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:6.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:6.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 13 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/6.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient:pom:4.5.14 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient:pom:4.5.14 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 6.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.14 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.14 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 7.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore:pom:4.4.16 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore:pom:4.4.16 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 5.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.16/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.16 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.16 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.16/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpmime:pom:4.5.14 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpmime:pom:4.5.14 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom (5.1 kB at 467 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpmime/4.5.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=35183, ConflictMarker.markTime=34094, ConflictMarker.nodeCount=32, ConflictIdSorter.graphTime=14550, ConflictIdSorter.topsortTime=25406, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=295439, ConflictResolver.conflictItemCount=32, DfDependencyCollector.collectTime=509633322, DfDependencyCollector.transformTime=432194} [DEBUG] org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:jar:1.4.3 [DEBUG] org.eclipse.cbi:cbi-common:jar:1.4.3:compile [DEBUG] org.apache.commons:commons-compress:jar:1.24.0:compile (version managed from default) [DEBUG] com.google.guava:guava:jar:32.1.3-jre:compile (version managed from default) [DEBUG] com.google.guava:failureaccess:jar:1.0.1:compile [DEBUG] com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile [DEBUG] com.google.code.findbugs:jsr305:jar:3.0.2:compile (version managed from default) [DEBUG] org.checkerframework:checker-qual:jar:3.37.0:compile [DEBUG] com.google.errorprone:error_prone_annotations:jar:2.21.1:compile [DEBUG] com.google.j2objc:j2objc-annotations:jar:2.8:compile [DEBUG] org.eclipse.cbi.maven.plugins:cbi-maven-plugin-common:jar:1.4.3:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:3.9.5:compile (version managed from default) [DEBUG] org.apache.maven:maven-model:jar:3.9.5:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-artifact:jar:3.9.5:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.12.0:provided [DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5:compile [DEBUG] javax.annotation:javax.annotation-api:jar:1.2:compile [DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-utils:jar:4.0.0:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.7.0:compile (version managed from default) [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.14:compile (version managed from default) [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.16:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-codec:commons-codec:jar:1.11:compile [DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.14:compile (version managed from default) [DEBUG] Resolving artifact org.eclipse.cbi:cbi-common:jar:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-compress:jar:1.24.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.guava:guava:jar:32.1.3-jre from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.guava:failureaccess:jar:1.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.code.findbugs:jsr305:jar:3.0.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.checkerframework:checker-qual:jar:3.37.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.errorprone:error_prone_annotations:jar:2.21.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.j2objc:j2objc-annotations:jar:2.8 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.cbi.maven.plugins:cbi-maven-plugin-common:jar:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:3.9.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact javax.annotation:javax.annotation-api:jar:1.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:4.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:jar:2.7.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient:jar:4.5.14 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore:jar:4.4.16 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-codec:commons-codec:jar:1.11 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpmime:jar:4.5.14 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.cbi:cbi-common:jar:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-compress:jar:1.24.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.guava:guava:jar:32.1.3-jre from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.guava:failureaccess:jar:1.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.code.findbugs:jsr305:jar:3.0.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.checkerframework:checker-qual:jar:3.37.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.errorprone:error_prone_annotations:jar:2.21.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.j2objc:j2objc-annotations:jar:2.8 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.cbi.maven.plugins:cbi-maven-plugin-common:jar:1.4.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:3.9.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact javax.annotation:javax.annotation-api:jar:1.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:4.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:jar:2.7.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient:jar:4.5.14 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore:jar:4.4.16 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-codec:commons-codec:jar:1.11 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpmime:jar:4.5.14 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.jar [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.jar (66 kB at 5.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.jar (31 kB at 1.4 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/cbi-common/1.4.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/cbi-common/1.4.3/cbi-common-1.4.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.4.3/cbi-maven-plugin-common-1.4.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar (1.1 MB at 49 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 10.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 733 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 770 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 930 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar (224 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar (17 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar (47 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 9.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar (53 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 7.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 7.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 7.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar (42 kB at 707 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar (3.0 MB at 45 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.24.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/32.1.3-jre/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/failureaccess/1.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/checkerframework/checker-qual/3.37.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.21.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.9.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/annotation/javax.annotation-api/1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/4.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.7.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.16/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpmime/4.5.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3 [DEBUG] Included: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:jar:1.4.3 [DEBUG] Included: org.eclipse.cbi:cbi-common:jar:1.4.3 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.24.0 [DEBUG] Included: com.google.guava:guava:jar:32.1.3-jre [DEBUG] Included: com.google.guava:failureaccess:jar:1.0.1 [DEBUG] Included: com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava [DEBUG] Included: com.google.code.findbugs:jsr305:jar:3.0.2 [DEBUG] Included: org.checkerframework:checker-qual:jar:3.37.0 [DEBUG] Included: com.google.errorprone:error_prone_annotations:jar:2.21.1 [DEBUG] Included: com.google.j2objc:j2objc-annotations:jar:2.8 [DEBUG] Included: org.eclipse.cbi.maven.plugins:cbi-maven-plugin-common:jar:1.4.3 [DEBUG] Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:4.0.0 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.5.14 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.4.16 [DEBUG] Included: commons-logging:commons-logging:jar:1.2 [DEBUG] Included: commons-codec:commons-codec:jar:1.11 [DEBUG] Included: org.apache.httpcomponents:httpmime:jar:4.5.14 [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [DEBUG] No file is associated with artifact 'org.eclipse.ecf:ecf-parent:pom:1.0.0-SNAPSHOT' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ ecf-parent --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Init instance plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7 [ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@64c020f2] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ ecf-parent --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml [DEBUG] -- end configuration -- [DEBUG] Skipping baseline version comparison, no p2 artifacts created in build [JENKINS] Archiving disabled [INFO] [INFO] --------------< org.eclipse.ecf:org.eclipse.ecf.identity >-------------- [INFO] Building org.eclipse.ecf.identity 3.10.0-SNAPSHOT [2/114] [INFO] from framework/bundles/org.eclipse.ecf.identity/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Searching profile JavaSE-9 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile JavaSE-1.8 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile JavaSE-1.7 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile JavaSE-1.6 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile J2SE-1.5 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile J2SE-1.4 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile J2SE-1.3 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile J2SE-1.2 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile JRE-1.1 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile JavaSE/compact1-1.8 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile JavaSE/compact2-1.8 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile JavaSE/compact3-1.8 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile CDC-1.1/Foundation-1.1 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile CDC-1.0/Foundation-1.0 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile OSGi/Minimum-1.0 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile OSGi/Minimum-1.1 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] Searching profile OSGi/Minimum-1.2 in ToolchainManager [DEBUG] Toolchain JDK[/opt/tools/java/oracle/jdk-8/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-9/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-10/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-11/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-12/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-13/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-14/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-15/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-16/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-17/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-18/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-19/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-20/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-21/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-22/latest] doesn't match required property: id [DEBUG] Toolchain JDK[/opt/tools/java/openjdk/jdk-23/latest] doesn't match required property: id [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class interface org.eclipse.equinox.p2.core.spi.IAgentServiceFactory and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.core for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [DEBUG] Found system.packages in profile definition file for JavaSE-17, [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [INFO] Resolving target definition file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target for environments=[win32/win32/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@3a115c58 [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class interface org.eclipse.equinox.p2.core.spi.IAgentServiceFactory and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.core for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] Enter loading repository https://download.eclipse.org/cbi/updates/license [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class interface org.eclipse.equinox.p2.core.spi.IAgentServiceFactory and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.core for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/p2.index [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/p2.index) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/p2.index [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/p2.index) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.metadata.repository for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class interface org.eclipse.equinox.p2.core.spi.IAgentServiceFactory and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.core for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/compositeContent.jar [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/compositeContent.jar) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/compositeContent.jar [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/compositeContent.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Enter loading repository https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/p2.index [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/p2.index) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/p2.index [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/p2.index) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/content.jar [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/content.jar) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/content.jar [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/content.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Exit loading repository https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 [DEBUG] Enter loading repository https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/p2.index [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/p2.index) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/p2.index [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/p2.index) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/content.jar [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/content.jar) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/content.jar [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/content.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Exit loading repository https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 [DEBUG] Enter loading repository https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/p2.index [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/p2.index) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/p2.index [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/p2.index) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/content.xml.xz [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/content.xml.xz) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/content.xml.xz [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/content.xml.xz) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Exit loading repository https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 [DEBUG] Exit loading repository https://download.eclipse.org/cbi/updates/license [DEBUG] Enter loading repository https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest/p2.index [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest/p2.index [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest/p2.index) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest/p2.index) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest/p2.index) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest/compositeContent.jar [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest/compositeContent.jar [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest/compositeContent.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest/compositeContent.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest/compositeContent.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] Enter loading repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/p2.index [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/p2.index) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/p2.index) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/p2.index) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/p2.index) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/content.xml.xz [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/content.xml.xz) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/content.xml.xz) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/content.xml.xz) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/content.xml.xz) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] Exit loading repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 [DEBUG] Exit loading repository https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] Enter loading repository https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/p2.index [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/p2.index [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/p2.index) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/p2.index) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/p2.index) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/p2.index) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/compositeContent.jar [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/compositeContent.jar [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/compositeContent.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/compositeContent.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/compositeContent.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/compositeContent.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] Enter loading repository https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/p2.index [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/p2.index) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/p2.index) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/p2.index) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/p2.index) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/p2.index) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/content.xml.xz [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/content.xml.xz) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/content.xml.xz) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/content.xml.xz) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/content.xml.xz) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/content.xml.xz) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] Exit loading repository https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 [DEBUG] Exit loading repository https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Enter loading repository https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/p2.index [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/p2.index) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/p2.index) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/p2.index) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/p2.index [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/p2.index) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/p2.index) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/compositeContent.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/compositeContent.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/compositeContent.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/compositeContent.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/compositeContent.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/compositeContent.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/compositeContent.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Enter loading repository https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories/p2.index [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories/p2.index) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories/p2.index) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories/p2.index) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories/p2.index [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories/p2.index) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories/p2.index) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories/content.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories/content.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories/content.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories/content.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories/content.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories/content.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories/content.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Exit loading repository https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories [DEBUG] Enter loading repository https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/p2.index [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/p2.index) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/p2.index) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/p2.index) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/p2.index [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/p2.index) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/p2.index) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.xml.xz [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.xml.xz) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.xml.xz) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.xml.xz) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.xml.xz [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.xml.xz) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.xml.xz) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.xml) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.xml) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.xml) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.xml [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.xml) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/content.xml) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Exit loading repository https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 [DEBUG] Enter loading repository https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/p2.index [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/p2.index) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/p2.index) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/p2.index) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/p2.index [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/p2.index) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/p2.index) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.xml.xz [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.xml.xz) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.xml.xz) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.xml.xz) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.xml.xz [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.xml.xz) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.xml.xz) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.xml) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.xml) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.xml) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.xml [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.xml) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/content.xml) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Exit loading repository https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 [DEBUG] Exit loading repository https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Enter loading repository https://download.eclipse.org/cbi/updates/license [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/compositeArtifacts.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/cbi/updates/license/compositeArtifacts.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/cbi/updates/license/compositeArtifacts.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/compositeArtifacts.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/cbi/updates/license/compositeArtifacts.jar) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/compositeArtifacts.jar [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/compositeArtifacts.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Enter loading repository https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/artifacts.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/artifacts.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/artifacts.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/artifacts.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/artifacts.jar) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/artifacts.jar [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/artifacts.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Exit loading repository https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 [DEBUG] Enter loading repository https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/artifacts.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/artifacts.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/artifacts.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/artifacts.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/artifacts.jar) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/artifacts.jar [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/artifacts.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Exit loading repository https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 [DEBUG] Enter loading repository https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/artifacts.xml.xz [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/artifacts.xml.xz) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/artifacts.xml.xz) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/artifacts.xml.xz) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/artifacts.xml.xz) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/artifacts.xml.xz [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/artifacts.xml.xz) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Exit loading repository https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 [DEBUG] Exit loading repository https://download.eclipse.org/cbi/updates/license [DEBUG] Enter loading repository https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest/compositeArtifacts.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest/compositeArtifacts.jar) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest/compositeArtifacts.jar [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest/compositeArtifacts.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest/compositeArtifacts.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest/compositeArtifacts.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest/compositeArtifacts.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] Enter loading repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/artifacts.xml.xz [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/artifacts.xml.xz) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/artifacts.xml.xz) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/artifacts.xml.xz) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/artifacts.xml.xz) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/artifacts.xml.xz) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/artifacts.xml.xz) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] Exit loading repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 [DEBUG] Exit loading repository https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] Enter loading repository https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/compositeArtifacts.jar [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/compositeArtifacts.jar [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/compositeArtifacts.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/compositeArtifacts.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/compositeArtifacts.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/compositeArtifacts.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/compositeArtifacts.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] Enter loading repository https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/artifacts.xml.xz [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/artifacts.xml.xz) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/artifacts.xml.xz) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/artifacts.xml.xz) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/artifacts.xml.xz) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/artifacts.xml.xz) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/artifacts.xml.xz) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] Exit loading repository https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 [DEBUG] Exit loading repository https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Enter loading repository https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/compositeArtifacts.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/compositeArtifacts.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/compositeArtifacts.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/compositeArtifacts.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/compositeArtifacts.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/compositeArtifacts.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/compositeArtifacts.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Enter loading repository https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/artifacts.xml.xz [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/artifacts.xml.xz) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/artifacts.xml.xz) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/artifacts.xml.xz) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/artifacts.xml.xz [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/artifacts.xml.xz) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/artifacts.xml.xz) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Exit loading repository https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 [DEBUG] Enter loading repository https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/artifacts.xml.xz [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/artifacts.xml.xz) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/artifacts.xml.xz) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/artifacts.xml.xz) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/artifacts.xml.xz [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/artifacts.xml.xz) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800/artifacts.xml.xz) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Exit loading repository https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 [DEBUG] Exit loading repository https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common_3.19.100.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.common,3.19.100.v20240425-1316 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry_3.12.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.registry,3.12.100.v20240321-1445 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi_3.20.0.v20240430-0735.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.osgi,3.20.0.v20240430-0735 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.common.source_3.19.100.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.common.source,3.19.100.v20240425-1316 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.registry.source_3.12.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.registry.source,3.12.100.v20240321-1445 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry.source/3.12.100.v20240321-1445/org.eclipse.equinox.registry.source-3.12.100.v20240321-1445-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.source_3.20.0.v20240430-0735.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.osgi.source,3.20.0.v20240430-0735 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735-p2artifacts.xml [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=80840, ConflictMarker.markTime=47289, ConflictMarker.nodeCount=8, ConflictIdSorter.graphTime=44155, ConflictIdSorter.topsortTime=18470, ConflictIdSorter.conflictIdCount=7, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=388959, ConflictResolver.conflictItemCount=7, DfDependencyCollector.collectTime=505344, DfDependencyCollector.transformTime=706990} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:eclipse-plugin:3.10.0-SNAPSHOT [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] register org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda$768/0x0000000801551878@47e47901 with shutdown hook [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:17.777956374, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=null, size changed from -1 to 0 bytes [DEBUG] loading config FileBasedConfig[/home/jenkins/.config/jgit/config] [DEBUG] readpipe [/usr/bin/git, --version],/usr/bin [DEBUG] readpipe may return 'git version 2.20.1' [DEBUG] remaining output: [DEBUG] readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin [DEBUG] readpipe may return 'null' [DEBUG] remaining output: [DEBUG] readpipe rc=128 [DEBUG] Exception caught during execution of command '[/usr/bin/git, config, --system, --show-origin, --list, -z]' in '/usr/bin', return code '128', error message 'fatal: unable to read config file '/etc/gitconfig': No such file or directory ' [DEBUG] file=null, size changed from -1 to 0 bytes [DEBUG] loading config FileBasedConfig[/home/jenkins/.config/git/config] [DEBUG] file=null, size changed from -1 to 0 bytes [DEBUG] loading config UserConfigFile[/home/jenkins/.gitconfig] [DEBUG] file=null, size changed from -1 to 0 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:17.824216806, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:17.824216806, lastModified=2024-05-02 22:36:24.438735197, delta=53385481609 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:17.824216806, lastModified=2024-05-02 22:36:24.438735197, delta=53385481609 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:17.824216806, lastModified=2024-05-02 22:36:24.438735197, delta=53385481609 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:17.844028780, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:37:17.865336302, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure timestamp resolution /home/jenkins (/dev/sda4) in /home/jenkins/agent/workspace/ecf-github.master/.git [DEBUG] Thread[JGit-FileStoreAttributeReader-1,5,main]: end measure timestamp resolution /home/jenkins (/dev/sda4) in /home/jenkins/agent/workspace/ecf-github.master/.git; got PT0.000039885S [DEBUG] Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /home/jenkins/agent/workspace/ecf-github.master/.git [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.870619086, lastModified=2024-05-02 22:37:17.869755308, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.870619086, lastModified=2024-05-02 22:37:17.869755308, delta=863778 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.872217639, lastModified=2024-05-02 22:37:17.870755327, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.870755327 to 2024-05-02 22:37:17.871755346 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.872739272, lastModified=2024-05-02 22:37:17.871755346, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.872739272, lastModified=2024-05-02 22:37:17.871755346, delta=983926 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.873202433, lastModified=2024-05-02 22:37:17.871755346, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.871755346 to 2024-05-02 22:37:17.872755365 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.873662545, lastModified=2024-05-02 22:37:17.872755365, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.873662545, lastModified=2024-05-02 22:37:17.872755365, delta=907180 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.874124035, lastModified=2024-05-02 22:37:17.872755365, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.874124035, lastModified=2024-05-02 22:37:17.872755365, delta=1368670 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.874579118, lastModified=2024-05-02 22:37:17.873755384, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.874579118, lastModified=2024-05-02 22:37:17.873755384, delta=823734 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.875022399, lastModified=2024-05-02 22:37:17.873755384, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.875022399, lastModified=2024-05-02 22:37:17.873755384, delta=1267015 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.875455733, lastModified=2024-05-02 22:37:17.874755403, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.875455733, lastModified=2024-05-02 22:37:17.874755403, delta=700330 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.875917963, lastModified=2024-05-02 22:37:17.874755403, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.875917963, lastModified=2024-05-02 22:37:17.874755403, delta=1162560 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.876368912, lastModified=2024-05-02 22:37:17.874755403, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.874755403 to 2024-05-02 22:37:17.875755422 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.876821116, lastModified=2024-05-02 22:37:17.875755422, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.876821116, lastModified=2024-05-02 22:37:17.875755422, delta=1065694 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.877230294, lastModified=2024-05-02 22:37:17.875755422, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.875755422 to 2024-05-02 22:37:17.876755441 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.877669775, lastModified=2024-05-02 22:37:17.876755441, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.877669775, lastModified=2024-05-02 22:37:17.876755441, delta=914334 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.878083447, lastModified=2024-05-02 22:37:17.876755441, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.878083447, lastModified=2024-05-02 22:37:17.876755441, delta=1328006 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.878521067, lastModified=2024-05-02 22:37:17.877755460, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.878521067, lastModified=2024-05-02 22:37:17.877755460, delta=765607 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.878923795, lastModified=2024-05-02 22:37:17.877755460, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.878923795, lastModified=2024-05-02 22:37:17.877755460, delta=1168335 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.879377899, lastModified=2024-05-02 22:37:17.877755460, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.877755460 to 2024-05-02 22:37:17.878755479 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.879787556, lastModified=2024-05-02 22:37:17.878755479, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.879787556, lastModified=2024-05-02 22:37:17.878755479, delta=1032077 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.880191093, lastModified=2024-05-02 22:37:17.878755479, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.880191093, lastModified=2024-05-02 22:37:17.878755479, delta=1435614 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.880594082, lastModified=2024-05-02 22:37:17.879755498, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.880594082, lastModified=2024-05-02 22:37:17.879755498, delta=838584 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.881018551, lastModified=2024-05-02 22:37:17.879755498, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.881018551, lastModified=2024-05-02 22:37:17.879755498, delta=1263053 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.881423742, lastModified=2024-05-02 22:37:17.880755517, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.881423742, lastModified=2024-05-02 22:37:17.880755517, delta=668225 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.881827371, lastModified=2024-05-02 22:37:17.880755517, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.881827371, lastModified=2024-05-02 22:37:17.880755517, delta=1071854 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.882235919, lastModified=2024-05-02 22:37:17.880755517, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.880755517 to 2024-05-02 22:37:17.881755537 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.882606515, lastModified=2024-05-02 22:37:17.881755537, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.882606515, lastModified=2024-05-02 22:37:17.881755537, delta=850978 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.882990271, lastModified=2024-05-02 22:37:17.881755537, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.882990271, lastModified=2024-05-02 22:37:17.881755537, delta=1234734 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.883389325, lastModified=2024-05-02 22:37:17.881755537, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.881755537 to 2024-05-02 22:37:17.882755556 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.883781485, lastModified=2024-05-02 22:37:17.882755556, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.883781485, lastModified=2024-05-02 22:37:17.882755556, delta=1025929 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.884197653, lastModified=2024-05-02 22:37:17.882755556, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.884197653, lastModified=2024-05-02 22:37:17.882755556, delta=1442097 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.884608711, lastModified=2024-05-02 22:37:17.883755575, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.884608711, lastModified=2024-05-02 22:37:17.883755575, delta=853136 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.885029328, lastModified=2024-05-02 22:37:17.883755575, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.885029328, lastModified=2024-05-02 22:37:17.883755575, delta=1273753 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.885462052, lastModified=2024-05-02 22:37:17.884755594, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.885462052, lastModified=2024-05-02 22:37:17.884755594, delta=706458 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.885894048, lastModified=2024-05-02 22:37:17.884755594, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.885894048, lastModified=2024-05-02 22:37:17.884755594, delta=1138454 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.886288314, lastModified=2024-05-02 22:37:17.884755594, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.884755594 to 2024-05-02 22:37:17.885755613 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.886712463, lastModified=2024-05-02 22:37:17.885755613, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.886712463, lastModified=2024-05-02 22:37:17.885755613, delta=956850 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.887124292, lastModified=2024-05-02 22:37:17.885755613, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.885755613 to 2024-05-02 22:37:17.894755785 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.896124741, lastModified=2024-05-02 22:37:17.894755785, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.896124741, lastModified=2024-05-02 22:37:17.894755785, delta=1368956 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.896536250, lastModified=2024-05-02 22:37:17.895755804, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.896536250, lastModified=2024-05-02 22:37:17.895755804, delta=780446 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.896930194, lastModified=2024-05-02 22:37:17.895755804, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.896930194, lastModified=2024-05-02 22:37:17.895755804, delta=1174390 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.897322703, lastModified=2024-05-02 22:37:17.895755804, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.895755804 to 2024-05-02 22:37:17.896755823 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.897710733, lastModified=2024-05-02 22:37:17.896755823, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.897710733, lastModified=2024-05-02 22:37:17.896755823, delta=954910 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.898116941, lastModified=2024-05-02 22:37:17.896755823, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.898116941, lastModified=2024-05-02 22:37:17.896755823, delta=1361118 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.898520618, lastModified=2024-05-02 22:37:17.897755842, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.898520618, lastModified=2024-05-02 22:37:17.897755842, delta=764776 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.898942590, lastModified=2024-05-02 22:37:17.897755842, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.898942590, lastModified=2024-05-02 22:37:17.897755842, delta=1186748 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.899333787, lastModified=2024-05-02 22:37:17.897755842, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.897755842 to 2024-05-02 22:37:17.898755861 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.899704389, lastModified=2024-05-02 22:37:17.898755861, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.899704389, lastModified=2024-05-02 22:37:17.898755861, delta=948528 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.900100535, lastModified=2024-05-02 22:37:17.898755861, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.900100535, lastModified=2024-05-02 22:37:17.898755861, delta=1344674 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.900507554, lastModified=2024-05-02 22:37:17.899755880, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.900507554, lastModified=2024-05-02 22:37:17.899755880, delta=751674 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.900923553, lastModified=2024-05-02 22:37:17.899755880, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.900923553, lastModified=2024-05-02 22:37:17.899755880, delta=1167673 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.901321730, lastModified=2024-05-02 22:37:17.899755880, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.899755880 to 2024-05-02 22:37:17.900755899 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.901699210, lastModified=2024-05-02 22:37:17.900755899, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.901699210, lastModified=2024-05-02 22:37:17.900755899, delta=943311 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.902082726, lastModified=2024-05-02 22:37:17.900755899, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.902082726, lastModified=2024-05-02 22:37:17.900755899, delta=1326827 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.902492309, lastModified=2024-05-02 22:37:17.901755918, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.902492309, lastModified=2024-05-02 22:37:17.901755918, delta=736391 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.902913242, lastModified=2024-05-02 22:37:17.901755918, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.902913242, lastModified=2024-05-02 22:37:17.901755918, delta=1157324 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.903317821, lastModified=2024-05-02 22:37:17.901755918, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.901755918 to 2024-05-02 22:37:17.902755938 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.903694026, lastModified=2024-05-02 22:37:17.902755938, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.903694026, lastModified=2024-05-02 22:37:17.902755938, delta=938088 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.904079925, lastModified=2024-05-02 22:37:17.902755938, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.904079925, lastModified=2024-05-02 22:37:17.902755938, delta=1323987 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.904481976, lastModified=2024-05-02 22:37:17.903755957, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.904481976, lastModified=2024-05-02 22:37:17.903755957, delta=726019 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.904897532, lastModified=2024-05-02 22:37:17.903755957, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.904897532, lastModified=2024-05-02 22:37:17.903755957, delta=1141575 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.905361343, lastModified=2024-05-02 22:37:17.903755957, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.903755957 to 2024-05-02 22:37:17.904755976 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.905827054, lastModified=2024-05-02 22:37:17.904755976, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.905827054, lastModified=2024-05-02 22:37:17.904755976, delta=1071078 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.906303903, lastModified=2024-05-02 22:37:17.904755976, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.904755976 to 2024-05-02 22:37:17.905755995 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.906747055, lastModified=2024-05-02 22:37:17.905755995, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.906747055, lastModified=2024-05-02 22:37:17.905755995, delta=991060 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.907161324, lastModified=2024-05-02 22:37:17.905755995, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.907161324, lastModified=2024-05-02 22:37:17.905755995, delta=1405329 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.907585253, lastModified=2024-05-02 22:37:17.906756014, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.907585253, lastModified=2024-05-02 22:37:17.906756014, delta=829239 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.908010115, lastModified=2024-05-02 22:37:17.906756014, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.908010115, lastModified=2024-05-02 22:37:17.906756014, delta=1254101 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.908431830, lastModified=2024-05-02 22:37:17.907756033, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.908431830, lastModified=2024-05-02 22:37:17.907756033, delta=675797 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.908864187, lastModified=2024-05-02 22:37:17.907756033, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.908864187, lastModified=2024-05-02 22:37:17.907756033, delta=1108154 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.909275735, lastModified=2024-05-02 22:37:17.907756033, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.907756033 to 2024-05-02 22:37:17.908756052 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.909681255, lastModified=2024-05-02 22:37:17.908756052, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.909681255, lastModified=2024-05-02 22:37:17.908756052, delta=925203 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.910106771, lastModified=2024-05-02 22:37:17.908756052, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.910106771, lastModified=2024-05-02 22:37:17.908756052, delta=1350719 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.910542926, lastModified=2024-05-02 22:37:17.909756071, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.910542926, lastModified=2024-05-02 22:37:17.909756071, delta=786855 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.910968420, lastModified=2024-05-02 22:37:17.909756071, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.910968420, lastModified=2024-05-02 22:37:17.909756071, delta=1212349 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.911392334, lastModified=2024-05-02 22:37:17.909756071, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.909756071 to 2024-05-02 22:37:17.910756090 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.911790741, lastModified=2024-05-02 22:37:17.910756090, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.911790741, lastModified=2024-05-02 22:37:17.910756090, delta=1034651 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.912207256, lastModified=2024-05-02 22:37:17.910756090, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.912207256, lastModified=2024-05-02 22:37:17.910756090, delta=1451166 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.912642023, lastModified=2024-05-02 22:37:17.911756109, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.912642023, lastModified=2024-05-02 22:37:17.911756109, delta=885914 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.913074871, lastModified=2024-05-02 22:37:17.911756109, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.913074871, lastModified=2024-05-02 22:37:17.911756109, delta=1318762 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.913515068, lastModified=2024-05-02 22:37:17.912756128, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.913515068, lastModified=2024-05-02 22:37:17.912756128, delta=758940 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.913948860, lastModified=2024-05-02 22:37:17.912756128, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.913948860, lastModified=2024-05-02 22:37:17.912756128, delta=1192732 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.914416798, lastModified=2024-05-02 22:37:17.912756128, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.912756128 to 2024-05-02 22:37:17.913756148 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.914839704, lastModified=2024-05-02 22:37:17.913756148, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.914839704, lastModified=2024-05-02 22:37:17.913756148, delta=1083556 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.915274946, lastModified=2024-05-02 22:37:17.913756148, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.913756148 to 2024-05-02 22:37:17.914756167 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.915700822, lastModified=2024-05-02 22:37:17.914756167, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.915700822, lastModified=2024-05-02 22:37:17.914756167, delta=944655 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.916153002, lastModified=2024-05-02 22:37:17.914756167, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.916153002, lastModified=2024-05-02 22:37:17.914756167, delta=1396835 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.916598724, lastModified=2024-05-02 22:37:17.915756186, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.916598724, lastModified=2024-05-02 22:37:17.915756186, delta=842538 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.917035811, lastModified=2024-05-02 22:37:17.915756186, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.917035811, lastModified=2024-05-02 22:37:17.915756186, delta=1279625 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.917489606, lastModified=2024-05-02 22:37:17.916756205, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.917489606, lastModified=2024-05-02 22:37:17.916756205, delta=733401 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.917928889, lastModified=2024-05-02 22:37:17.916756205, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.917928889, lastModified=2024-05-02 22:37:17.916756205, delta=1172684 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.918379186, lastModified=2024-05-02 22:37:17.916756205, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.916756205 to 2024-05-02 22:37:17.917756224 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.918792255, lastModified=2024-05-02 22:37:17.917756224, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.918792255, lastModified=2024-05-02 22:37:17.917756224, delta=1036031 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.919246896, lastModified=2024-05-02 22:37:17.917756224, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.917756224 to 2024-05-02 22:37:17.918756243 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.919697790, lastModified=2024-05-02 22:37:17.918756243, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.919697790, lastModified=2024-05-02 22:37:17.918756243, delta=941547 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.920163402, lastModified=2024-05-02 22:37:17.918756243, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.920163402, lastModified=2024-05-02 22:37:17.918756243, delta=1407159 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.920619646, lastModified=2024-05-02 22:37:17.919756262, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.920619646, lastModified=2024-05-02 22:37:17.919756262, delta=863384 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.921070567, lastModified=2024-05-02 22:37:17.919756262, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.921070567, lastModified=2024-05-02 22:37:17.919756262, delta=1314305 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.921531801, lastModified=2024-05-02 22:37:17.920756281, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.921531801, lastModified=2024-05-02 22:37:17.920756281, delta=775520 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.921972213, lastModified=2024-05-02 22:37:17.920756281, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.921972213, lastModified=2024-05-02 22:37:17.920756281, delta=1215932 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.922493101, lastModified=2024-05-02 22:37:17.921756300, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.922493101, lastModified=2024-05-02 22:37:17.921756300, delta=736801 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.922967975, lastModified=2024-05-02 22:37:17.921756300, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.922967975, lastModified=2024-05-02 22:37:17.921756300, delta=1211675 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.923421400, lastModified=2024-05-02 22:37:17.921756300, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.921756300 to 2024-05-02 22:37:17.922756319 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.923831499, lastModified=2024-05-02 22:37:17.922756319, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.923831499, lastModified=2024-05-02 22:37:17.922756319, delta=1075180 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.924268022, lastModified=2024-05-02 22:37:17.922756319, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.922756319 to 2024-05-02 22:37:17.923756338 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.924691679, lastModified=2024-05-02 22:37:17.923756338, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.924691679, lastModified=2024-05-02 22:37:17.923756338, delta=935341 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.925152498, lastModified=2024-05-02 22:37:17.923756338, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.925152498, lastModified=2024-05-02 22:37:17.923756338, delta=1396160 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.925620628, lastModified=2024-05-02 22:37:17.924756357, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.925620628, lastModified=2024-05-02 22:37:17.924756357, delta=864271 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.926065473, lastModified=2024-05-02 22:37:17.924756357, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.926065473, lastModified=2024-05-02 22:37:17.924756357, delta=1309116 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.926515198, lastModified=2024-05-02 22:37:17.925756377, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.926515198, lastModified=2024-05-02 22:37:17.925756377, delta=758821 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.926951429, lastModified=2024-05-02 22:37:17.925756377, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.926951429, lastModified=2024-05-02 22:37:17.925756377, delta=1195052 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.927398043, lastModified=2024-05-02 22:37:17.925756377, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.925756377 to 2024-05-02 22:37:17.926756396 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.927811246, lastModified=2024-05-02 22:37:17.926756396, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.927811246, lastModified=2024-05-02 22:37:17.926756396, delta=1054850 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.928275960, lastModified=2024-05-02 22:37:17.926756396, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.926756396 to 2024-05-02 22:37:17.927756415 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.928710845, lastModified=2024-05-02 22:37:17.927756415, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.928710845, lastModified=2024-05-02 22:37:17.927756415, delta=954430 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.929168117, lastModified=2024-05-02 22:37:17.927756415, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.929168117, lastModified=2024-05-02 22:37:17.927756415, delta=1411702 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.929627845, lastModified=2024-05-02 22:37:17.928756434, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.929627845, lastModified=2024-05-02 22:37:17.928756434, delta=871411 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.930074248, lastModified=2024-05-02 22:37:17.928756434, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.930074248, lastModified=2024-05-02 22:37:17.928756434, delta=1317814 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.930516010, lastModified=2024-05-02 22:37:17.929756453, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.930516010, lastModified=2024-05-02 22:37:17.929756453, delta=759557 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.930954259, lastModified=2024-05-02 22:37:17.929756453, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.930954259, lastModified=2024-05-02 22:37:17.929756453, delta=1197806 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.931418544, lastModified=2024-05-02 22:37:17.929756453, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.929756453 to 2024-05-02 22:37:17.930756472 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.931859339, lastModified=2024-05-02 22:37:17.930756472, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.931859339, lastModified=2024-05-02 22:37:17.930756472, delta=1102867 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.932325106, lastModified=2024-05-02 22:37:17.930756472, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.930756472 to 2024-05-02 22:37:17.931756491 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.932773844, lastModified=2024-05-02 22:37:17.931756491, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.932773844, lastModified=2024-05-02 22:37:17.931756491, delta=1017353 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.933246021, lastModified=2024-05-02 22:37:17.931756491, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.931756491 to 2024-05-02 22:37:17.932756510 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.933712226, lastModified=2024-05-02 22:37:17.932756510, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.933712226, lastModified=2024-05-02 22:37:17.932756510, delta=955716 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.934193849, lastModified=2024-05-02 22:37:17.932756510, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.934193849, lastModified=2024-05-02 22:37:17.932756510, delta=1437339 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.934662958, lastModified=2024-05-02 22:37:17.933756529, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.934662958, lastModified=2024-05-02 22:37:17.933756529, delta=906429 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.935176197, lastModified=2024-05-02 22:37:17.933756529, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.935176197, lastModified=2024-05-02 22:37:17.933756529, delta=1419668 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.935677627, lastModified=2024-05-02 22:37:17.934756549, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.935677627, lastModified=2024-05-02 22:37:17.934756549, delta=921078 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.936154232, lastModified=2024-05-02 22:37:17.934756549, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.936154232, lastModified=2024-05-02 22:37:17.934756549, delta=1397683 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.936632210, lastModified=2024-05-02 22:37:17.935756568, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.936632210, lastModified=2024-05-02 22:37:17.935756568, delta=875642 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.937074661, lastModified=2024-05-02 22:37:17.935756568, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.937074661, lastModified=2024-05-02 22:37:17.935756568, delta=1318093 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.937529267, lastModified=2024-05-02 22:37:17.936756587, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.937529267, lastModified=2024-05-02 22:37:17.936756587, delta=772680 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.937973770, lastModified=2024-05-02 22:37:17.936756587, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.937973770, lastModified=2024-05-02 22:37:17.936756587, delta=1217183 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.938395355, lastModified=2024-05-02 22:37:17.936756587, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.936756587 to 2024-05-02 22:37:17.937756606 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.938793032, lastModified=2024-05-02 22:37:17.937756606, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.938793032, lastModified=2024-05-02 22:37:17.937756606, delta=1036426 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.939203460, lastModified=2024-05-02 22:37:17.937756606, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.939203460, lastModified=2024-05-02 22:37:17.937756606, delta=1446854 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.939647969, lastModified=2024-05-02 22:37:17.938756625, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.939647969, lastModified=2024-05-02 22:37:17.938756625, delta=891344 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.940065797, lastModified=2024-05-02 22:37:17.938756625, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.940065797, lastModified=2024-05-02 22:37:17.938756625, delta=1309172 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.940494995, lastModified=2024-05-02 22:37:17.939756644, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.940494995, lastModified=2024-05-02 22:37:17.939756644, delta=738351 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.940912145, lastModified=2024-05-02 22:37:17.939756644, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.940912145, lastModified=2024-05-02 22:37:17.939756644, delta=1155501 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.941324873, lastModified=2024-05-02 22:37:17.939756644, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.939756644 to 2024-05-02 22:37:17.940756663 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.941732708, lastModified=2024-05-02 22:37:17.940756663, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.941732708, lastModified=2024-05-02 22:37:17.940756663, delta=976045 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.942161588, lastModified=2024-05-02 22:37:17.940756663, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.942161588, lastModified=2024-05-02 22:37:17.940756663, delta=1404925 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.942630169, lastModified=2024-05-02 22:37:17.941756682, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.942630169, lastModified=2024-05-02 22:37:17.941756682, delta=873487 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.943055795, lastModified=2024-05-02 22:37:17.941756682, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.943055795, lastModified=2024-05-02 22:37:17.941756682, delta=1299113 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.943498225, lastModified=2024-05-02 22:37:17.942756701, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.943498225, lastModified=2024-05-02 22:37:17.942756701, delta=741524 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.943926466, lastModified=2024-05-02 22:37:17.942756701, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.943926466, lastModified=2024-05-02 22:37:17.942756701, delta=1169765 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.944373025, lastModified=2024-05-02 22:37:17.942756701, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.942756701 to 2024-05-02 22:37:17.943756720 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.944791570, lastModified=2024-05-02 22:37:17.943756720, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.944791570, lastModified=2024-05-02 22:37:17.943756720, delta=1034850 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.945238810, lastModified=2024-05-02 22:37:17.943756720, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.943756720 to 2024-05-02 22:37:17.944756739 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.945661115, lastModified=2024-05-02 22:37:17.944756739, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.945661115, lastModified=2024-05-02 22:37:17.944756739, delta=904376 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.946103125, lastModified=2024-05-02 22:37:17.944756739, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.946103125, lastModified=2024-05-02 22:37:17.944756739, delta=1346386 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.946547990, lastModified=2024-05-02 22:37:17.945756758, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.946547990, lastModified=2024-05-02 22:37:17.945756758, delta=791232 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.946979072, lastModified=2024-05-02 22:37:17.945756758, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.946979072, lastModified=2024-05-02 22:37:17.945756758, delta=1222314 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.947424959, lastModified=2024-05-02 22:37:17.945756758, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.945756758 to 2024-05-02 22:37:17.946756778 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.947845031, lastModified=2024-05-02 22:37:17.946756778, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.947845031, lastModified=2024-05-02 22:37:17.946756778, delta=1088253 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.948295948, lastModified=2024-05-02 22:37:17.946756778, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.946756778 to 2024-05-02 22:37:17.947756797 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.948761133, lastModified=2024-05-02 22:37:17.947756797, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.948761133, lastModified=2024-05-02 22:37:17.947756797, delta=1004336 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.949221149, lastModified=2024-05-02 22:37:17.947756797, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.949221149, lastModified=2024-05-02 22:37:17.947756797, delta=1464352 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.949703865, lastModified=2024-05-02 22:37:17.948756816, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.949703865, lastModified=2024-05-02 22:37:17.948756816, delta=947049 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.950159553, lastModified=2024-05-02 22:37:17.948756816, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.950159553, lastModified=2024-05-02 22:37:17.948756816, delta=1402737 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.950627828, lastModified=2024-05-02 22:37:17.949756835, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.950627828, lastModified=2024-05-02 22:37:17.949756835, delta=870993 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.951084463, lastModified=2024-05-02 22:37:17.949756835, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.951084463, lastModified=2024-05-02 22:37:17.949756835, delta=1327628 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.951538569, lastModified=2024-05-02 22:37:17.950756854, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.951538569, lastModified=2024-05-02 22:37:17.950756854, delta=781715 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.952003804, lastModified=2024-05-02 22:37:17.950756854, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.952003804, lastModified=2024-05-02 22:37:17.950756854, delta=1246950 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.952467506, lastModified=2024-05-02 22:37:17.950756854, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.950756854 to 2024-05-02 22:37:17.951756873 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.952926982, lastModified=2024-05-02 22:37:17.951756873, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.952926982, lastModified=2024-05-02 22:37:17.951756873, delta=1170109 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.953388644, lastModified=2024-05-02 22:37:17.951756873, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.951756873 to 2024-05-02 22:37:17.952756892 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.953826387, lastModified=2024-05-02 22:37:17.952756892, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.953826387, lastModified=2024-05-02 22:37:17.952756892, delta=1069495 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.954267952, lastModified=2024-05-02 22:37:17.952756892, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.952756892 to 2024-05-02 22:37:17.953756911 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.954705309, lastModified=2024-05-02 22:37:17.953756911, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.954705309, lastModified=2024-05-02 22:37:17.953756911, delta=948398 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.955183804, lastModified=2024-05-02 22:37:17.953756911, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.955183804, lastModified=2024-05-02 22:37:17.953756911, delta=1426893 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.955675682, lastModified=2024-05-02 22:37:17.954756930, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.955675682, lastModified=2024-05-02 22:37:17.954756930, delta=918752 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.956135443, lastModified=2024-05-02 22:37:17.954756930, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.956135443, lastModified=2024-05-02 22:37:17.954756930, delta=1378513 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.956617700, lastModified=2024-05-02 22:37:17.955756949, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.956617700, lastModified=2024-05-02 22:37:17.955756949, delta=860751 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.957077950, lastModified=2024-05-02 22:37:17.955756949, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.957077950, lastModified=2024-05-02 22:37:17.955756949, delta=1321001 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.957551332, lastModified=2024-05-02 22:37:17.956756968, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.957551332, lastModified=2024-05-02 22:37:17.956756968, delta=794364 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.958040852, lastModified=2024-05-02 22:37:17.956756968, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.958040852, lastModified=2024-05-02 22:37:17.956756968, delta=1283884 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.958516092, lastModified=2024-05-02 22:37:17.957756987, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.958516092, lastModified=2024-05-02 22:37:17.957756987, delta=759105 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.958990168, lastModified=2024-05-02 22:37:17.957756987, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.958990168, lastModified=2024-05-02 22:37:17.957756987, delta=1233181 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.959460364, lastModified=2024-05-02 22:37:17.957756987, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.957756987 to 2024-05-02 22:37:17.958757007 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.959903619, lastModified=2024-05-02 22:37:17.958757007, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.959903619, lastModified=2024-05-02 22:37:17.958757007, delta=1146612 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.960365444, lastModified=2024-05-02 22:37:17.958757007, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.958757007 to 2024-05-02 22:37:17.959757026 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.960807317, lastModified=2024-05-02 22:37:17.959757026, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.960807317, lastModified=2024-05-02 22:37:17.959757026, delta=1050291 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.961258916, lastModified=2024-05-02 22:37:17.959757026, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.959757026 to 2024-05-02 22:37:17.960757045 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.961732902, lastModified=2024-05-02 22:37:17.960757045, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.961732902, lastModified=2024-05-02 22:37:17.960757045, delta=975857 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.962206576, lastModified=2024-05-02 22:37:17.960757045, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.962206576, lastModified=2024-05-02 22:37:17.960757045, delta=1449531 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.962690994, lastModified=2024-05-02 22:37:17.961757064, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.962690994, lastModified=2024-05-02 22:37:17.961757064, delta=933930 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.963166118, lastModified=2024-05-02 22:37:17.961757064, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.963166118, lastModified=2024-05-02 22:37:17.961757064, delta=1409054 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.963670078, lastModified=2024-05-02 22:37:17.962757083, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.963670078, lastModified=2024-05-02 22:37:17.962757083, delta=912995 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.964163322, lastModified=2024-05-02 22:37:17.962757083, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.964163322, lastModified=2024-05-02 22:37:17.962757083, delta=1406239 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.964677228, lastModified=2024-05-02 22:37:17.963757102, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.964677228, lastModified=2024-05-02 22:37:17.963757102, delta=920126 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.965196123, lastModified=2024-05-02 22:37:17.963757102, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.965196123, lastModified=2024-05-02 22:37:17.963757102, delta=1439021 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.965688229, lastModified=2024-05-02 22:37:17.964757121, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.965688229, lastModified=2024-05-02 22:37:17.964757121, delta=931108 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.966189145, lastModified=2024-05-02 22:37:17.964757121, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.966189145, lastModified=2024-05-02 22:37:17.964757121, delta=1432024 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.966679658, lastModified=2024-05-02 22:37:17.965757140, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.966679658, lastModified=2024-05-02 22:37:17.965757140, delta=922518 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.967148377, lastModified=2024-05-02 22:37:17.965757140, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.967148377, lastModified=2024-05-02 22:37:17.965757140, delta=1391237 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.967618435, lastModified=2024-05-02 22:37:17.966757159, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.967618435, lastModified=2024-05-02 22:37:17.966757159, delta=861276 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.968083306, lastModified=2024-05-02 22:37:17.966757159, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.968083306, lastModified=2024-05-02 22:37:17.966757159, delta=1326147 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.968574292, lastModified=2024-05-02 22:37:17.967757179, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.968574292, lastModified=2024-05-02 22:37:17.967757179, delta=817113 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.969040969, lastModified=2024-05-02 22:37:17.967757179, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.969040969, lastModified=2024-05-02 22:37:17.967757179, delta=1283790 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.969518168, lastModified=2024-05-02 22:37:17.968757198, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.969518168, lastModified=2024-05-02 22:37:17.968757198, delta=760970 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.969982660, lastModified=2024-05-02 22:37:17.968757198, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.969982660, lastModified=2024-05-02 22:37:17.968757198, delta=1225462 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.970468203, lastModified=2024-05-02 22:37:17.968757198, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.968757198 to 2024-05-02 22:37:17.969757217 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.970933008, lastModified=2024-05-02 22:37:17.969757217, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.970933008, lastModified=2024-05-02 22:37:17.969757217, delta=1175791 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.971410385, lastModified=2024-05-02 22:37:17.969757217, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.969757217 to 2024-05-02 22:37:17.970757236 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.971864933, lastModified=2024-05-02 22:37:17.970757236, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.971864933, lastModified=2024-05-02 22:37:17.970757236, delta=1107697 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.972336752, lastModified=2024-05-02 22:37:17.970757236, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.970757236 to 2024-05-02 22:37:17.971757255 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.972798710, lastModified=2024-05-02 22:37:17.971757255, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.972798710, lastModified=2024-05-02 22:37:17.971757255, delta=1041455 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.973277778, lastModified=2024-05-02 22:37:17.971757255, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.971757255 to 2024-05-02 22:37:17.972757274 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.973729841, lastModified=2024-05-02 22:37:17.972757274, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.973729841, lastModified=2024-05-02 22:37:17.972757274, delta=972567 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.974200766, lastModified=2024-05-02 22:37:17.972757274, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.974200766, lastModified=2024-05-02 22:37:17.972757274, delta=1443492 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.974707792, lastModified=2024-05-02 22:37:17.973757293, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.974707792, lastModified=2024-05-02 22:37:17.973757293, delta=950499 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.975205488, lastModified=2024-05-02 22:37:17.973757293, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.975205488, lastModified=2024-05-02 22:37:17.973757293, delta=1448195 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.975716847, lastModified=2024-05-02 22:37:17.974757312, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.975716847, lastModified=2024-05-02 22:37:17.974757312, delta=959535 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.996234049, lastModified=2024-05-02 22:37:17.994757694, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.994757694 to 2024-05-02 22:37:17.995757713 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.996800579, lastModified=2024-05-02 22:37:17.995757713, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.996800579, lastModified=2024-05-02 22:37:17.995757713, delta=1042866 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.997349036, lastModified=2024-05-02 22:37:17.995757713, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.995757713 to 2024-05-02 22:37:17.996757732 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.997867440, lastModified=2024-05-02 22:37:17.996757732, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.997867440, lastModified=2024-05-02 22:37:17.996757732, delta=1109708 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.998384379, lastModified=2024-05-02 22:37:17.996757732, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.996757732 to 2024-05-02 22:37:17.997757751 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.998857967, lastModified=2024-05-02 22:37:17.997757751, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.998857967, lastModified=2024-05-02 22:37:17.997757751, delta=1100216 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.999383088, lastModified=2024-05-02 22:37:17.997757751, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.997757751 to 2024-05-02 22:37:17.998757770 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:17.999934213, lastModified=2024-05-02 22:37:17.998757770, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:17.999934213, lastModified=2024-05-02 22:37:17.998757770, delta=1176443 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.000474396, lastModified=2024-05-02 22:37:17.998757770, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.998757770 to 2024-05-02 22:37:17.999757790 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.000946913, lastModified=2024-05-02 22:37:17.999757790, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.000946913, lastModified=2024-05-02 22:37:17.999757790, delta=1189123 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.001456339, lastModified=2024-05-02 22:37:17.999757790, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:17.999757790 to 2024-05-02 22:37:18.000757809 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.001936273, lastModified=2024-05-02 22:37:18.000757809, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.001936273, lastModified=2024-05-02 22:37:18.000757809, delta=1178464 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.002445750, lastModified=2024-05-02 22:37:18.000757809, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.000757809 to 2024-05-02 22:37:18.001757828 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.002917215, lastModified=2024-05-02 22:37:18.001757828, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.002917215, lastModified=2024-05-02 22:37:18.001757828, delta=1159387 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.003426203, lastModified=2024-05-02 22:37:18.001757828, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.001757828 to 2024-05-02 22:37:18.002757847 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.003904298, lastModified=2024-05-02 22:37:18.002757847, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.003904298, lastModified=2024-05-02 22:37:18.002757847, delta=1146451 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.004406861, lastModified=2024-05-02 22:37:18.002757847, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.002757847 to 2024-05-02 22:37:18.003757866 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.004939920, lastModified=2024-05-02 22:37:18.003757866, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.004939920, lastModified=2024-05-02 22:37:18.003757866, delta=1182054 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.005475967, lastModified=2024-05-02 22:37:18.003757866, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.003757866 to 2024-05-02 22:37:18.004757885 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.005963438, lastModified=2024-05-02 22:37:18.004757885, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.005963438, lastModified=2024-05-02 22:37:18.004757885, delta=1205553 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.006464888, lastModified=2024-05-02 22:37:18.004757885, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.004757885 to 2024-05-02 22:37:18.005757904 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.006940874, lastModified=2024-05-02 22:37:18.005757904, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.006940874, lastModified=2024-05-02 22:37:18.005757904, delta=1182970 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.007443120, lastModified=2024-05-02 22:37:18.005757904, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.005757904 to 2024-05-02 22:37:18.006757923 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.007924099, lastModified=2024-05-02 22:37:18.006757923, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.007924099, lastModified=2024-05-02 22:37:18.006757923, delta=1166176 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.008444500, lastModified=2024-05-02 22:37:18.006757923, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.006757923 to 2024-05-02 22:37:18.007757942 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.008930845, lastModified=2024-05-02 22:37:18.007757942, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.008930845, lastModified=2024-05-02 22:37:18.007757942, delta=1172903 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.009434676, lastModified=2024-05-02 22:37:18.007757942, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.007757942 to 2024-05-02 22:37:18.008757961 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.009946536, lastModified=2024-05-02 22:37:18.008757961, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.009946536, lastModified=2024-05-02 22:37:18.008757961, delta=1188575 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.010468801, lastModified=2024-05-02 22:37:18.008757961, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.008757961 to 2024-05-02 22:37:18.009757980 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.010955375, lastModified=2024-05-02 22:37:18.009757980, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.010955375, lastModified=2024-05-02 22:37:18.009757980, delta=1197395 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.011474623, lastModified=2024-05-02 22:37:18.009757980, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.009757980 to 2024-05-02 22:37:18.010757999 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.011961758, lastModified=2024-05-02 22:37:18.010757999, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.011961758, lastModified=2024-05-02 22:37:18.010757999, delta=1203759 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.012502805, lastModified=2024-05-02 22:37:18.011758019, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.012502805, lastModified=2024-05-02 22:37:18.011758019, delta=744786 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.013024170, lastModified=2024-05-02 22:37:18.011758019, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.013024170, lastModified=2024-05-02 22:37:18.011758019, delta=1266151 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.013611943, lastModified=2024-05-02 22:37:18.012758038, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.013611943, lastModified=2024-05-02 22:37:18.012758038, delta=853905 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.014151529, lastModified=2024-05-02 22:37:18.012758038, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.014151529, lastModified=2024-05-02 22:37:18.012758038, delta=1393491 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.014766389, lastModified=2024-05-02 22:37:18.013758057, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.014766389, lastModified=2024-05-02 22:37:18.013758057, delta=1008332 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.015431224, lastModified=2024-05-02 22:37:18.013758057, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.013758057 to 2024-05-02 22:37:18.014758076 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.015997221, lastModified=2024-05-02 22:37:18.014758076, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.015997221, lastModified=2024-05-02 22:37:18.014758076, delta=1239145 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.016616206, lastModified=2024-05-02 22:37:18.015758095, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.016616206, lastModified=2024-05-02 22:37:18.015758095, delta=858111 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.017270734, lastModified=2024-05-02 22:37:18.015758095, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.015758095 to 2024-05-02 22:37:18.016758114 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.017940555, lastModified=2024-05-02 22:37:18.016758114, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.017940555, lastModified=2024-05-02 22:37:18.016758114, delta=1182441 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.018621707, lastModified=2024-05-02 22:37:18.017758133, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.018621707, lastModified=2024-05-02 22:37:18.017758133, delta=863574 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.019267089, lastModified=2024-05-02 22:37:18.017758133, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.017758133 to 2024-05-02 22:37:18.018758152 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.019877630, lastModified=2024-05-02 22:37:18.018758152, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.019877630, lastModified=2024-05-02 22:37:18.018758152, delta=1119478 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.020518115, lastModified=2024-05-02 22:37:18.018758152, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.018758152 to 2024-05-02 22:37:18.019758171 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.021148175, lastModified=2024-05-02 22:37:18.019758171, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.021148175, lastModified=2024-05-02 22:37:18.019758171, delta=1390004 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.021836301, lastModified=2024-05-02 22:37:18.020758190, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.021836301, lastModified=2024-05-02 22:37:18.020758190, delta=1078111 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.022471427, lastModified=2024-05-02 22:37:18.020758190, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.020758190 to 2024-05-02 22:37:18.021758210 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.023066184, lastModified=2024-05-02 22:37:18.021758210, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.023066184, lastModified=2024-05-02 22:37:18.021758210, delta=1307974 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.023668905, lastModified=2024-05-02 22:37:18.022758228, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.023668905, lastModified=2024-05-02 22:37:18.022758228, delta=910677 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.024231611, lastModified=2024-05-02 22:37:18.022758228, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.022758228 to 2024-05-02 22:37:18.023758248 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.024750698, lastModified=2024-05-02 22:37:18.023758248, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.024750698, lastModified=2024-05-02 22:37:18.023758248, delta=992450 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.025279662, lastModified=2024-05-02 22:37:18.023758248, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.023758248 to 2024-05-02 22:37:18.024758267 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.025793909, lastModified=2024-05-02 22:37:18.024758267, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.025793909, lastModified=2024-05-02 22:37:18.024758267, delta=1035642 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.026312625, lastModified=2024-05-02 22:37:18.024758267, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.024758267 to 2024-05-02 22:37:18.025758286 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.026826763, lastModified=2024-05-02 22:37:18.025758286, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.026826763, lastModified=2024-05-02 22:37:18.025758286, delta=1068477 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.027348777, lastModified=2024-05-02 22:37:18.025758286, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.025758286 to 2024-05-02 22:37:18.026758305 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.027860063, lastModified=2024-05-02 22:37:18.026758305, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.027860063, lastModified=2024-05-02 22:37:18.026758305, delta=1101758 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.028387242, lastModified=2024-05-02 22:37:18.026758305, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.026758305 to 2024-05-02 22:37:18.027758324 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.028892022, lastModified=2024-05-02 22:37:18.027758324, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.028892022, lastModified=2024-05-02 22:37:18.027758324, delta=1133698 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.029423542, lastModified=2024-05-02 22:37:18.027758324, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.027758324 to 2024-05-02 22:37:18.028758343 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.029964539, lastModified=2024-05-02 22:37:18.028758343, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.029964539, lastModified=2024-05-02 22:37:18.028758343, delta=1206196 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.030556359, lastModified=2024-05-02 22:37:18.029758362, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.030556359, lastModified=2024-05-02 22:37:18.029758362, delta=797997 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.031095854, lastModified=2024-05-02 22:37:18.029758362, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.031095854, lastModified=2024-05-02 22:37:18.029758362, delta=1337492 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.031651887, lastModified=2024-05-02 22:37:18.030758381, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.031651887, lastModified=2024-05-02 22:37:18.030758381, delta=893506 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.032180822, lastModified=2024-05-02 22:37:18.030758381, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.032180822, lastModified=2024-05-02 22:37:18.030758381, delta=1422441 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.032715120, lastModified=2024-05-02 22:37:18.031758400, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.032715120, lastModified=2024-05-02 22:37:18.031758400, delta=956720 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.033247321, lastModified=2024-05-02 22:37:18.031758400, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.031758400 to 2024-05-02 22:37:18.032758420 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.033779372, lastModified=2024-05-02 22:37:18.032758420, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.033779372, lastModified=2024-05-02 22:37:18.032758420, delta=1020952 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.034307963, lastModified=2024-05-02 22:37:18.032758420, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.032758420 to 2024-05-02 22:37:18.033758439 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.034875758, lastModified=2024-05-02 22:37:18.033758439, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.034875758, lastModified=2024-05-02 22:37:18.033758439, delta=1117319 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.035423154, lastModified=2024-05-02 22:37:18.033758439, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.033758439 to 2024-05-02 22:37:18.034758458 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.035979661, lastModified=2024-05-02 22:37:18.034758458, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.035979661, lastModified=2024-05-02 22:37:18.034758458, delta=1221203 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.036531105, lastModified=2024-05-02 22:37:18.035758477, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.036531105, lastModified=2024-05-02 22:37:18.035758477, delta=772628 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.037071813, lastModified=2024-05-02 22:37:18.035758477, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.037071813, lastModified=2024-05-02 22:37:18.035758477, delta=1313336 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.037613326, lastModified=2024-05-02 22:37:18.036758496, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.037613326, lastModified=2024-05-02 22:37:18.036758496, delta=854830 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.038162340, lastModified=2024-05-02 22:37:18.036758496, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.038162340, lastModified=2024-05-02 22:37:18.036758496, delta=1403844 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.038709749, lastModified=2024-05-02 22:37:18.037758515, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.038709749, lastModified=2024-05-02 22:37:18.037758515, delta=951234 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.039245715, lastModified=2024-05-02 22:37:18.037758515, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.037758515 to 2024-05-02 22:37:18.038758534 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.039795104, lastModified=2024-05-02 22:37:18.038758534, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.039795104, lastModified=2024-05-02 22:37:18.038758534, delta=1036570 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.040344597, lastModified=2024-05-02 22:37:18.038758534, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.038758534 to 2024-05-02 22:37:18.039758553 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.040924834, lastModified=2024-05-02 22:37:18.039758553, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.040924834, lastModified=2024-05-02 22:37:18.039758553, delta=1166281 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.041495972, lastModified=2024-05-02 22:37:18.039758553, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.039758553 to 2024-05-02 22:37:18.040758572 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.042014527, lastModified=2024-05-02 22:37:18.040758572, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.042014527, lastModified=2024-05-02 22:37:18.040758572, delta=1255955 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.042556041, lastModified=2024-05-02 22:37:18.041758591, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.042556041, lastModified=2024-05-02 22:37:18.041758591, delta=797450 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.043095343, lastModified=2024-05-02 22:37:18.041758591, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.043095343, lastModified=2024-05-02 22:37:18.041758591, delta=1336752 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.043670714, lastModified=2024-05-02 22:37:18.042758610, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.043670714, lastModified=2024-05-02 22:37:18.042758610, delta=912104 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.044245585, lastModified=2024-05-02 22:37:18.042758610, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.042758610 to 2024-05-02 22:37:18.043758630 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.044825793, lastModified=2024-05-02 22:37:18.043758630, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.044825793, lastModified=2024-05-02 22:37:18.043758630, delta=1067163 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.045409670, lastModified=2024-05-02 22:37:18.043758630, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.043758630 to 2024-05-02 22:37:18.044758649 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.045970902, lastModified=2024-05-02 22:37:18.044758649, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.045970902, lastModified=2024-05-02 22:37:18.044758649, delta=1212253 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.046575515, lastModified=2024-05-02 22:37:18.045758668, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.046575515, lastModified=2024-05-02 22:37:18.045758668, delta=816847 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.047177851, lastModified=2024-05-02 22:37:18.045758668, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.047177851, lastModified=2024-05-02 22:37:18.045758668, delta=1419183 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.047771527, lastModified=2024-05-02 22:37:18.046758687, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.047771527, lastModified=2024-05-02 22:37:18.046758687, delta=1012840 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.048343969, lastModified=2024-05-02 22:37:18.046758687, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.046758687 to 2024-05-02 22:37:18.047758706 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.048899342, lastModified=2024-05-02 22:37:18.047758706, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.048899342, lastModified=2024-05-02 22:37:18.047758706, delta=1140636 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.049452946, lastModified=2024-05-02 22:37:18.047758706, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.047758706 to 2024-05-02 22:37:18.048758725 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.049976509, lastModified=2024-05-02 22:37:18.048758725, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.049976509, lastModified=2024-05-02 22:37:18.048758725, delta=1217784 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.050522126, lastModified=2024-05-02 22:37:18.049758744, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.050522126, lastModified=2024-05-02 22:37:18.049758744, delta=763382 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.051066259, lastModified=2024-05-02 22:37:18.049758744, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.051066259, lastModified=2024-05-02 22:37:18.049758744, delta=1307515 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.051736410, lastModified=2024-05-02 22:37:18.050758763, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.051736410, lastModified=2024-05-02 22:37:18.050758763, delta=977647 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.052718593, lastModified=2024-05-02 22:37:18.051758782, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.052718593, lastModified=2024-05-02 22:37:18.051758782, delta=959811 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.053548067, lastModified=2024-05-02 22:37:18.051758782, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.051758782 to 2024-05-02 22:37:18.052758801 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.054416327, lastModified=2024-05-02 22:37:18.052758801, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.052758801 to 2024-05-02 22:37:18.053758820 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.055325959, lastModified=2024-05-02 22:37:18.053758820, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.053758820 to 2024-05-02 22:37:18.054758839 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.056240192, lastModified=2024-05-02 22:37:18.054758839, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.054758839 to 2024-05-02 22:37:18.055758859 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.057130759, lastModified=2024-05-02 22:37:18.055758859, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.057130759, lastModified=2024-05-02 22:37:18.055758859, delta=1371900 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.057976744, lastModified=2024-05-02 22:37:18.056758878, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.057976744, lastModified=2024-05-02 22:37:18.056758878, delta=1217866 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.058636588, lastModified=2024-05-02 22:37:18.057758897, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.058636588, lastModified=2024-05-02 22:37:18.057758897, delta=877691 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.059248725, lastModified=2024-05-02 22:37:18.057758897, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.057758897 to 2024-05-02 22:37:18.058758916 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.059805887, lastModified=2024-05-02 22:37:18.058758916, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.059805887, lastModified=2024-05-02 22:37:18.058758916, delta=1046971 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.060407097, lastModified=2024-05-02 22:37:18.058758916, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.058758916 to 2024-05-02 22:37:18.059758935 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.060959823, lastModified=2024-05-02 22:37:18.059758935, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.060959823, lastModified=2024-05-02 22:37:18.059758935, delta=1200888 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.061556420, lastModified=2024-05-02 22:37:18.060758954, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.061556420, lastModified=2024-05-02 22:37:18.060758954, delta=797466 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.062122476, lastModified=2024-05-02 22:37:18.060758954, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.062122476, lastModified=2024-05-02 22:37:18.060758954, delta=1363522 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.062704934, lastModified=2024-05-02 22:37:18.061758973, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.062704934, lastModified=2024-05-02 22:37:18.061758973, delta=945961 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.063280572, lastModified=2024-05-02 22:37:18.061758973, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.061758973 to 2024-05-02 22:37:18.062758992 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.063832046, lastModified=2024-05-02 22:37:18.062758992, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.063832046, lastModified=2024-05-02 22:37:18.062758992, delta=1073054 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.064401899, lastModified=2024-05-02 22:37:18.062758992, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.062758992 to 2024-05-02 22:37:18.063759011 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.064947518, lastModified=2024-05-02 22:37:18.063759011, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.064947518, lastModified=2024-05-02 22:37:18.063759011, delta=1188507 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.065519063, lastModified=2024-05-02 22:37:18.063759011, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.063759011 to 2024-05-02 22:37:18.064759031 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.066116820, lastModified=2024-05-02 22:37:18.064759031, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.066116820, lastModified=2024-05-02 22:37:18.064759031, delta=1357789 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.066712827, lastModified=2024-05-02 22:37:18.065759050, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.066712827, lastModified=2024-05-02 22:37:18.065759050, delta=953777 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.067303801, lastModified=2024-05-02 22:37:18.065759050, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.065759050 to 2024-05-02 22:37:18.066759069 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.067882809, lastModified=2024-05-02 22:37:18.066759069, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.067882809, lastModified=2024-05-02 22:37:18.066759069, delta=1123740 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.068477259, lastModified=2024-05-02 22:37:18.066759069, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.066759069 to 2024-05-02 22:37:18.067759088 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.069029418, lastModified=2024-05-02 22:37:18.067759088, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.069029418, lastModified=2024-05-02 22:37:18.067759088, delta=1270330 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.069642345, lastModified=2024-05-02 22:37:18.068759107, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.069642345, lastModified=2024-05-02 22:37:18.068759107, delta=883238 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.070245202, lastModified=2024-05-02 22:37:18.068759107, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.068759107 to 2024-05-02 22:37:18.069759126 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.070835127, lastModified=2024-05-02 22:37:18.069759126, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.070835127, lastModified=2024-05-02 22:37:18.069759126, delta=1076001 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.071520800, lastModified=2024-05-02 22:37:18.069759126, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.069759126 to 2024-05-02 22:37:18.070759145 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.072079219, lastModified=2024-05-02 22:37:18.070759145, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.072079219, lastModified=2024-05-02 22:37:18.070759145, delta=1320074 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.072707389, lastModified=2024-05-02 22:37:18.071759164, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.072707389, lastModified=2024-05-02 22:37:18.071759164, delta=948225 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.073350890, lastModified=2024-05-02 22:37:18.071759164, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.071759164 to 2024-05-02 22:37:18.072759183 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.073956957, lastModified=2024-05-02 22:37:18.072759183, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.073956957, lastModified=2024-05-02 22:37:18.072759183, delta=1197774 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.074582189, lastModified=2024-05-02 22:37:18.073759202, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.074582189, lastModified=2024-05-02 22:37:18.073759202, delta=822987 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.075195192, lastModified=2024-05-02 22:37:18.073759202, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.075195192, lastModified=2024-05-02 22:37:18.073759202, delta=1435990 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.075813644, lastModified=2024-05-02 22:37:18.074759221, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.075813644, lastModified=2024-05-02 22:37:18.074759221, delta=1054423 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.076433159, lastModified=2024-05-02 22:37:18.074759221, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.074759221 to 2024-05-02 22:37:18.075759240 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.077032555, lastModified=2024-05-02 22:37:18.075759240, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.077032555, lastModified=2024-05-02 22:37:18.075759240, delta=1273315 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.077674874, lastModified=2024-05-02 22:37:18.076759260, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.077674874, lastModified=2024-05-02 22:37:18.076759260, delta=915614 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.078287773, lastModified=2024-05-02 22:37:18.076759260, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.076759260 to 2024-05-02 22:37:18.077759279 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.078905140, lastModified=2024-05-02 22:37:18.077759279, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.078905140, lastModified=2024-05-02 22:37:18.077759279, delta=1145861 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.079542442, lastModified=2024-05-02 22:37:18.077759279, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.077759279 to 2024-05-02 22:37:18.078759298 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.080118015, lastModified=2024-05-02 22:37:18.078759298, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.080118015, lastModified=2024-05-02 22:37:18.078759298, delta=1358717 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.080728280, lastModified=2024-05-02 22:37:18.079759317, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.080728280, lastModified=2024-05-02 22:37:18.079759317, delta=968963 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.081348221, lastModified=2024-05-02 22:37:18.079759317, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.079759317 to 2024-05-02 22:37:18.080759336 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.081936065, lastModified=2024-05-02 22:37:18.080759336, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.081936065, lastModified=2024-05-02 22:37:18.080759336, delta=1176729 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.082516034, lastModified=2024-05-02 22:37:18.080759336, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.080759336 to 2024-05-02 22:37:18.081759355 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.083079837, lastModified=2024-05-02 22:37:18.081759355, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.083079837, lastModified=2024-05-02 22:37:18.081759355, delta=1320482 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.083655765, lastModified=2024-05-02 22:37:18.082759374, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.083655765, lastModified=2024-05-02 22:37:18.082759374, delta=896391 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.084259904, lastModified=2024-05-02 22:37:18.082759374, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.082759374 to 2024-05-02 22:37:18.083759393 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.084867508, lastModified=2024-05-02 22:37:18.083759393, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.084867508, lastModified=2024-05-02 22:37:18.083759393, delta=1108115 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.085483907, lastModified=2024-05-02 22:37:18.083759393, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.083759393 to 2024-05-02 22:37:18.084759412 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.086058920, lastModified=2024-05-02 22:37:18.084759412, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.086058920, lastModified=2024-05-02 22:37:18.084759412, delta=1299508 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.086650189, lastModified=2024-05-02 22:37:18.085759431, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.086650189, lastModified=2024-05-02 22:37:18.085759431, delta=890758 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.087249108, lastModified=2024-05-02 22:37:18.085759431, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.085759431 to 2024-05-02 22:37:18.086759451 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.087898270, lastModified=2024-05-02 22:37:18.086759451, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.087898270, lastModified=2024-05-02 22:37:18.086759451, delta=1138819 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.088516256, lastModified=2024-05-02 22:37:18.086759451, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.086759451 to 2024-05-02 22:37:18.087759469 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.089108337, lastModified=2024-05-02 22:37:18.087759469, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.089108337, lastModified=2024-05-02 22:37:18.087759469, delta=1348868 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.089787905, lastModified=2024-05-02 22:37:18.088759489, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.089787905, lastModified=2024-05-02 22:37:18.088759489, delta=1028416 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.090501966, lastModified=2024-05-02 22:37:18.088759489, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.088759489 to 2024-05-02 22:37:18.089759508 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.091179933, lastModified=2024-05-02 22:37:18.089759508, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.089759508 to 2024-05-02 22:37:18.090759527 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.091982550, lastModified=2024-05-02 22:37:18.090759527, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.091982550, lastModified=2024-05-02 22:37:18.090759527, delta=1223023 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.092788240, lastModified=2024-05-02 22:37:18.091759546, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.092788240, lastModified=2024-05-02 22:37:18.091759546, delta=1028694 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.093527702, lastModified=2024-05-02 22:37:18.091759546, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.091759546 to 2024-05-02 22:37:18.092759565 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.094188854, lastModified=2024-05-02 22:37:18.092759565, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.094188854, lastModified=2024-05-02 22:37:18.092759565, delta=1429289 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.094899919, lastModified=2024-05-02 22:37:18.093759584, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.094899919, lastModified=2024-05-02 22:37:18.093759584, delta=1140335 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.095635519, lastModified=2024-05-02 22:37:18.094759603, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.095635519, lastModified=2024-05-02 22:37:18.094759603, delta=875916 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.096323354, lastModified=2024-05-02 22:37:18.094759603, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.094759603 to 2024-05-02 22:37:18.095759622 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.096994802, lastModified=2024-05-02 22:37:18.095759622, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.096994802, lastModified=2024-05-02 22:37:18.095759622, delta=1235180 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.097687090, lastModified=2024-05-02 22:37:18.096759641, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.097687090, lastModified=2024-05-02 22:37:18.096759641, delta=927449 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.098379045, lastModified=2024-05-02 22:37:18.096759641, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.096759641 to 2024-05-02 22:37:18.097759661 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.099040951, lastModified=2024-05-02 22:37:18.097759661, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.099040951, lastModified=2024-05-02 22:37:18.097759661, delta=1281290 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.099775979, lastModified=2024-05-02 22:37:18.098759680, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.099775979, lastModified=2024-05-02 22:37:18.098759680, delta=1016299 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.100487862, lastModified=2024-05-02 22:37:18.098759680, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.098759680 to 2024-05-02 22:37:18.099759699 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.101143359, lastModified=2024-05-02 22:37:18.099759699, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.101143359, lastModified=2024-05-02 22:37:18.099759699, delta=1383660 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.101839462, lastModified=2024-05-02 22:37:18.100759718, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.101839462, lastModified=2024-05-02 22:37:18.100759718, delta=1079744 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.102531538, lastModified=2024-05-02 22:37:18.100759718, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.100759718 to 2024-05-02 22:37:18.101759737 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.103166666, lastModified=2024-05-02 22:37:18.101759737, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.103166666, lastModified=2024-05-02 22:37:18.101759737, delta=1406929 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.103871625, lastModified=2024-05-02 22:37:18.102759756, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.103871625, lastModified=2024-05-02 22:37:18.102759756, delta=1111869 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.104563750, lastModified=2024-05-02 22:37:18.103759775, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.104563750, lastModified=2024-05-02 22:37:18.103759775, delta=803975 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.105253741, lastModified=2024-05-02 22:37:18.103759775, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.103759775 to 2024-05-02 22:37:18.104759794 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.105937446, lastModified=2024-05-02 22:37:18.104759794, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.105937446, lastModified=2024-05-02 22:37:18.104759794, delta=1177652 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.106613227, lastModified=2024-05-02 22:37:18.105759813, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.106613227, lastModified=2024-05-02 22:37:18.105759813, delta=853414 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.107304586, lastModified=2024-05-02 22:37:18.105759813, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.105759813 to 2024-05-02 22:37:18.106759832 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.107974386, lastModified=2024-05-02 22:37:18.106759832, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.107974386, lastModified=2024-05-02 22:37:18.106759832, delta=1214554 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.108700436, lastModified=2024-05-02 22:37:18.107759851, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.108700436, lastModified=2024-05-02 22:37:18.107759851, delta=940585 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.109381317, lastModified=2024-05-02 22:37:18.107759851, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.107759851 to 2024-05-02 22:37:18.108759871 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.110012031, lastModified=2024-05-02 22:37:18.108759871, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.110012031, lastModified=2024-05-02 22:37:18.108759871, delta=1252160 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.110682978, lastModified=2024-05-02 22:37:18.109759890, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.110682978, lastModified=2024-05-02 22:37:18.109759890, delta=923088 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.111379014, lastModified=2024-05-02 22:37:18.109759890, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.109759890 to 2024-05-02 22:37:18.110759909 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.112029879, lastModified=2024-05-02 22:37:18.110759909, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.112029879, lastModified=2024-05-02 22:37:18.110759909, delta=1269970 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.112704140, lastModified=2024-05-02 22:37:18.111759928, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.112704140, lastModified=2024-05-02 22:37:18.111759928, delta=944212 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.113363011, lastModified=2024-05-02 22:37:18.111759928, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.111759928 to 2024-05-02 22:37:18.112759947 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.114006108, lastModified=2024-05-02 22:37:18.112759947, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.114006108, lastModified=2024-05-02 22:37:18.112759947, delta=1246161 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.114677507, lastModified=2024-05-02 22:37:18.113759966, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.114677507, lastModified=2024-05-02 22:37:18.113759966, delta=917541 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.115346420, lastModified=2024-05-02 22:37:18.113759966, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.113759966 to 2024-05-02 22:37:18.114759985 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.115993679, lastModified=2024-05-02 22:37:18.114759985, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.115993679, lastModified=2024-05-02 22:37:18.114759985, delta=1233694 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.116656079, lastModified=2024-05-02 22:37:18.115760004, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.116656079, lastModified=2024-05-02 22:37:18.115760004, delta=896075 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.117315478, lastModified=2024-05-02 22:37:18.115760004, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.115760004 to 2024-05-02 22:37:18.116760023 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.117963233, lastModified=2024-05-02 22:37:18.116760023, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.117963233, lastModified=2024-05-02 22:37:18.116760023, delta=1203210 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.118627316, lastModified=2024-05-02 22:37:18.117760042, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.118627316, lastModified=2024-05-02 22:37:18.117760042, delta=867274 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.119308139, lastModified=2024-05-02 22:37:18.117760042, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.117760042 to 2024-05-02 22:37:18.118760061 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.119977454, lastModified=2024-05-02 22:37:18.118760061, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.119977454, lastModified=2024-05-02 22:37:18.118760061, delta=1217393 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.120674346, lastModified=2024-05-02 22:37:18.119760080, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.120674346, lastModified=2024-05-02 22:37:18.119760080, delta=914266 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.121349091, lastModified=2024-05-02 22:37:18.119760080, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.119760080 to 2024-05-02 22:37:18.120760100 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.122013281, lastModified=2024-05-02 22:37:18.120760100, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.122013281, lastModified=2024-05-02 22:37:18.120760100, delta=1253181 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.122684410, lastModified=2024-05-02 22:37:18.121760119, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.122684410, lastModified=2024-05-02 22:37:18.121760119, delta=924291 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.123376573, lastModified=2024-05-02 22:37:18.121760119, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.121760119 to 2024-05-02 22:37:18.122760138 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.124024813, lastModified=2024-05-02 22:37:18.122760138, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.124024813, lastModified=2024-05-02 22:37:18.122760138, delta=1264675 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.124693610, lastModified=2024-05-02 22:37:18.123760157, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.124693610, lastModified=2024-05-02 22:37:18.123760157, delta=933453 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.125366613, lastModified=2024-05-02 22:37:18.123760157, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.123760157 to 2024-05-02 22:37:18.124760176 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.126009885, lastModified=2024-05-02 22:37:18.124760176, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.126009885, lastModified=2024-05-02 22:37:18.124760176, delta=1249709 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.126694448, lastModified=2024-05-02 22:37:18.125760195, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.126694448, lastModified=2024-05-02 22:37:18.125760195, delta=934253 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.127370990, lastModified=2024-05-02 22:37:18.125760195, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.125760195 to 2024-05-02 22:37:18.126760214 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.128045161, lastModified=2024-05-02 22:37:18.126760214, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.128045161, lastModified=2024-05-02 22:37:18.126760214, delta=1284947 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.128750595, lastModified=2024-05-02 22:37:18.127760233, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.128750595, lastModified=2024-05-02 22:37:18.127760233, delta=990362 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.129392727, lastModified=2024-05-02 22:37:18.127760233, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.127760233 to 2024-05-02 22:37:18.128760252 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.130001438, lastModified=2024-05-02 22:37:18.128760252, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.130001438, lastModified=2024-05-02 22:37:18.128760252, delta=1241186 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.130600665, lastModified=2024-05-02 22:37:18.129760272, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.130600665, lastModified=2024-05-02 22:37:18.129760272, delta=840393 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.131192467, lastModified=2024-05-02 22:37:18.129760272, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.131192467, lastModified=2024-05-02 22:37:18.129760272, delta=1432195 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.131826400, lastModified=2024-05-02 22:37:18.130760291, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.131826400, lastModified=2024-05-02 22:37:18.130760291, delta=1066109 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.132462507, lastModified=2024-05-02 22:37:18.130760291, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.130760291 to 2024-05-02 22:37:18.131760310 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.133047874, lastModified=2024-05-02 22:37:18.131760310, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.133047874, lastModified=2024-05-02 22:37:18.131760310, delta=1287564 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.133671239, lastModified=2024-05-02 22:37:18.132760329, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.133671239, lastModified=2024-05-02 22:37:18.132760329, delta=910910 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.134281346, lastModified=2024-05-02 22:37:18.132760329, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.132760329 to 2024-05-02 22:37:18.133760348 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.134882205, lastModified=2024-05-02 22:37:18.133760348, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.134882205, lastModified=2024-05-02 22:37:18.133760348, delta=1121857 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.135482239, lastModified=2024-05-02 22:37:18.133760348, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.133760348 to 2024-05-02 22:37:18.134760367 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.136066917, lastModified=2024-05-02 22:37:18.134760367, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.136066917, lastModified=2024-05-02 22:37:18.134760367, delta=1306550 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.136663197, lastModified=2024-05-02 22:37:18.135760386, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.136663197, lastModified=2024-05-02 22:37:18.135760386, delta=902811 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.137289272, lastModified=2024-05-02 22:37:18.135760386, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.135760386 to 2024-05-02 22:37:18.136760405 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.137906347, lastModified=2024-05-02 22:37:18.136760405, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.137906347, lastModified=2024-05-02 22:37:18.136760405, delta=1145942 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.138512449, lastModified=2024-05-02 22:37:18.136760405, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.136760405 to 2024-05-02 22:37:18.137760424 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.139116151, lastModified=2024-05-02 22:37:18.137760424, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.139116151, lastModified=2024-05-02 22:37:18.137760424, delta=1355727 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.139736687, lastModified=2024-05-02 22:37:18.138760443, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.139736687, lastModified=2024-05-02 22:37:18.138760443, delta=976244 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.140342145, lastModified=2024-05-02 22:37:18.138760443, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.138760443 to 2024-05-02 22:37:18.139760462 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.140952344, lastModified=2024-05-02 22:37:18.139760462, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.140952344, lastModified=2024-05-02 22:37:18.139760462, delta=1191882 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.141570684, lastModified=2024-05-02 22:37:18.140760481, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.141570684, lastModified=2024-05-02 22:37:18.140760481, delta=810203 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.142194445, lastModified=2024-05-02 22:37:18.140760481, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.142194445, lastModified=2024-05-02 22:37:18.140760481, delta=1433964 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.142828766, lastModified=2024-05-02 22:37:18.141760501, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.142828766, lastModified=2024-05-02 22:37:18.141760501, delta=1068265 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.143455816, lastModified=2024-05-02 22:37:18.141760501, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.141760501 to 2024-05-02 22:37:18.142760520 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.144052796, lastModified=2024-05-02 22:37:18.142760520, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.144052796, lastModified=2024-05-02 22:37:18.142760520, delta=1292276 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.144706210, lastModified=2024-05-02 22:37:18.143760539, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.144706210, lastModified=2024-05-02 22:37:18.143760539, delta=945671 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.145325449, lastModified=2024-05-02 22:37:18.143760539, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.143760539 to 2024-05-02 22:37:18.144760558 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.145947117, lastModified=2024-05-02 22:37:18.144760558, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.145947117, lastModified=2024-05-02 22:37:18.144760558, delta=1186559 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.146550669, lastModified=2024-05-02 22:37:18.144760558, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.144760558 to 2024-05-02 22:37:18.145760577 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.147170375, lastModified=2024-05-02 22:37:18.145760577, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.147170375, lastModified=2024-05-02 22:37:18.145760577, delta=1409798 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.147805782, lastModified=2024-05-02 22:37:18.146760596, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.147805782, lastModified=2024-05-02 22:37:18.146760596, delta=1045186 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.148442340, lastModified=2024-05-02 22:37:18.146760596, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.146760596 to 2024-05-02 22:37:18.147760615 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.149059752, lastModified=2024-05-02 22:37:18.147760615, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.149059752, lastModified=2024-05-02 22:37:18.147760615, delta=1299137 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.149715755, lastModified=2024-05-02 22:37:18.148760634, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.149715755, lastModified=2024-05-02 22:37:18.148760634, delta=955121 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.150347763, lastModified=2024-05-02 22:37:18.148760634, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.148760634 to 2024-05-02 22:37:18.149760653 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.150989925, lastModified=2024-05-02 22:37:18.149760653, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.150989925, lastModified=2024-05-02 22:37:18.149760653, delta=1229272 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.151655285, lastModified=2024-05-02 22:37:18.150760672, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.151655285, lastModified=2024-05-02 22:37:18.150760672, delta=894613 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.152327891, lastModified=2024-05-02 22:37:18.150760672, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.150760672 to 2024-05-02 22:37:18.151760692 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.152960856, lastModified=2024-05-02 22:37:18.151760692, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.152960856, lastModified=2024-05-02 22:37:18.151760692, delta=1200164 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.153596702, lastModified=2024-05-02 22:37:18.152760710, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.153596702, lastModified=2024-05-02 22:37:18.152760710, delta=835992 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.154221164, lastModified=2024-05-02 22:37:18.152760710, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.154221164, lastModified=2024-05-02 22:37:18.152760710, delta=1460454 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.154860208, lastModified=2024-05-02 22:37:18.153760730, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.154860208, lastModified=2024-05-02 22:37:18.153760730, delta=1099478 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.155514641, lastModified=2024-05-02 22:37:18.153760730, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.153760730 to 2024-05-02 22:37:18.154760749 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.156130602, lastModified=2024-05-02 22:37:18.154760749, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.156130602, lastModified=2024-05-02 22:37:18.154760749, delta=1369853 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.156763451, lastModified=2024-05-02 22:37:18.155760768, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.156763451, lastModified=2024-05-02 22:37:18.155760768, delta=1002683 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.157388434, lastModified=2024-05-02 22:37:18.155760768, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.155760768 to 2024-05-02 22:37:18.156760787 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.157987344, lastModified=2024-05-02 22:37:18.156760787, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.157987344, lastModified=2024-05-02 22:37:18.156760787, delta=1226557 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.158611770, lastModified=2024-05-02 22:37:18.157760806, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.158611770, lastModified=2024-05-02 22:37:18.157760806, delta=850964 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.159251174, lastModified=2024-05-02 22:37:18.157760806, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.157760806 to 2024-05-02 22:37:18.158760825 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.159898660, lastModified=2024-05-02 22:37:18.158760825, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.159898660, lastModified=2024-05-02 22:37:18.158760825, delta=1137835 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.160542388, lastModified=2024-05-02 22:37:18.158760825, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.158760825 to 2024-05-02 22:37:18.159760844 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.161161569, lastModified=2024-05-02 22:37:18.159760844, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.161161569, lastModified=2024-05-02 22:37:18.159760844, delta=1400725 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.161795522, lastModified=2024-05-02 22:37:18.160760863, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.161795522, lastModified=2024-05-02 22:37:18.160760863, delta=1034659 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.162423269, lastModified=2024-05-02 22:37:18.160760863, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.160760863 to 2024-05-02 22:37:18.161760882 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.163061426, lastModified=2024-05-02 22:37:18.161760882, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.163061426, lastModified=2024-05-02 22:37:18.161760882, delta=1300544 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.163715250, lastModified=2024-05-02 22:37:18.162760902, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.163715250, lastModified=2024-05-02 22:37:18.162760902, delta=954348 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.164326604, lastModified=2024-05-02 22:37:18.162760902, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.162760902 to 2024-05-02 22:37:18.163760921 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.164974933, lastModified=2024-05-02 22:37:18.163760921, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.164974933, lastModified=2024-05-02 22:37:18.163760921, delta=1214012 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.165618153, lastModified=2024-05-02 22:37:18.164760940, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.165618153, lastModified=2024-05-02 22:37:18.164760940, delta=857213 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.166261567, lastModified=2024-05-02 22:37:18.164760940, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.164760940 to 2024-05-02 22:37:18.165760959 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.166890542, lastModified=2024-05-02 22:37:18.165760959, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.166890542, lastModified=2024-05-02 22:37:18.165760959, delta=1129583 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.167542557, lastModified=2024-05-02 22:37:18.165760959, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.165760959 to 2024-05-02 22:37:18.166760978 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.168180836, lastModified=2024-05-02 22:37:18.166760978, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.168180836, lastModified=2024-05-02 22:37:18.166760978, delta=1419858 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.169075669, lastModified=2024-05-02 22:37:18.167760997, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.169075669, lastModified=2024-05-02 22:37:18.167760997, delta=1314672 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.170024293, lastModified=2024-05-02 22:37:18.168761016, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.170024293, lastModified=2024-05-02 22:37:18.168761016, delta=1263277 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.170816501, lastModified=2024-05-02 22:37:18.169761035, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.170816501, lastModified=2024-05-02 22:37:18.169761035, delta=1055466 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.171585530, lastModified=2024-05-02 22:37:18.169761035, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.169761035 to 2024-05-02 22:37:18.170761054 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.172239615, lastModified=2024-05-02 22:37:18.170761054, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.170761054 to 2024-05-02 22:37:18.171761073 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.172881606, lastModified=2024-05-02 22:37:18.171761073, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.172881606, lastModified=2024-05-02 22:37:18.171761073, delta=1120533 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.173560514, lastModified=2024-05-02 22:37:18.171761073, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.171761073 to 2024-05-02 22:37:18.172761092 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.174198475, lastModified=2024-05-02 22:37:18.172761092, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.174198475, lastModified=2024-05-02 22:37:18.172761092, delta=1437383 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.174862174, lastModified=2024-05-02 22:37:18.173761112, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.174862174, lastModified=2024-05-02 22:37:18.173761112, delta=1101062 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.175521666, lastModified=2024-05-02 22:37:18.173761112, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.173761112 to 2024-05-02 22:37:18.174761131 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.176199797, lastModified=2024-05-02 22:37:18.174761131, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.176199797, lastModified=2024-05-02 22:37:18.174761131, delta=1438666 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.176940093, lastModified=2024-05-02 22:37:18.175761150, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.176940093, lastModified=2024-05-02 22:37:18.175761150, delta=1178943 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.177688419, lastModified=2024-05-02 22:37:18.176761169, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.177688419, lastModified=2024-05-02 22:37:18.176761169, delta=927250 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.178397220, lastModified=2024-05-02 22:37:18.176761169, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.176761169 to 2024-05-02 22:37:18.177761188 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.179094671, lastModified=2024-05-02 22:37:18.177761188, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.179094671, lastModified=2024-05-02 22:37:18.177761188, delta=1333483 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.179802358, lastModified=2024-05-02 22:37:18.178761207, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.179802358, lastModified=2024-05-02 22:37:18.178761207, delta=1041151 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.180466015, lastModified=2024-05-02 22:37:18.178761207, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.178761207 to 2024-05-02 22:37:18.179761226 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.181113490, lastModified=2024-05-02 22:37:18.179761226, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.181113490, lastModified=2024-05-02 22:37:18.179761226, delta=1352264 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.181773794, lastModified=2024-05-02 22:37:18.180761245, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.181773794, lastModified=2024-05-02 22:37:18.180761245, delta=1012549 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.182435066, lastModified=2024-05-02 22:37:18.180761245, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.180761245 to 2024-05-02 22:37:18.181761264 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.195805549, lastModified=2024-05-02 22:37:18.181761264, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.181761264 to 2024-05-02 22:37:18.194761513 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.196580663, lastModified=2024-05-02 22:37:18.194761513, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.194761513 to 2024-05-02 22:37:18.195761532 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.197373482, lastModified=2024-05-02 22:37:18.195761532, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.195761532 to 2024-05-02 22:37:18.196761551 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.198211696, lastModified=2024-05-02 22:37:18.196761551, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.196761551 to 2024-05-02 22:37:18.197761570 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.198955145, lastModified=2024-05-02 22:37:18.197761570, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.198955145, lastModified=2024-05-02 22:37:18.197761570, delta=1193575 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.199704482, lastModified=2024-05-02 22:37:18.198761589, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.199704482, lastModified=2024-05-02 22:37:18.198761589, delta=942893 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.200383679, lastModified=2024-05-02 22:37:18.198761589, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.198761589 to 2024-05-02 22:37:18.199761608 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.201032576, lastModified=2024-05-02 22:37:18.199761608, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.201032576, lastModified=2024-05-02 22:37:18.199761608, delta=1270968 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.201725849, lastModified=2024-05-02 22:37:18.200761627, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.201725849, lastModified=2024-05-02 22:37:18.200761627, delta=964222 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.202415627, lastModified=2024-05-02 22:37:18.200761627, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.200761627 to 2024-05-02 22:37:18.201761646 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.203060744, lastModified=2024-05-02 22:37:18.201761646, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.203060744, lastModified=2024-05-02 22:37:18.201761646, delta=1299098 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.203747493, lastModified=2024-05-02 22:37:18.202761665, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.203747493, lastModified=2024-05-02 22:37:18.202761665, delta=985828 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.204432107, lastModified=2024-05-02 22:37:18.202761665, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.202761665 to 2024-05-02 22:37:18.203761684 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.205086994, lastModified=2024-05-02 22:37:18.203761684, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.205086994, lastModified=2024-05-02 22:37:18.203761684, delta=1325310 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.205761966, lastModified=2024-05-02 22:37:18.204761703, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.205761966, lastModified=2024-05-02 22:37:18.204761703, delta=1000263 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.206436970, lastModified=2024-05-02 22:37:18.204761703, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.204761703 to 2024-05-02 22:37:18.205761722 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.207084452, lastModified=2024-05-02 22:37:18.205761722, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.207084452, lastModified=2024-05-02 22:37:18.205761722, delta=1322730 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.207763279, lastModified=2024-05-02 22:37:18.206761742, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.207763279, lastModified=2024-05-02 22:37:18.206761742, delta=1001537 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.208445080, lastModified=2024-05-02 22:37:18.206761742, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.206761742 to 2024-05-02 22:37:18.207761761 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.209098534, lastModified=2024-05-02 22:37:18.207761761, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.209098534, lastModified=2024-05-02 22:37:18.207761761, delta=1336773 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.209769155, lastModified=2024-05-02 22:37:18.208761780, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.209769155, lastModified=2024-05-02 22:37:18.208761780, delta=1007375 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.210437715, lastModified=2024-05-02 22:37:18.208761780, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.208761780 to 2024-05-02 22:37:18.209761799 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.211088456, lastModified=2024-05-02 22:37:18.209761799, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.211088456, lastModified=2024-05-02 22:37:18.209761799, delta=1326657 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.211851748, lastModified=2024-05-02 22:37:18.210761818, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.211851748, lastModified=2024-05-02 22:37:18.210761818, delta=1089930 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.212589882, lastModified=2024-05-02 22:37:18.210761818, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.210761818 to 2024-05-02 22:37:18.211761837 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.213297536, lastModified=2024-05-02 22:37:18.211761837, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.211761837 to 2024-05-02 22:37:18.212761856 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.213980853, lastModified=2024-05-02 22:37:18.212761856, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.213980853, lastModified=2024-05-02 22:37:18.212761856, delta=1218997 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.214730371, lastModified=2024-05-02 22:37:18.213761875, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.214730371, lastModified=2024-05-02 22:37:18.213761875, delta=968496 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.215521368, lastModified=2024-05-02 22:37:18.213761875, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.213761875 to 2024-05-02 22:37:18.214761894 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.216212848, lastModified=2024-05-02 22:37:18.214761894, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.216212848, lastModified=2024-05-02 22:37:18.214761894, delta=1450954 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.216911478, lastModified=2024-05-02 22:37:18.215761913, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.216911478, lastModified=2024-05-02 22:37:18.215761913, delta=1149565 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.217622532, lastModified=2024-05-02 22:37:18.216761933, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.217622532, lastModified=2024-05-02 22:37:18.216761933, delta=860599 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.218310651, lastModified=2024-05-02 22:37:18.216761933, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.216761933 to 2024-05-02 22:37:18.217761952 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.219006668, lastModified=2024-05-02 22:37:18.217761952, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.219006668, lastModified=2024-05-02 22:37:18.217761952, delta=1244716 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.219693033, lastModified=2024-05-02 22:37:18.218761971, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.219693033, lastModified=2024-05-02 22:37:18.218761971, delta=931062 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.220388164, lastModified=2024-05-02 22:37:18.218761971, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.218761971 to 2024-05-02 22:37:18.219761990 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.221057699, lastModified=2024-05-02 22:37:18.219761990, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.221057699, lastModified=2024-05-02 22:37:18.219761990, delta=1295709 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.221744809, lastModified=2024-05-02 22:37:18.220762009, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.221744809, lastModified=2024-05-02 22:37:18.220762009, delta=982800 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.222454705, lastModified=2024-05-02 22:37:18.220762009, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.220762009 to 2024-05-02 22:37:18.221762028 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.223157243, lastModified=2024-05-02 22:37:18.221762028, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.223157243, lastModified=2024-05-02 22:37:18.221762028, delta=1395215 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.223862606, lastModified=2024-05-02 22:37:18.222762047, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.223862606, lastModified=2024-05-02 22:37:18.222762047, delta=1100559 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.224549824, lastModified=2024-05-02 22:37:18.222762047, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.222762047 to 2024-05-02 22:37:18.223762066 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.225222544, lastModified=2024-05-02 22:37:18.223762066, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.225222544, lastModified=2024-05-02 22:37:18.223762066, delta=1460478 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.225916101, lastModified=2024-05-02 22:37:18.224762085, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.225916101, lastModified=2024-05-02 22:37:18.224762085, delta=1154016 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.226600984, lastModified=2024-05-02 22:37:18.225762104, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.226600984, lastModified=2024-05-02 22:37:18.225762104, delta=838880 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.227275826, lastModified=2024-05-02 22:37:18.225762104, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.225762104 to 2024-05-02 22:37:18.226762123 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.227945534, lastModified=2024-05-02 22:37:18.226762123, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.227945534, lastModified=2024-05-02 22:37:18.226762123, delta=1183411 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.228645099, lastModified=2024-05-02 22:37:18.227762143, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.228645099, lastModified=2024-05-02 22:37:18.227762143, delta=882956 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.229329447, lastModified=2024-05-02 22:37:18.227762143, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.227762143 to 2024-05-02 22:37:18.228762162 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.230006114, lastModified=2024-05-02 22:37:18.228762162, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.230006114, lastModified=2024-05-02 22:37:18.228762162, delta=1243952 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.230691795, lastModified=2024-05-02 22:37:18.229762181, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.230691795, lastModified=2024-05-02 22:37:18.229762181, delta=929614 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.231390585, lastModified=2024-05-02 22:37:18.229762181, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.229762181 to 2024-05-02 22:37:18.230762200 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.232065818, lastModified=2024-05-02 22:37:18.230762200, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.232065818, lastModified=2024-05-02 22:37:18.230762200, delta=1303618 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.232778350, lastModified=2024-05-02 22:37:18.231762219, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.232778350, lastModified=2024-05-02 22:37:18.231762219, delta=1016131 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.233552158, lastModified=2024-05-02 22:37:18.231762219, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.231762219 to 2024-05-02 22:37:18.232762238 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.234274138, lastModified=2024-05-02 22:37:18.232762238, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.232762238 to 2024-05-02 22:37:18.233762257 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.234954063, lastModified=2024-05-02 22:37:18.233762257, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.234954063, lastModified=2024-05-02 22:37:18.233762257, delta=1191806 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.235651939, lastModified=2024-05-02 22:37:18.234762276, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.235651939, lastModified=2024-05-02 22:37:18.234762276, delta=889663 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.236349538, lastModified=2024-05-02 22:37:18.234762276, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.234762276 to 2024-05-02 22:37:18.235762295 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.237046283, lastModified=2024-05-02 22:37:18.235762295, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.237046283, lastModified=2024-05-02 22:37:18.235762295, delta=1283988 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.237750008, lastModified=2024-05-02 22:37:18.236762314, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.237750008, lastModified=2024-05-02 22:37:18.236762314, delta=987694 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.238448191, lastModified=2024-05-02 22:37:18.236762314, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.236762314 to 2024-05-02 22:37:18.237762333 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.239128272, lastModified=2024-05-02 22:37:18.237762333, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.239128272, lastModified=2024-05-02 22:37:18.237762333, delta=1365939 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.239827943, lastModified=2024-05-02 22:37:18.238762353, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.239827943, lastModified=2024-05-02 22:37:18.238762353, delta=1065590 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.240528968, lastModified=2024-05-02 22:37:18.238762353, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.238762353 to 2024-05-02 22:37:18.239762372 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.241224622, lastModified=2024-05-02 22:37:18.239762372, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.241224622, lastModified=2024-05-02 22:37:18.239762372, delta=1462250 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.242002914, lastModified=2024-05-02 22:37:18.240762391, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.242002914, lastModified=2024-05-02 22:37:18.240762391, delta=1240523 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.242816219, lastModified=2024-05-02 22:37:18.241762410, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.242816219, lastModified=2024-05-02 22:37:18.241762410, delta=1053809 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.243647168, lastModified=2024-05-02 22:37:18.242762429, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.243647168, lastModified=2024-05-02 22:37:18.242762429, delta=884739 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.244519133, lastModified=2024-05-02 22:37:18.242762429, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.242762429 to 2024-05-02 22:37:18.243762448 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.245310612, lastModified=2024-05-02 22:37:18.243762448, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.243762448 to 2024-05-02 22:37:18.244762467 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.246022290, lastModified=2024-05-02 22:37:18.244762467, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.246022290, lastModified=2024-05-02 22:37:18.244762467, delta=1259823 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.246744697, lastModified=2024-05-02 22:37:18.245762486, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.246744697, lastModified=2024-05-02 22:37:18.245762486, delta=982211 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.247454802, lastModified=2024-05-02 22:37:18.245762486, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.245762486 to 2024-05-02 22:37:18.246762505 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.248138440, lastModified=2024-05-02 22:37:18.246762505, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.248138440, lastModified=2024-05-02 22:37:18.246762505, delta=1375935 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.248854340, lastModified=2024-05-02 22:37:18.247762524, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.248854340, lastModified=2024-05-02 22:37:18.247762524, delta=1091816 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.249569512, lastModified=2024-05-02 22:37:18.247762524, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.247762524 to 2024-05-02 22:37:18.248762544 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.250271436, lastModified=2024-05-02 22:37:18.248762544, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.248762544 to 2024-05-02 22:37:18.249762562 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.250967641, lastModified=2024-05-02 22:37:18.249762562, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.250967641, lastModified=2024-05-02 22:37:18.249762562, delta=1205079 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.251683198, lastModified=2024-05-02 22:37:18.250762582, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.251683198, lastModified=2024-05-02 22:37:18.250762582, delta=920616 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.252397390, lastModified=2024-05-02 22:37:18.250762582, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.250762582 to 2024-05-02 22:37:18.251762601 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.253100717, lastModified=2024-05-02 22:37:18.251762601, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.253100717, lastModified=2024-05-02 22:37:18.251762601, delta=1338116 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.253825732, lastModified=2024-05-02 22:37:18.252762620, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.253825732, lastModified=2024-05-02 22:37:18.252762620, delta=1063112 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.254547648, lastModified=2024-05-02 22:37:18.252762620, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.252762620 to 2024-05-02 22:37:18.253762639 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.255261362, lastModified=2024-05-02 22:37:18.253762639, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.253762639 to 2024-05-02 22:37:18.254762658 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.255957301, lastModified=2024-05-02 22:37:18.254762658, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.255957301, lastModified=2024-05-02 22:37:18.254762658, delta=1194643 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.256684241, lastModified=2024-05-02 22:37:18.255762677, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.256684241, lastModified=2024-05-02 22:37:18.255762677, delta=921564 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.257408250, lastModified=2024-05-02 22:37:18.255762677, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.255762677 to 2024-05-02 22:37:18.256762696 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.258115790, lastModified=2024-05-02 22:37:18.256762696, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.258115790, lastModified=2024-05-02 22:37:18.256762696, delta=1353094 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.258842874, lastModified=2024-05-02 22:37:18.257762715, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.258842874, lastModified=2024-05-02 22:37:18.257762715, delta=1080159 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.259564339, lastModified=2024-05-02 22:37:18.257762715, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.257762715 to 2024-05-02 22:37:18.258762734 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.260266994, lastModified=2024-05-02 22:37:18.258762734, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.258762734 to 2024-05-02 22:37:18.259762754 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.260967519, lastModified=2024-05-02 22:37:18.259762754, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.260967519, lastModified=2024-05-02 22:37:18.259762754, delta=1204765 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.261693533, lastModified=2024-05-02 22:37:18.260762773, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.261693533, lastModified=2024-05-02 22:37:18.260762773, delta=930760 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.262449236, lastModified=2024-05-02 22:37:18.260762773, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.260762773 to 2024-05-02 22:37:18.261762792 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.263155522, lastModified=2024-05-02 22:37:18.261762792, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.263155522, lastModified=2024-05-02 22:37:18.261762792, delta=1392730 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.263884175, lastModified=2024-05-02 22:37:18.262762811, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.263884175, lastModified=2024-05-02 22:37:18.262762811, delta=1121364 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.264622071, lastModified=2024-05-02 22:37:18.263762830, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.264622071, lastModified=2024-05-02 22:37:18.263762830, delta=859241 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.265340307, lastModified=2024-05-02 22:37:18.263762830, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.263762830 to 2024-05-02 22:37:18.264762849 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.266050424, lastModified=2024-05-02 22:37:18.264762849, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.266050424, lastModified=2024-05-02 22:37:18.264762849, delta=1287575 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.266774545, lastModified=2024-05-02 22:37:18.265762868, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.266774545, lastModified=2024-05-02 22:37:18.265762868, delta=1011677 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.267509584, lastModified=2024-05-02 22:37:18.265762868, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.265762868 to 2024-05-02 22:37:18.266762887 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.268214426, lastModified=2024-05-02 22:37:18.266762887, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.268214426, lastModified=2024-05-02 22:37:18.266762887, delta=1451539 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.268959066, lastModified=2024-05-02 22:37:18.267762906, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.268959066, lastModified=2024-05-02 22:37:18.267762906, delta=1196160 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.269715876, lastModified=2024-05-02 22:37:18.268762925, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.269715876, lastModified=2024-05-02 22:37:18.268762925, delta=952951 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.270460304, lastModified=2024-05-02 22:37:18.268762925, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.268762925 to 2024-05-02 22:37:18.269762944 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.271168515, lastModified=2024-05-02 22:37:18.269762944, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.271168515, lastModified=2024-05-02 22:37:18.269762944, delta=1405571 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.271896561, lastModified=2024-05-02 22:37:18.270762963, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.271896561, lastModified=2024-05-02 22:37:18.270762963, delta=1133598 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.272637786, lastModified=2024-05-02 22:37:18.271762983, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.272637786, lastModified=2024-05-02 22:37:18.271762983, delta=874803 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.273364395, lastModified=2024-05-02 22:37:18.271762983, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.271762983 to 2024-05-02 22:37:18.272763002 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.274076522, lastModified=2024-05-02 22:37:18.272763002, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.274076522, lastModified=2024-05-02 22:37:18.272763002, delta=1313520 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.274805610, lastModified=2024-05-02 22:37:18.273763021, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.274805610, lastModified=2024-05-02 22:37:18.273763021, delta=1042589 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.275538556, lastModified=2024-05-02 22:37:18.273763021, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.273763021 to 2024-05-02 22:37:18.274763040 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.276247333, lastModified=2024-05-02 22:37:18.274763040, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.274763040 to 2024-05-02 22:37:18.275763059 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.277033677, lastModified=2024-05-02 22:37:18.275763059, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.277033677, lastModified=2024-05-02 22:37:18.275763059, delta=1270618 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.277805071, lastModified=2024-05-02 22:37:18.276763078, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.277805071, lastModified=2024-05-02 22:37:18.276763078, delta=1041993 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.278546205, lastModified=2024-05-02 22:37:18.276763078, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.276763078 to 2024-05-02 22:37:18.277763097 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.279252679, lastModified=2024-05-02 22:37:18.277763097, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.277763097 to 2024-05-02 22:37:18.278763116 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.279967747, lastModified=2024-05-02 22:37:18.278763116, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.279967747, lastModified=2024-05-02 22:37:18.278763116, delta=1204631 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.280718565, lastModified=2024-05-02 22:37:18.279763135, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.280718565, lastModified=2024-05-02 22:37:18.279763135, delta=955430 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.281458604, lastModified=2024-05-02 22:37:18.279763135, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.279763135 to 2024-05-02 22:37:18.280763154 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.282169415, lastModified=2024-05-02 22:37:18.280763154, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.282169415, lastModified=2024-05-02 22:37:18.280763154, delta=1406261 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.282910779, lastModified=2024-05-02 22:37:18.281763174, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.282910779, lastModified=2024-05-02 22:37:18.281763174, delta=1147605 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.283645652, lastModified=2024-05-02 22:37:18.282763193, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.283645652, lastModified=2024-05-02 22:37:18.282763193, delta=882459 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.284376857, lastModified=2024-05-02 22:37:18.282763193, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.282763193 to 2024-05-02 22:37:18.283763212 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.285097711, lastModified=2024-05-02 22:37:18.283763212, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.285097711, lastModified=2024-05-02 22:37:18.283763212, delta=1334499 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.285829026, lastModified=2024-05-02 22:37:18.284763231, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.285829026, lastModified=2024-05-02 22:37:18.284763231, delta=1065795 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.286578924, lastModified=2024-05-02 22:37:18.284763231, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.284763231 to 2024-05-02 22:37:18.285763250 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.296102524, lastModified=2024-05-02 22:37:18.294763422, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.296102524, lastModified=2024-05-02 22:37:18.294763422, delta=1339102 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.296865272, lastModified=2024-05-02 22:37:18.295763441, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.296865272, lastModified=2024-05-02 22:37:18.295763441, delta=1101831 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.297602667, lastModified=2024-05-02 22:37:18.295763441, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.295763441 to 2024-05-02 22:37:18.296763460 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.298314495, lastModified=2024-05-02 22:37:18.296763460, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.296763460 to 2024-05-02 22:37:18.297763479 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.299060856, lastModified=2024-05-02 22:37:18.297763479, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.299060856, lastModified=2024-05-02 22:37:18.297763479, delta=1297377 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.299808390, lastModified=2024-05-02 22:37:18.298763498, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.299808390, lastModified=2024-05-02 22:37:18.298763498, delta=1044892 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.300545566, lastModified=2024-05-02 22:37:18.298763498, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.298763498 to 2024-05-02 22:37:18.299763517 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.301263581, lastModified=2024-05-02 22:37:18.299763517, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.299763517 to 2024-05-02 22:37:18.300763536 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.301976657, lastModified=2024-05-02 22:37:18.300763536, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.301976657, lastModified=2024-05-02 22:37:18.300763536, delta=1213121 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.302726038, lastModified=2024-05-02 22:37:18.301763555, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.302726038, lastModified=2024-05-02 22:37:18.301763555, delta=962483 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.303471470, lastModified=2024-05-02 22:37:18.301763555, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.301763555 to 2024-05-02 22:37:18.302763574 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.304185424, lastModified=2024-05-02 22:37:18.302763574, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.304185424, lastModified=2024-05-02 22:37:18.302763574, delta=1421850 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.304931161, lastModified=2024-05-02 22:37:18.303763594, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.304931161, lastModified=2024-05-02 22:37:18.303763594, delta=1167567 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.305669319, lastModified=2024-05-02 22:37:18.304763613, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.305669319, lastModified=2024-05-02 22:37:18.304763613, delta=905706 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.306441525, lastModified=2024-05-02 22:37:18.304763613, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.304763613 to 2024-05-02 22:37:18.305763632 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.307171959, lastModified=2024-05-02 22:37:18.305763632, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.307171959, lastModified=2024-05-02 22:37:18.305763632, delta=1408327 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.307916153, lastModified=2024-05-02 22:37:18.306763651, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.307916153, lastModified=2024-05-02 22:37:18.306763651, delta=1152502 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.308656274, lastModified=2024-05-02 22:37:18.307763670, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.308656274, lastModified=2024-05-02 22:37:18.307763670, delta=892604 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.309406155, lastModified=2024-05-02 22:37:18.307763670, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.307763670 to 2024-05-02 22:37:18.308763689 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.310127454, lastModified=2024-05-02 22:37:18.308763689, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.310127454, lastModified=2024-05-02 22:37:18.308763689, delta=1363765 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.310875467, lastModified=2024-05-02 22:37:18.309763708, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.310875467, lastModified=2024-05-02 22:37:18.309763708, delta=1111759 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.311615181, lastModified=2024-05-02 22:37:18.310763727, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.311615181, lastModified=2024-05-02 22:37:18.310763727, delta=851454 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.312348926, lastModified=2024-05-02 22:37:18.310763727, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.310763727 to 2024-05-02 22:37:18.311763746 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.313076063, lastModified=2024-05-02 22:37:18.311763746, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.313076063, lastModified=2024-05-02 22:37:18.311763746, delta=1312317 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.313816198, lastModified=2024-05-02 22:37:18.312763765, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.313816198, lastModified=2024-05-02 22:37:18.312763765, delta=1052433 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.314564307, lastModified=2024-05-02 22:37:18.312763765, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.312763765 to 2024-05-02 22:37:18.313763785 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.315293559, lastModified=2024-05-02 22:37:18.313763785, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.313763785 to 2024-05-02 22:37:18.314763803 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.316026296, lastModified=2024-05-02 22:37:18.314763803, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.316026296, lastModified=2024-05-02 22:37:18.314763803, delta=1262493 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.316773322, lastModified=2024-05-02 22:37:18.315763823, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.316773322, lastModified=2024-05-02 22:37:18.315763823, delta=1009499 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.317530149, lastModified=2024-05-02 22:37:18.315763823, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.315763823 to 2024-05-02 22:37:18.316763842 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.318253219, lastModified=2024-05-02 22:37:18.316763842, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.316763842 to 2024-05-02 22:37:18.317763861 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.318999665, lastModified=2024-05-02 22:37:18.317763861, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.318999665, lastModified=2024-05-02 22:37:18.317763861, delta=1235804 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.319747828, lastModified=2024-05-02 22:37:18.318763880, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.319747828, lastModified=2024-05-02 22:37:18.318763880, delta=983948 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.320498832, lastModified=2024-05-02 22:37:18.318763880, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.318763880 to 2024-05-02 22:37:18.319763899 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.321224037, lastModified=2024-05-02 22:37:18.319763899, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.321224037, lastModified=2024-05-02 22:37:18.319763899, delta=1460138 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.321975788, lastModified=2024-05-02 22:37:18.320763918, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.321975788, lastModified=2024-05-02 22:37:18.320763918, delta=1211870 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.322725670, lastModified=2024-05-02 22:37:18.321763937, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.322725670, lastModified=2024-05-02 22:37:18.321763937, delta=961733 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.323488130, lastModified=2024-05-02 22:37:18.321763937, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.321763937 to 2024-05-02 22:37:18.322763956 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.324204958, lastModified=2024-05-02 22:37:18.322763956, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.324204958, lastModified=2024-05-02 22:37:18.322763956, delta=1441002 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.324953726, lastModified=2024-05-02 22:37:18.323763975, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.324953726, lastModified=2024-05-02 22:37:18.323763975, delta=1189751 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.325700448, lastModified=2024-05-02 22:37:18.324763995, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.325700448, lastModified=2024-05-02 22:37:18.324763995, delta=936453 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.326445326, lastModified=2024-05-02 22:37:18.324763995, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.324763995 to 2024-05-02 22:37:18.325764014 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.327183871, lastModified=2024-05-02 22:37:18.325764014, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.327183871, lastModified=2024-05-02 22:37:18.325764014, delta=1419857 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.327931374, lastModified=2024-05-02 22:37:18.326764033, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.327931374, lastModified=2024-05-02 22:37:18.326764033, delta=1167341 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.328689376, lastModified=2024-05-02 22:37:18.327764052, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.328689376, lastModified=2024-05-02 22:37:18.327764052, delta=925324 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.329442559, lastModified=2024-05-02 22:37:18.327764052, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.327764052 to 2024-05-02 22:37:18.328764071 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.330182647, lastModified=2024-05-02 22:37:18.328764071, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.330182647, lastModified=2024-05-02 22:37:18.328764071, delta=1418576 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.330928774, lastModified=2024-05-02 22:37:18.329764090, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.330928774, lastModified=2024-05-02 22:37:18.329764090, delta=1164684 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.331721352, lastModified=2024-05-02 22:37:18.330764109, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.331721352, lastModified=2024-05-02 22:37:18.330764109, delta=957243 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.332501123, lastModified=2024-05-02 22:37:18.330764109, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.330764109 to 2024-05-02 22:37:18.331764128 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.333232415, lastModified=2024-05-02 22:37:18.331764128, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.333232415, lastModified=2024-05-02 22:37:18.331764128, delta=1468287 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.333987834, lastModified=2024-05-02 22:37:18.332764147, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.333987834, lastModified=2024-05-02 22:37:18.332764147, delta=1223687 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.334772391, lastModified=2024-05-02 22:37:18.333764166, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.334772391, lastModified=2024-05-02 22:37:18.333764166, delta=1008225 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.335544935, lastModified=2024-05-02 22:37:18.333764166, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.333764166 to 2024-05-02 22:37:18.334764185 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.336276563, lastModified=2024-05-02 22:37:18.334764185, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.334764185 to 2024-05-02 22:37:18.335764204 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.337015452, lastModified=2024-05-02 22:37:18.335764204, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.337015452, lastModified=2024-05-02 22:37:18.335764204, delta=1251248 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.337785721, lastModified=2024-05-02 22:37:18.336764224, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.337785721, lastModified=2024-05-02 22:37:18.336764224, delta=1021497 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.338538834, lastModified=2024-05-02 22:37:18.336764224, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.336764224 to 2024-05-02 22:37:18.337764243 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.339274488, lastModified=2024-05-02 22:37:18.337764243, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.337764243 to 2024-05-02 22:37:18.338764262 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.340006890, lastModified=2024-05-02 22:37:18.338764262, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.340006890, lastModified=2024-05-02 22:37:18.338764262, delta=1242628 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.340762427, lastModified=2024-05-02 22:37:18.339764281, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.340762427, lastModified=2024-05-02 22:37:18.339764281, delta=998146 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.341521855, lastModified=2024-05-02 22:37:18.339764281, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.339764281 to 2024-05-02 22:37:18.340764300 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.342246580, lastModified=2024-05-02 22:37:18.340764300, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.340764300 to 2024-05-02 22:37:18.341764319 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.342982594, lastModified=2024-05-02 22:37:18.341764319, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.342982594, lastModified=2024-05-02 22:37:18.341764319, delta=1218275 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.343731932, lastModified=2024-05-02 22:37:18.342764338, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.343731932, lastModified=2024-05-02 22:37:18.342764338, delta=967594 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.344491033, lastModified=2024-05-02 22:37:18.342764338, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.342764338 to 2024-05-02 22:37:18.343764357 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.345233955, lastModified=2024-05-02 22:37:18.343764357, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.345233955, lastModified=2024-05-02 22:37:18.343764357, delta=1469598 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.345991969, lastModified=2024-05-02 22:37:18.344764376, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.345991969, lastModified=2024-05-02 22:37:18.344764376, delta=1227593 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.346761128, lastModified=2024-05-02 22:37:18.345764396, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.346761128, lastModified=2024-05-02 22:37:18.345764396, delta=996732 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.347520217, lastModified=2024-05-02 22:37:18.345764396, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.345764396 to 2024-05-02 22:37:18.346764415 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.348266386, lastModified=2024-05-02 22:37:18.346764415, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.346764415 to 2024-05-02 22:37:18.347764434 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.349008457, lastModified=2024-05-02 22:37:18.347764434, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.349008457, lastModified=2024-05-02 22:37:18.347764434, delta=1244023 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.349773639, lastModified=2024-05-02 22:37:18.348764453, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.349773639, lastModified=2024-05-02 22:37:18.348764453, delta=1009186 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.350533830, lastModified=2024-05-02 22:37:18.348764453, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.348764453 to 2024-05-02 22:37:18.349764472 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.351273296, lastModified=2024-05-02 22:37:18.349764472, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.349764472 to 2024-05-02 22:37:18.350764491 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.352084722, lastModified=2024-05-02 22:37:18.350764491, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.352084722, lastModified=2024-05-02 22:37:18.350764491, delta=1320231 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.352898424, lastModified=2024-05-02 22:37:18.351764510, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.352898424, lastModified=2024-05-02 22:37:18.351764510, delta=1133914 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.353672821, lastModified=2024-05-02 22:37:18.352764529, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.353672821, lastModified=2024-05-02 22:37:18.352764529, delta=908292 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.354435923, lastModified=2024-05-02 22:37:18.352764529, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.352764529 to 2024-05-02 22:37:18.353764548 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.355178454, lastModified=2024-05-02 22:37:18.353764548, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.355178454, lastModified=2024-05-02 22:37:18.353764548, delta=1413906 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.355955829, lastModified=2024-05-02 22:37:18.354764567, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.355955829, lastModified=2024-05-02 22:37:18.354764567, delta=1191262 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.356742645, lastModified=2024-05-02 22:37:18.355764586, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.356742645, lastModified=2024-05-02 22:37:18.355764586, delta=978059 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.357527347, lastModified=2024-05-02 22:37:18.355764586, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.355764586 to 2024-05-02 22:37:18.356764605 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.358432562, lastModified=2024-05-02 22:37:18.356764605, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.356764605 to 2024-05-02 22:37:18.357764625 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.359191238, lastModified=2024-05-02 22:37:18.357764625, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.359191238, lastModified=2024-05-02 22:37:18.357764625, delta=1426613 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.359973278, lastModified=2024-05-02 22:37:18.358764644, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.359973278, lastModified=2024-05-02 22:37:18.358764644, delta=1208634 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.360755034, lastModified=2024-05-02 22:37:18.359764663, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.360755034, lastModified=2024-05-02 22:37:18.359764663, delta=990371 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.361534218, lastModified=2024-05-02 22:37:18.359764663, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.359764663 to 2024-05-02 22:37:18.360764682 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.362289645, lastModified=2024-05-02 22:37:18.360764682, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.360764682 to 2024-05-02 22:37:18.361764701 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.363046738, lastModified=2024-05-02 22:37:18.361764701, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.363046738, lastModified=2024-05-02 22:37:18.361764701, delta=1282037 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.363851109, lastModified=2024-05-02 22:37:18.362764720, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.363851109, lastModified=2024-05-02 22:37:18.362764720, delta=1086389 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.364641106, lastModified=2024-05-02 22:37:18.363764739, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.364641106, lastModified=2024-05-02 22:37:18.363764739, delta=876367 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.365422348, lastModified=2024-05-02 22:37:18.363764739, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.363764739 to 2024-05-02 22:37:18.364764758 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.366177920, lastModified=2024-05-02 22:37:18.364764758, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.366177920, lastModified=2024-05-02 22:37:18.364764758, delta=1413162 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.366955542, lastModified=2024-05-02 22:37:18.365764777, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.366955542, lastModified=2024-05-02 22:37:18.365764777, delta=1190765 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.367718259, lastModified=2024-05-02 22:37:18.366764796, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.367718259, lastModified=2024-05-02 22:37:18.366764796, delta=953463 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.368490214, lastModified=2024-05-02 22:37:18.366764796, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.366764796 to 2024-05-02 22:37:18.367764815 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.369248592, lastModified=2024-05-02 22:37:18.367764815, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.367764815 to 2024-05-02 22:37:18.368764835 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.370008621, lastModified=2024-05-02 22:37:18.368764835, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.370008621, lastModified=2024-05-02 22:37:18.368764835, delta=1243786 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.370787259, lastModified=2024-05-02 22:37:18.369764854, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.370787259, lastModified=2024-05-02 22:37:18.369764854, delta=1022405 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.371557629, lastModified=2024-05-02 22:37:18.369764854, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.369764854 to 2024-05-02 22:37:18.370764873 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.372307174, lastModified=2024-05-02 22:37:18.370764873, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.370764873 to 2024-05-02 22:37:18.371764892 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.373067813, lastModified=2024-05-02 22:37:18.371764892, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.373067813, lastModified=2024-05-02 22:37:18.371764892, delta=1302921 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.373842600, lastModified=2024-05-02 22:37:18.372764911, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.373842600, lastModified=2024-05-02 22:37:18.372764911, delta=1077689 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.374638087, lastModified=2024-05-02 22:37:18.373764930, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.374638087, lastModified=2024-05-02 22:37:18.373764930, delta=873157 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.375421114, lastModified=2024-05-02 22:37:18.373764930, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.373764930 to 2024-05-02 22:37:18.374764949 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.376175381, lastModified=2024-05-02 22:37:18.374764949, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.376175381, lastModified=2024-05-02 22:37:18.374764949, delta=1410432 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.376993993, lastModified=2024-05-02 22:37:18.375764968, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.376993993, lastModified=2024-05-02 22:37:18.375764968, delta=1229025 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.377828034, lastModified=2024-05-02 22:37:18.376764987, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.377828034, lastModified=2024-05-02 22:37:18.376764987, delta=1063047 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.378651826, lastModified=2024-05-02 22:37:18.377765006, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.378651826, lastModified=2024-05-02 22:37:18.377765006, delta=886820 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.379422647, lastModified=2024-05-02 22:37:18.377765006, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.377765006 to 2024-05-02 22:37:18.378765026 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.380169073, lastModified=2024-05-02 22:37:18.378765026, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.380169073, lastModified=2024-05-02 22:37:18.378765026, delta=1404047 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.380943428, lastModified=2024-05-02 22:37:18.379765045, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.380943428, lastModified=2024-05-02 22:37:18.379765045, delta=1178383 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.381723122, lastModified=2024-05-02 22:37:18.380765064, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.381723122, lastModified=2024-05-02 22:37:18.380765064, delta=958058 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.382514644, lastModified=2024-05-02 22:37:18.380765064, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.380765064 to 2024-05-02 22:37:18.381765083 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.383273867, lastModified=2024-05-02 22:37:18.381765083, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.381765083 to 2024-05-02 22:37:18.382765102 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.384040668, lastModified=2024-05-02 22:37:18.382765102, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.384040668, lastModified=2024-05-02 22:37:18.382765102, delta=1275566 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.384827282, lastModified=2024-05-02 22:37:18.383765121, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.384827282, lastModified=2024-05-02 22:37:18.383765121, delta=1062161 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.385625645, lastModified=2024-05-02 22:37:18.383765121, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.383765121 to 2024-05-02 22:37:18.384765140 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.395808677, lastModified=2024-05-02 22:37:18.384765140, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.384765140 to 2024-05-02 22:37:18.394765331 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.396643948, lastModified=2024-05-02 22:37:18.395765350, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.396643948, lastModified=2024-05-02 22:37:18.395765350, delta=878598 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.397474564, lastModified=2024-05-02 22:37:18.395765350, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.395765350 to 2024-05-02 22:37:18.396765369 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.398258577, lastModified=2024-05-02 22:37:18.396765369, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.396765369 to 2024-05-02 22:37:18.397765388 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.399026734, lastModified=2024-05-02 22:37:18.397765388, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.399026734, lastModified=2024-05-02 22:37:18.397765388, delta=1261346 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.400062325, lastModified=2024-05-02 22:37:18.398765407, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.400062325, lastModified=2024-05-02 22:37:18.398765407, delta=1296918 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.400917934, lastModified=2024-05-02 22:37:18.399765426, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.400917934, lastModified=2024-05-02 22:37:18.399765426, delta=1152508 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.401738645, lastModified=2024-05-02 22:37:18.400765445, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.401738645, lastModified=2024-05-02 22:37:18.400765445, delta=973200 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.402541367, lastModified=2024-05-02 22:37:18.400765445, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.400765445 to 2024-05-02 22:37:18.401765465 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.403343501, lastModified=2024-05-02 22:37:18.401765465, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.401765465 to 2024-05-02 22:37:18.402765484 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.404138912, lastModified=2024-05-02 22:37:18.402765484, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.404138912, lastModified=2024-05-02 22:37:18.402765484, delta=1373428 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.404933462, lastModified=2024-05-02 22:37:18.403765503, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.404933462, lastModified=2024-05-02 22:37:18.403765503, delta=1167959 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.405754341, lastModified=2024-05-02 22:37:18.404765522, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.405754341, lastModified=2024-05-02 22:37:18.404765522, delta=988819 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.406580625, lastModified=2024-05-02 22:37:18.404765522, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.404765522 to 2024-05-02 22:37:18.405765541 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.407370865, lastModified=2024-05-02 22:37:18.405765541, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.405765541 to 2024-05-02 22:37:18.406765560 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.408156671, lastModified=2024-05-02 22:37:18.406765560, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.408156671, lastModified=2024-05-02 22:37:18.406765560, delta=1391111 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.408958006, lastModified=2024-05-02 22:37:18.407765579, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.408958006, lastModified=2024-05-02 22:37:18.407765579, delta=1192427 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.409753028, lastModified=2024-05-02 22:37:18.408765598, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.409753028, lastModified=2024-05-02 22:37:18.408765598, delta=987430 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.410543259, lastModified=2024-05-02 22:37:18.408765598, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.408765598 to 2024-05-02 22:37:18.409765617 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.411309592, lastModified=2024-05-02 22:37:18.409765617, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.409765617 to 2024-05-02 22:37:18.410765637 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.412097324, lastModified=2024-05-02 22:37:18.410765637, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.412097324, lastModified=2024-05-02 22:37:18.410765637, delta=1331687 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.412889389, lastModified=2024-05-02 22:37:18.411765656, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.412889389, lastModified=2024-05-02 22:37:18.411765656, delta=1123733 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.413681171, lastModified=2024-05-02 22:37:18.412765675, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.413681171, lastModified=2024-05-02 22:37:18.412765675, delta=915496 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.414492013, lastModified=2024-05-02 22:37:18.412765675, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.412765675 to 2024-05-02 22:37:18.413765694 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.415265004, lastModified=2024-05-02 22:37:18.413765694, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.413765694 to 2024-05-02 22:37:18.414765713 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.416043619, lastModified=2024-05-02 22:37:18.414765713, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.416043619, lastModified=2024-05-02 22:37:18.414765713, delta=1277906 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.416845707, lastModified=2024-05-02 22:37:18.415765732, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.416845707, lastModified=2024-05-02 22:37:18.415765732, delta=1079975 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.417641542, lastModified=2024-05-02 22:37:18.416765751, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.417641542, lastModified=2024-05-02 22:37:18.416765751, delta=875791 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.418444868, lastModified=2024-05-02 22:37:18.416765751, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.416765751 to 2024-05-02 22:37:18.417765770 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.419220369, lastModified=2024-05-02 22:37:18.417765770, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.419220369, lastModified=2024-05-02 22:37:18.417765770, delta=1454599 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.420037849, lastModified=2024-05-02 22:37:18.418765789, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.420037849, lastModified=2024-05-02 22:37:18.418765789, delta=1272060 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.420865280, lastModified=2024-05-02 22:37:18.419765808, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.420865280, lastModified=2024-05-02 22:37:18.419765808, delta=1099472 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.421665427, lastModified=2024-05-02 22:37:18.420765827, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.421665427, lastModified=2024-05-02 22:37:18.420765827, delta=899600 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.422488916, lastModified=2024-05-02 22:37:18.420765827, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.420765827 to 2024-05-02 22:37:18.421765846 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.423275175, lastModified=2024-05-02 22:37:18.421765846, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.421765846 to 2024-05-02 22:37:18.422765866 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.424066715, lastModified=2024-05-02 22:37:18.422765866, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.424066715, lastModified=2024-05-02 22:37:18.422765866, delta=1300849 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.424872526, lastModified=2024-05-02 22:37:18.423765885, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.424872526, lastModified=2024-05-02 22:37:18.423765885, delta=1106641 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.425700206, lastModified=2024-05-02 22:37:18.424765904, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.425700206, lastModified=2024-05-02 22:37:18.424765904, delta=934302 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.426542134, lastModified=2024-05-02 22:37:18.424765904, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.424765904 to 2024-05-02 22:37:18.425765923 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.427331058, lastModified=2024-05-02 22:37:18.425765923, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.425765923 to 2024-05-02 22:37:18.426765942 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.428122317, lastModified=2024-05-02 22:37:18.426765942, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.428122317, lastModified=2024-05-02 22:37:18.426765942, delta=1356375 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.428919253, lastModified=2024-05-02 22:37:18.427765961, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.428919253, lastModified=2024-05-02 22:37:18.427765961, delta=1153292 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.429720714, lastModified=2024-05-02 22:37:18.428765980, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.429720714, lastModified=2024-05-02 22:37:18.428765980, delta=954734 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.430520350, lastModified=2024-05-02 22:37:18.428765980, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.428765980 to 2024-05-02 22:37:18.429765999 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.431303163, lastModified=2024-05-02 22:37:18.429765999, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.429765999 to 2024-05-02 22:37:18.430766018 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.432149361, lastModified=2024-05-02 22:37:18.430766018, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.432149361, lastModified=2024-05-02 22:37:18.430766018, delta=1383343 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.432974770, lastModified=2024-05-02 22:37:18.431766037, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.432974770, lastModified=2024-05-02 22:37:18.431766037, delta=1208733 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.433804126, lastModified=2024-05-02 22:37:18.432766056, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.433804126, lastModified=2024-05-02 22:37:18.432766056, delta=1038070 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.434608025, lastModified=2024-05-02 22:37:18.432766056, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.432766056 to 2024-05-02 22:37:18.433766076 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.435400861, lastModified=2024-05-02 22:37:18.433766076, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.433766076 to 2024-05-02 22:37:18.434766095 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.436175634, lastModified=2024-05-02 22:37:18.434766095, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.436175634, lastModified=2024-05-02 22:37:18.434766095, delta=1409539 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.436996091, lastModified=2024-05-02 22:37:18.435766114, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.436996091, lastModified=2024-05-02 22:37:18.435766114, delta=1229977 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.437812266, lastModified=2024-05-02 22:37:18.436766133, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.437812266, lastModified=2024-05-02 22:37:18.436766133, delta=1046133 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.438619975, lastModified=2024-05-02 22:37:18.436766133, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.436766133 to 2024-05-02 22:37:18.477766916 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.479546008, lastModified=2024-05-02 22:37:18.477766916, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.477766916 to 2024-05-02 22:37:18.478766935 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.480469606, lastModified=2024-05-02 22:37:18.478766935, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.478766935 to 2024-05-02 22:37:18.479766954 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.481351014, lastModified=2024-05-02 22:37:18.479766954, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.479766954 to 2024-05-02 22:37:18.480766973 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.482237793, lastModified=2024-05-02 22:37:18.480766973, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.480766973 to 2024-05-02 22:37:18.481766992 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.483121110, lastModified=2024-05-02 22:37:18.481766992, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.483121110, lastModified=2024-05-02 22:37:18.481766992, delta=1354118 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.484047336, lastModified=2024-05-02 22:37:18.482767011, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.484047336, lastModified=2024-05-02 22:37:18.482767011, delta=1280325 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.484984484, lastModified=2024-05-02 22:37:18.483767030, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.484984484, lastModified=2024-05-02 22:37:18.483767030, delta=1217454 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.485899284, lastModified=2024-05-02 22:37:18.484767049, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.485899284, lastModified=2024-05-02 22:37:18.484767049, delta=1132235 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.486814463, lastModified=2024-05-02 22:37:18.485767068, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.486814463, lastModified=2024-05-02 22:37:18.485767068, delta=1047395 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.487683612, lastModified=2024-05-02 22:37:18.486767087, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.487683612, lastModified=2024-05-02 22:37:18.486767087, delta=916525 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.488547393, lastModified=2024-05-02 22:37:18.486767087, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.486767087 to 2024-05-02 22:37:18.487767107 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.489421651, lastModified=2024-05-02 22:37:18.487767107, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.487767107 to 2024-05-02 22:37:18.488767126 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.490291317, lastModified=2024-05-02 22:37:18.488767126, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.488767126 to 2024-05-02 22:37:18.489767145 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.491136144, lastModified=2024-05-02 22:37:18.489767145, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.491136144, lastModified=2024-05-02 22:37:18.489767145, delta=1368999 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.492007051, lastModified=2024-05-02 22:37:18.490767164, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.492007051, lastModified=2024-05-02 22:37:18.490767164, delta=1239887 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.492870074, lastModified=2024-05-02 22:37:18.491767183, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.492870074, lastModified=2024-05-02 22:37:18.491767183, delta=1102891 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.493745037, lastModified=2024-05-02 22:37:18.492767202, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.493745037, lastModified=2024-05-02 22:37:18.492767202, delta=977835 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.494653235, lastModified=2024-05-02 22:37:18.492767202, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.492767202 to 2024-05-02 22:37:18.493767221 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.495531156, lastModified=2024-05-02 22:37:18.493767221, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.493767221 to 2024-05-02 22:37:18.494767240 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.496855493, lastModified=2024-05-02 22:37:18.495767259, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.496855493, lastModified=2024-05-02 22:37:18.495767259, delta=1088234 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.497927965, lastModified=2024-05-02 22:37:18.496767278, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.497927965, lastModified=2024-05-02 22:37:18.496767278, delta=1160687 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.498991370, lastModified=2024-05-02 22:37:18.497767297, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.498991370, lastModified=2024-05-02 22:37:18.497767297, delta=1224073 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.500056235, lastModified=2024-05-02 22:37:18.498767317, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.500056235, lastModified=2024-05-02 22:37:18.498767317, delta=1288918 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.501098618, lastModified=2024-05-02 22:37:18.499767336, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.501098618, lastModified=2024-05-02 22:37:18.499767336, delta=1331282 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.502011260, lastModified=2024-05-02 22:37:18.500767355, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.502011260, lastModified=2024-05-02 22:37:18.500767355, delta=1243905 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.502910667, lastModified=2024-05-02 22:37:18.501767374, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.502910667, lastModified=2024-05-02 22:37:18.501767374, delta=1143293 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.503806883, lastModified=2024-05-02 22:37:18.502767393, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.503806883, lastModified=2024-05-02 22:37:18.502767393, delta=1039490 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.504850633, lastModified=2024-05-02 22:37:18.503767412, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.504850633, lastModified=2024-05-02 22:37:18.503767412, delta=1083221 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.505952505, lastModified=2024-05-02 22:37:18.504767431, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.505952505, lastModified=2024-05-02 22:37:18.504767431, delta=1185074 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.506845305, lastModified=2024-05-02 22:37:18.505767450, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.506845305, lastModified=2024-05-02 22:37:18.505767450, delta=1077855 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.507671351, lastModified=2024-05-02 22:37:18.506767469, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.507671351, lastModified=2024-05-02 22:37:18.506767469, delta=903882 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.508503041, lastModified=2024-05-02 22:37:18.506767469, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.506767469 to 2024-05-02 22:37:18.507767489 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.509318316, lastModified=2024-05-02 22:37:18.507767489, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.507767489 to 2024-05-02 22:37:18.508767508 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.510135851, lastModified=2024-05-02 22:37:18.508767508, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.510135851, lastModified=2024-05-02 22:37:18.508767508, delta=1368343 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.510958807, lastModified=2024-05-02 22:37:18.509767527, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.510958807, lastModified=2024-05-02 22:37:18.509767527, delta=1191280 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.511780566, lastModified=2024-05-02 22:37:18.510767546, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.511780566, lastModified=2024-05-02 22:37:18.510767546, delta=1013020 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.512591056, lastModified=2024-05-02 22:37:18.510767546, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.510767546 to 2024-05-02 22:37:18.511767565 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.513419206, lastModified=2024-05-02 22:37:18.511767565, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.511767565 to 2024-05-02 22:37:18.512767584 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.514230894, lastModified=2024-05-02 22:37:18.512767584, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.514230894, lastModified=2024-05-02 22:37:18.512767584, delta=1463310 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.515058345, lastModified=2024-05-02 22:37:18.513767603, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.515058345, lastModified=2024-05-02 22:37:18.513767603, delta=1290742 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.515877044, lastModified=2024-05-02 22:37:18.514767622, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.515877044, lastModified=2024-05-02 22:37:18.514767622, delta=1109422 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.516686458, lastModified=2024-05-02 22:37:18.515767641, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.516686458, lastModified=2024-05-02 22:37:18.515767641, delta=918817 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.517815003, lastModified=2024-05-02 22:37:18.516767660, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.517815003, lastModified=2024-05-02 22:37:18.516767660, delta=1047343 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.518708867, lastModified=2024-05-02 22:37:18.517767679, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.518708867, lastModified=2024-05-02 22:37:18.517767679, delta=941188 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.519587507, lastModified=2024-05-02 22:37:18.517767679, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.517767679 to 2024-05-02 22:37:18.518767698 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.520449739, lastModified=2024-05-02 22:37:18.518767698, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.518767698 to 2024-05-02 22:37:18.519767718 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.521293832, lastModified=2024-05-02 22:37:18.519767718, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.519767718 to 2024-05-02 22:37:18.520767737 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.522097931, lastModified=2024-05-02 22:37:18.520767737, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.522097931, lastModified=2024-05-02 22:37:18.520767737, delta=1330194 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.522911972, lastModified=2024-05-02 22:37:18.521767756, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.522911972, lastModified=2024-05-02 22:37:18.521767756, delta=1144216 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.523725454, lastModified=2024-05-02 22:37:18.522767775, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.523725454, lastModified=2024-05-02 22:37:18.522767775, delta=957679 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.524569488, lastModified=2024-05-02 22:37:18.522767775, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.522767775 to 2024-05-02 22:37:18.523767794 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.525377580, lastModified=2024-05-02 22:37:18.523767794, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.523767794 to 2024-05-02 22:37:18.524767813 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.526229081, lastModified=2024-05-02 22:37:18.524767813, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.526229081, lastModified=2024-05-02 22:37:18.524767813, delta=1461268 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.527134495, lastModified=2024-05-02 22:37:18.525767832, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.527134495, lastModified=2024-05-02 22:37:18.525767832, delta=1366663 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.528197579, lastModified=2024-05-02 22:37:18.526767851, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.526767851 to 2024-05-02 22:37:18.531767947 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.533593615, lastModified=2024-05-02 22:37:18.532767966, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.533593615, lastModified=2024-05-02 22:37:18.532767966, delta=825649 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.534152565, lastModified=2024-05-02 22:37:18.532767966, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.532767966 to 2024-05-02 22:37:18.534768004 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.538332657, lastModified=2024-05-02 22:37:18.536768042, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.536768042 to 2024-05-02 22:37:18.537768061 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.545195823, lastModified=2024-05-02 22:37:18.541768138, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.541768138 to 2024-05-02 22:37:18.544768195 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.546628631, lastModified=2024-05-02 22:37:18.545768214, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.546628631, lastModified=2024-05-02 22:37:18.545768214, delta=860417 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.548201017, lastModified=2024-05-02 22:37:18.546768233, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.546768233 to 2024-05-02 22:37:18.547768252 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.549084894, lastModified=2024-05-02 22:37:18.547768252, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.547768252 to 2024-05-02 22:37:18.556768424 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.559219610, lastModified=2024-05-02 22:37:18.557768443, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.557768443 to 2024-05-02 22:37:18.558768462 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.559697255, lastModified=2024-05-02 22:37:18.558768462, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.559697255, lastModified=2024-05-02 22:37:18.558768462, delta=928793 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.561298904, lastModified=2024-05-02 22:37:18.559768481, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.559768481 to 2024-05-02 22:37:18.560768500 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.561848108, lastModified=2024-05-02 22:37:18.560768500, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.561848108, lastModified=2024-05-02 22:37:18.560768500, delta=1079608 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.564399371, lastModified=2024-05-02 22:37:18.562768538, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.562768538 to 2024-05-02 22:37:18.572768730 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.587697772, lastModified=2024-05-02 22:37:18.585768978, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.585768978 to 2024-05-02 22:37:18.589769054 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.591806837, lastModified=2024-05-02 22:37:18.590769073, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.591806837, lastModified=2024-05-02 22:37:18.590769073, delta=1037764 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.592293037, lastModified=2024-05-02 22:37:18.590769073, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.590769073 to 2024-05-02 22:37:18.591769092 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.592980650, lastModified=2024-05-02 22:37:18.591769092, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.592980650, lastModified=2024-05-02 22:37:18.591769092, delta=1211558 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.593670428, lastModified=2024-05-02 22:37:18.592769111, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.592769111 to 2024-05-02 22:37:18.593769130 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.615579344, lastModified=2024-05-02 22:37:18.614769531, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.614769531 to 2024-05-02 22:37:18.621769665 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.624544322, lastModified=2024-05-02 22:37:18.623769703, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.624544322, lastModified=2024-05-02 22:37:18.623769703, delta=774619 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.624978793, lastModified=2024-05-02 22:37:18.623769703, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.623769703 to 2024-05-02 22:37:18.624769722 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.625665284, lastModified=2024-05-02 22:37:18.624769722, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.625665284, lastModified=2024-05-02 22:37:18.624769722, delta=895562 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.626340105, lastModified=2024-05-02 22:37:18.624769722, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.624769722 to 2024-05-02 22:37:18.627769779 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.636977457, lastModified=2024-05-02 22:37:18.635769932, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.636977457, lastModified=2024-05-02 22:37:18.635769932, delta=1207525 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.637460040, lastModified=2024-05-02 22:37:18.635769932, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.635769932 to 2024-05-02 22:37:18.636769951 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.638335284, lastModified=2024-05-02 22:37:18.636769951, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.636769951 to 2024-05-02 22:37:18.646770142 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.658692250, lastModified=2024-05-02 22:37:18.657770352, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.657770352 to 2024-05-02 22:37:18.658770371 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.676258879, lastModified=2024-05-02 22:37:18.674770677, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.674770677 to 2024-05-02 22:37:18.678770753 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.680208422, lastModified=2024-05-02 22:37:18.678770753, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.680208422, lastModified=2024-05-02 22:37:18.678770753, delta=1437669 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.680627342, lastModified=2024-05-02 22:37:18.679770772, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.680627342, lastModified=2024-05-02 22:37:18.679770772, delta=856570 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.681031740, lastModified=2024-05-02 22:37:18.679770772, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.681031740, lastModified=2024-05-02 22:37:18.679770772, delta=1260968 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.681447358, lastModified=2024-05-02 22:37:18.679770772, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.679770772 to 2024-05-02 22:37:18.680770791 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.681828002, lastModified=2024-05-02 22:37:18.680770791, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.681828002, lastModified=2024-05-02 22:37:18.680770791, delta=1057211 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.682227642, lastModified=2024-05-02 22:37:18.680770791, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.682227642, lastModified=2024-05-02 22:37:18.680770791, delta=1456851 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.682629460, lastModified=2024-05-02 22:37:18.681770810, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.682629460, lastModified=2024-05-02 22:37:18.681770810, delta=858650 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.683033637, lastModified=2024-05-02 22:37:18.681770810, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.683033637, lastModified=2024-05-02 22:37:18.681770810, delta=1262827 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.683413891, lastModified=2024-05-02 22:37:18.681770810, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.681770810 to 2024-05-02 22:37:18.682770830 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.683786583, lastModified=2024-05-02 22:37:18.682770830, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.683786583, lastModified=2024-05-02 22:37:18.682770830, delta=1015753 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.684186712, lastModified=2024-05-02 22:37:18.682770830, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.684186712, lastModified=2024-05-02 22:37:18.682770830, delta=1415882 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.684593439, lastModified=2024-05-02 22:37:18.683770849, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.684593439, lastModified=2024-05-02 22:37:18.683770849, delta=822590 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.684968839, lastModified=2024-05-02 22:37:18.683770849, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.684968839, lastModified=2024-05-02 22:37:18.683770849, delta=1197990 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.685347380, lastModified=2024-05-02 22:37:18.683770849, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.683770849 to 2024-05-02 22:37:18.684770868 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.685721850, lastModified=2024-05-02 22:37:18.684770868, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.685721850, lastModified=2024-05-02 22:37:18.684770868, delta=950982 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.686121112, lastModified=2024-05-02 22:37:18.684770868, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.686121112, lastModified=2024-05-02 22:37:18.684770868, delta=1350244 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.686529787, lastModified=2024-05-02 22:37:18.685770887, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.686529787, lastModified=2024-05-02 22:37:18.685770887, delta=758900 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.686924854, lastModified=2024-05-02 22:37:18.685770887, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.686924854, lastModified=2024-05-02 22:37:18.685770887, delta=1153967 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.687442253, lastModified=2024-05-02 22:37:18.685770887, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.685770887 to 2024-05-02 22:37:18.686770906 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.687927972, lastModified=2024-05-02 22:37:18.686770906, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.687927972, lastModified=2024-05-02 22:37:18.686770906, delta=1157066 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.688580580, lastModified=2024-05-02 22:37:18.687770925, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.688580580, lastModified=2024-05-02 22:37:18.687770925, delta=809655 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.689208078, lastModified=2024-05-02 22:37:18.687770925, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.689208078, lastModified=2024-05-02 22:37:18.687770925, delta=1437153 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.690005568, lastModified=2024-05-02 22:37:18.688770944, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.690005568, lastModified=2024-05-02 22:37:18.688770944, delta=1234624 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.690761699, lastModified=2024-05-02 22:37:18.689770963, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.690761699, lastModified=2024-05-02 22:37:18.689770963, delta=990736 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.691679059, lastModified=2024-05-02 22:37:18.690770982, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.691679059, lastModified=2024-05-02 22:37:18.690770982, delta=908077 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.692534744, lastModified=2024-05-02 22:37:18.690770982, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.690770982 to 2024-05-02 22:37:18.691771001 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.693365323, lastModified=2024-05-02 22:37:18.691771001, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.691771001 to 2024-05-02 22:37:18.692771020 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.694153366, lastModified=2024-05-02 22:37:18.692771020, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.694153366, lastModified=2024-05-02 22:37:18.692771020, delta=1382346 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.694954792, lastModified=2024-05-02 22:37:18.693771040, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.694954792, lastModified=2024-05-02 22:37:18.693771040, delta=1183752 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.695773386, lastModified=2024-05-02 22:37:18.694771059, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.695773386, lastModified=2024-05-02 22:37:18.694771059, delta=1002327 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.696586064, lastModified=2024-05-02 22:37:18.694771059, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.694771059 to 2024-05-02 22:37:18.695771078 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.697377492, lastModified=2024-05-02 22:37:18.695771078, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.695771078 to 2024-05-02 22:37:18.696771097 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.698176638, lastModified=2024-05-02 22:37:18.696771097, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.698176638, lastModified=2024-05-02 22:37:18.696771097, delta=1405541 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.699020129, lastModified=2024-05-02 22:37:18.697771116, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.699020129, lastModified=2024-05-02 22:37:18.697771116, delta=1249013 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.699850463, lastModified=2024-05-02 22:37:18.698771135, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.699850463, lastModified=2024-05-02 22:37:18.698771135, delta=1079328 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.700698437, lastModified=2024-05-02 22:37:18.699771154, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.700698437, lastModified=2024-05-02 22:37:18.699771154, delta=927283 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.701521399, lastModified=2024-05-02 22:37:18.699771154, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.699771154 to 2024-05-02 22:37:18.700771173 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.702309566, lastModified=2024-05-02 22:37:18.700771173, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.700771173 to 2024-05-02 22:37:18.701771192 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.703110385, lastModified=2024-05-02 22:37:18.701771192, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.703110385, lastModified=2024-05-02 22:37:18.701771192, delta=1339193 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.703923990, lastModified=2024-05-02 22:37:18.702771212, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.703923990, lastModified=2024-05-02 22:37:18.702771212, delta=1152778 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.704746952, lastModified=2024-05-02 22:37:18.703771231, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.704746952, lastModified=2024-05-02 22:37:18.703771231, delta=975721 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.705557168, lastModified=2024-05-02 22:37:18.703771231, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.703771231 to 2024-05-02 22:37:18.704771250 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.706352601, lastModified=2024-05-02 22:37:18.704771250, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.704771250 to 2024-05-02 22:37:18.705771269 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.707164940, lastModified=2024-05-02 22:37:18.705771269, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.707164940, lastModified=2024-05-02 22:37:18.705771269, delta=1393671 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.708036165, lastModified=2024-05-02 22:37:18.706771288, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.708036165, lastModified=2024-05-02 22:37:18.706771288, delta=1264877 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.708867156, lastModified=2024-05-02 22:37:18.707771307, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.708867156, lastModified=2024-05-02 22:37:18.707771307, delta=1095849 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.709702957, lastModified=2024-05-02 22:37:18.708771326, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.709702957, lastModified=2024-05-02 22:37:18.708771326, delta=931631 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.710520040, lastModified=2024-05-02 22:37:18.708771326, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.708771326 to 2024-05-02 22:37:18.709771345 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.711317815, lastModified=2024-05-02 22:37:18.709771345, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.709771345 to 2024-05-02 22:37:18.710771364 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.712120732, lastModified=2024-05-02 22:37:18.710771364, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.712120732, lastModified=2024-05-02 22:37:18.710771364, delta=1349368 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.712943270, lastModified=2024-05-02 22:37:18.711771383, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.712943270, lastModified=2024-05-02 22:37:18.711771383, delta=1171887 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.713767946, lastModified=2024-05-02 22:37:18.712771402, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.713767946, lastModified=2024-05-02 22:37:18.712771402, delta=996544 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.714600343, lastModified=2024-05-02 22:37:18.712771402, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.712771402 to 2024-05-02 22:37:18.713771421 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.715408934, lastModified=2024-05-02 22:37:18.713771421, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.713771421 to 2024-05-02 22:37:18.714771441 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.716214460, lastModified=2024-05-02 22:37:18.714771441, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.716214460, lastModified=2024-05-02 22:37:18.714771441, delta=1443019 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.717030230, lastModified=2024-05-02 22:37:18.715771460, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.717030230, lastModified=2024-05-02 22:37:18.715771460, delta=1258770 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.717860661, lastModified=2024-05-02 22:37:18.716771479, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.717860661, lastModified=2024-05-02 22:37:18.716771479, delta=1089182 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.718696428, lastModified=2024-05-02 22:37:18.717771498, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.718696428, lastModified=2024-05-02 22:37:18.717771498, delta=924930 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.719522117, lastModified=2024-05-02 22:37:18.717771498, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.717771498 to 2024-05-02 22:37:18.718771517 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.720314440, lastModified=2024-05-02 22:37:18.718771517, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.718771517 to 2024-05-02 22:37:18.719771536 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.721122384, lastModified=2024-05-02 22:37:18.719771536, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.721122384, lastModified=2024-05-02 22:37:18.719771536, delta=1350848 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.721943446, lastModified=2024-05-02 22:37:18.720771555, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.721943446, lastModified=2024-05-02 22:37:18.720771555, delta=1171891 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.722768682, lastModified=2024-05-02 22:37:18.721771574, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.722768682, lastModified=2024-05-02 22:37:18.721771574, delta=997108 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.723591431, lastModified=2024-05-02 22:37:18.721771574, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.721771574 to 2024-05-02 22:37:18.722771593 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.724426230, lastModified=2024-05-02 22:37:18.722771593, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.722771593 to 2024-05-02 22:37:18.723771612 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.725292820, lastModified=2024-05-02 22:37:18.723771612, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.723771612 to 2024-05-02 22:37:18.724771632 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.726140222, lastModified=2024-05-02 22:37:18.724771632, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.726140222, lastModified=2024-05-02 22:37:18.724771632, delta=1368590 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.726964178, lastModified=2024-05-02 22:37:18.725771650, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.726964178, lastModified=2024-05-02 22:37:18.725771650, delta=1192528 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.727862307, lastModified=2024-05-02 22:37:18.726771670, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.727862307, lastModified=2024-05-02 22:37:18.726771670, delta=1090637 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.728686968, lastModified=2024-05-02 22:37:18.727771689, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.728686968, lastModified=2024-05-02 22:37:18.727771689, delta=915279 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.729514713, lastModified=2024-05-02 22:37:18.727771689, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.727771689 to 2024-05-02 22:37:18.728771708 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.730319891, lastModified=2024-05-02 22:37:18.728771708, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.728771708 to 2024-05-02 22:37:18.729771727 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.731134602, lastModified=2024-05-02 22:37:18.729771727, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.731134602, lastModified=2024-05-02 22:37:18.729771727, delta=1362875 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.731967518, lastModified=2024-05-02 22:37:18.730771746, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.731967518, lastModified=2024-05-02 22:37:18.730771746, delta=1195772 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.732796664, lastModified=2024-05-02 22:37:18.731771765, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.732796664, lastModified=2024-05-02 22:37:18.731771765, delta=1024899 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.733622218, lastModified=2024-05-02 22:37:18.731771765, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.731771765 to 2024-05-02 22:37:18.732771784 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.734440875, lastModified=2024-05-02 22:37:18.732771784, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.732771784 to 2024-05-02 22:37:18.733771803 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.735271163, lastModified=2024-05-02 22:37:18.733771803, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.733771803 to 2024-05-02 22:37:18.734771822 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.736091512, lastModified=2024-05-02 22:37:18.734771822, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.736091512, lastModified=2024-05-02 22:37:18.734771822, delta=1319690 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.736918356, lastModified=2024-05-02 22:37:18.735771842, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.736918356, lastModified=2024-05-02 22:37:18.735771842, delta=1146514 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.737745295, lastModified=2024-05-02 22:37:18.736771861, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.737745295, lastModified=2024-05-02 22:37:18.736771861, delta=973434 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.738596699, lastModified=2024-05-02 22:37:18.736771861, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.736771861 to 2024-05-02 22:37:18.737771880 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.739433064, lastModified=2024-05-02 22:37:18.737771880, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.737771880 to 2024-05-02 22:37:18.738771899 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.740255346, lastModified=2024-05-02 22:37:18.738771899, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.738771899 to 2024-05-02 22:37:18.739771918 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.741074220, lastModified=2024-05-02 22:37:18.739771918, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.741074220, lastModified=2024-05-02 22:37:18.739771918, delta=1302302 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.741918601, lastModified=2024-05-02 22:37:18.740771937, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.741918601, lastModified=2024-05-02 22:37:18.740771937, delta=1146664 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.742777623, lastModified=2024-05-02 22:37:18.741771956, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.742777623, lastModified=2024-05-02 22:37:18.741771956, delta=1005667 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.743617895, lastModified=2024-05-02 22:37:18.741771956, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.741771956 to 2024-05-02 22:37:18.742771975 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.744433363, lastModified=2024-05-02 22:37:18.742771975, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.742771975 to 2024-05-02 22:37:18.743771994 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.745249162, lastModified=2024-05-02 22:37:18.743771994, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.743771994 to 2024-05-02 22:37:18.744772013 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.746073064, lastModified=2024-05-02 22:37:18.744772013, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.746073064, lastModified=2024-05-02 22:37:18.744772013, delta=1301051 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.746924765, lastModified=2024-05-02 22:37:18.745772032, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.746924765, lastModified=2024-05-02 22:37:18.745772032, delta=1152733 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.747776254, lastModified=2024-05-02 22:37:18.746772051, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.747776254, lastModified=2024-05-02 22:37:18.746772051, delta=1004203 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.748628198, lastModified=2024-05-02 22:37:18.746772051, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.746772051 to 2024-05-02 22:37:18.747772071 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.749461826, lastModified=2024-05-02 22:37:18.747772071, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.747772071 to 2024-05-02 22:37:18.748772090 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.750281536, lastModified=2024-05-02 22:37:18.748772090, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.748772090 to 2024-05-02 22:37:18.749772109 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.751120642, lastModified=2024-05-02 22:37:18.749772109, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.751120642, lastModified=2024-05-02 22:37:18.749772109, delta=1348533 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.751969636, lastModified=2024-05-02 22:37:18.750772128, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.751969636, lastModified=2024-05-02 22:37:18.750772128, delta=1197508 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.752825535, lastModified=2024-05-02 22:37:18.751772147, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.752825535, lastModified=2024-05-02 22:37:18.751772147, delta=1053388 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.753673643, lastModified=2024-05-02 22:37:18.751772147, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.751772147 to 2024-05-02 22:37:18.752772166 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.754504071, lastModified=2024-05-02 22:37:18.752772166, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.752772166 to 2024-05-02 22:37:18.753772185 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.755325246, lastModified=2024-05-02 22:37:18.753772185, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.753772185 to 2024-05-02 22:37:18.754772204 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.756185865, lastModified=2024-05-02 22:37:18.754772204, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.756185865, lastModified=2024-05-02 22:37:18.754772204, delta=1413661 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.757041078, lastModified=2024-05-02 22:37:18.755772223, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.757041078, lastModified=2024-05-02 22:37:18.755772223, delta=1268855 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.757904214, lastModified=2024-05-02 22:37:18.756772242, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.757904214, lastModified=2024-05-02 22:37:18.756772242, delta=1131972 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.758759479, lastModified=2024-05-02 22:37:18.757772261, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.758759479, lastModified=2024-05-02 22:37:18.757772261, delta=987218 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.759619186, lastModified=2024-05-02 22:37:18.757772261, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.757772261 to 2024-05-02 22:37:18.758772281 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.760466552, lastModified=2024-05-02 22:37:18.758772281, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.758772281 to 2024-05-02 22:37:18.759772300 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.761306356, lastModified=2024-05-02 22:37:18.759772300, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.759772300 to 2024-05-02 22:37:18.760772319 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.762155618, lastModified=2024-05-02 22:37:18.760772319, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.762155618, lastModified=2024-05-02 22:37:18.760772319, delta=1383299 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.763011594, lastModified=2024-05-02 22:37:18.761772338, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.763011594, lastModified=2024-05-02 22:37:18.761772338, delta=1239256 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.763868298, lastModified=2024-05-02 22:37:18.762772357, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.763868298, lastModified=2024-05-02 22:37:18.762772357, delta=1095941 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.764732033, lastModified=2024-05-02 22:37:18.763772376, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.764732033, lastModified=2024-05-02 22:37:18.763772376, delta=959657 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.765592033, lastModified=2024-05-02 22:37:18.763772376, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.763772376 to 2024-05-02 22:37:18.764772395 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.766434074, lastModified=2024-05-02 22:37:18.764772395, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.764772395 to 2024-05-02 22:37:18.765772414 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.767265712, lastModified=2024-05-02 22:37:18.765772414, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.765772414 to 2024-05-02 22:37:18.766772433 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.768112502, lastModified=2024-05-02 22:37:18.766772433, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.768112502, lastModified=2024-05-02 22:37:18.766772433, delta=1340069 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.769009246, lastModified=2024-05-02 22:37:18.767772453, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.769009246, lastModified=2024-05-02 22:37:18.767772453, delta=1236793 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.769918090, lastModified=2024-05-02 22:37:18.768772472, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.769918090, lastModified=2024-05-02 22:37:18.768772472, delta=1145618 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.770822933, lastModified=2024-05-02 22:37:18.769772491, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.770822933, lastModified=2024-05-02 22:37:18.769772491, delta=1050442 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.771750996, lastModified=2024-05-02 22:37:18.770772510, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.771750996, lastModified=2024-05-02 22:37:18.770772510, delta=978486 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.772680225, lastModified=2024-05-02 22:37:18.770772510, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.770772510 to 2024-05-02 22:37:18.771772529 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.773552726, lastModified=2024-05-02 22:37:18.771772529, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.771772529 to 2024-05-02 22:37:18.772772548 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.774439620, lastModified=2024-05-02 22:37:18.772772548, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.772772548 to 2024-05-02 22:37:18.773772567 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.775307908, lastModified=2024-05-02 22:37:18.773772567, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.773772567 to 2024-05-02 22:37:18.774772586 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.776171246, lastModified=2024-05-02 22:37:18.774772586, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.776171246, lastModified=2024-05-02 22:37:18.774772586, delta=1398660 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.777105530, lastModified=2024-05-02 22:37:18.775772605, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.777105530, lastModified=2024-05-02 22:37:18.775772605, delta=1332925 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.778095007, lastModified=2024-05-02 22:37:18.776772624, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.778095007, lastModified=2024-05-02 22:37:18.776772624, delta=1322383 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.778983275, lastModified=2024-05-02 22:37:18.777772643, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.778983275, lastModified=2024-05-02 22:37:18.777772643, delta=1210632 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.779858574, lastModified=2024-05-02 22:37:18.778772662, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.779858574, lastModified=2024-05-02 22:37:18.778772662, delta=1085912 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.780744362, lastModified=2024-05-02 22:37:18.779772682, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.780744362, lastModified=2024-05-02 22:37:18.779772682, delta=971680 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.781698798, lastModified=2024-05-02 22:37:18.779772682, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.779772682 to 2024-05-02 22:37:18.780772701 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.782630476, lastModified=2024-05-02 22:37:18.780772701, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.780772701 to 2024-05-02 22:37:18.781772720 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.783556819, lastModified=2024-05-02 22:37:18.781772720, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.781772720 to 2024-05-02 22:37:18.782772739 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.784430255, lastModified=2024-05-02 22:37:18.782772739, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.782772739 to 2024-05-02 22:37:18.783772758 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.785285170, lastModified=2024-05-02 22:37:18.783772758, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.783772758 to 2024-05-02 22:37:18.784772777 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.786151677, lastModified=2024-05-02 22:37:18.784772777, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.784772777 to 2024-05-02 22:37:18.815773369 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.817605062, lastModified=2024-05-02 22:37:18.815773369, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.815773369 to 2024-05-02 22:37:18.816773388 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.818524273, lastModified=2024-05-02 22:37:18.816773388, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.816773388 to 2024-05-02 22:37:18.817773407 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.819413361, lastModified=2024-05-02 22:37:18.817773407, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.817773407 to 2024-05-02 22:37:18.818773426 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.820267128, lastModified=2024-05-02 22:37:18.818773426, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.818773426 to 2024-05-02 22:37:18.819773445 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.821170550, lastModified=2024-05-02 22:37:18.819773445, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.821170550, lastModified=2024-05-02 22:37:18.819773445, delta=1397105 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.822075443, lastModified=2024-05-02 22:37:18.820773464, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.822075443, lastModified=2024-05-02 22:37:18.820773464, delta=1301979 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.822963670, lastModified=2024-05-02 22:37:18.821773484, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.822963670, lastModified=2024-05-02 22:37:18.821773484, delta=1190186 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.823845787, lastModified=2024-05-02 22:37:18.822773502, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.823845787, lastModified=2024-05-02 22:37:18.822773502, delta=1072285 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.824731489, lastModified=2024-05-02 22:37:18.823773522, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.824731489, lastModified=2024-05-02 22:37:18.823773522, delta=957967 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.825615694, lastModified=2024-05-02 22:37:18.823773522, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.823773522 to 2024-05-02 22:37:18.824773541 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.826493758, lastModified=2024-05-02 22:37:18.824773541, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.824773541 to 2024-05-02 22:37:18.825773560 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.827351952, lastModified=2024-05-02 22:37:18.825773560, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.825773560 to 2024-05-02 22:37:18.826773579 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.828297719, lastModified=2024-05-02 22:37:18.826773579, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.826773579 to 2024-05-02 22:37:18.827773598 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.829195974, lastModified=2024-05-02 22:37:18.827773598, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.829195974, lastModified=2024-05-02 22:37:18.827773598, delta=1422376 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.830098114, lastModified=2024-05-02 22:37:18.828773617, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.830098114, lastModified=2024-05-02 22:37:18.828773617, delta=1324497 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.830989987, lastModified=2024-05-02 22:37:18.829773636, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.830989987, lastModified=2024-05-02 22:37:18.829773636, delta=1216351 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.831941924, lastModified=2024-05-02 22:37:18.830773655, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.831941924, lastModified=2024-05-02 22:37:18.830773655, delta=1168269 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.832949577, lastModified=2024-05-02 22:37:18.831773674, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.832949577, lastModified=2024-05-02 22:37:18.831773674, delta=1175903 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.833970420, lastModified=2024-05-02 22:37:18.832773694, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.833970420, lastModified=2024-05-02 22:37:18.832773694, delta=1196726 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.834904701, lastModified=2024-05-02 22:37:18.833773713, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.834904701, lastModified=2024-05-02 22:37:18.833773713, delta=1130988 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.835815179, lastModified=2024-05-02 22:37:18.834773732, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.835815179, lastModified=2024-05-02 22:37:18.834773732, delta=1041447 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.836765650, lastModified=2024-05-02 22:37:18.835773751, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.836765650, lastModified=2024-05-02 22:37:18.835773751, delta=991899 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.838088643, lastModified=2024-05-02 22:37:18.835773751, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.835773751 to 2024-05-02 22:37:18.836773770 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.839016337, lastModified=2024-05-02 22:37:18.837773789, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.839016337, lastModified=2024-05-02 22:37:18.837773789, delta=1242548 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.840027149, lastModified=2024-05-02 22:37:18.838773808, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.840027149, lastModified=2024-05-02 22:37:18.838773808, delta=1253341 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.840920244, lastModified=2024-05-02 22:37:18.839773827, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.840920244, lastModified=2024-05-02 22:37:18.839773827, delta=1146417 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.841842377, lastModified=2024-05-02 22:37:18.840773846, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.841842377, lastModified=2024-05-02 22:37:18.840773846, delta=1068531 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.842756802, lastModified=2024-05-02 22:37:18.841773865, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.842756802, lastModified=2024-05-02 22:37:18.841773865, delta=982937 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.843702819, lastModified=2024-05-02 22:37:18.841773865, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.841773865 to 2024-05-02 22:37:18.842773884 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.844673365, lastModified=2024-05-02 22:37:18.842773884, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.842773884 to 2024-05-02 22:37:18.843773903 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.845545780, lastModified=2024-05-02 22:37:18.843773903, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.843773903 to 2024-05-02 22:37:18.844773923 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.846424254, lastModified=2024-05-02 22:37:18.844773923, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.844773923 to 2024-05-02 22:37:18.845773942 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.847306086, lastModified=2024-05-02 22:37:18.845773942, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.845773942 to 2024-05-02 22:37:18.846773961 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.848163619, lastModified=2024-05-02 22:37:18.846773961, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.848163619, lastModified=2024-05-02 22:37:18.846773961, delta=1389658 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.849103735, lastModified=2024-05-02 22:37:18.847773980, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.849103735, lastModified=2024-05-02 22:37:18.847773980, delta=1329755 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.850054658, lastModified=2024-05-02 22:37:18.848773999, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.850054658, lastModified=2024-05-02 22:37:18.848773999, delta=1280659 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.850943304, lastModified=2024-05-02 22:37:18.849774018, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.850943304, lastModified=2024-05-02 22:37:18.849774018, delta=1169286 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.851848311, lastModified=2024-05-02 22:37:18.850774037, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.851848311, lastModified=2024-05-02 22:37:18.850774037, delta=1074274 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.852812996, lastModified=2024-05-02 22:37:18.851774056, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.852812996, lastModified=2024-05-02 22:37:18.851774056, delta=1038940 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.853756671, lastModified=2024-05-02 22:37:18.852774075, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.853756671, lastModified=2024-05-02 22:37:18.852774075, delta=982596 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.854710794, lastModified=2024-05-02 22:37:18.852774075, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.852774075 to 2024-05-02 22:37:18.853774094 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.855640618, lastModified=2024-05-02 22:37:18.853774094, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.853774094 to 2024-05-02 22:37:18.854774114 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.856604097, lastModified=2024-05-02 22:37:18.854774114, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.854774114 to 2024-05-02 22:37:18.855774133 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.857556585, lastModified=2024-05-02 22:37:18.855774133, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.855774133 to 2024-05-02 22:37:18.856774152 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.858492553, lastModified=2024-05-02 22:37:18.856774152, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.856774152 to 2024-05-02 22:37:18.857774171 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.859424913, lastModified=2024-05-02 22:37:18.857774171, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.857774171 to 2024-05-02 22:37:18.858774190 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.860363276, lastModified=2024-05-02 22:37:18.858774190, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.858774190 to 2024-05-02 22:37:18.859774209 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.861308815, lastModified=2024-05-02 22:37:18.859774209, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.859774209 to 2024-05-02 22:37:18.860774228 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.862256883, lastModified=2024-05-02 22:37:18.860774228, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.860774228 to 2024-05-02 22:37:18.861774247 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.863228881, lastModified=2024-05-02 22:37:18.861774247, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.861774247 to 2024-05-02 22:37:18.862774266 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.864188849, lastModified=2024-05-02 22:37:18.862774266, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.864188849, lastModified=2024-05-02 22:37:18.862774266, delta=1414583 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.865179928, lastModified=2024-05-02 22:37:18.863774285, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.865179928, lastModified=2024-05-02 22:37:18.863774285, delta=1405643 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.866155376, lastModified=2024-05-02 22:37:18.864774304, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.866155376, lastModified=2024-05-02 22:37:18.864774304, delta=1381072 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.867116700, lastModified=2024-05-02 22:37:18.865774324, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.867116700, lastModified=2024-05-02 22:37:18.865774324, delta=1342376 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.868070990, lastModified=2024-05-02 22:37:18.866774343, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.868070990, lastModified=2024-05-02 22:37:18.866774343, delta=1296647 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.869033590, lastModified=2024-05-02 22:37:18.867774362, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.869033590, lastModified=2024-05-02 22:37:18.867774362, delta=1259228 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.870005373, lastModified=2024-05-02 22:37:18.868774381, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.870005373, lastModified=2024-05-02 22:37:18.868774381, delta=1230992 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.870967662, lastModified=2024-05-02 22:37:18.869774400, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.870967662, lastModified=2024-05-02 22:37:18.869774400, delta=1193262 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.871932640, lastModified=2024-05-02 22:37:18.870774419, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.871932640, lastModified=2024-05-02 22:37:18.870774419, delta=1158221 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.872907654, lastModified=2024-05-02 22:37:18.871774438, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.872907654, lastModified=2024-05-02 22:37:18.871774438, delta=1133216 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.873865925, lastModified=2024-05-02 22:37:18.872774457, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.873865925, lastModified=2024-05-02 22:37:18.872774457, delta=1091468 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.874838021, lastModified=2024-05-02 22:37:18.873774476, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.874838021, lastModified=2024-05-02 22:37:18.873774476, delta=1063545 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.875804562, lastModified=2024-05-02 22:37:18.874774495, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.875804562, lastModified=2024-05-02 22:37:18.874774495, delta=1030067 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.876771550, lastModified=2024-05-02 22:37:18.875774514, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.876771550, lastModified=2024-05-02 22:37:18.875774514, delta=997036 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.877764154, lastModified=2024-05-02 22:37:18.876774533, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.877764154, lastModified=2024-05-02 22:37:18.876774533, delta=989621 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.878754593, lastModified=2024-05-02 22:37:18.877774553, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.878754593, lastModified=2024-05-02 22:37:18.877774553, delta=980040 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.879735313, lastModified=2024-05-02 22:37:18.878774572, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.879735313, lastModified=2024-05-02 22:37:18.878774572, delta=960741 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.880724397, lastModified=2024-05-02 22:37:18.878774572, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.878774572 to 2024-05-02 22:37:18.879774591 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.881685010, lastModified=2024-05-02 22:37:18.879774591, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.879774591 to 2024-05-02 22:37:18.880774610 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.882639853, lastModified=2024-05-02 22:37:18.880774610, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.880774610 to 2024-05-02 22:37:18.881774629 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.883613899, lastModified=2024-05-02 22:37:18.881774629, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.881774629 to 2024-05-02 22:37:18.882774648 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.884566218, lastModified=2024-05-02 22:37:18.882774648, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.882774648 to 2024-05-02 22:37:18.883774667 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.885520817, lastModified=2024-05-02 22:37:18.883774667, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.883774667 to 2024-05-02 22:37:18.884774686 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.886423961, lastModified=2024-05-02 22:37:18.884774686, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.884774686 to 2024-05-02 22:37:18.885774705 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.887306923, lastModified=2024-05-02 22:37:18.885774705, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.885774705 to 2024-05-02 22:37:18.886774725 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.888242880, lastModified=2024-05-02 22:37:18.886774725, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.886774725 to 2024-05-02 22:37:18.887774743 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.889209088, lastModified=2024-05-02 22:37:18.887774743, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.889209088, lastModified=2024-05-02 22:37:18.887774743, delta=1434345 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.890120614, lastModified=2024-05-02 22:37:18.888774763, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.890120614, lastModified=2024-05-02 22:37:18.888774763, delta=1345851 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.891027210, lastModified=2024-05-02 22:37:18.889774782, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.891027210, lastModified=2024-05-02 22:37:18.889774782, delta=1252428 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.891949285, lastModified=2024-05-02 22:37:18.890774801, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.891949285, lastModified=2024-05-02 22:37:18.890774801, delta=1174484 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.892895465, lastModified=2024-05-02 22:37:18.891774820, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.892895465, lastModified=2024-05-02 22:37:18.891774820, delta=1120645 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.893811417, lastModified=2024-05-02 22:37:18.892774839, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.893811417, lastModified=2024-05-02 22:37:18.892774839, delta=1036578 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.894732805, lastModified=2024-05-02 22:37:18.893774858, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.894732805, lastModified=2024-05-02 22:37:18.893774858, delta=957947 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.895648717, lastModified=2024-05-02 22:37:18.893774858, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.893774858 to 2024-05-02 22:37:18.894774877 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.896550441, lastModified=2024-05-02 22:37:18.894774877, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.894774877 to 2024-05-02 22:37:18.895774896 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.897458236, lastModified=2024-05-02 22:37:18.895774896, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.895774896 to 2024-05-02 22:37:18.896774915 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.898350186, lastModified=2024-05-02 22:37:18.896774915, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.896774915 to 2024-05-02 22:37:18.897774935 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.899257884, lastModified=2024-05-02 22:37:18.897774935, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.897774935 to 2024-05-02 22:37:18.898774954 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.900164062, lastModified=2024-05-02 22:37:18.898774954, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.900164062, lastModified=2024-05-02 22:37:18.898774954, delta=1389108 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.901088167, lastModified=2024-05-02 22:37:18.899774973, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.901088167, lastModified=2024-05-02 22:37:18.899774973, delta=1313194 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.902009972, lastModified=2024-05-02 22:37:18.900774992, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.902009972, lastModified=2024-05-02 22:37:18.900774992, delta=1234980 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.902930082, lastModified=2024-05-02 22:37:18.901775011, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.902930082, lastModified=2024-05-02 22:37:18.901775011, delta=1155071 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.903855746, lastModified=2024-05-02 22:37:18.902775030, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.903855746, lastModified=2024-05-02 22:37:18.902775030, delta=1080716 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.904780654, lastModified=2024-05-02 22:37:18.903775049, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.904780654, lastModified=2024-05-02 22:37:18.903775049, delta=1005605 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.905716871, lastModified=2024-05-02 22:37:18.904775068, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.905716871, lastModified=2024-05-02 22:37:18.904775068, delta=941803 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.906641633, lastModified=2024-05-02 22:37:18.904775068, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.904775068 to 2024-05-02 22:37:18.905775087 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.907557007, lastModified=2024-05-02 22:37:18.905775087, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.905775087 to 2024-05-02 22:37:18.906775106 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.908469449, lastModified=2024-05-02 22:37:18.906775106, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.906775106 to 2024-05-02 22:37:18.907775125 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.909377011, lastModified=2024-05-02 22:37:18.907775125, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.907775125 to 2024-05-02 22:37:18.908775144 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.910279045, lastModified=2024-05-02 22:37:18.908775144, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.908775144 to 2024-05-02 22:37:18.909775164 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.911212275, lastModified=2024-05-02 22:37:18.909775164, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.911212275, lastModified=2024-05-02 22:37:18.909775164, delta=1437111 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.912145062, lastModified=2024-05-02 22:37:18.910775183, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.912145062, lastModified=2024-05-02 22:37:18.910775183, delta=1369879 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.913077882, lastModified=2024-05-02 22:37:18.911775202, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.913077882, lastModified=2024-05-02 22:37:18.911775202, delta=1302680 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.914010110, lastModified=2024-05-02 22:37:18.912775221, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.914010110, lastModified=2024-05-02 22:37:18.912775221, delta=1234889 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.914937599, lastModified=2024-05-02 22:37:18.913775240, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.914937599, lastModified=2024-05-02 22:37:18.913775240, delta=1162359 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.915927696, lastModified=2024-05-02 22:37:18.914775259, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.915927696, lastModified=2024-05-02 22:37:18.914775259, delta=1152437 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.916912097, lastModified=2024-05-02 22:37:18.915775278, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.916912097, lastModified=2024-05-02 22:37:18.915775278, delta=1136819 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.917849423, lastModified=2024-05-02 22:37:18.916775297, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.917849423, lastModified=2024-05-02 22:37:18.916775297, delta=1074126 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.918830512, lastModified=2024-05-02 22:37:18.917775316, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.918830512, lastModified=2024-05-02 22:37:18.917775316, delta=1055196 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.919776325, lastModified=2024-05-02 22:37:18.918775335, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.919776325, lastModified=2024-05-02 22:37:18.918775335, delta=1000990 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.920722932, lastModified=2024-05-02 22:37:18.919775355, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.920722932, lastModified=2024-05-02 22:37:18.919775355, delta=947577 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.921655867, lastModified=2024-05-02 22:37:18.919775355, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.919775355 to 2024-05-02 22:37:18.920775374 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.922630065, lastModified=2024-05-02 22:37:18.920775374, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.920775374 to 2024-05-02 22:37:18.921775393 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.923608279, lastModified=2024-05-02 22:37:18.921775393, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.921775393 to 2024-05-02 22:37:18.922775412 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.924569282, lastModified=2024-05-02 22:37:18.922775412, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.922775412 to 2024-05-02 22:37:18.923775431 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.925496421, lastModified=2024-05-02 22:37:18.923775431, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.923775431 to 2024-05-02 22:37:18.924775450 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.926434509, lastModified=2024-05-02 22:37:18.924775450, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.924775450 to 2024-05-02 22:37:18.925775469 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.927417949, lastModified=2024-05-02 22:37:18.925775469, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.925775469 to 2024-05-02 22:37:18.926775488 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.928339734, lastModified=2024-05-02 22:37:18.926775488, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.926775488 to 2024-05-02 22:37:18.927775507 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.929282566, lastModified=2024-05-02 22:37:18.927775507, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.927775507 to 2024-05-02 22:37:18.928775526 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.930198383, lastModified=2024-05-02 22:37:18.928775526, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.930198383, lastModified=2024-05-02 22:37:18.928775526, delta=1422857 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.931140478, lastModified=2024-05-02 22:37:18.929775545, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.931140478, lastModified=2024-05-02 22:37:18.929775545, delta=1364933 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.932084798, lastModified=2024-05-02 22:37:18.930775565, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.932084798, lastModified=2024-05-02 22:37:18.930775565, delta=1309233 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.933016188, lastModified=2024-05-02 22:37:18.931775584, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.933016188, lastModified=2024-05-02 22:37:18.931775584, delta=1240604 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.933948139, lastModified=2024-05-02 22:37:18.932775603, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.933948139, lastModified=2024-05-02 22:37:18.932775603, delta=1172536 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.934883783, lastModified=2024-05-02 22:37:18.933775622, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.934883783, lastModified=2024-05-02 22:37:18.933775622, delta=1108161 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.935822343, lastModified=2024-05-02 22:37:18.934775641, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.935822343, lastModified=2024-05-02 22:37:18.934775641, delta=1046702 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.936792598, lastModified=2024-05-02 22:37:18.935775660, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.936792598, lastModified=2024-05-02 22:37:18.935775660, delta=1016938 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.937745562, lastModified=2024-05-02 22:37:18.936775679, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.937745562, lastModified=2024-05-02 22:37:18.936775679, delta=969883 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.938686495, lastModified=2024-05-02 22:37:18.936775679, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.936775679 to 2024-05-02 22:37:18.937775698 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.939608987, lastModified=2024-05-02 22:37:18.937775698, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.937775698 to 2024-05-02 22:37:18.938775717 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.940535659, lastModified=2024-05-02 22:37:18.938775717, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.938775717 to 2024-05-02 22:37:18.939775736 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.941463367, lastModified=2024-05-02 22:37:18.939775736, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.939775736 to 2024-05-02 22:37:18.940775755 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.942400742, lastModified=2024-05-02 22:37:18.940775755, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.940775755 to 2024-05-02 22:37:18.941775774 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.943313378, lastModified=2024-05-02 22:37:18.941775774, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.941775774 to 2024-05-02 22:37:18.942775794 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.944263499, lastModified=2024-05-02 22:37:18.942775794, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.942775794 to 2024-05-02 22:37:18.943775813 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.945209824, lastModified=2024-05-02 22:37:18.943775813, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.945209824, lastModified=2024-05-02 22:37:18.943775813, delta=1434011 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.946168723, lastModified=2024-05-02 22:37:18.944775832, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.946168723, lastModified=2024-05-02 22:37:18.944775832, delta=1392891 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.947163029, lastModified=2024-05-02 22:37:18.945775851, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.947163029, lastModified=2024-05-02 22:37:18.945775851, delta=1387178 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.948187379, lastModified=2024-05-02 22:37:18.946775870, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.948187379, lastModified=2024-05-02 22:37:18.946775870, delta=1411509 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.949138524, lastModified=2024-05-02 22:37:18.947775889, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.949138524, lastModified=2024-05-02 22:37:18.947775889, delta=1362635 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.950093805, lastModified=2024-05-02 22:37:18.948775908, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.950093805, lastModified=2024-05-02 22:37:18.948775908, delta=1317897 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.951051325, lastModified=2024-05-02 22:37:18.949775927, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.951051325, lastModified=2024-05-02 22:37:18.949775927, delta=1275398 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.952009480, lastModified=2024-05-02 22:37:18.950775946, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.952009480, lastModified=2024-05-02 22:37:18.950775946, delta=1233534 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.952986950, lastModified=2024-05-02 22:37:18.951775966, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.952986950, lastModified=2024-05-02 22:37:18.951775966, delta=1210984 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.953938025, lastModified=2024-05-02 22:37:18.952775984, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.953938025, lastModified=2024-05-02 22:37:18.952775984, delta=1162041 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.954948593, lastModified=2024-05-02 22:37:18.953776004, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.954948593, lastModified=2024-05-02 22:37:18.953776004, delta=1172589 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.955990814, lastModified=2024-05-02 22:37:18.954776023, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.955990814, lastModified=2024-05-02 22:37:18.954776023, delta=1214791 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.956961464, lastModified=2024-05-02 22:37:18.955776042, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.956961464, lastModified=2024-05-02 22:37:18.955776042, delta=1185422 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.957934517, lastModified=2024-05-02 22:37:18.956776061, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.957934517, lastModified=2024-05-02 22:37:18.956776061, delta=1158456 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.958903014, lastModified=2024-05-02 22:37:18.957776080, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.958903014, lastModified=2024-05-02 22:37:18.957776080, delta=1126934 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.959872681, lastModified=2024-05-02 22:37:18.958776099, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.959872681, lastModified=2024-05-02 22:37:18.958776099, delta=1096582 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.960831212, lastModified=2024-05-02 22:37:18.959776118, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.960831212, lastModified=2024-05-02 22:37:18.959776118, delta=1055094 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.961799546, lastModified=2024-05-02 22:37:18.960776137, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.961799546, lastModified=2024-05-02 22:37:18.960776137, delta=1023409 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.962757379, lastModified=2024-05-02 22:37:18.961776156, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.962757379, lastModified=2024-05-02 22:37:18.961776156, delta=981223 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.963713672, lastModified=2024-05-02 22:37:18.961776156, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.961776156 to 2024-05-02 22:37:18.962776176 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.964653250, lastModified=2024-05-02 22:37:18.962776176, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.962776176 to 2024-05-02 22:37:18.963776195 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.965623533, lastModified=2024-05-02 22:37:18.963776195, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.963776195 to 2024-05-02 22:37:18.964776214 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.966614701, lastModified=2024-05-02 22:37:18.964776214, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.964776214 to 2024-05-02 22:37:18.965776233 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.967561223, lastModified=2024-05-02 22:37:18.965776233, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.965776233 to 2024-05-02 22:37:18.966776252 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.968505141, lastModified=2024-05-02 22:37:18.966776252, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.966776252 to 2024-05-02 22:37:18.967776271 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.969456320, lastModified=2024-05-02 22:37:18.967776271, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.967776271 to 2024-05-02 22:37:18.968776290 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.970394396, lastModified=2024-05-02 22:37:18.968776290, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.968776290 to 2024-05-02 22:37:18.969776309 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.971333119, lastModified=2024-05-02 22:37:18.969776309, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.969776309 to 2024-05-02 22:37:18.970776328 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.972292501, lastModified=2024-05-02 22:37:18.970776328, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.970776328 to 2024-05-02 22:37:18.971776347 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.973240038, lastModified=2024-05-02 22:37:18.971776347, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.971776347 to 2024-05-02 22:37:18.972776366 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.974245218, lastModified=2024-05-02 22:37:18.972776366, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.972776366 to 2024-05-02 22:37:18.973776385 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.975197314, lastModified=2024-05-02 22:37:18.973776385, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.975197314, lastModified=2024-05-02 22:37:18.973776385, delta=1420929 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.976167754, lastModified=2024-05-02 22:37:18.974776405, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.976167754, lastModified=2024-05-02 22:37:18.974776405, delta=1391349 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.977145618, lastModified=2024-05-02 22:37:18.975776424, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.977145618, lastModified=2024-05-02 22:37:18.975776424, delta=1369194 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.978123431, lastModified=2024-05-02 22:37:18.976776443, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.978123431, lastModified=2024-05-02 22:37:18.976776443, delta=1346988 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.979098364, lastModified=2024-05-02 22:37:18.977776462, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.979098364, lastModified=2024-05-02 22:37:18.977776462, delta=1321902 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.980062635, lastModified=2024-05-02 22:37:18.978776481, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.980062635, lastModified=2024-05-02 22:37:18.978776481, delta=1286154 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.981034642, lastModified=2024-05-02 22:37:18.979776500, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.981034642, lastModified=2024-05-02 22:37:18.979776500, delta=1258142 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.981995841, lastModified=2024-05-02 22:37:18.980776519, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.981995841, lastModified=2024-05-02 22:37:18.980776519, delta=1219322 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.982961897, lastModified=2024-05-02 22:37:18.981776538, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.982961897, lastModified=2024-05-02 22:37:18.981776538, delta=1185359 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.983925483, lastModified=2024-05-02 22:37:18.982776557, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.983925483, lastModified=2024-05-02 22:37:18.982776557, delta=1148926 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.984914526, lastModified=2024-05-02 22:37:18.983776577, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.984914526, lastModified=2024-05-02 22:37:18.983776577, delta=1137949 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.985943680, lastModified=2024-05-02 22:37:18.984776596, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.985943680, lastModified=2024-05-02 22:37:18.984776596, delta=1167084 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.986976430, lastModified=2024-05-02 22:37:18.985776615, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.986976430, lastModified=2024-05-02 22:37:18.985776615, delta=1199815 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.987937326, lastModified=2024-05-02 22:37:18.986776634, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.987937326, lastModified=2024-05-02 22:37:18.986776634, delta=1160692 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.988912722, lastModified=2024-05-02 22:37:18.987776653, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.988912722, lastModified=2024-05-02 22:37:18.987776653, delta=1136069 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.989878331, lastModified=2024-05-02 22:37:18.988776672, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.989878331, lastModified=2024-05-02 22:37:18.988776672, delta=1101659 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.990836771, lastModified=2024-05-02 22:37:18.989776691, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.990836771, lastModified=2024-05-02 22:37:18.989776691, delta=1060080 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.991809068, lastModified=2024-05-02 22:37:18.990776710, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.991809068, lastModified=2024-05-02 22:37:18.990776710, delta=1032358 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.992777967, lastModified=2024-05-02 22:37:18.991776729, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.992777967, lastModified=2024-05-02 22:37:18.991776729, delta=1001238 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.993783351, lastModified=2024-05-02 22:37:18.992776748, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.993783351, lastModified=2024-05-02 22:37:18.992776748, delta=1006603 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.995791972, lastModified=2024-05-02 22:37:18.993776767, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.993776767 to 2024-05-02 22:37:18.994776786 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.996743347, lastModified=2024-05-02 22:37:18.995776806, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:18.996743347, lastModified=2024-05-02 22:37:18.995776806, delta=966541 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.997728726, lastModified=2024-05-02 22:37:18.995776806, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.995776806 to 2024-05-02 22:37:18.996776825 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.998731891, lastModified=2024-05-02 22:37:18.996776825, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.996776825 to 2024-05-02 22:37:18.997776844 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:18.999714808, lastModified=2024-05-02 22:37:18.997776844, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.997776844 to 2024-05-02 22:37:18.998776863 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.000682876, lastModified=2024-05-02 22:37:18.998776863, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.998776863 to 2024-05-02 22:37:18.999776882 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.001644232, lastModified=2024-05-02 22:37:18.999776882, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:18.999776882 to 2024-05-02 22:37:19.000776901 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.002607177, lastModified=2024-05-02 22:37:19.000776901, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.000776901 to 2024-05-02 22:37:19.001776920 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.003586982, lastModified=2024-05-02 22:37:19.001776920, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.001776920 to 2024-05-02 22:37:19.002776939 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.004558227, lastModified=2024-05-02 22:37:19.002776939, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.002776939 to 2024-05-02 22:37:19.003776958 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.005543110, lastModified=2024-05-02 22:37:19.003776958, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.003776958 to 2024-05-02 22:37:19.004776977 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.006533138, lastModified=2024-05-02 22:37:19.004776977, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.004776977 to 2024-05-02 22:37:19.005776996 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.007492980, lastModified=2024-05-02 22:37:19.005776996, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.005776996 to 2024-05-02 22:37:19.006777015 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.008448532, lastModified=2024-05-02 22:37:19.006777015, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.006777015 to 2024-05-02 22:37:19.007777035 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.009430440, lastModified=2024-05-02 22:37:19.007777035, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.007777035 to 2024-05-02 22:37:19.008777054 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.010431149, lastModified=2024-05-02 22:37:19.008777054, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.008777054 to 2024-05-02 22:37:19.009777073 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.011414336, lastModified=2024-05-02 22:37:19.009777073, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.009777073 to 2024-05-02 22:37:19.010777092 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.012377722, lastModified=2024-05-02 22:37:19.010777092, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.010777092 to 2024-05-02 22:37:19.011777111 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.013333025, lastModified=2024-05-02 22:37:19.011777111, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.011777111 to 2024-05-02 22:37:19.012777130 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.014302268, lastModified=2024-05-02 22:37:19.012777130, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.012777130 to 2024-05-02 22:37:19.013777149 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.015273455, lastModified=2024-05-02 22:37:19.013777149, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.013777149 to 2024-05-02 22:37:19.014777168 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.016243705, lastModified=2024-05-02 22:37:19.014777168, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.014777168 to 2024-05-02 22:37:19.015777187 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.017210693, lastModified=2024-05-02 22:37:19.015777187, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.017210693, lastModified=2024-05-02 22:37:19.015777187, delta=1433506 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.018227910, lastModified=2024-05-02 22:37:19.016777207, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.018227910, lastModified=2024-05-02 22:37:19.016777207, delta=1450703 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.019281953, lastModified=2024-05-02 22:37:19.017777226, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.017777226 to 2024-05-02 22:37:19.018777245 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.020551328, lastModified=2024-05-02 22:37:19.018777245, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.018777245 to 2024-05-02 22:37:19.019777264 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.021632982, lastModified=2024-05-02 22:37:19.019777264, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.019777264 to 2024-05-02 22:37:19.020777283 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.022700288, lastModified=2024-05-02 22:37:19.020777283, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.020777283 to 2024-05-02 22:37:19.021777302 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.023758316, lastModified=2024-05-02 22:37:19.021777302, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.021777302 to 2024-05-02 22:37:19.022777321 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.024866042, lastModified=2024-05-02 22:37:19.023777340, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.024866042, lastModified=2024-05-02 22:37:19.023777340, delta=1088702 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.025978565, lastModified=2024-05-02 22:37:19.024777359, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.025978565, lastModified=2024-05-02 22:37:19.024777359, delta=1201206 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.027070559, lastModified=2024-05-02 22:37:19.025777378, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.027070559, lastModified=2024-05-02 22:37:19.025777378, delta=1293181 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.028152283, lastModified=2024-05-02 22:37:19.026777397, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.028152283, lastModified=2024-05-02 22:37:19.026777397, delta=1374886 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.029196601, lastModified=2024-05-02 22:37:19.027777417, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.029196601, lastModified=2024-05-02 22:37:19.027777417, delta=1419184 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.030206363, lastModified=2024-05-02 22:37:19.028777436, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.030206363, lastModified=2024-05-02 22:37:19.028777436, delta=1428927 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.031205281, lastModified=2024-05-02 22:37:19.029777455, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.031205281, lastModified=2024-05-02 22:37:19.029777455, delta=1427826 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.032206038, lastModified=2024-05-02 22:37:19.030777474, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.032206038, lastModified=2024-05-02 22:37:19.030777474, delta=1428564 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.033213047, lastModified=2024-05-02 22:37:19.031777493, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.033213047, lastModified=2024-05-02 22:37:19.031777493, delta=1435554 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.034215837, lastModified=2024-05-02 22:37:19.032777512, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.034215837, lastModified=2024-05-02 22:37:19.032777512, delta=1438325 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.035211070, lastModified=2024-05-02 22:37:19.033777531, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.035211070, lastModified=2024-05-02 22:37:19.033777531, delta=1433539 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.036213480, lastModified=2024-05-02 22:37:19.034777550, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.036213480, lastModified=2024-05-02 22:37:19.034777550, delta=1435930 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.037211440, lastModified=2024-05-02 22:37:19.035777569, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.037211440, lastModified=2024-05-02 22:37:19.035777569, delta=1433871 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.038214688, lastModified=2024-05-02 22:37:19.036777588, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.038214688, lastModified=2024-05-02 22:37:19.036777588, delta=1437100 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.039267381, lastModified=2024-05-02 22:37:19.037777607, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.037777607 to 2024-05-02 22:37:19.038777626 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.040294818, lastModified=2024-05-02 22:37:19.038777626, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.038777626 to 2024-05-02 22:37:19.039777646 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.041292276, lastModified=2024-05-02 22:37:19.039777646, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.039777646 to 2024-05-02 22:37:19.040777665 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.042283749, lastModified=2024-05-02 22:37:19.040777665, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.040777665 to 2024-05-02 22:37:19.041777684 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.043353097, lastModified=2024-05-02 22:37:19.041777684, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.041777684 to 2024-05-02 22:37:19.042777703 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.044424053, lastModified=2024-05-02 22:37:19.042777703, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.042777703 to 2024-05-02 22:37:19.043777722 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.045426059, lastModified=2024-05-02 22:37:19.043777722, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.043777722 to 2024-05-02 22:37:19.044777741 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.046417760, lastModified=2024-05-02 22:37:19.044777741, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.044777741 to 2024-05-02 22:37:19.045777760 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.047409018, lastModified=2024-05-02 22:37:19.045777760, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.045777760 to 2024-05-02 22:37:19.046777779 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.048397560, lastModified=2024-05-02 22:37:19.046777779, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.046777779 to 2024-05-02 22:37:19.047777798 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.049461027, lastModified=2024-05-02 22:37:19.047777798, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.047777798 to 2024-05-02 22:37:19.048777818 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.050488331, lastModified=2024-05-02 22:37:19.048777818, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.048777818 to 2024-05-02 22:37:19.049777837 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.051489960, lastModified=2024-05-02 22:37:19.049777837, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.049777837 to 2024-05-02 22:37:19.050777856 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.052487628, lastModified=2024-05-02 22:37:19.050777856, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.050777856 to 2024-05-02 22:37:19.051777875 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.053476508, lastModified=2024-05-02 22:37:19.051777875, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.051777875 to 2024-05-02 22:37:19.052777894 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.054473003, lastModified=2024-05-02 22:37:19.052777894, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.052777894 to 2024-05-02 22:37:19.053777913 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.055479108, lastModified=2024-05-02 22:37:19.053777913, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.053777913 to 2024-05-02 22:37:19.054777932 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.056450497, lastModified=2024-05-02 22:37:19.054777932, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.054777932 to 2024-05-02 22:37:19.055777951 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.057464364, lastModified=2024-05-02 22:37:19.055777951, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.055777951 to 2024-05-02 22:37:19.056777970 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.058447960, lastModified=2024-05-02 22:37:19.056777970, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.056777970 to 2024-05-02 22:37:19.057777989 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.059399035, lastModified=2024-05-02 22:37:19.057777989, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.057777989 to 2024-05-02 22:37:19.058778008 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.060394874, lastModified=2024-05-02 22:37:19.058778008, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.058778008 to 2024-05-02 22:37:19.059778027 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.061392447, lastModified=2024-05-02 22:37:19.059778027, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.059778027 to 2024-05-02 22:37:19.060778047 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.062346760, lastModified=2024-05-02 22:37:19.060778047, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.060778047 to 2024-05-02 22:37:19.061778066 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.063312501, lastModified=2024-05-02 22:37:19.061778066, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.061778066 to 2024-05-02 22:37:19.062778085 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.064321608, lastModified=2024-05-02 22:37:19.062778085, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.062778085 to 2024-05-02 22:37:19.063778104 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.065296189, lastModified=2024-05-02 22:37:19.063778104, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.063778104 to 2024-05-02 22:37:19.064778123 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.066298380, lastModified=2024-05-02 22:37:19.064778123, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.064778123 to 2024-05-02 22:37:19.065778142 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.067302844, lastModified=2024-05-02 22:37:19.065778142, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.065778142 to 2024-05-02 22:37:19.066778161 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.068308686, lastModified=2024-05-02 22:37:19.066778161, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.066778161 to 2024-05-02 22:37:19.067778180 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.069308387, lastModified=2024-05-02 22:37:19.067778180, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.067778180 to 2024-05-02 22:37:19.068778199 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.070313335, lastModified=2024-05-02 22:37:19.068778199, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.068778199 to 2024-05-02 22:37:19.069778218 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.071391891, lastModified=2024-05-02 22:37:19.069778218, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.069778218 to 2024-05-02 22:37:19.070778237 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.072411510, lastModified=2024-05-02 22:37:19.070778237, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.070778237 to 2024-05-02 22:37:19.071778256 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.073433915, lastModified=2024-05-02 22:37:19.071778256, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.071778256 to 2024-05-02 22:37:19.072778276 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.074516685, lastModified=2024-05-02 22:37:19.072778276, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.072778276 to 2024-05-02 22:37:19.073778295 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.075507275, lastModified=2024-05-02 22:37:19.073778295, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.073778295 to 2024-05-02 22:37:19.074778314 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.076501914, lastModified=2024-05-02 22:37:19.074778314, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.074778314 to 2024-05-02 22:37:19.075778333 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.077494670, lastModified=2024-05-02 22:37:19.075778333, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.075778333 to 2024-05-02 22:37:19.076778352 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.078498108, lastModified=2024-05-02 22:37:19.076778352, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.076778352 to 2024-05-02 22:37:19.077778371 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.079493194, lastModified=2024-05-02 22:37:19.077778371, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.077778371 to 2024-05-02 22:37:19.078778390 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.080500821, lastModified=2024-05-02 22:37:19.078778390, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.078778390 to 2024-05-02 22:37:19.079778409 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.081506092, lastModified=2024-05-02 22:37:19.079778409, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.079778409 to 2024-05-02 22:37:19.080778429 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.082504513, lastModified=2024-05-02 22:37:19.080778429, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.080778429 to 2024-05-02 22:37:19.081778448 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.083526437, lastModified=2024-05-02 22:37:19.081778448, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.081778448 to 2024-05-02 22:37:19.082778467 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.084550683, lastModified=2024-05-02 22:37:19.082778467, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.082778467 to 2024-05-02 22:37:19.083778486 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.085552884, lastModified=2024-05-02 22:37:19.083778486, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.083778486 to 2024-05-02 22:37:19.084778505 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.086556663, lastModified=2024-05-02 22:37:19.084778505, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.084778505 to 2024-05-02 22:37:19.085778524 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.087713852, lastModified=2024-05-02 22:37:19.085778524, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.085778524 to 2024-05-02 22:37:19.086778543 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.088762054, lastModified=2024-05-02 22:37:19.087778562, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.088762054, lastModified=2024-05-02 22:37:19.087778562, delta=983492 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.089794677, lastModified=2024-05-02 22:37:19.088778581, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.089794677, lastModified=2024-05-02 22:37:19.088778581, delta=1016096 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.090826175, lastModified=2024-05-02 22:37:19.089778600, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.090826175, lastModified=2024-05-02 22:37:19.089778600, delta=1047575 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.091848446, lastModified=2024-05-02 22:37:19.090778619, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.091848446, lastModified=2024-05-02 22:37:19.090778619, delta=1069827 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.092873695, lastModified=2024-05-02 22:37:19.091778638, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.092873695, lastModified=2024-05-02 22:37:19.091778638, delta=1095057 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.093897166, lastModified=2024-05-02 22:37:19.092778658, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.093897166, lastModified=2024-05-02 22:37:19.092778658, delta=1118508 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.094920574, lastModified=2024-05-02 22:37:19.093778677, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.094920574, lastModified=2024-05-02 22:37:19.093778677, delta=1141897 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.095949991, lastModified=2024-05-02 22:37:19.094778696, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.095949991, lastModified=2024-05-02 22:37:19.094778696, delta=1171295 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.096971033, lastModified=2024-05-02 22:37:19.095778715, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.096971033, lastModified=2024-05-02 22:37:19.095778715, delta=1192318 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.098013393, lastModified=2024-05-02 22:37:19.096778734, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.098013393, lastModified=2024-05-02 22:37:19.096778734, delta=1234659 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.099040860, lastModified=2024-05-02 22:37:19.097778753, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.099040860, lastModified=2024-05-02 22:37:19.097778753, delta=1262107 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.100070637, lastModified=2024-05-02 22:37:19.098778772, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.100070637, lastModified=2024-05-02 22:37:19.098778772, delta=1291865 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.101102185, lastModified=2024-05-02 22:37:19.099778791, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.101102185, lastModified=2024-05-02 22:37:19.099778791, delta=1323394 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.102125621, lastModified=2024-05-02 22:37:19.100778810, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.102125621, lastModified=2024-05-02 22:37:19.100778810, delta=1346811 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.103159007, lastModified=2024-05-02 22:37:19.101778829, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.103159007, lastModified=2024-05-02 22:37:19.101778829, delta=1380178 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.104221100, lastModified=2024-05-02 22:37:19.102778848, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.104221100, lastModified=2024-05-02 22:37:19.102778848, delta=1442252 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.105244695, lastModified=2024-05-02 22:37:19.103778867, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.103778867 to 2024-05-02 22:37:19.104778887 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.106278049, lastModified=2024-05-02 22:37:19.104778887, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.104778887 to 2024-05-02 22:37:19.105778906 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.107285291, lastModified=2024-05-02 22:37:19.105778906, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.105778906 to 2024-05-02 22:37:19.106778925 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.108298230, lastModified=2024-05-02 22:37:19.106778925, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.106778925 to 2024-05-02 22:37:19.107778944 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.109304651, lastModified=2024-05-02 22:37:19.107778944, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.107778944 to 2024-05-02 22:37:19.108778963 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.110317118, lastModified=2024-05-02 22:37:19.108778963, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.108778963 to 2024-05-02 22:37:19.109778982 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.111331649, lastModified=2024-05-02 22:37:19.109778982, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.109778982 to 2024-05-02 22:37:19.110779001 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.112351729, lastModified=2024-05-02 22:37:19.110779001, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.110779001 to 2024-05-02 22:37:19.111779020 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.113412767, lastModified=2024-05-02 22:37:19.111779020, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.111779020 to 2024-05-02 22:37:19.112779039 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.114433052, lastModified=2024-05-02 22:37:19.112779039, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.112779039 to 2024-05-02 22:37:19.113779059 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.115449460, lastModified=2024-05-02 22:37:19.113779059, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.113779059 to 2024-05-02 22:37:19.114779078 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.116459472, lastModified=2024-05-02 22:37:19.114779078, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.114779078 to 2024-05-02 22:37:19.115779097 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.117471715, lastModified=2024-05-02 22:37:19.115779097, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.115779097 to 2024-05-02 22:37:19.116779116 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.118508827, lastModified=2024-05-02 22:37:19.116779116, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.116779116 to 2024-05-02 22:37:19.117779135 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.119532556, lastModified=2024-05-02 22:37:19.117779135, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.117779135 to 2024-05-02 22:37:19.118779154 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.120555617, lastModified=2024-05-02 22:37:19.118779154, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.118779154 to 2024-05-02 22:37:19.119779173 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.121615243, lastModified=2024-05-02 22:37:19.119779173, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.119779173 to 2024-05-02 22:37:19.120779192 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.122671312, lastModified=2024-05-02 22:37:19.120779192, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.120779192 to 2024-05-02 22:37:19.121779211 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.123711684, lastModified=2024-05-02 22:37:19.121779211, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.121779211 to 2024-05-02 22:37:19.122779230 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.124735107, lastModified=2024-05-02 22:37:19.122779230, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.122779230 to 2024-05-02 22:37:19.123779249 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.125765532, lastModified=2024-05-02 22:37:19.123779249, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.123779249 to 2024-05-02 22:37:19.124779268 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.126793087, lastModified=2024-05-02 22:37:19.125779288, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.126793087, lastModified=2024-05-02 22:37:19.125779288, delta=1013799 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.127831579, lastModified=2024-05-02 22:37:19.126779307, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.127831579, lastModified=2024-05-02 22:37:19.126779307, delta=1052272 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.128867150, lastModified=2024-05-02 22:37:19.127779326, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.128867150, lastModified=2024-05-02 22:37:19.127779326, delta=1087824 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.129899468, lastModified=2024-05-02 22:37:19.128779345, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.129899468, lastModified=2024-05-02 22:37:19.128779345, delta=1120123 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.130941056, lastModified=2024-05-02 22:37:19.129779364, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.130941056, lastModified=2024-05-02 22:37:19.129779364, delta=1161692 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.131978625, lastModified=2024-05-02 22:37:19.130779383, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.131978625, lastModified=2024-05-02 22:37:19.130779383, delta=1199242 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.133022237, lastModified=2024-05-02 22:37:19.131779402, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.133022237, lastModified=2024-05-02 22:37:19.131779402, delta=1242835 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.134061116, lastModified=2024-05-02 22:37:19.132779421, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.134061116, lastModified=2024-05-02 22:37:19.132779421, delta=1281695 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.135122136, lastModified=2024-05-02 22:37:19.133779440, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.135122136, lastModified=2024-05-02 22:37:19.133779440, delta=1342696 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.136173270, lastModified=2024-05-02 22:37:19.134779459, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.136173270, lastModified=2024-05-02 22:37:19.134779459, delta=1393811 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.137218302, lastModified=2024-05-02 22:37:19.135779479, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.137218302, lastModified=2024-05-02 22:37:19.135779479, delta=1438823 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.138262963, lastModified=2024-05-02 22:37:19.136779497, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.136779497 to 2024-05-02 22:37:19.137779517 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.139302914, lastModified=2024-05-02 22:37:19.137779517, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.137779517 to 2024-05-02 22:37:19.138779536 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.140339660, lastModified=2024-05-02 22:37:19.138779536, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.138779536 to 2024-05-02 22:37:19.139779555 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.141375142, lastModified=2024-05-02 22:37:19.139779555, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.139779555 to 2024-05-02 22:37:19.140779574 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.142410187, lastModified=2024-05-02 22:37:19.140779574, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.140779574 to 2024-05-02 22:37:19.141779593 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.143439960, lastModified=2024-05-02 22:37:19.141779593, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.141779593 to 2024-05-02 22:37:19.142779612 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.144477763, lastModified=2024-05-02 22:37:19.142779612, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.142779612 to 2024-05-02 22:37:19.143779631 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.145516384, lastModified=2024-05-02 22:37:19.143779631, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.143779631 to 2024-05-02 22:37:19.144779650 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.146569750, lastModified=2024-05-02 22:37:19.144779650, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.144779650 to 2024-05-02 22:37:19.145779670 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.147608677, lastModified=2024-05-02 22:37:19.145779670, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.145779670 to 2024-05-02 22:37:19.146779689 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.148649801, lastModified=2024-05-02 22:37:19.146779689, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.146779689 to 2024-05-02 22:37:19.147779708 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.149687074, lastModified=2024-05-02 22:37:19.147779708, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.147779708 to 2024-05-02 22:37:19.148779727 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.150728754, lastModified=2024-05-02 22:37:19.148779727, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.148779727 to 2024-05-02 22:37:19.149779746 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.151767440, lastModified=2024-05-02 22:37:19.149779746, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.149779746 to 2024-05-02 22:37:19.150779765 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.152803566, lastModified=2024-05-02 22:37:19.151779784, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.152803566, lastModified=2024-05-02 22:37:19.151779784, delta=1023782 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.153866943, lastModified=2024-05-02 22:37:19.152779803, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.153866943, lastModified=2024-05-02 22:37:19.152779803, delta=1087140 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.154964286, lastModified=2024-05-02 22:37:19.153779822, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.154964286, lastModified=2024-05-02 22:37:19.153779822, delta=1184464 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.156021278, lastModified=2024-05-02 22:37:19.154779841, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.156021278, lastModified=2024-05-02 22:37:19.154779841, delta=1241437 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.157081770, lastModified=2024-05-02 22:37:19.155779860, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.157081770, lastModified=2024-05-02 22:37:19.155779860, delta=1301910 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.158156856, lastModified=2024-05-02 22:37:19.156779879, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.158156856, lastModified=2024-05-02 22:37:19.156779879, delta=1376977 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.159221152, lastModified=2024-05-02 22:37:19.157779899, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.159221152, lastModified=2024-05-02 22:37:19.157779899, delta=1441253 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.160290591, lastModified=2024-05-02 22:37:19.158779918, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.158779918 to 2024-05-02 22:37:19.159779937 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.161363267, lastModified=2024-05-02 22:37:19.159779937, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.159779937 to 2024-05-02 22:37:19.160779956 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.162422481, lastModified=2024-05-02 22:37:19.160779956, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.160779956 to 2024-05-02 22:37:19.161779975 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.163467458, lastModified=2024-05-02 22:37:19.161779975, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.161779975 to 2024-05-02 22:37:19.162779994 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.164520164, lastModified=2024-05-02 22:37:19.162779994, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.162779994 to 2024-05-02 22:37:19.163780013 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.165566718, lastModified=2024-05-02 22:37:19.163780013, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.163780013 to 2024-05-02 22:37:19.164780032 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.166614924, lastModified=2024-05-02 22:37:19.164780032, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.164780032 to 2024-05-02 22:37:19.165780051 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.167656842, lastModified=2024-05-02 22:37:19.165780051, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.165780051 to 2024-05-02 22:37:19.166780070 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.168705170, lastModified=2024-05-02 22:37:19.166780070, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.166780070 to 2024-05-02 22:37:19.167780089 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.169753627, lastModified=2024-05-02 22:37:19.167780089, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.167780089 to 2024-05-02 22:37:19.168780108 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.170810503, lastModified=2024-05-02 22:37:19.169780128, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.170810503, lastModified=2024-05-02 22:37:19.169780128, delta=1030375 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.171879552, lastModified=2024-05-02 22:37:19.170780147, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.171879552, lastModified=2024-05-02 22:37:19.170780147, delta=1099405 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.172948508, lastModified=2024-05-02 22:37:19.171780166, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.172948508, lastModified=2024-05-02 22:37:19.171780166, delta=1168342 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.174017416, lastModified=2024-05-02 22:37:19.172780185, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.174017416, lastModified=2024-05-02 22:37:19.172780185, delta=1237231 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.175094007, lastModified=2024-05-02 22:37:19.173780204, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.175094007, lastModified=2024-05-02 22:37:19.173780204, delta=1313803 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.176178397, lastModified=2024-05-02 22:37:19.174780223, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.176178397, lastModified=2024-05-02 22:37:19.174780223, delta=1398174 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.177250527, lastModified=2024-05-02 22:37:19.175780242, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.175780242 to 2024-05-02 22:37:19.176780261 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.178311568, lastModified=2024-05-02 22:37:19.176780261, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.176780261 to 2024-05-02 22:37:19.177780280 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.179398490, lastModified=2024-05-02 22:37:19.177780280, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.177780280 to 2024-05-02 22:37:19.178780300 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.180462219, lastModified=2024-05-02 22:37:19.178780300, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.178780300 to 2024-05-02 22:37:19.179780319 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.181531616, lastModified=2024-05-02 22:37:19.179780319, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.179780319 to 2024-05-02 22:37:19.180780338 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.182592532, lastModified=2024-05-02 22:37:19.180780338, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.180780338 to 2024-05-02 22:37:19.181780357 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.183658693, lastModified=2024-05-02 22:37:19.181780357, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.181780357 to 2024-05-02 22:37:19.182780376 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.184722372, lastModified=2024-05-02 22:37:19.182780376, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.182780376 to 2024-05-02 22:37:19.183780395 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.185781511, lastModified=2024-05-02 22:37:19.183780395, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.183780395 to 2024-05-02 22:37:19.184780414 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.186858477, lastModified=2024-05-02 22:37:19.185780433, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.186858477, lastModified=2024-05-02 22:37:19.185780433, delta=1078044 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.187977337, lastModified=2024-05-02 22:37:19.186780452, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.187977337, lastModified=2024-05-02 22:37:19.186780452, delta=1196885 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.189072860, lastModified=2024-05-02 22:37:19.187780471, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.189072860, lastModified=2024-05-02 22:37:19.187780471, delta=1292389 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.190156360, lastModified=2024-05-02 22:37:19.188780490, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.190156360, lastModified=2024-05-02 22:37:19.188780490, delta=1375870 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.191239953, lastModified=2024-05-02 22:37:19.189780509, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.191239953, lastModified=2024-05-02 22:37:19.189780509, delta=1459444 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.192318860, lastModified=2024-05-02 22:37:19.190780529, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.190780529 to 2024-05-02 22:37:19.191780548 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.193396935, lastModified=2024-05-02 22:37:19.191780548, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.191780548 to 2024-05-02 22:37:19.192780567 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.194473592, lastModified=2024-05-02 22:37:19.192780567, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.192780567 to 2024-05-02 22:37:19.193780586 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.195547749, lastModified=2024-05-02 22:37:19.193780586, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.193780586 to 2024-05-02 22:37:19.194780605 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.196612511, lastModified=2024-05-02 22:37:19.194780605, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.194780605 to 2024-05-02 22:37:19.195780624 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.197679793, lastModified=2024-05-02 22:37:19.195780624, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.195780624 to 2024-05-02 22:37:19.196780643 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.198744191, lastModified=2024-05-02 22:37:19.196780643, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.196780643 to 2024-05-02 22:37:19.197780662 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.199826134, lastModified=2024-05-02 22:37:19.198780681, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.199826134, lastModified=2024-05-02 22:37:19.198780681, delta=1045453 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.200928798, lastModified=2024-05-02 22:37:19.199780700, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.200928798, lastModified=2024-05-02 22:37:19.199780700, delta=1148098 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.202035388, lastModified=2024-05-02 22:37:19.200780720, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.202035388, lastModified=2024-05-02 22:37:19.200780720, delta=1254668 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.203142804, lastModified=2024-05-02 22:37:19.201780738, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.203142804, lastModified=2024-05-02 22:37:19.201780738, delta=1362066 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.204245944, lastModified=2024-05-02 22:37:19.202780758, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.202780758 to 2024-05-02 22:37:19.203780777 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.205341805, lastModified=2024-05-02 22:37:19.203780777, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.203780777 to 2024-05-02 22:37:19.204780796 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.206423300, lastModified=2024-05-02 22:37:19.204780796, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.204780796 to 2024-05-02 22:37:19.205780815 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.207502244, lastModified=2024-05-02 22:37:19.205780815, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.205780815 to 2024-05-02 22:37:19.206780834 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.208585212, lastModified=2024-05-02 22:37:19.206780834, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.206780834 to 2024-05-02 22:37:19.207780853 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.209664983, lastModified=2024-05-02 22:37:19.207780853, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.207780853 to 2024-05-02 22:37:19.208780872 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.210744856, lastModified=2024-05-02 22:37:19.208780872, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.208780872 to 2024-05-02 22:37:19.209780891 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.211825409, lastModified=2024-05-02 22:37:19.210780911, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.211825409, lastModified=2024-05-02 22:37:19.210780911, delta=1044498 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.212926679, lastModified=2024-05-02 22:37:19.211780930, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.212926679, lastModified=2024-05-02 22:37:19.211780930, delta=1145749 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.214023028, lastModified=2024-05-02 22:37:19.212780949, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.214023028, lastModified=2024-05-02 22:37:19.212780949, delta=1242079 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.215126834, lastModified=2024-05-02 22:37:19.213780968, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.215126834, lastModified=2024-05-02 22:37:19.213780968, delta=1345866 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.216228211, lastModified=2024-05-02 22:37:19.214780987, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.216228211, lastModified=2024-05-02 22:37:19.214780987, delta=1447224 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.217332928, lastModified=2024-05-02 22:37:19.215781006, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.215781006 to 2024-05-02 22:37:19.216781025 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.218490808, lastModified=2024-05-02 22:37:19.216781025, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.216781025 to 2024-05-02 22:37:19.217781044 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.219669612, lastModified=2024-05-02 22:37:19.217781044, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.217781044 to 2024-05-02 22:37:19.218781063 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.222100133, lastModified=2024-05-02 22:37:19.218781063, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.218781063 to 2024-05-02 22:37:19.221781120 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.223636214, lastModified=2024-05-02 22:37:19.221781120, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.221781120 to 2024-05-02 22:37:19.222781140 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.224769371, lastModified=2024-05-02 22:37:19.222781140, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.222781140 to 2024-05-02 22:37:19.223781159 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.225869128, lastModified=2024-05-02 22:37:19.224781178, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.225869128, lastModified=2024-05-02 22:37:19.224781178, delta=1087950 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.227102343, lastModified=2024-05-02 22:37:19.225781197, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.227102343, lastModified=2024-05-02 22:37:19.225781197, delta=1321146 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.228218685, lastModified=2024-05-02 22:37:19.226781216, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.228218685, lastModified=2024-05-02 22:37:19.226781216, delta=1437469 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.229428263, lastModified=2024-05-02 22:37:19.227781235, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.227781235 to 2024-05-02 22:37:19.228781254 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.230545709, lastModified=2024-05-02 22:37:19.228781254, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.228781254 to 2024-05-02 22:37:19.229781273 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.231707022, lastModified=2024-05-02 22:37:19.229781273, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.229781273 to 2024-05-02 22:37:19.230781292 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.232840343, lastModified=2024-05-02 22:37:19.231781311, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.232840343, lastModified=2024-05-02 22:37:19.231781311, delta=1059032 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.234049341, lastModified=2024-05-02 22:37:19.232781330, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.234049341, lastModified=2024-05-02 22:37:19.232781330, delta=1268011 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.235272348, lastModified=2024-05-02 22:37:19.233781349, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.233781349 to 2024-05-02 22:37:19.234781369 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.236427235, lastModified=2024-05-02 22:37:19.234781369, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.234781369 to 2024-05-02 22:37:19.235781388 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.237542444, lastModified=2024-05-02 22:37:19.235781388, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.235781388 to 2024-05-02 22:37:19.236781407 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.238757290, lastModified=2024-05-02 22:37:19.236781407, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.236781407 to 2024-05-02 22:37:19.237781426 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.239965392, lastModified=2024-05-02 22:37:19.238781445, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.239965392, lastModified=2024-05-02 22:37:19.238781445, delta=1183947 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.241187364, lastModified=2024-05-02 22:37:19.239781464, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.241187364, lastModified=2024-05-02 22:37:19.239781464, delta=1405900 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.242377080, lastModified=2024-05-02 22:37:19.240781483, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.240781483 to 2024-05-02 22:37:19.241781502 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.243524968, lastModified=2024-05-02 22:37:19.241781502, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.241781502 to 2024-05-02 22:37:19.242781521 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.244662720, lastModified=2024-05-02 22:37:19.242781521, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.242781521 to 2024-05-02 22:37:19.243781541 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.245880302, lastModified=2024-05-02 22:37:19.244781560, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.245880302, lastModified=2024-05-02 22:37:19.244781560, delta=1098742 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.247115677, lastModified=2024-05-02 22:37:19.245781579, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.247115677, lastModified=2024-05-02 22:37:19.245781579, delta=1334098 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.248295622, lastModified=2024-05-02 22:37:19.246781598, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.246781598 to 2024-05-02 22:37:19.247781617 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.249429531, lastModified=2024-05-02 22:37:19.247781617, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.247781617 to 2024-05-02 22:37:19.248781636 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.250555286, lastModified=2024-05-02 22:37:19.248781636, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.248781636 to 2024-05-02 22:37:19.249781655 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.251678088, lastModified=2024-05-02 22:37:19.249781655, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.249781655 to 2024-05-02 22:37:19.250781674 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.252811517, lastModified=2024-05-02 22:37:19.250781674, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.250781674 to 2024-05-02 22:37:19.251781693 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.253934840, lastModified=2024-05-02 22:37:19.252781712, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.253934840, lastModified=2024-05-02 22:37:19.252781712, delta=1153128 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.255085826, lastModified=2024-05-02 22:37:19.253781731, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.255085826, lastModified=2024-05-02 22:37:19.253781731, delta=1304095 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.256325273, lastModified=2024-05-02 22:37:19.254781750, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.254781750 to 2024-05-02 22:37:19.255781770 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.257487072, lastModified=2024-05-02 22:37:19.255781770, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.255781770 to 2024-05-02 22:37:19.256781789 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.258698410, lastModified=2024-05-02 22:37:19.256781789, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.256781789 to 2024-05-02 22:37:19.257781808 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.259882242, lastModified=2024-05-02 22:37:19.258781827, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.259882242, lastModified=2024-05-02 22:37:19.258781827, delta=1100415 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.261099152, lastModified=2024-05-02 22:37:19.259781846, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.261099152, lastModified=2024-05-02 22:37:19.259781846, delta=1317306 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.262316208, lastModified=2024-05-02 22:37:19.260781865, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.260781865 to 2024-05-02 22:37:19.261781884 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.263499658, lastModified=2024-05-02 22:37:19.261781884, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.261781884 to 2024-05-02 22:37:19.262781903 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.264694275, lastModified=2024-05-02 22:37:19.262781903, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.262781903 to 2024-05-02 22:37:19.263781922 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.265888866, lastModified=2024-05-02 22:37:19.264781941, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.265888866, lastModified=2024-05-02 22:37:19.264781941, delta=1106925 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.267088457, lastModified=2024-05-02 22:37:19.265781961, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.267088457, lastModified=2024-05-02 22:37:19.265781961, delta=1306496 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.268303053, lastModified=2024-05-02 22:37:19.266781979, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.266781979 to 2024-05-02 22:37:19.267781999 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.269514924, lastModified=2024-05-02 22:37:19.267781999, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.267781999 to 2024-05-02 22:37:19.268782018 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.270709603, lastModified=2024-05-02 22:37:19.268782018, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.268782018 to 2024-05-02 22:37:19.269782037 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.271894231, lastModified=2024-05-02 22:37:19.270782056, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.271894231, lastModified=2024-05-02 22:37:19.270782056, delta=1112175 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.273114470, lastModified=2024-05-02 22:37:19.271782075, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.273114470, lastModified=2024-05-02 22:37:19.271782075, delta=1332395 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.274324202, lastModified=2024-05-02 22:37:19.272782094, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.272782094 to 2024-05-02 22:37:19.273782113 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.275523334, lastModified=2024-05-02 22:37:19.273782113, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.273782113 to 2024-05-02 22:37:19.274782132 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.276714669, lastModified=2024-05-02 22:37:19.274782132, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.274782132 to 2024-05-02 22:37:19.275782152 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.277893680, lastModified=2024-05-02 22:37:19.276782171, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.277893680, lastModified=2024-05-02 22:37:19.276782171, delta=1111509 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.279116003, lastModified=2024-05-02 22:37:19.277782190, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.279116003, lastModified=2024-05-02 22:37:19.277782190, delta=1333813 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.280341279, lastModified=2024-05-02 22:37:19.278782209, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.278782209 to 2024-05-02 22:37:19.279782228 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.281506783, lastModified=2024-05-02 22:37:19.279782228, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.279782228 to 2024-05-02 22:37:19.280782247 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.282649623, lastModified=2024-05-02 22:37:19.280782247, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.280782247 to 2024-05-02 22:37:19.281782266 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.283842779, lastModified=2024-05-02 22:37:19.282782285, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.283842779, lastModified=2024-05-02 22:37:19.282782285, delta=1060494 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.285048702, lastModified=2024-05-02 22:37:19.283782304, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.285048702, lastModified=2024-05-02 22:37:19.283782304, delta=1266398 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.286217679, lastModified=2024-05-02 22:37:19.284782323, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.286217679, lastModified=2024-05-02 22:37:19.284782323, delta=1435356 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.287409424, lastModified=2024-05-02 22:37:19.285782342, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.285782342 to 2024-05-02 22:37:19.286782361 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.288566922, lastModified=2024-05-02 22:37:19.286782361, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.286782361 to 2024-05-02 22:37:19.287782381 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.289774182, lastModified=2024-05-02 22:37:19.287782381, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.287782381 to 2024-05-02 22:37:19.288782400 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.290956314, lastModified=2024-05-02 22:37:19.289782419, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.290956314, lastModified=2024-05-02 22:37:19.289782419, delta=1173895 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.292139516, lastModified=2024-05-02 22:37:19.290782438, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.292139516, lastModified=2024-05-02 22:37:19.290782438, delta=1357078 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.293317268, lastModified=2024-05-02 22:37:19.291782457, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.291782457 to 2024-05-02 22:37:19.292782476 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.294508673, lastModified=2024-05-02 22:37:19.292782476, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.292782476 to 2024-05-02 22:37:19.293782495 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.295737644, lastModified=2024-05-02 22:37:19.293782495, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.293782495 to 2024-05-02 22:37:19.294782514 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.296979634, lastModified=2024-05-02 22:37:19.295782533, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.296979634, lastModified=2024-05-02 22:37:19.295782533, delta=1197101 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.298208578, lastModified=2024-05-02 22:37:19.296782552, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.298208578, lastModified=2024-05-02 22:37:19.296782552, delta=1426026 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.299431535, lastModified=2024-05-02 22:37:19.297782572, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.297782572 to 2024-05-02 22:37:19.298782590 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.300636364, lastModified=2024-05-02 22:37:19.298782590, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.298782590 to 2024-05-02 22:37:19.299782610 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.301878489, lastModified=2024-05-02 22:37:19.300782629, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.301878489, lastModified=2024-05-02 22:37:19.300782629, delta=1095860 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.303111722, lastModified=2024-05-02 22:37:19.301782648, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.303111722, lastModified=2024-05-02 22:37:19.301782648, delta=1329074 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.304341813, lastModified=2024-05-02 22:37:19.302782667, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.302782667 to 2024-05-02 22:37:19.303782686 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.305576512, lastModified=2024-05-02 22:37:19.303782686, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.303782686 to 2024-05-02 22:37:19.304782705 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.306782545, lastModified=2024-05-02 22:37:19.304782705, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.304782705 to 2024-05-02 22:37:19.305782724 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.308004534, lastModified=2024-05-02 22:37:19.306782743, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.308004534, lastModified=2024-05-02 22:37:19.306782743, delta=1221791 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.309268976, lastModified=2024-05-02 22:37:19.307782762, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.307782762 to 2024-05-02 22:37:19.308782782 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.310519165, lastModified=2024-05-02 22:37:19.308782782, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.308782782 to 2024-05-02 22:37:19.309782801 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.311753767, lastModified=2024-05-02 22:37:19.309782801, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.309782801 to 2024-05-02 22:37:19.310782820 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.312966754, lastModified=2024-05-02 22:37:19.311782839, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.312966754, lastModified=2024-05-02 22:37:19.311782839, delta=1183915 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.314209978, lastModified=2024-05-02 22:37:19.312782858, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.314209978, lastModified=2024-05-02 22:37:19.312782858, delta=1427120 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.315446184, lastModified=2024-05-02 22:37:19.313782877, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.313782877 to 2024-05-02 22:37:19.314782896 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.316670927, lastModified=2024-05-02 22:37:19.314782896, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.314782896 to 2024-05-02 22:37:19.315782915 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.317910308, lastModified=2024-05-02 22:37:19.316782934, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.317910308, lastModified=2024-05-02 22:37:19.316782934, delta=1127374 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.319154895, lastModified=2024-05-02 22:37:19.317782953, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.319154895, lastModified=2024-05-02 22:37:19.317782953, delta=1371942 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.320409681, lastModified=2024-05-02 22:37:19.318782972, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.318782972 to 2024-05-02 22:37:19.319782991 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.321623710, lastModified=2024-05-02 22:37:19.319782991, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.319782991 to 2024-05-02 22:37:19.320783011 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.322855027, lastModified=2024-05-02 22:37:19.321783030, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.322855027, lastModified=2024-05-02 22:37:19.321783030, delta=1071997 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.324128521, lastModified=2024-05-02 22:37:19.322783049, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.324128521, lastModified=2024-05-02 22:37:19.322783049, delta=1345472 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.325364788, lastModified=2024-05-02 22:37:19.323783068, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.323783068 to 2024-05-02 22:37:19.324783087 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.326599200, lastModified=2024-05-02 22:37:19.324783087, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.324783087 to 2024-05-02 22:37:19.325783106 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.327809649, lastModified=2024-05-02 22:37:19.325783106, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.325783106 to 2024-05-02 22:37:19.326783125 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.329029300, lastModified=2024-05-02 22:37:19.327783144, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.329029300, lastModified=2024-05-02 22:37:19.327783144, delta=1246156 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.330277857, lastModified=2024-05-02 22:37:19.328783163, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.328783163 to 2024-05-02 22:37:19.329783182 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.331542920, lastModified=2024-05-02 22:37:19.329783182, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.329783182 to 2024-05-02 22:37:19.330783202 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.332769177, lastModified=2024-05-02 22:37:19.330783202, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.330783202 to 2024-05-02 22:37:19.331783221 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.334008108, lastModified=2024-05-02 22:37:19.332783240, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.334008108, lastModified=2024-05-02 22:37:19.332783240, delta=1224868 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.335268680, lastModified=2024-05-02 22:37:19.333783259, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.333783259 to 2024-05-02 22:37:19.334783278 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.336522720, lastModified=2024-05-02 22:37:19.334783278, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.334783278 to 2024-05-02 22:37:19.335783297 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.337738937, lastModified=2024-05-02 22:37:19.335783297, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.335783297 to 2024-05-02 22:37:19.336783316 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.338960144, lastModified=2024-05-02 22:37:19.337783335, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.338960144, lastModified=2024-05-02 22:37:19.337783335, delta=1176809 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.340156730, lastModified=2024-05-02 22:37:19.338783354, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.340156730, lastModified=2024-05-02 22:37:19.338783354, delta=1373376 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.341373586, lastModified=2024-05-02 22:37:19.339783373, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.339783373 to 2024-05-02 22:37:19.340783393 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.342562205, lastModified=2024-05-02 22:37:19.340783393, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.340783393 to 2024-05-02 22:37:19.341783412 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.343760343, lastModified=2024-05-02 22:37:19.341783412, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.341783412 to 2024-05-02 22:37:19.342783431 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.344940720, lastModified=2024-05-02 22:37:19.343783450, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.344940720, lastModified=2024-05-02 22:37:19.343783450, delta=1157270 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.346143670, lastModified=2024-05-02 22:37:19.344783469, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.346143670, lastModified=2024-05-02 22:37:19.344783469, delta=1360201 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.347389673, lastModified=2024-05-02 22:37:19.345783488, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.345783488 to 2024-05-02 22:37:19.346783507 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.348618297, lastModified=2024-05-02 22:37:19.346783507, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.346783507 to 2024-05-02 22:37:19.347783526 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.349841770, lastModified=2024-05-02 22:37:19.347783526, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.347783526 to 2024-05-02 22:37:19.348783545 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.351082467, lastModified=2024-05-02 22:37:19.349783564, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.351082467, lastModified=2024-05-02 22:37:19.349783564, delta=1298903 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.352309757, lastModified=2024-05-02 22:37:19.350783583, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.350783583 to 2024-05-02 22:37:19.351783602 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.353509261, lastModified=2024-05-02 22:37:19.351783602, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.351783602 to 2024-05-02 22:37:19.352783622 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.354762440, lastModified=2024-05-02 22:37:19.352783622, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.352783622 to 2024-05-02 22:37:19.353783641 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.355998724, lastModified=2024-05-02 22:37:19.354783660, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.355998724, lastModified=2024-05-02 22:37:19.354783660, delta=1215064 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.357257107, lastModified=2024-05-02 22:37:19.355783679, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.355783679 to 2024-05-02 22:37:19.356783698 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.358506430, lastModified=2024-05-02 22:37:19.356783698, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.356783698 to 2024-05-02 22:37:19.357783717 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.359760978, lastModified=2024-05-02 22:37:19.357783717, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.357783717 to 2024-05-02 22:37:19.358783736 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.361001037, lastModified=2024-05-02 22:37:19.359783755, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.361001037, lastModified=2024-05-02 22:37:19.359783755, delta=1217282 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.362213511, lastModified=2024-05-02 22:37:19.360783774, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.362213511, lastModified=2024-05-02 22:37:19.360783774, delta=1429737 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.363477267, lastModified=2024-05-02 22:37:19.361783793, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.361783793 to 2024-05-02 22:37:19.362783813 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.364717600, lastModified=2024-05-02 22:37:19.362783813, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.362783813 to 2024-05-02 22:37:19.363783831 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.365919342, lastModified=2024-05-02 22:37:19.364783851, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.365919342, lastModified=2024-05-02 22:37:19.364783851, delta=1135491 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.367181828, lastModified=2024-05-02 22:37:19.365783870, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.367181828, lastModified=2024-05-02 22:37:19.365783870, delta=1397958 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.368474368, lastModified=2024-05-02 22:37:19.366783889, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.366783889 to 2024-05-02 22:37:19.367783908 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.369727215, lastModified=2024-05-02 22:37:19.367783908, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.367783908 to 2024-05-02 22:37:19.368783927 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.370989380, lastModified=2024-05-02 22:37:19.369783946, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.370989380, lastModified=2024-05-02 22:37:19.369783946, delta=1205434 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.372255342, lastModified=2024-05-02 22:37:19.370783965, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.370783965 to 2024-05-02 22:37:19.371783984 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.373527665, lastModified=2024-05-02 22:37:19.371783984, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.371783984 to 2024-05-02 22:37:19.372784003 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.374776437, lastModified=2024-05-02 22:37:19.372784003, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.372784003 to 2024-05-02 22:37:19.373784023 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.376026214, lastModified=2024-05-02 22:37:19.374784042, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.376026214, lastModified=2024-05-02 22:37:19.374784042, delta=1242172 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.377250926, lastModified=2024-05-02 22:37:19.375784061, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.375784061 to 2024-05-02 22:37:19.376784080 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.378491360, lastModified=2024-05-02 22:37:19.376784080, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.376784080 to 2024-05-02 22:37:19.377784099 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.379747670, lastModified=2024-05-02 22:37:19.377784099, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.377784099 to 2024-05-02 22:37:19.378784118 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.381028955, lastModified=2024-05-02 22:37:19.379784137, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.381028955, lastModified=2024-05-02 22:37:19.379784137, delta=1244818 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.382310354, lastModified=2024-05-02 22:37:19.380784156, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.380784156 to 2024-05-02 22:37:19.381784175 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.383615816, lastModified=2024-05-02 22:37:19.381784175, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.381784175 to 2024-05-02 22:37:19.382784194 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.384893106, lastModified=2024-05-02 22:37:19.383784213, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.384893106, lastModified=2024-05-02 22:37:19.383784213, delta=1108893 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.386220507, lastModified=2024-05-02 22:37:19.384784232, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.384784232 to 2024-05-02 22:37:19.385784252 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.387522021, lastModified=2024-05-02 22:37:19.385784252, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.385784252 to 2024-05-02 22:37:19.386784271 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.388823781, lastModified=2024-05-02 22:37:19.386784271, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.386784271 to 2024-05-02 22:37:19.387784290 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.390126135, lastModified=2024-05-02 22:37:19.388784309, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.390126135, lastModified=2024-05-02 22:37:19.388784309, delta=1341826 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.391436176, lastModified=2024-05-02 22:37:19.389784328, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.389784328 to 2024-05-02 22:37:19.390784347 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.392709656, lastModified=2024-05-02 22:37:19.390784347, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.390784347 to 2024-05-02 22:37:19.391784366 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.393965275, lastModified=2024-05-02 22:37:19.392784385, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.393965275, lastModified=2024-05-02 22:37:19.392784385, delta=1180890 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.395255405, lastModified=2024-05-02 22:37:19.393784404, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.393784404 to 2024-05-02 22:37:19.394784423 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.396535739, lastModified=2024-05-02 22:37:19.394784423, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.394784423 to 2024-05-02 22:37:19.395784443 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.397800891, lastModified=2024-05-02 22:37:19.395784443, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.395784443 to 2024-05-02 22:37:19.396784462 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.399080141, lastModified=2024-05-02 22:37:19.397784481, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.399080141, lastModified=2024-05-02 22:37:19.397784481, delta=1295660 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.400373393, lastModified=2024-05-02 22:37:19.398784500, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.398784500 to 2024-05-02 22:37:19.399784519 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.401653601, lastModified=2024-05-02 22:37:19.399784519, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.399784519 to 2024-05-02 22:37:19.400784538 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.402916988, lastModified=2024-05-02 22:37:19.401784557, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.402916988, lastModified=2024-05-02 22:37:19.401784557, delta=1132431 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.404229707, lastModified=2024-05-02 22:37:19.402784576, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.402784576 to 2024-05-02 22:37:19.403784595 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.405506435, lastModified=2024-05-02 22:37:19.403784595, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.403784595 to 2024-05-02 22:37:19.404784614 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.406858810, lastModified=2024-05-02 22:37:19.404784614, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.404784614 to 2024-05-02 22:37:19.405784634 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.408211639, lastModified=2024-05-02 22:37:19.406784653, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.408211639, lastModified=2024-05-02 22:37:19.406784653, delta=1426986 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.409532438, lastModified=2024-05-02 22:37:19.407784672, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.407784672 to 2024-05-02 22:37:19.408784691 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.410816323, lastModified=2024-05-02 22:37:19.408784691, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.408784691 to 2024-05-02 22:37:19.409784710 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.412108796, lastModified=2024-05-02 22:37:19.410784729, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.412108796, lastModified=2024-05-02 22:37:19.410784729, delta=1324067 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.413396608, lastModified=2024-05-02 22:37:19.411784748, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.411784748 to 2024-05-02 22:37:19.412784767 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.414637311, lastModified=2024-05-02 22:37:19.412784767, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.412784767 to 2024-05-02 22:37:19.413784786 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.415897916, lastModified=2024-05-02 22:37:19.414784805, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.415897916, lastModified=2024-05-02 22:37:19.414784805, delta=1113111 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.417162447, lastModified=2024-05-02 22:37:19.415784824, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.417162447, lastModified=2024-05-02 22:37:19.415784824, delta=1377623 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.418432410, lastModified=2024-05-02 22:37:19.416784843, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.416784843 to 2024-05-02 22:37:19.417784863 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.419683806, lastModified=2024-05-02 22:37:19.417784863, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.417784863 to 2024-05-02 22:37:19.418784882 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.420930827, lastModified=2024-05-02 22:37:19.419784901, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.420930827, lastModified=2024-05-02 22:37:19.419784901, delta=1145926 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.422284252, lastModified=2024-05-02 22:37:19.420784920, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.420784920 to 2024-05-02 22:37:19.421784939 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.423559494, lastModified=2024-05-02 22:37:19.421784939, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.421784939 to 2024-05-02 22:37:19.422784958 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.424817811, lastModified=2024-05-02 22:37:19.422784958, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.422784958 to 2024-05-02 22:37:19.423784977 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.426061834, lastModified=2024-05-02 22:37:19.424784996, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.426061834, lastModified=2024-05-02 22:37:19.424784996, delta=1276838 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.427339457, lastModified=2024-05-02 22:37:19.425785015, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.425785015 to 2024-05-02 22:37:19.426785034 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.428624282, lastModified=2024-05-02 22:37:19.426785034, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.426785034 to 2024-05-02 22:37:19.427785054 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.429909387, lastModified=2024-05-02 22:37:19.428785072, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.429909387, lastModified=2024-05-02 22:37:19.428785072, delta=1124315 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.431220793, lastModified=2024-05-02 22:37:19.429785092, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.431220793, lastModified=2024-05-02 22:37:19.429785092, delta=1435701 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.432552787, lastModified=2024-05-02 22:37:19.430785111, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.430785111 to 2024-05-02 22:37:19.431785130 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.433854608, lastModified=2024-05-02 22:37:19.431785130, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.431785130 to 2024-05-02 22:37:19.432785149 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.435153899, lastModified=2024-05-02 22:37:19.433785168, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.435153899, lastModified=2024-05-02 22:37:19.433785168, delta=1368731 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.436484090, lastModified=2024-05-02 22:37:19.434785187, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.434785187 to 2024-05-02 22:37:19.435785206 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.437792235, lastModified=2024-05-02 22:37:19.435785206, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.435785206 to 2024-05-02 22:37:19.436785225 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.439087635, lastModified=2024-05-02 22:37:19.437785244, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.439087635, lastModified=2024-05-02 22:37:19.437785244, delta=1302391 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.440452761, lastModified=2024-05-02 22:37:19.438785264, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.438785264 to 2024-05-02 22:37:19.439785283 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.441757395, lastModified=2024-05-02 22:37:19.439785283, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.439785283 to 2024-05-02 22:37:19.440785302 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.443051913, lastModified=2024-05-02 22:37:19.441785321, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.443051913, lastModified=2024-05-02 22:37:19.441785321, delta=1266592 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.444386291, lastModified=2024-05-02 22:37:19.442785340, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.442785340 to 2024-05-02 22:37:19.443785359 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.445698599, lastModified=2024-05-02 22:37:19.443785359, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.443785359 to 2024-05-02 22:37:19.444785378 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.447038535, lastModified=2024-05-02 22:37:19.445785397, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.447038535, lastModified=2024-05-02 22:37:19.445785397, delta=1253138 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.448344814, lastModified=2024-05-02 22:37:19.446785416, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.446785416 to 2024-05-02 22:37:19.447785435 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.449643501, lastModified=2024-05-02 22:37:19.447785435, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.447785435 to 2024-05-02 22:37:19.448785454 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.450907002, lastModified=2024-05-02 22:37:19.449785473, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.450907002, lastModified=2024-05-02 22:37:19.449785473, delta=1121529 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.452194579, lastModified=2024-05-02 22:37:19.450785493, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.452194579, lastModified=2024-05-02 22:37:19.450785493, delta=1409086 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.453540970, lastModified=2024-05-02 22:37:19.451785512, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.451785512 to 2024-05-02 22:37:19.452785531 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.454848621, lastModified=2024-05-02 22:37:19.452785531, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.452785531 to 2024-05-02 22:37:19.453785550 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.456167591, lastModified=2024-05-02 22:37:19.454785569, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.456167591, lastModified=2024-05-02 22:37:19.454785569, delta=1382022 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.457496569, lastModified=2024-05-02 22:37:19.455785588, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.455785588 to 2024-05-02 22:37:19.456785607 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.458837642, lastModified=2024-05-02 22:37:19.456785607, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.456785607 to 2024-05-02 22:37:19.457785626 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.460165612, lastModified=2024-05-02 22:37:19.458785645, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.460165612, lastModified=2024-05-02 22:37:19.458785645, delta=1379967 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.461515541, lastModified=2024-05-02 22:37:19.459785665, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.459785665 to 2024-05-02 22:37:19.460785684 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.462824176, lastModified=2024-05-02 22:37:19.460785684, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.460785684 to 2024-05-02 22:37:19.461785703 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.464146111, lastModified=2024-05-02 22:37:19.462785722, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.464146111, lastModified=2024-05-02 22:37:19.462785722, delta=1360389 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.465492158, lastModified=2024-05-02 22:37:19.463785741, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.463785741 to 2024-05-02 22:37:19.464785760 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.466817391, lastModified=2024-05-02 22:37:19.464785760, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.464785760 to 2024-05-02 22:37:19.465785779 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.468123839, lastModified=2024-05-02 22:37:19.466785798, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.468123839, lastModified=2024-05-02 22:37:19.466785798, delta=1338041 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.469529384, lastModified=2024-05-02 22:37:19.467785817, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.467785817 to 2024-05-02 22:37:19.468785836 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.470854680, lastModified=2024-05-02 22:37:19.468785836, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.468785836 to 2024-05-02 22:37:19.469785855 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.472162661, lastModified=2024-05-02 22:37:19.470785875, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.472162661, lastModified=2024-05-02 22:37:19.470785875, delta=1376786 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.473476025, lastModified=2024-05-02 22:37:19.471785894, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.471785894 to 2024-05-02 22:37:19.472785913 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.474762470, lastModified=2024-05-02 22:37:19.472785913, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.472785913 to 2024-05-02 22:37:19.473785932 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.476092121, lastModified=2024-05-02 22:37:19.474785951, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.476092121, lastModified=2024-05-02 22:37:19.474785951, delta=1306170 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.477460968, lastModified=2024-05-02 22:37:19.475785970, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.475785970 to 2024-05-02 22:37:19.476785989 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.478778490, lastModified=2024-05-02 22:37:19.476785989, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.476785989 to 2024-05-02 22:37:19.477786008 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.480100352, lastModified=2024-05-02 22:37:19.478786027, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.480100352, lastModified=2024-05-02 22:37:19.478786027, delta=1314325 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.481396128, lastModified=2024-05-02 22:37:19.479786046, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.479786046 to 2024-05-02 22:37:19.480786065 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.482679813, lastModified=2024-05-02 22:37:19.480786065, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.480786065 to 2024-05-02 22:37:19.481786084 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.483957174, lastModified=2024-05-02 22:37:19.482786104, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.483957174, lastModified=2024-05-02 22:37:19.482786104, delta=1171070 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.485280080, lastModified=2024-05-02 22:37:19.483786123, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.483786123 to 2024-05-02 22:37:19.484786142 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.486638592, lastModified=2024-05-02 22:37:19.484786142, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.484786142 to 2024-05-02 22:37:19.485786161 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.487944437, lastModified=2024-05-02 22:37:19.486786180, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.487944437, lastModified=2024-05-02 22:37:19.486786180, delta=1158257 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.489513334, lastModified=2024-05-02 22:37:19.487786199, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.487786199 to 2024-05-02 22:37:19.488786218 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.491316466, lastModified=2024-05-02 22:37:19.489786237, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.489786237 to 2024-05-02 22:37:19.490786256 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.492825622, lastModified=2024-05-02 22:37:19.490786256, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.490786256 to 2024-05-02 22:37:19.491786275 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.494155240, lastModified=2024-05-02 22:37:19.492786295, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.494155240, lastModified=2024-05-02 22:37:19.492786295, delta=1368945 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.495515389, lastModified=2024-05-02 22:37:19.493786314, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.493786314 to 2024-05-02 22:37:19.494786333 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.497163034, lastModified=2024-05-02 22:37:19.495786352, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.497163034, lastModified=2024-05-02 22:37:19.495786352, delta=1376682 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.498711635, lastModified=2024-05-02 22:37:19.496786371, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.496786371 to 2024-05-02 22:37:19.497786390 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.500246992, lastModified=2024-05-02 22:37:19.498786409, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.498786409 to 2024-05-02 22:37:19.499786428 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.501808412, lastModified=2024-05-02 22:37:19.499786428, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.499786428 to 2024-05-02 22:37:19.500786447 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.503253835, lastModified=2024-05-02 22:37:19.501786466, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.501786466 to 2024-05-02 22:37:19.502786485 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.504707408, lastModified=2024-05-02 22:37:19.502786485, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.502786485 to 2024-05-02 22:37:19.503786505 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.506282322, lastModified=2024-05-02 22:37:19.504786524, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.504786524 to 2024-05-02 22:37:19.505786543 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.507746392, lastModified=2024-05-02 22:37:19.505786543, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.505786543 to 2024-05-02 22:37:19.506786562 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.509206996, lastModified=2024-05-02 22:37:19.507786581, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.507786581 to 2024-05-02 22:37:19.508786600 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.510810502, lastModified=2024-05-02 22:37:19.508786600, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.508786600 to 2024-05-02 22:37:19.509786619 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.512294783, lastModified=2024-05-02 22:37:19.510786638, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.510786638 to 2024-05-02 22:37:19.511786657 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.513753327, lastModified=2024-05-02 22:37:19.511786657, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.511786657 to 2024-05-02 22:37:19.512786676 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.515132345, lastModified=2024-05-02 22:37:19.513786695, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.515132345, lastModified=2024-05-02 22:37:19.513786695, delta=1345650 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.516542088, lastModified=2024-05-02 22:37:19.514786714, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.514786714 to 2024-05-02 22:37:19.515786734 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.517889871, lastModified=2024-05-02 22:37:19.515786734, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.515786734 to 2024-05-02 22:37:19.516786753 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.519236909, lastModified=2024-05-02 22:37:19.517786772, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.517786772 to 2024-05-02 22:37:19.518786791 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.520664188, lastModified=2024-05-02 22:37:19.518786791, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.518786791 to 2024-05-02 22:37:19.519786810 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.522108665, lastModified=2024-05-02 22:37:19.520786829, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.522108665, lastModified=2024-05-02 22:37:19.520786829, delta=1321836 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.523595670, lastModified=2024-05-02 22:37:19.521786848, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.521786848 to 2024-05-02 22:37:19.522786867 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.525012637, lastModified=2024-05-02 22:37:19.523786886, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.525012637, lastModified=2024-05-02 22:37:19.523786886, delta=1225751 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.526386144, lastModified=2024-05-02 22:37:19.524786906, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.524786906 to 2024-05-02 22:37:19.525786925 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.527725953, lastModified=2024-05-02 22:37:19.525786925, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.525786925 to 2024-05-02 22:37:19.526786944 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.529066802, lastModified=2024-05-02 22:37:19.527786963, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.529066802, lastModified=2024-05-02 22:37:19.527786963, delta=1279839 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.530483342, lastModified=2024-05-02 22:37:19.528786982, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.528786982 to 2024-05-02 22:37:19.529787001 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.531817984, lastModified=2024-05-02 22:37:19.529787001, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.529787001 to 2024-05-02 22:37:19.530787020 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.533153042, lastModified=2024-05-02 22:37:19.531787039, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.533153042, lastModified=2024-05-02 22:37:19.531787039, delta=1366003 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.534552654, lastModified=2024-05-02 22:37:19.532787058, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.532787058 to 2024-05-02 22:37:19.533787077 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.535898108, lastModified=2024-05-02 22:37:19.533787077, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.533787077 to 2024-05-02 22:37:19.534787096 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.537240427, lastModified=2024-05-02 22:37:19.535787116, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.535787116 to 2024-05-02 22:37:19.536787135 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.538643424, lastModified=2024-05-02 22:37:19.536787135, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.536787135 to 2024-05-02 22:37:19.537787154 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.540022390, lastModified=2024-05-02 22:37:19.538787173, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.540022390, lastModified=2024-05-02 22:37:19.538787173, delta=1235217 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.541399665, lastModified=2024-05-02 22:37:19.539787192, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.539787192 to 2024-05-02 22:37:19.540787211 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.542750411, lastModified=2024-05-02 22:37:19.540787211, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.540787211 to 2024-05-02 22:37:19.541787230 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.544095874, lastModified=2024-05-02 22:37:19.542787249, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.544095874, lastModified=2024-05-02 22:37:19.542787249, delta=1308625 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.545488367, lastModified=2024-05-02 22:37:19.543787268, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.543787268 to 2024-05-02 22:37:19.544787287 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.546873563, lastModified=2024-05-02 22:37:19.544787287, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.544787287 to 2024-05-02 22:37:19.545787306 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.548244875, lastModified=2024-05-02 22:37:19.546787325, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.546787325 to 2024-05-02 22:37:19.547787345 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.549620638, lastModified=2024-05-02 22:37:19.547787345, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.547787345 to 2024-05-02 22:37:19.548787364 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.551168763, lastModified=2024-05-02 22:37:19.549787383, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.551168763, lastModified=2024-05-02 22:37:19.549787383, delta=1381380 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.552647352, lastModified=2024-05-02 22:37:19.550787402, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.550787402 to 2024-05-02 22:37:19.551787421 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.554083104, lastModified=2024-05-02 22:37:19.552787440, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.554083104, lastModified=2024-05-02 22:37:19.552787440, delta=1295664 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.555576343, lastModified=2024-05-02 22:37:19.553787459, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.553787459 to 2024-05-02 22:37:19.554787478 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.557045187, lastModified=2024-05-02 22:37:19.555787497, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.557045187, lastModified=2024-05-02 22:37:19.555787497, delta=1257690 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.558522763, lastModified=2024-05-02 22:37:19.556787516, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.556787516 to 2024-05-02 22:37:19.557787536 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.559995103, lastModified=2024-05-02 22:37:19.558787555, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.559995103, lastModified=2024-05-02 22:37:19.558787555, delta=1207548 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.561496194, lastModified=2024-05-02 22:37:19.559787574, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.559787574 to 2024-05-02 22:37:19.560787593 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.562966576, lastModified=2024-05-02 22:37:19.561787612, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.562966576, lastModified=2024-05-02 22:37:19.561787612, delta=1178964 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.564453363, lastModified=2024-05-02 22:37:19.562787631, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.562787631 to 2024-05-02 22:37:19.563787650 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.565917029, lastModified=2024-05-02 22:37:19.563787650, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.563787650 to 2024-05-02 22:37:19.564787669 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.567408315, lastModified=2024-05-02 22:37:19.565787688, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.565787688 to 2024-05-02 22:37:19.566787707 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.568895468, lastModified=2024-05-02 22:37:19.566787707, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.566787707 to 2024-05-02 22:37:19.567787726 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.570336149, lastModified=2024-05-02 22:37:19.568787746, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.568787746 to 2024-05-02 22:37:19.569787765 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.571729276, lastModified=2024-05-02 22:37:19.569787765, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.569787765 to 2024-05-02 22:37:19.570787784 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.573104886, lastModified=2024-05-02 22:37:19.571787803, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.573104886, lastModified=2024-05-02 22:37:19.571787803, delta=1317083 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.574566847, lastModified=2024-05-02 22:37:19.572787822, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.572787822 to 2024-05-02 22:37:19.573787841 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.576066514, lastModified=2024-05-02 22:37:19.574787860, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.576066514, lastModified=2024-05-02 22:37:19.574787860, delta=1278654 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.577588145, lastModified=2024-05-02 22:37:19.575787879, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.575787879 to 2024-05-02 22:37:19.576787898 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.578961113, lastModified=2024-05-02 22:37:19.577787917, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.578961113, lastModified=2024-05-02 22:37:19.577787917, delta=1173196 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.580368979, lastModified=2024-05-02 22:37:19.578787936, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.578787936 to 2024-05-02 22:37:19.579787955 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.581738029, lastModified=2024-05-02 22:37:19.579787955, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.579787955 to 2024-05-02 22:37:19.580787975 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.583173957, lastModified=2024-05-02 22:37:19.581787994, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.583173957, lastModified=2024-05-02 22:37:19.581787994, delta=1385963 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.584585183, lastModified=2024-05-02 22:37:19.582788013, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.582788013 to 2024-05-02 22:37:19.583788032 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.585990587, lastModified=2024-05-02 22:37:19.584788051, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.585990587, lastModified=2024-05-02 22:37:19.584788051, delta=1202536 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.587383982, lastModified=2024-05-02 22:37:19.585788070, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.585788070 to 2024-05-02 22:37:19.586788089 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.588791807, lastModified=2024-05-02 22:37:19.586788089, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.586788089 to 2024-05-02 22:37:19.587788108 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.590187293, lastModified=2024-05-02 22:37:19.588788127, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.590187293, lastModified=2024-05-02 22:37:19.588788127, delta=1399166 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.591603829, lastModified=2024-05-02 22:37:19.589788147, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.589788147 to 2024-05-02 22:37:19.590788166 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.592965987, lastModified=2024-05-02 22:37:19.591788185, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.592965987, lastModified=2024-05-02 22:37:19.591788185, delta=1177802 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.594376171, lastModified=2024-05-02 22:37:19.592788204, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.592788204 to 2024-05-02 22:37:19.593788223 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.595730022, lastModified=2024-05-02 22:37:19.593788223, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.593788223 to 2024-05-02 22:37:19.594788242 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.597099255, lastModified=2024-05-02 22:37:19.595788261, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.597099255, lastModified=2024-05-02 22:37:19.595788261, delta=1310994 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.598482938, lastModified=2024-05-02 22:37:19.596788280, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.596788280 to 2024-05-02 22:37:19.597788299 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.599842845, lastModified=2024-05-02 22:37:19.597788299, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.597788299 to 2024-05-02 22:37:19.598788318 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.601205857, lastModified=2024-05-02 22:37:19.599788337, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.601205857, lastModified=2024-05-02 22:37:19.599788337, delta=1417520 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.602618836, lastModified=2024-05-02 22:37:19.600788357, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.600788357 to 2024-05-02 22:37:19.601788376 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.603998899, lastModified=2024-05-02 22:37:19.602788395, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.603998899, lastModified=2024-05-02 22:37:19.602788395, delta=1210504 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.605435065, lastModified=2024-05-02 22:37:19.603788414, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.603788414 to 2024-05-02 22:37:19.604788433 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.606876065, lastModified=2024-05-02 22:37:19.604788433, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.604788433 to 2024-05-02 22:37:19.605788452 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.608269501, lastModified=2024-05-02 22:37:19.606788471, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.606788471 to 2024-05-02 22:37:19.607788490 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.609679411, lastModified=2024-05-02 22:37:19.607788490, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.607788490 to 2024-05-02 22:37:19.608788509 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.611075306, lastModified=2024-05-02 22:37:19.609788528, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.611075306, lastModified=2024-05-02 22:37:19.609788528, delta=1286778 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.612494457, lastModified=2024-05-02 22:37:19.610788547, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.610788547 to 2024-05-02 22:37:19.611788566 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.613884316, lastModified=2024-05-02 22:37:19.611788566, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.611788566 to 2024-05-02 22:37:19.612788586 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.615298426, lastModified=2024-05-02 22:37:19.613788605, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.613788605 to 2024-05-02 22:37:19.614788624 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.616867679, lastModified=2024-05-02 22:37:19.614788624, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.614788624 to 2024-05-02 22:37:19.615788643 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.618274842, lastModified=2024-05-02 22:37:19.616788662, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.616788662 to 2024-05-02 22:37:19.617788681 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.619690267, lastModified=2024-05-02 22:37:19.617788681, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.617788681 to 2024-05-02 22:37:19.618788700 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.621084907, lastModified=2024-05-02 22:37:19.619788719, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.621084907, lastModified=2024-05-02 22:37:19.619788719, delta=1296188 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.622520504, lastModified=2024-05-02 22:37:19.620788738, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.620788738 to 2024-05-02 22:37:19.621788758 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.623917657, lastModified=2024-05-02 22:37:19.621788758, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.621788758 to 2024-05-02 22:37:19.622788777 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.625305248, lastModified=2024-05-02 22:37:19.623788796, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.623788796 to 2024-05-02 22:37:19.624788815 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.626727416, lastModified=2024-05-02 22:37:19.624788815, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.624788815 to 2024-05-02 22:37:19.625788834 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.628124871, lastModified=2024-05-02 22:37:19.626788853, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.628124871, lastModified=2024-05-02 22:37:19.626788853, delta=1336018 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.629552737, lastModified=2024-05-02 22:37:19.627788872, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.627788872 to 2024-05-02 22:37:19.628788891 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.630969041, lastModified=2024-05-02 22:37:19.629788910, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.630969041, lastModified=2024-05-02 22:37:19.629788910, delta=1180131 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.632398120, lastModified=2024-05-02 22:37:19.630788929, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.630788929 to 2024-05-02 22:37:19.631788948 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.633800471, lastModified=2024-05-02 22:37:19.631788948, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.631788948 to 2024-05-02 22:37:19.632788967 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.635183856, lastModified=2024-05-02 22:37:19.633788987, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.635183856, lastModified=2024-05-02 22:37:19.633788987, delta=1394869 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.636635991, lastModified=2024-05-02 22:37:19.634789006, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.634789006 to 2024-05-02 22:37:19.635789025 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.637993596, lastModified=2024-05-02 22:37:19.636789044, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.637993596, lastModified=2024-05-02 22:37:19.636789044, delta=1204552 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.639377477, lastModified=2024-05-02 22:37:19.637789063, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.637789063 to 2024-05-02 22:37:19.638789082 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.640728327, lastModified=2024-05-02 22:37:19.638789082, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.638789082 to 2024-05-02 22:37:19.639789101 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.642116652, lastModified=2024-05-02 22:37:19.640789120, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.642116652, lastModified=2024-05-02 22:37:19.640789120, delta=1327532 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.643564506, lastModified=2024-05-02 22:37:19.641789139, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.641789139 to 2024-05-02 22:37:19.642789158 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.644988370, lastModified=2024-05-02 22:37:19.643789177, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.644988370, lastModified=2024-05-02 22:37:19.643789177, delta=1199193 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.646440713, lastModified=2024-05-02 22:37:19.644789196, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.644789196 to 2024-05-02 22:37:19.645789216 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.647865472, lastModified=2024-05-02 22:37:19.645789216, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.645789216 to 2024-05-02 22:37:19.646789235 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.649274032, lastModified=2024-05-02 22:37:19.647789254, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.647789254 to 2024-05-02 22:37:19.648789273 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.650687617, lastModified=2024-05-02 22:37:19.648789273, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.648789273 to 2024-05-02 22:37:19.649789292 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.652104965, lastModified=2024-05-02 22:37:19.650789311, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.652104965, lastModified=2024-05-02 22:37:19.650789311, delta=1315654 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.653534675, lastModified=2024-05-02 22:37:19.651789330, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.651789330 to 2024-05-02 22:37:19.652789349 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.654973237, lastModified=2024-05-02 22:37:19.653789368, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.654973237, lastModified=2024-05-02 22:37:19.653789368, delta=1183869 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.656410561, lastModified=2024-05-02 22:37:19.654789388, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.654789388 to 2024-05-02 22:37:19.655789407 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.657841978, lastModified=2024-05-02 22:37:19.655789407, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.655789407 to 2024-05-02 22:37:19.656789426 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.659257349, lastModified=2024-05-02 22:37:19.657789445, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.657789445 to 2024-05-02 22:37:19.658789464 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.660672432, lastModified=2024-05-02 22:37:19.658789464, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.658789464 to 2024-05-02 22:37:19.659789483 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.662464390, lastModified=2024-05-02 22:37:19.660789502, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.660789502 to 2024-05-02 22:37:19.661789521 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.663877880, lastModified=2024-05-02 22:37:19.661789521, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.661789521 to 2024-05-02 22:37:19.662789540 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.665306410, lastModified=2024-05-02 22:37:19.663789559, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.663789559 to 2024-05-02 22:37:19.664789578 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.666729912, lastModified=2024-05-02 22:37:19.664789578, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.664789578 to 2024-05-02 22:37:19.665789598 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.668154507, lastModified=2024-05-02 22:37:19.666789617, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.668154507, lastModified=2024-05-02 22:37:19.666789617, delta=1364890 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.669613239, lastModified=2024-05-02 22:37:19.667789636, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.667789636 to 2024-05-02 22:37:19.668789655 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.671007362, lastModified=2024-05-02 22:37:19.669789674, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.671007362, lastModified=2024-05-02 22:37:19.669789674, delta=1217688 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.672460794, lastModified=2024-05-02 22:37:19.670789693, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.670789693 to 2024-05-02 22:37:19.671789712 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.673886358, lastModified=2024-05-02 22:37:19.671789712, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.671789712 to 2024-05-02 22:37:19.672789731 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.675314344, lastModified=2024-05-02 22:37:19.673789750, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.673789750 to 2024-05-02 22:37:19.674789769 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.676744810, lastModified=2024-05-02 22:37:19.674789769, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.674789769 to 2024-05-02 22:37:19.675789788 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.678161568, lastModified=2024-05-02 22:37:19.676789807, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.678161568, lastModified=2024-05-02 22:37:19.676789807, delta=1371761 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.679640033, lastModified=2024-05-02 22:37:19.677789827, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.677789827 to 2024-05-02 22:37:19.678789846 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.681095962, lastModified=2024-05-02 22:37:19.679789865, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.681095962, lastModified=2024-05-02 22:37:19.679789865, delta=1306097 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.682565010, lastModified=2024-05-02 22:37:19.680789884, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.680789884 to 2024-05-02 22:37:19.681789903 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.684012189, lastModified=2024-05-02 22:37:19.682789922, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.684012189, lastModified=2024-05-02 22:37:19.682789922, delta=1222267 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.685481520, lastModified=2024-05-02 22:37:19.683789941, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.683789941 to 2024-05-02 22:37:19.684789960 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.686967051, lastModified=2024-05-02 22:37:19.685789979, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.686967051, lastModified=2024-05-02 22:37:19.685789979, delta=1177072 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.688430212, lastModified=2024-05-02 22:37:19.686789999, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.686789999 to 2024-05-02 22:37:19.687790018 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.689859179, lastModified=2024-05-02 22:37:19.687790018, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.687790018 to 2024-05-02 22:37:19.688790037 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.691285985, lastModified=2024-05-02 22:37:19.689790056, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.689790056 to 2024-05-02 22:37:19.690790075 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.692724548, lastModified=2024-05-02 22:37:19.690790075, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.690790075 to 2024-05-02 22:37:19.691790094 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.694146881, lastModified=2024-05-02 22:37:19.692790113, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.694146881, lastModified=2024-05-02 22:37:19.692790113, delta=1356768 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.695608722, lastModified=2024-05-02 22:37:19.693790132, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.693790132 to 2024-05-02 22:37:19.694790151 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.697036509, lastModified=2024-05-02 22:37:19.695790170, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.697036509, lastModified=2024-05-02 22:37:19.695790170, delta=1246339 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.698537802, lastModified=2024-05-02 22:37:19.696790189, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.696790189 to 2024-05-02 22:37:19.697790208 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.699981916, lastModified=2024-05-02 22:37:19.698790228, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.699981916, lastModified=2024-05-02 22:37:19.698790228, delta=1191688 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.701469379, lastModified=2024-05-02 22:37:19.699790247, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.699790247 to 2024-05-02 22:37:19.700790266 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.702895324, lastModified=2024-05-02 22:37:19.700790266, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.700790266 to 2024-05-02 22:37:19.701790285 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.704335149, lastModified=2024-05-02 22:37:19.702790304, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.702790304 to 2024-05-02 22:37:19.703790323 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.705783653, lastModified=2024-05-02 22:37:19.703790323, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.703790323 to 2024-05-02 22:37:19.704790342 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.707219661, lastModified=2024-05-02 22:37:19.705790361, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.707219661, lastModified=2024-05-02 22:37:19.705790361, delta=1429300 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.708691148, lastModified=2024-05-02 22:37:19.706790380, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.706790380 to 2024-05-02 22:37:19.707790399 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.710130458, lastModified=2024-05-02 22:37:19.708790418, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.710130458, lastModified=2024-05-02 22:37:19.708790418, delta=1340040 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.711604928, lastModified=2024-05-02 22:37:19.709790437, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.709790437 to 2024-05-02 22:37:19.710790457 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.713061291, lastModified=2024-05-02 22:37:19.711790476, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.713061291, lastModified=2024-05-02 22:37:19.711790476, delta=1270815 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.714535295, lastModified=2024-05-02 22:37:19.712790495, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.712790495 to 2024-05-02 22:37:19.713790514 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.715982419, lastModified=2024-05-02 22:37:19.714790533, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.715982419, lastModified=2024-05-02 22:37:19.714790533, delta=1191886 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.717476647, lastModified=2024-05-02 22:37:19.715790552, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.715790552 to 2024-05-02 22:37:19.716790571 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.718984826, lastModified=2024-05-02 22:37:19.717790590, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.718984826, lastModified=2024-05-02 22:37:19.717790590, delta=1194236 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.720468834, lastModified=2024-05-02 22:37:19.718790609, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.718790609 to 2024-05-02 22:37:19.719790629 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.721918131, lastModified=2024-05-02 22:37:19.719790629, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.719790629 to 2024-05-02 22:37:19.720790648 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.723361827, lastModified=2024-05-02 22:37:19.721790667, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.721790667 to 2024-05-02 22:37:19.722790686 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.724810992, lastModified=2024-05-02 22:37:19.722790686, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.722790686 to 2024-05-02 22:37:19.723790705 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.726258792, lastModified=2024-05-02 22:37:19.724790724, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.724790724 to 2024-05-02 22:37:19.725790743 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.727711556, lastModified=2024-05-02 22:37:19.725790743, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.725790743 to 2024-05-02 22:37:19.726790762 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.729166637, lastModified=2024-05-02 22:37:19.727790781, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.729166637, lastModified=2024-05-02 22:37:19.727790781, delta=1375856 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.730639386, lastModified=2024-05-02 22:37:19.728790800, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.728790800 to 2024-05-02 22:37:19.729790819 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.732091034, lastModified=2024-05-02 22:37:19.730790839, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.732091034, lastModified=2024-05-02 22:37:19.730790839, delta=1300195 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.733564084, lastModified=2024-05-02 22:37:19.731790858, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.731790858 to 2024-05-02 22:37:19.732790877 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.735013540, lastModified=2024-05-02 22:37:19.733790896, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.735013540, lastModified=2024-05-02 22:37:19.733790896, delta=1222644 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.736493300, lastModified=2024-05-02 22:37:19.734790915, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.734790915 to 2024-05-02 22:37:19.735790934 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.737942183, lastModified=2024-05-02 22:37:19.735790934, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.735790934 to 2024-05-02 22:37:19.736790953 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.739412935, lastModified=2024-05-02 22:37:19.737790972, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.737790972 to 2024-05-02 22:37:19.738790991 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.740882008, lastModified=2024-05-02 22:37:19.738790991, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.738790991 to 2024-05-02 22:37:19.739791010 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.742338274, lastModified=2024-05-02 22:37:19.740791029, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.740791029 to 2024-05-02 22:37:19.741791048 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.743807274, lastModified=2024-05-02 22:37:19.741791048, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.741791048 to 2024-05-02 22:37:19.742791068 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.745266261, lastModified=2024-05-02 22:37:19.743791087, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.743791087 to 2024-05-02 22:37:19.744791106 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.746726729, lastModified=2024-05-02 22:37:19.744791106, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.744791106 to 2024-05-02 22:37:19.745791125 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.748183648, lastModified=2024-05-02 22:37:19.746791144, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.748183648, lastModified=2024-05-02 22:37:19.746791144, delta=1392504 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.749664458, lastModified=2024-05-02 22:37:19.747791163, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.747791163 to 2024-05-02 22:37:19.748791182 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.751096072, lastModified=2024-05-02 22:37:19.749791201, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.751096072, lastModified=2024-05-02 22:37:19.749791201, delta=1304871 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.752574966, lastModified=2024-05-02 22:37:19.750791220, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.750791220 to 2024-05-02 22:37:19.751791240 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.754029252, lastModified=2024-05-02 22:37:19.752791259, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.754029252, lastModified=2024-05-02 22:37:19.752791259, delta=1237993 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.755529756, lastModified=2024-05-02 22:37:19.753791278, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.753791278 to 2024-05-02 22:37:19.754791297 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.756985066, lastModified=2024-05-02 22:37:19.755791316, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.756985066, lastModified=2024-05-02 22:37:19.755791316, delta=1193750 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.758466320, lastModified=2024-05-02 22:37:19.756791335, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.756791335 to 2024-05-02 22:37:19.757791354 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.759883473, lastModified=2024-05-02 22:37:19.757791354, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.757791354 to 2024-05-02 22:37:19.758791373 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.761290356, lastModified=2024-05-02 22:37:19.759791392, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.759791392 to 2024-05-02 22:37:19.760791411 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.762706487, lastModified=2024-05-02 22:37:19.760791411, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.760791411 to 2024-05-02 22:37:19.761791430 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.764109625, lastModified=2024-05-02 22:37:19.762791449, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.764109625, lastModified=2024-05-02 22:37:19.762791449, delta=1318176 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.765545671, lastModified=2024-05-02 22:37:19.763791469, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.763791469 to 2024-05-02 22:37:19.764791488 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.766954987, lastModified=2024-05-02 22:37:19.764791488, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.764791488 to 2024-05-02 22:37:19.765791507 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.768371010, lastModified=2024-05-02 22:37:19.766791526, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.766791526 to 2024-05-02 22:37:19.767791545 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.769777781, lastModified=2024-05-02 22:37:19.767791545, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.767791545 to 2024-05-02 22:37:19.768791564 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.771188983, lastModified=2024-05-02 22:37:19.769791583, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.771188983, lastModified=2024-05-02 22:37:19.769791583, delta=1397400 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.772618306, lastModified=2024-05-02 22:37:19.770791602, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.770791602 to 2024-05-02 22:37:19.771791621 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.774040265, lastModified=2024-05-02 22:37:19.772791640, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.774040265, lastModified=2024-05-02 22:37:19.772791640, delta=1248625 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.775470568, lastModified=2024-05-02 22:37:19.773791660, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.773791660 to 2024-05-02 22:37:19.774791678 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.776887201, lastModified=2024-05-02 22:37:19.774791678, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.774791678 to 2024-05-02 22:37:19.775791698 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.778293018, lastModified=2024-05-02 22:37:19.776791717, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.776791717 to 2024-05-02 22:37:19.777791736 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.779721767, lastModified=2024-05-02 22:37:19.777791736, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.777791736 to 2024-05-02 22:37:19.778791755 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.781133398, lastModified=2024-05-02 22:37:19.779791774, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.781133398, lastModified=2024-05-02 22:37:19.779791774, delta=1341624 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.782577111, lastModified=2024-05-02 22:37:19.780791793, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.780791793 to 2024-05-02 22:37:19.781791812 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.783989046, lastModified=2024-05-02 22:37:19.782791831, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.783989046, lastModified=2024-05-02 22:37:19.782791831, delta=1197215 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.785438595, lastModified=2024-05-02 22:37:19.783791850, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.783791850 to 2024-05-02 22:37:19.784791870 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.786850804, lastModified=2024-05-02 22:37:19.784791870, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.784791870 to 2024-05-02 22:37:19.785791889 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.788288013, lastModified=2024-05-02 22:37:19.786791908, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.786791908 to 2024-05-02 22:37:19.787791927 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.789713384, lastModified=2024-05-02 22:37:19.787791927, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.787791927 to 2024-05-02 22:37:19.788791946 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.791127683, lastModified=2024-05-02 22:37:19.789791965, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.791127683, lastModified=2024-05-02 22:37:19.789791965, delta=1335718 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.792570852, lastModified=2024-05-02 22:37:19.790791984, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.790791984 to 2024-05-02 22:37:19.791792003 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.793985877, lastModified=2024-05-02 22:37:19.792792022, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.793985877, lastModified=2024-05-02 22:37:19.792792022, delta=1193855 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.795422293, lastModified=2024-05-02 22:37:19.793792041, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.793792041 to 2024-05-02 22:37:19.794792060 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.796837567, lastModified=2024-05-02 22:37:19.794792060, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.794792060 to 2024-05-02 22:37:19.795792080 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.798255541, lastModified=2024-05-02 22:37:19.796792099, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.796792099 to 2024-05-02 22:37:19.797792118 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.799686249, lastModified=2024-05-02 22:37:19.797792118, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.797792118 to 2024-05-02 22:37:19.798792137 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.801099138, lastModified=2024-05-02 22:37:19.799792156, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.801099138, lastModified=2024-05-02 22:37:19.799792156, delta=1306982 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.802541855, lastModified=2024-05-02 22:37:19.800792175, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.800792175 to 2024-05-02 22:37:19.801792194 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.803959755, lastModified=2024-05-02 22:37:19.801792194, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.801792194 to 2024-05-02 22:37:19.802792213 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.805386213, lastModified=2024-05-02 22:37:19.803792232, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.803792232 to 2024-05-02 22:37:19.804792251 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.806811535, lastModified=2024-05-02 22:37:19.804792251, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.804792251 to 2024-05-02 22:37:19.805792270 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.808240399, lastModified=2024-05-02 22:37:19.806792289, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.808240399, lastModified=2024-05-02 22:37:19.806792289, delta=1448110 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.809691239, lastModified=2024-05-02 22:37:19.807792309, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.807792309 to 2024-05-02 22:37:19.808792328 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.811118436, lastModified=2024-05-02 22:37:19.809792347, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.811118436, lastModified=2024-05-02 22:37:19.809792347, delta=1326089 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.812584290, lastModified=2024-05-02 22:37:19.810792366, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.810792366 to 2024-05-02 22:37:19.811792385 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.814014445, lastModified=2024-05-02 22:37:19.812792404, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.814014445, lastModified=2024-05-02 22:37:19.812792404, delta=1222041 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.815489269, lastModified=2024-05-02 22:37:19.813792423, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.813792423 to 2024-05-02 22:37:19.814792442 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.816911306, lastModified=2024-05-02 22:37:19.814792442, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.814792442 to 2024-05-02 22:37:19.815792461 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.818333624, lastModified=2024-05-02 22:37:19.816792481, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.816792481 to 2024-05-02 22:37:19.817792500 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.819766359, lastModified=2024-05-02 22:37:19.817792500, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.817792500 to 2024-05-02 22:37:19.818792519 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.821188716, lastModified=2024-05-02 22:37:19.819792538, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.821188716, lastModified=2024-05-02 22:37:19.819792538, delta=1396178 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.822637674, lastModified=2024-05-02 22:37:19.820792557, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.820792557 to 2024-05-02 22:37:19.821792576 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.824072513, lastModified=2024-05-02 22:37:19.822792595, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.824072513, lastModified=2024-05-02 22:37:19.822792595, delta=1279918 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.826085678, lastModified=2024-05-02 22:37:19.823792614, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.823792614 to 2024-05-02 22:37:19.824792633 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.827898758, lastModified=2024-05-02 22:37:19.825792652, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.825792652 to 2024-05-02 22:37:19.826792671 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.829477299, lastModified=2024-05-02 22:37:19.827792690, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.827792690 to 2024-05-02 22:37:19.828792710 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.830938924, lastModified=2024-05-02 22:37:19.828792710, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.828792710 to 2024-05-02 22:37:19.829792729 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.832386979, lastModified=2024-05-02 22:37:19.830792748, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.830792748 to 2024-05-02 22:37:19.831792767 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.833964474, lastModified=2024-05-02 22:37:19.831792767, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.831792767 to 2024-05-02 22:37:19.832792786 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.835464535, lastModified=2024-05-02 22:37:19.833792805, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.833792805 to 2024-05-02 22:37:19.834792824 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.836902658, lastModified=2024-05-02 22:37:19.834792824, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.834792824 to 2024-05-02 22:37:19.835792843 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.838344370, lastModified=2024-05-02 22:37:19.836792862, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.836792862 to 2024-05-02 22:37:19.837792881 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.840219978, lastModified=2024-05-02 22:37:19.838792901, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.838792901 to 2024-05-02 22:37:19.839792919 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.841904783, lastModified=2024-05-02 22:37:19.839792919, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.839792919 to 2024-05-02 22:37:19.840792939 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.843485520, lastModified=2024-05-02 22:37:19.841792958, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.841792958 to 2024-05-02 22:37:19.842792977 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.844971084, lastModified=2024-05-02 22:37:19.842792977, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.842792977 to 2024-05-02 22:37:19.843792996 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.846425806, lastModified=2024-05-02 22:37:19.844793015, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.844793015 to 2024-05-02 22:37:19.845793034 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.847876714, lastModified=2024-05-02 22:37:19.845793034, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.845793034 to 2024-05-02 22:37:19.846793053 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.849303069, lastModified=2024-05-02 22:37:19.847793072, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.847793072 to 2024-05-02 22:37:19.848793091 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.850769168, lastModified=2024-05-02 22:37:19.848793091, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.848793091 to 2024-05-02 22:37:19.849793111 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.852211323, lastModified=2024-05-02 22:37:19.850793130, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.852211323, lastModified=2024-05-02 22:37:19.850793130, delta=1418193 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.853731199, lastModified=2024-05-02 22:37:19.851793149, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.851793149 to 2024-05-02 22:37:19.852793168 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.855233845, lastModified=2024-05-02 22:37:19.853793187, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.853793187 to 2024-05-02 22:37:19.854793206 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.856709120, lastModified=2024-05-02 22:37:19.854793206, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.854793206 to 2024-05-02 22:37:19.855793225 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.858163903, lastModified=2024-05-02 22:37:19.856793244, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.858163903, lastModified=2024-05-02 22:37:19.856793244, delta=1370659 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.859637392, lastModified=2024-05-02 22:37:19.857793263, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.857793263 to 2024-05-02 22:37:19.858793282 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.861077450, lastModified=2024-05-02 22:37:19.859793301, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.861077450, lastModified=2024-05-02 22:37:19.859793301, delta=1284149 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.862553059, lastModified=2024-05-02 22:37:19.860793321, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.860793321 to 2024-05-02 22:37:19.861793340 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.864000326, lastModified=2024-05-02 22:37:19.862793359, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.864000326, lastModified=2024-05-02 22:37:19.862793359, delta=1206967 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.865495828, lastModified=2024-05-02 22:37:19.863793378, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.863793378 to 2024-05-02 22:37:19.864793397 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.866950488, lastModified=2024-05-02 22:37:19.864793397, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.864793397 to 2024-05-02 22:37:19.865793416 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.868416636, lastModified=2024-05-02 22:37:19.866793435, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.866793435 to 2024-05-02 22:37:19.867793454 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.869875350, lastModified=2024-05-02 22:37:19.867793454, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.867793454 to 2024-05-02 22:37:19.868793473 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.871325844, lastModified=2024-05-02 22:37:19.869793492, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.869793492 to 2024-05-02 22:37:19.870793511 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.872788693, lastModified=2024-05-02 22:37:19.870793511, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.870793511 to 2024-05-02 22:37:19.871793530 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.874256973, lastModified=2024-05-02 22:37:19.872793550, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.872793550 to 2024-05-02 22:37:19.873793569 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.875725341, lastModified=2024-05-02 22:37:19.873793569, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.873793569 to 2024-05-02 22:37:19.874793588 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.877180248, lastModified=2024-05-02 22:37:19.875793607, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.877180248, lastModified=2024-05-02 22:37:19.875793607, delta=1386641 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.878712104, lastModified=2024-05-02 22:37:19.876793626, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.876793626 to 2024-05-02 22:37:19.877793645 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.880165706, lastModified=2024-05-02 22:37:19.878793664, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.880165706, lastModified=2024-05-02 22:37:19.878793664, delta=1372042 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.881676958, lastModified=2024-05-02 22:37:19.879793683, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.879793683 to 2024-05-02 22:37:19.880793702 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.883133948, lastModified=2024-05-02 22:37:19.881793722, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.883133948, lastModified=2024-05-02 22:37:19.881793722, delta=1340226 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.884611021, lastModified=2024-05-02 22:37:19.882793741, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.882793741 to 2024-05-02 22:37:19.883793760 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.886068425, lastModified=2024-05-02 22:37:19.884793779, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.886068425, lastModified=2024-05-02 22:37:19.884793779, delta=1274646 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.887561892, lastModified=2024-05-02 22:37:19.885793798, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.885793798 to 2024-05-02 22:37:19.886793817 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.889022092, lastModified=2024-05-02 22:37:19.887793836, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.889022092, lastModified=2024-05-02 22:37:19.887793836, delta=1228256 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.890620291, lastModified=2024-05-02 22:37:19.888793855, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.888793855 to 2024-05-02 22:37:19.889793874 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.892068501, lastModified=2024-05-02 22:37:19.890793893, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.892068501, lastModified=2024-05-02 22:37:19.890793893, delta=1274608 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.893536753, lastModified=2024-05-02 22:37:19.891793912, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.891793912 to 2024-05-02 22:37:19.892793931 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.895012798, lastModified=2024-05-02 22:37:19.893793951, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.895012798, lastModified=2024-05-02 22:37:19.893793951, delta=1218847 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.896602798, lastModified=2024-05-02 22:37:19.894793970, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.894793970 to 2024-05-02 22:37:19.895793989 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.898298009, lastModified=2024-05-02 22:37:19.896794008, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.896794008 to 2024-05-02 22:37:19.897794027 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.899781181, lastModified=2024-05-02 22:37:19.897794027, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.897794027 to 2024-05-02 22:37:19.898794046 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.901254003, lastModified=2024-05-02 22:37:19.899794065, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.899794065 to 2024-05-02 22:37:19.900794084 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.902722056, lastModified=2024-05-02 22:37:19.900794084, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.900794084 to 2024-05-02 22:37:19.901794103 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.904184856, lastModified=2024-05-02 22:37:19.902794122, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.904184856, lastModified=2024-05-02 22:37:19.902794122, delta=1390734 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.905689202, lastModified=2024-05-02 22:37:19.903794142, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.903794142 to 2024-05-02 22:37:19.904794160 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.907174213, lastModified=2024-05-02 22:37:19.905794180, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.907174213, lastModified=2024-05-02 22:37:19.905794180, delta=1380033 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.908630597, lastModified=2024-05-02 22:37:19.906794199, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.906794199 to 2024-05-02 22:37:19.907794218 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.910058656, lastModified=2024-05-02 22:37:19.908794237, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.910058656, lastModified=2024-05-02 22:37:19.908794237, delta=1264419 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.911526223, lastModified=2024-05-02 22:37:19.909794256, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.909794256 to 2024-05-02 22:37:19.910794275 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.912989316, lastModified=2024-05-02 22:37:19.911794294, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.912989316, lastModified=2024-05-02 22:37:19.911794294, delta=1195022 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.914490418, lastModified=2024-05-02 22:37:19.912794313, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.912794313 to 2024-05-02 22:37:19.913794332 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.915953561, lastModified=2024-05-02 22:37:19.913794332, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.913794332 to 2024-05-02 22:37:19.914794352 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.917388757, lastModified=2024-05-02 22:37:19.915794371, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.915794371 to 2024-05-02 22:37:19.916794390 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.918820750, lastModified=2024-05-02 22:37:19.916794390, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.916794390 to 2024-05-02 22:37:19.917794409 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.920253642, lastModified=2024-05-02 22:37:19.918794428, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.918794428 to 2024-05-02 22:37:19.919794447 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.921763071, lastModified=2024-05-02 22:37:19.919794447, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.919794447 to 2024-05-02 22:37:19.920794466 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.923185551, lastModified=2024-05-02 22:37:19.921794485, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.923185551, lastModified=2024-05-02 22:37:19.921794485, delta=1391066 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.924649034, lastModified=2024-05-02 22:37:19.922794504, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.922794504 to 2024-05-02 22:37:19.923794523 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.926125673, lastModified=2024-05-02 22:37:19.924794542, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.926125673, lastModified=2024-05-02 22:37:19.924794542, delta=1331131 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.927582598, lastModified=2024-05-02 22:37:19.925794562, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.925794562 to 2024-05-02 22:37:19.926794581 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.929059874, lastModified=2024-05-02 22:37:19.927794600, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.929059874, lastModified=2024-05-02 22:37:19.927794600, delta=1265274 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.930579754, lastModified=2024-05-02 22:37:19.928794619, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.928794619 to 2024-05-02 22:37:19.929794638 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.932046166, lastModified=2024-05-02 22:37:19.930794657, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.932046166, lastModified=2024-05-02 22:37:19.930794657, delta=1251509 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.933501817, lastModified=2024-05-02 22:37:19.931794676, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.931794676 to 2024-05-02 22:37:19.932794695 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.934992330, lastModified=2024-05-02 22:37:19.932794695, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.932794695 to 2024-05-02 22:37:19.933794714 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.936494384, lastModified=2024-05-02 22:37:19.934794733, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.934794733 to 2024-05-02 22:37:19.935794753 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.937974730, lastModified=2024-05-02 22:37:19.935794753, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.935794753 to 2024-05-02 22:37:19.936794771 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.939468038, lastModified=2024-05-02 22:37:19.937794791, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.937794791 to 2024-05-02 22:37:19.938794810 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.940954411, lastModified=2024-05-02 22:37:19.938794810, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.938794810 to 2024-05-02 22:37:19.939794829 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.942454357, lastModified=2024-05-02 22:37:19.940794848, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.940794848 to 2024-05-02 22:37:19.941794867 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.943945659, lastModified=2024-05-02 22:37:19.941794867, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.941794867 to 2024-05-02 22:37:19.942794886 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.945446669, lastModified=2024-05-02 22:37:19.943794905, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.943794905 to 2024-05-02 22:37:19.944794924 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.946936197, lastModified=2024-05-02 22:37:19.944794924, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.944794924 to 2024-05-02 22:37:19.945794943 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.948429384, lastModified=2024-05-02 22:37:19.946794963, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.946794963 to 2024-05-02 22:37:19.947794982 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.949927502, lastModified=2024-05-02 22:37:19.947794982, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.947794982 to 2024-05-02 22:37:19.948795001 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.951434269, lastModified=2024-05-02 22:37:19.949795020, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.949795020 to 2024-05-02 22:37:19.950795039 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.952937177, lastModified=2024-05-02 22:37:19.950795039, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.950795039 to 2024-05-02 22:37:19.951795058 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.954431908, lastModified=2024-05-02 22:37:19.952795077, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.952795077 to 2024-05-02 22:37:19.953795096 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.955917573, lastModified=2024-05-02 22:37:19.953795096, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.953795096 to 2024-05-02 22:37:19.954795115 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.957414314, lastModified=2024-05-02 22:37:19.955795134, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.955795134 to 2024-05-02 22:37:19.956795153 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.958902977, lastModified=2024-05-02 22:37:19.956795153, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.956795153 to 2024-05-02 22:37:19.957795172 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.960393911, lastModified=2024-05-02 22:37:19.958795192, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.958795192 to 2024-05-02 22:37:19.959795211 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.961886479, lastModified=2024-05-02 22:37:19.959795211, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.959795211 to 2024-05-02 22:37:19.960795230 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.963381446, lastModified=2024-05-02 22:37:19.961795249, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.961795249 to 2024-05-02 22:37:19.962795268 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.964867400, lastModified=2024-05-02 22:37:19.962795268, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.962795268 to 2024-05-02 22:37:19.963795287 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.966375022, lastModified=2024-05-02 22:37:19.964795306, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.964795306 to 2024-05-02 22:37:19.965795325 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.967934028, lastModified=2024-05-02 22:37:19.965795325, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.965795325 to 2024-05-02 22:37:19.966795344 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.969443271, lastModified=2024-05-02 22:37:19.967795363, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.967795363 to 2024-05-02 22:37:19.968795383 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.970937632, lastModified=2024-05-02 22:37:19.968795383, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.968795383 to 2024-05-02 22:37:19.969795402 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.972470338, lastModified=2024-05-02 22:37:19.970795421, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.970795421 to 2024-05-02 22:37:19.971795440 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.973978834, lastModified=2024-05-02 22:37:19.971795440, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.971795440 to 2024-05-02 22:37:19.972795459 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.975519081, lastModified=2024-05-02 22:37:19.973795478, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.973795478 to 2024-05-02 22:37:19.974795497 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.977016540, lastModified=2024-05-02 22:37:19.975795516, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.977016540, lastModified=2024-05-02 22:37:19.975795516, delta=1221024 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.978583648, lastModified=2024-05-02 22:37:19.976795535, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.976795535 to 2024-05-02 22:37:19.977795554 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.980119508, lastModified=2024-05-02 22:37:19.978795573, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.980119508, lastModified=2024-05-02 22:37:19.978795573, delta=1323935 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.981662423, lastModified=2024-05-02 22:37:19.979795593, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.979795593 to 2024-05-02 22:37:19.980795612 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.983168502, lastModified=2024-05-02 22:37:19.981795631, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.983168502, lastModified=2024-05-02 22:37:19.981795631, delta=1372871 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.984715051, lastModified=2024-05-02 22:37:19.982795650, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.982795650 to 2024-05-02 22:37:19.983795669 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.986218046, lastModified=2024-05-02 22:37:19.984795688, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:19.986218046, lastModified=2024-05-02 22:37:19.984795688, delta=1422358 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.987751357, lastModified=2024-05-02 22:37:19.985795707, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.985795707 to 2024-05-02 22:37:19.986795726 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.989251965, lastModified=2024-05-02 22:37:19.987795745, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.987795745 to 2024-05-02 22:37:19.988795764 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.990791319, lastModified=2024-05-02 22:37:19.988795764, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.988795764 to 2024-05-02 22:37:19.989795783 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.992308713, lastModified=2024-05-02 22:37:19.990795803, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.990795803 to 2024-05-02 22:37:19.991795822 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.993840715, lastModified=2024-05-02 22:37:19.991795822, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.991795822 to 2024-05-02 22:37:19.992795841 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.995362285, lastModified=2024-05-02 22:37:19.993795860, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.993795860 to 2024-05-02 22:37:19.994795879 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.996884995, lastModified=2024-05-02 22:37:19.994795879, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.994795879 to 2024-05-02 22:37:19.995795898 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.998415460, lastModified=2024-05-02 22:37:19.996795917, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.996795917 to 2024-05-02 22:37:19.997795936 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:19.999935279, lastModified=2024-05-02 22:37:19.997795936, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.997795936 to 2024-05-02 22:37:19.998795955 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.001469304, lastModified=2024-05-02 22:37:19.999795974, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:19.999795974 to 2024-05-02 22:37:20.000795994 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.002989612, lastModified=2024-05-02 22:37:20.000795994, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.000795994 to 2024-05-02 22:37:20.001796012 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.004511651, lastModified=2024-05-02 22:37:20.002796032, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.002796032 to 2024-05-02 22:37:20.003796051 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.006078029, lastModified=2024-05-02 22:37:20.004796070, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.006078029, lastModified=2024-05-02 22:37:20.004796070, delta=1281959 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.007636674, lastModified=2024-05-02 22:37:20.005796089, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.005796089 to 2024-05-02 22:37:20.006796108 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.009291181, lastModified=2024-05-02 22:37:20.007796127, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.007796127 to 2024-05-02 22:37:20.008796146 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.010859099, lastModified=2024-05-02 22:37:20.008796146, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.008796146 to 2024-05-02 22:37:20.009796165 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.012459560, lastModified=2024-05-02 22:37:20.010796184, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.010796184 to 2024-05-02 22:37:20.011796204 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.014008824, lastModified=2024-05-02 22:37:20.011796204, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.011796204 to 2024-05-02 22:37:20.012796223 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.015541868, lastModified=2024-05-02 22:37:20.013796242, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.013796242 to 2024-05-02 22:37:20.014796261 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.017057746, lastModified=2024-05-02 22:37:20.015796280, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.017057746, lastModified=2024-05-02 22:37:20.015796280, delta=1261466 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.018617379, lastModified=2024-05-02 22:37:20.016796299, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.016796299 to 2024-05-02 22:37:20.017796318 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.020147009, lastModified=2024-05-02 22:37:20.018796337, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.020147009, lastModified=2024-05-02 22:37:20.018796337, delta=1350672 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.021806125, lastModified=2024-05-02 22:37:20.019796356, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.019796356 to 2024-05-02 22:37:20.020796375 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.023460958, lastModified=2024-05-02 22:37:20.021796394, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.021796394 to 2024-05-02 22:37:20.022796413 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.025087595, lastModified=2024-05-02 22:37:20.023796433, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.025087595, lastModified=2024-05-02 22:37:20.023796433, delta=1291162 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.026671791, lastModified=2024-05-02 22:37:20.024796452, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.024796452 to 2024-05-02 22:37:20.025796471 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.028204657, lastModified=2024-05-02 22:37:20.026796490, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.028204657, lastModified=2024-05-02 22:37:20.026796490, delta=1408167 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.029767050, lastModified=2024-05-02 22:37:20.027796509, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.027796509 to 2024-05-02 22:37:20.028796528 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.031295091, lastModified=2024-05-02 22:37:20.029796547, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.029796547 to 2024-05-02 22:37:20.030796566 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.032827236, lastModified=2024-05-02 22:37:20.030796566, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.030796566 to 2024-05-02 22:37:20.031796585 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.034349571, lastModified=2024-05-02 22:37:20.032796604, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.032796604 to 2024-05-02 22:37:20.033796624 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.035892590, lastModified=2024-05-02 22:37:20.033796624, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.033796624 to 2024-05-02 22:37:20.034796643 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.037453507, lastModified=2024-05-02 22:37:20.035796662, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.035796662 to 2024-05-02 22:37:20.036796681 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.039001538, lastModified=2024-05-02 22:37:20.036796681, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.036796681 to 2024-05-02 22:37:20.037796700 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.040592179, lastModified=2024-05-02 22:37:20.038796719, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.038796719 to 2024-05-02 22:37:20.039796738 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.042159556, lastModified=2024-05-02 22:37:20.040796757, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.042159556, lastModified=2024-05-02 22:37:20.040796757, delta=1362799 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.043735027, lastModified=2024-05-02 22:37:20.041796776, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.041796776 to 2024-05-02 22:37:20.042796795 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.045272773, lastModified=2024-05-02 22:37:20.043796814, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.043796814 to 2024-05-02 22:37:20.044796834 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.046819519, lastModified=2024-05-02 22:37:20.044796834, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.044796834 to 2024-05-02 22:37:20.045796853 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.048304348, lastModified=2024-05-02 22:37:20.046796872, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.046796872 to 2024-05-02 22:37:20.047796891 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.049864883, lastModified=2024-05-02 22:37:20.047796891, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.047796891 to 2024-05-02 22:37:20.048796910 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.051361610, lastModified=2024-05-02 22:37:20.049796929, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.049796929 to 2024-05-02 22:37:20.050796948 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.052908078, lastModified=2024-05-02 22:37:20.050796948, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.050796948 to 2024-05-02 22:37:20.051796967 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.054450021, lastModified=2024-05-02 22:37:20.052796986, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.052796986 to 2024-05-02 22:37:20.053797005 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.055981863, lastModified=2024-05-02 22:37:20.053797005, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.053797005 to 2024-05-02 22:37:20.054797024 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.057513226, lastModified=2024-05-02 22:37:20.055797044, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.055797044 to 2024-05-02 22:37:20.056797063 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.059019658, lastModified=2024-05-02 22:37:20.057797082, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.059019658, lastModified=2024-05-02 22:37:20.057797082, delta=1222576 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.060694623, lastModified=2024-05-02 22:37:20.058797101, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.058797101 to 2024-05-02 22:37:20.059797120 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.062262841, lastModified=2024-05-02 22:37:20.060797139, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.060797139 to 2024-05-02 22:37:20.061797158 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.063854772, lastModified=2024-05-02 22:37:20.061797158, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.061797158 to 2024-05-02 22:37:20.062797177 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.065429360, lastModified=2024-05-02 22:37:20.063797196, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.063797196 to 2024-05-02 22:37:20.064797215 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.067026243, lastModified=2024-05-02 22:37:20.064797215, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.064797215 to 2024-05-02 22:37:20.065797235 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.068601321, lastModified=2024-05-02 22:37:20.066797254, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.066797254 to 2024-05-02 22:37:20.067797273 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.070151173, lastModified=2024-05-02 22:37:20.068797292, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.070151173, lastModified=2024-05-02 22:37:20.068797292, delta=1353881 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.071746060, lastModified=2024-05-02 22:37:20.069797311, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.069797311 to 2024-05-02 22:37:20.070797330 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.073299932, lastModified=2024-05-02 22:37:20.071797349, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.071797349 to 2024-05-02 22:37:20.072797368 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.074972694, lastModified=2024-05-02 22:37:20.072797368, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.072797368 to 2024-05-02 22:37:20.073797387 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.076673610, lastModified=2024-05-02 22:37:20.074797406, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.074797406 to 2024-05-02 22:37:20.075797425 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.078218743, lastModified=2024-05-02 22:37:20.076797445, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.078218743, lastModified=2024-05-02 22:37:20.076797445, delta=1421298 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.079856492, lastModified=2024-05-02 22:37:20.077797464, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.077797464 to 2024-05-02 22:37:20.078797483 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.081468990, lastModified=2024-05-02 22:37:20.079797502, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.079797502 to 2024-05-02 22:37:20.080797521 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.083057993, lastModified=2024-05-02 22:37:20.081797540, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.083057993, lastModified=2024-05-02 22:37:20.081797540, delta=1260453 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.084662291, lastModified=2024-05-02 22:37:20.082797559, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.082797559 to 2024-05-02 22:37:20.083797578 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.086223721, lastModified=2024-05-02 22:37:20.084797597, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.086223721, lastModified=2024-05-02 22:37:20.084797597, delta=1426124 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.087815851, lastModified=2024-05-02 22:37:20.085797616, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.085797616 to 2024-05-02 22:37:20.086797635 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.089390298, lastModified=2024-05-02 22:37:20.087797654, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.087797654 to 2024-05-02 22:37:20.088797674 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.090947199, lastModified=2024-05-02 22:37:20.088797674, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.088797674 to 2024-05-02 22:37:20.089797693 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.092510075, lastModified=2024-05-02 22:37:20.090797712, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.090797712 to 2024-05-02 22:37:20.091797731 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.094059814, lastModified=2024-05-02 22:37:20.092797750, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.094059814, lastModified=2024-05-02 22:37:20.092797750, delta=1262064 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.095658680, lastModified=2024-05-02 22:37:20.093797769, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.093797769 to 2024-05-02 22:37:20.094797788 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.097217582, lastModified=2024-05-02 22:37:20.095797807, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.097217582, lastModified=2024-05-02 22:37:20.095797807, delta=1419775 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.098815613, lastModified=2024-05-02 22:37:20.096797826, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.096797826 to 2024-05-02 22:37:20.097797846 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.100386494, lastModified=2024-05-02 22:37:20.098797865, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.098797865 to 2024-05-02 22:37:20.099797884 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.101974905, lastModified=2024-05-02 22:37:20.099797884, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.099797884 to 2024-05-02 22:37:20.100797903 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.103581692, lastModified=2024-05-02 22:37:20.101797922, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.101797922 to 2024-05-02 22:37:20.102797941 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.105170187, lastModified=2024-05-02 22:37:20.103797960, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.105170187, lastModified=2024-05-02 22:37:20.103797960, delta=1372227 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.106765868, lastModified=2024-05-02 22:37:20.104797979, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.104797979 to 2024-05-02 22:37:20.105797998 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.108348638, lastModified=2024-05-02 22:37:20.106798017, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.106798017 to 2024-05-02 22:37:20.107798036 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.109925818, lastModified=2024-05-02 22:37:20.107798036, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.107798036 to 2024-05-02 22:37:20.108798055 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.111512376, lastModified=2024-05-02 22:37:20.109798075, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.109798075 to 2024-05-02 22:37:20.110798094 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.113078030, lastModified=2024-05-02 22:37:20.111798113, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.113078030, lastModified=2024-05-02 22:37:20.111798113, delta=1279917 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.114680293, lastModified=2024-05-02 22:37:20.112798132, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.112798132 to 2024-05-02 22:37:20.113798151 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.116284481, lastModified=2024-05-02 22:37:20.114798170, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.114798170 to 2024-05-02 22:37:20.115798189 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.117863053, lastModified=2024-05-02 22:37:20.115798189, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.115798189 to 2024-05-02 22:37:20.116798208 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.119443795, lastModified=2024-05-02 22:37:20.117798227, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.117798227 to 2024-05-02 22:37:20.118798246 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.121009581, lastModified=2024-05-02 22:37:20.118798246, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.118798246 to 2024-05-02 22:37:20.119798265 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.122577699, lastModified=2024-05-02 22:37:20.120798285, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.120798285 to 2024-05-02 22:37:20.121798304 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.124140596, lastModified=2024-05-02 22:37:20.122798323, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.124140596, lastModified=2024-05-02 22:37:20.122798323, delta=1342273 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.125718491, lastModified=2024-05-02 22:37:20.123798342, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.123798342 to 2024-05-02 22:37:20.124798361 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.127297614, lastModified=2024-05-02 22:37:20.125798380, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.125798380 to 2024-05-02 22:37:20.126798399 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.128884404, lastModified=2024-05-02 22:37:20.126798399, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.126798399 to 2024-05-02 22:37:20.127798418 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.130464236, lastModified=2024-05-02 22:37:20.128798437, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.128798437 to 2024-05-02 22:37:20.129798456 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.132031892, lastModified=2024-05-02 22:37:20.129798456, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.129798456 to 2024-05-02 22:37:20.130798476 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.133612693, lastModified=2024-05-02 22:37:20.131798495, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.131798495 to 2024-05-02 22:37:20.132798514 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.135185204, lastModified=2024-05-02 22:37:20.133798533, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.135185204, lastModified=2024-05-02 22:37:20.133798533, delta=1386671 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.136794649, lastModified=2024-05-02 22:37:20.134798552, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.134798552 to 2024-05-02 22:37:20.135798571 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.138403447, lastModified=2024-05-02 22:37:20.136798590, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.136798590 to 2024-05-02 22:37:20.137798609 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.139946537, lastModified=2024-05-02 22:37:20.137798609, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.137798609 to 2024-05-02 22:37:20.138798628 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.141505775, lastModified=2024-05-02 22:37:20.139798647, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.139798647 to 2024-05-02 22:37:20.140798666 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.143081617, lastModified=2024-05-02 22:37:20.141798686, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.143081617, lastModified=2024-05-02 22:37:20.141798686, delta=1282931 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.144694068, lastModified=2024-05-02 22:37:20.142798705, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.142798705 to 2024-05-02 22:37:20.143798724 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.146385657, lastModified=2024-05-02 22:37:20.144798743, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.144798743 to 2024-05-02 22:37:20.145798762 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.147986417, lastModified=2024-05-02 22:37:20.145798762, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.145798762 to 2024-05-02 22:37:20.146798781 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.149575608, lastModified=2024-05-02 22:37:20.147798800, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.147798800 to 2024-05-02 22:37:20.148798819 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.151158965, lastModified=2024-05-02 22:37:20.149798838, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.151158965, lastModified=2024-05-02 22:37:20.149798838, delta=1360127 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.152762907, lastModified=2024-05-02 22:37:20.150798857, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.150798857 to 2024-05-02 22:37:20.151798876 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.154342916, lastModified=2024-05-02 22:37:20.152798895, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.152798895 to 2024-05-02 22:37:20.153798915 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.155940226, lastModified=2024-05-02 22:37:20.153798915, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.153798915 to 2024-05-02 22:37:20.154798934 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.157531071, lastModified=2024-05-02 22:37:20.155798953, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.155798953 to 2024-05-02 22:37:20.156798972 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.159120452, lastModified=2024-05-02 22:37:20.157798991, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.159120452, lastModified=2024-05-02 22:37:20.157798991, delta=1321461 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.160749075, lastModified=2024-05-02 22:37:20.158799010, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.158799010 to 2024-05-02 22:37:20.159799029 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.162418182, lastModified=2024-05-02 22:37:20.160799048, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.160799048 to 2024-05-02 22:37:20.161799067 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.164002869, lastModified=2024-05-02 22:37:20.161799067, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.161799067 to 2024-05-02 22:37:20.162799087 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.165601314, lastModified=2024-05-02 22:37:20.163799106, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.163799106 to 2024-05-02 22:37:20.164799125 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.167178762, lastModified=2024-05-02 22:37:20.165799144, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.167178762, lastModified=2024-05-02 22:37:20.165799144, delta=1379618 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.168813380, lastModified=2024-05-02 22:37:20.166799163, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.166799163 to 2024-05-02 22:37:20.167799182 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.170421589, lastModified=2024-05-02 22:37:20.168799201, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.168799201 to 2024-05-02 22:37:20.169799220 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.172008016, lastModified=2024-05-02 22:37:20.169799220, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.169799220 to 2024-05-02 22:37:20.170799239 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.173608207, lastModified=2024-05-02 22:37:20.171799258, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.171799258 to 2024-05-02 22:37:20.172799277 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.175281915, lastModified=2024-05-02 22:37:20.173799296, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.173799296 to 2024-05-02 22:37:20.174799316 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.176908458, lastModified=2024-05-02 22:37:20.174799316, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.174799316 to 2024-05-02 22:37:20.175799335 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.178549746, lastModified=2024-05-02 22:37:20.176799354, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.176799354 to 2024-05-02 22:37:20.177799373 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.180173379, lastModified=2024-05-02 22:37:20.178799392, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.180173379, lastModified=2024-05-02 22:37:20.178799392, delta=1373987 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.181852095, lastModified=2024-05-02 22:37:20.179799411, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.179799411 to 2024-05-02 22:37:20.180799430 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.183463707, lastModified=2024-05-02 22:37:20.181799449, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.181799449 to 2024-05-02 22:37:20.182799468 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.185057285, lastModified=2024-05-02 22:37:20.182799468, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.182799468 to 2024-05-02 22:37:20.183799487 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.186664712, lastModified=2024-05-02 22:37:20.184799506, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.184799506 to 2024-05-02 22:37:20.185799526 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.188250093, lastModified=2024-05-02 22:37:20.186799545, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.186799545 to 2024-05-02 22:37:20.187799564 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.189852528, lastModified=2024-05-02 22:37:20.187799564, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.187799564 to 2024-05-02 22:37:20.188799583 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.191476195, lastModified=2024-05-02 22:37:20.189799602, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.189799602 to 2024-05-02 22:37:20.190799621 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.193078114, lastModified=2024-05-02 22:37:20.191799640, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.193078114, lastModified=2024-05-02 22:37:20.191799640, delta=1278474 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.194755122, lastModified=2024-05-02 22:37:20.192799659, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.192799659 to 2024-05-02 22:37:20.193799678 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.196384537, lastModified=2024-05-02 22:37:20.194799697, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.194799697 to 2024-05-02 22:37:20.195799717 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.197981291, lastModified=2024-05-02 22:37:20.195799717, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.195799717 to 2024-05-02 22:37:20.196799736 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.199581630, lastModified=2024-05-02 22:37:20.197799755, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.197799755 to 2024-05-02 22:37:20.198799774 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.201176954, lastModified=2024-05-02 22:37:20.199799793, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.201176954, lastModified=2024-05-02 22:37:20.199799793, delta=1377161 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.202809166, lastModified=2024-05-02 22:37:20.200799812, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.200799812 to 2024-05-02 22:37:20.201799831 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.204431284, lastModified=2024-05-02 22:37:20.202799850, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.202799850 to 2024-05-02 22:37:20.203799869 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.206030371, lastModified=2024-05-02 22:37:20.203799869, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.203799869 to 2024-05-02 22:37:20.204799888 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.207645524, lastModified=2024-05-02 22:37:20.205799907, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.205799907 to 2024-05-02 22:37:20.206799927 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.209306984, lastModified=2024-05-02 22:37:20.207799946, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.207799946 to 2024-05-02 22:37:20.208799965 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.210971757, lastModified=2024-05-02 22:37:20.208799965, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.208799965 to 2024-05-02 22:37:20.209799984 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.212632446, lastModified=2024-05-02 22:37:20.210800003, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.210800003 to 2024-05-02 22:37:20.211800022 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.214239411, lastModified=2024-05-02 22:37:20.212800041, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.214239411, lastModified=2024-05-02 22:37:20.212800041, delta=1439370 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.215890729, lastModified=2024-05-02 22:37:20.213800060, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.213800060 to 2024-05-02 22:37:20.214800079 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.217524541, lastModified=2024-05-02 22:37:20.215800098, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.215800098 to 2024-05-02 22:37:20.216800117 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.219138936, lastModified=2024-05-02 22:37:20.217800136, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.219138936, lastModified=2024-05-02 22:37:20.217800136, delta=1338800 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.220798881, lastModified=2024-05-02 22:37:20.218800156, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.218800156 to 2024-05-02 22:37:20.219800175 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.222428808, lastModified=2024-05-02 22:37:20.220800194, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.220800194 to 2024-05-02 22:37:20.221800213 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.224038813, lastModified=2024-05-02 22:37:20.221800213, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.221800213 to 2024-05-02 22:37:20.222800232 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.225665291, lastModified=2024-05-02 22:37:20.223800251, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.223800251 to 2024-05-02 22:37:20.224800270 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.227289231, lastModified=2024-05-02 22:37:20.225800289, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.225800289 to 2024-05-02 22:37:20.226800308 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.228933463, lastModified=2024-05-02 22:37:20.226800308, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.226800308 to 2024-05-02 22:37:20.227800328 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.230592826, lastModified=2024-05-02 22:37:20.228800347, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.228800347 to 2024-05-02 22:37:20.229800366 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.232230362, lastModified=2024-05-02 22:37:20.230800385, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.232230362, lastModified=2024-05-02 22:37:20.230800385, delta=1429977 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.233841331, lastModified=2024-05-02 22:37:20.231800404, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.231800404 to 2024-05-02 22:37:20.232800423 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.235433037, lastModified=2024-05-02 22:37:20.233800442, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.233800442 to 2024-05-02 22:37:20.234800461 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.237079301, lastModified=2024-05-02 22:37:20.234800461, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.234800461 to 2024-05-02 22:37:20.235800480 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.238691371, lastModified=2024-05-02 22:37:20.236800499, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.236800499 to 2024-05-02 22:37:20.237800518 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.240301425, lastModified=2024-05-02 22:37:20.238800537, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.238800537 to 2024-05-02 22:37:20.239800557 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.241901529, lastModified=2024-05-02 22:37:20.239800557, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.239800557 to 2024-05-02 22:37:20.240800576 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.243497161, lastModified=2024-05-02 22:37:20.241800595, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.241800595 to 2024-05-02 22:37:20.242800614 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.245149064, lastModified=2024-05-02 22:37:20.243800633, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.245149064, lastModified=2024-05-02 22:37:20.243800633, delta=1348431 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.246753781, lastModified=2024-05-02 22:37:20.244800652, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.244800652 to 2024-05-02 22:37:20.245800671 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.248407071, lastModified=2024-05-02 22:37:20.246800690, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.246800690 to 2024-05-02 22:37:20.247800709 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.249986052, lastModified=2024-05-02 22:37:20.247800709, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.247800709 to 2024-05-02 22:37:20.248800728 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.251585814, lastModified=2024-05-02 22:37:20.249800747, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.249800747 to 2024-05-02 22:37:20.250800767 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.253200925, lastModified=2024-05-02 22:37:20.251800786, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.253200925, lastModified=2024-05-02 22:37:20.251800786, delta=1400139 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.254834172, lastModified=2024-05-02 22:37:20.252800805, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.252800805 to 2024-05-02 22:37:20.253800824 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.256484269, lastModified=2024-05-02 22:37:20.254800843, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.254800843 to 2024-05-02 22:37:20.255800862 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.258127703, lastModified=2024-05-02 22:37:20.256800881, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.258127703, lastModified=2024-05-02 22:37:20.256800881, delta=1326822 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.259749322, lastModified=2024-05-02 22:37:20.257800900, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.257800900 to 2024-05-02 22:37:20.258800919 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.261391096, lastModified=2024-05-02 22:37:20.259800939, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.259800939 to 2024-05-02 22:37:20.260800958 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.263014593, lastModified=2024-05-02 22:37:20.260800958, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.260800958 to 2024-05-02 22:37:20.261800977 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.264718903, lastModified=2024-05-02 22:37:20.262800996, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.262800996 to 2024-05-02 22:37:20.263801015 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.266421786, lastModified=2024-05-02 22:37:20.264801034, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.264801034 to 2024-05-02 22:37:20.265801053 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.268107919, lastModified=2024-05-02 22:37:20.266801072, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.268107919, lastModified=2024-05-02 22:37:20.266801072, delta=1306847 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.269790275, lastModified=2024-05-02 22:37:20.267801091, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.267801091 to 2024-05-02 22:37:20.268801110 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.271448422, lastModified=2024-05-02 22:37:20.269801129, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.269801129 to 2024-05-02 22:37:20.270801148 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.273085659, lastModified=2024-05-02 22:37:20.271801168, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.273085659, lastModified=2024-05-02 22:37:20.271801168, delta=1284491 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.274773112, lastModified=2024-05-02 22:37:20.272801187, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.272801187 to 2024-05-02 22:37:20.273801206 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.276422419, lastModified=2024-05-02 22:37:20.274801225, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.274801225 to 2024-05-02 22:37:20.275801244 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.278059990, lastModified=2024-05-02 22:37:20.275801244, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.275801244 to 2024-05-02 22:37:20.276801263 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.279742515, lastModified=2024-05-02 22:37:20.277801282, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.277801282 to 2024-05-02 22:37:20.278801301 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.281403407, lastModified=2024-05-02 22:37:20.279801320, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.279801320 to 2024-05-02 22:37:20.280801339 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.283034872, lastModified=2024-05-02 22:37:20.280801339, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.280801339 to 2024-05-02 22:37:20.281801358 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.284656045, lastModified=2024-05-02 22:37:20.282801377, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.282801377 to 2024-05-02 22:37:20.283801397 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.286281946, lastModified=2024-05-02 22:37:20.284801416, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.284801416 to 2024-05-02 22:37:20.285801435 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.287907595, lastModified=2024-05-02 22:37:20.285801435, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.285801435 to 2024-05-02 22:37:20.286801454 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.289583631, lastModified=2024-05-02 22:37:20.287801473, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.287801473 to 2024-05-02 22:37:20.288801492 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.291216882, lastModified=2024-05-02 22:37:20.289801511, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.291216882, lastModified=2024-05-02 22:37:20.289801511, delta=1415371 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.292899049, lastModified=2024-05-02 22:37:20.290801530, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.290801530 to 2024-05-02 22:37:20.291801549 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.294685177, lastModified=2024-05-02 22:37:20.292801569, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.292801569 to 2024-05-02 22:37:20.293801588 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.296461144, lastModified=2024-05-02 22:37:20.294801607, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.294801607 to 2024-05-02 22:37:20.295801626 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.298230995, lastModified=2024-05-02 22:37:20.296801645, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.298230995, lastModified=2024-05-02 22:37:20.296801645, delta=1429350 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.300030169, lastModified=2024-05-02 22:37:20.297801664, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.297801664 to 2024-05-02 22:37:20.298801683 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.301824058, lastModified=2024-05-02 22:37:20.299801702, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.299801702 to 2024-05-02 22:37:20.300801721 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.303484387, lastModified=2024-05-02 22:37:20.301801740, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.301801740 to 2024-05-02 22:37:20.302801759 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.305133756, lastModified=2024-05-02 22:37:20.303801778, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.305133756, lastModified=2024-05-02 22:37:20.303801778, delta=1331978 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.306831355, lastModified=2024-05-02 22:37:20.304801798, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.304801798 to 2024-05-02 22:37:20.305801817 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.308511437, lastModified=2024-05-02 22:37:20.306801836, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.306801836 to 2024-05-02 22:37:20.307801855 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.310192975, lastModified=2024-05-02 22:37:20.308801874, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.310192975, lastModified=2024-05-02 22:37:20.308801874, delta=1391101 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.311881171, lastModified=2024-05-02 22:37:20.309801893, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.309801893 to 2024-05-02 22:37:20.310801912 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.313558816, lastModified=2024-05-02 22:37:20.311801931, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.311801931 to 2024-05-02 22:37:20.312801950 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.315214342, lastModified=2024-05-02 22:37:20.313801969, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.315214342, lastModified=2024-05-02 22:37:20.313801969, delta=1412373 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.316860651, lastModified=2024-05-02 22:37:20.314801988, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.314801988 to 2024-05-02 22:37:20.315802008 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.318520068, lastModified=2024-05-02 22:37:20.316802027, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.316802027 to 2024-05-02 22:37:20.317802046 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.320172987, lastModified=2024-05-02 22:37:20.318802065, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.320172987, lastModified=2024-05-02 22:37:20.318802065, delta=1370922 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.321809163, lastModified=2024-05-02 22:37:20.319802084, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.319802084 to 2024-05-02 22:37:20.320802103 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.323489578, lastModified=2024-05-02 22:37:20.321802122, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.321802122 to 2024-05-02 22:37:20.322802141 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.325091723, lastModified=2024-05-02 22:37:20.323802160, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.325091723, lastModified=2024-05-02 22:37:20.323802160, delta=1289563 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.326752539, lastModified=2024-05-02 22:37:20.324802180, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.324802180 to 2024-05-02 22:37:20.325802199 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.328450698, lastModified=2024-05-02 22:37:20.326802218, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.326802218 to 2024-05-02 22:37:20.327802237 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.330090687, lastModified=2024-05-02 22:37:20.328802256, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.330090687, lastModified=2024-05-02 22:37:20.328802256, delta=1288431 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.331797560, lastModified=2024-05-02 22:37:20.329802275, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.329802275 to 2024-05-02 22:37:20.330802294 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.333414934, lastModified=2024-05-02 22:37:20.331802313, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.331802313 to 2024-05-02 22:37:20.332802332 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.335064605, lastModified=2024-05-02 22:37:20.332802332, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.332802332 to 2024-05-02 22:37:20.333802351 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.336734173, lastModified=2024-05-02 22:37:20.334802370, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.334802370 to 2024-05-02 22:37:20.335802389 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.338379054, lastModified=2024-05-02 22:37:20.336802409, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.336802409 to 2024-05-02 22:37:20.337802428 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.340044767, lastModified=2024-05-02 22:37:20.337802428, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.337802428 to 2024-05-02 22:37:20.338802447 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.341766430, lastModified=2024-05-02 22:37:20.339802466, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.339802466 to 2024-05-02 22:37:20.340802485 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.343391599, lastModified=2024-05-02 22:37:20.341802504, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.341802504 to 2024-05-02 22:37:20.342802523 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.345044665, lastModified=2024-05-02 22:37:20.342802523, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.342802523 to 2024-05-02 22:37:20.343802542 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.346728152, lastModified=2024-05-02 22:37:20.344802561, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.344802561 to 2024-05-02 22:37:20.345802580 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.348394511, lastModified=2024-05-02 22:37:20.346802599, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.346802599 to 2024-05-02 22:37:20.347802618 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.350115322, lastModified=2024-05-02 22:37:20.347802618, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.347802618 to 2024-05-02 22:37:20.348802638 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.351827207, lastModified=2024-05-02 22:37:20.349802657, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.349802657 to 2024-05-02 22:37:20.350802676 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.353474770, lastModified=2024-05-02 22:37:20.351802695, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.351802695 to 2024-05-02 22:37:20.352802714 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.355131029, lastModified=2024-05-02 22:37:20.353802733, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.355131029, lastModified=2024-05-02 22:37:20.353802733, delta=1328296 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.356926750, lastModified=2024-05-02 22:37:20.354802752, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.354802752 to 2024-05-02 22:37:20.355802771 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.358731573, lastModified=2024-05-02 22:37:20.356802790, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.356802790 to 2024-05-02 22:37:20.357802810 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.360383343, lastModified=2024-05-02 22:37:20.358802829, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.358802829 to 2024-05-02 22:37:20.359802848 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.362022213, lastModified=2024-05-02 22:37:20.359802848, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.359802848 to 2024-05-02 22:37:20.360802867 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.363678482, lastModified=2024-05-02 22:37:20.361802886, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.361802886 to 2024-05-02 22:37:20.362802905 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.365310649, lastModified=2024-05-02 22:37:20.363802924, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.363802924 to 2024-05-02 22:37:20.364802943 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.367027327, lastModified=2024-05-02 22:37:20.364802943, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.364802943 to 2024-05-02 22:37:20.365802962 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.368739946, lastModified=2024-05-02 22:37:20.366802981, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.366802981 to 2024-05-02 22:37:20.367803000 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.370464362, lastModified=2024-05-02 22:37:20.368803019, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.368803019 to 2024-05-02 22:37:20.369803039 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.372107898, lastModified=2024-05-02 22:37:20.370803058, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.372107898, lastModified=2024-05-02 22:37:20.370803058, delta=1304840 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.373807737, lastModified=2024-05-02 22:37:20.371803077, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.371803077 to 2024-05-02 22:37:20.372803096 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.375493877, lastModified=2024-05-02 22:37:20.373803115, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.373803115 to 2024-05-02 22:37:20.374803134 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.377146064, lastModified=2024-05-02 22:37:20.375803153, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.377146064, lastModified=2024-05-02 22:37:20.375803153, delta=1342911 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.378890949, lastModified=2024-05-02 22:37:20.376803172, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.376803172 to 2024-05-02 22:37:20.377803191 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.380615483, lastModified=2024-05-02 22:37:20.378803210, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.378803210 to 2024-05-02 22:37:20.379803229 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.382327432, lastModified=2024-05-02 22:37:20.380803249, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.380803249 to 2024-05-02 22:37:20.381803268 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.384066034, lastModified=2024-05-02 22:37:20.381803268, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.381803268 to 2024-05-02 22:37:20.382803287 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.385775144, lastModified=2024-05-02 22:37:20.383803306, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.383803306 to 2024-05-02 22:37:20.384803325 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.387502938, lastModified=2024-05-02 22:37:20.385803344, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.385803344 to 2024-05-02 22:37:20.386803363 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.389182649, lastModified=2024-05-02 22:37:20.387803382, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.389182649, lastModified=2024-05-02 22:37:20.387803382, delta=1379267 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.390897043, lastModified=2024-05-02 22:37:20.388803401, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.388803401 to 2024-05-02 22:37:20.389803421 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.392569196, lastModified=2024-05-02 22:37:20.390803440, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.390803440 to 2024-05-02 22:37:20.391803459 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.394258971, lastModified=2024-05-02 22:37:20.392803478, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.392803478 to 2024-05-02 22:37:20.393803497 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.395959016, lastModified=2024-05-02 22:37:20.393803497, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.393803497 to 2024-05-02 22:37:20.394803516 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.397672648, lastModified=2024-05-02 22:37:20.395803535, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.395803535 to 2024-05-02 22:37:20.396803554 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.399406039, lastModified=2024-05-02 22:37:20.397803573, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.397803573 to 2024-05-02 22:37:20.398803592 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.401082828, lastModified=2024-05-02 22:37:20.398803592, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.398803592 to 2024-05-02 22:37:20.399803611 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.402811676, lastModified=2024-05-02 22:37:20.400803630, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.400803630 to 2024-05-02 22:37:20.401803650 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.404499010, lastModified=2024-05-02 22:37:20.402803669, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.402803669 to 2024-05-02 22:37:20.403803688 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.406180996, lastModified=2024-05-02 22:37:20.404803707, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.406180996, lastModified=2024-05-02 22:37:20.404803707, delta=1377289 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.407898636, lastModified=2024-05-02 22:37:20.405803726, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.405803726 to 2024-05-02 22:37:20.406803745 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.409598971, lastModified=2024-05-02 22:37:20.407803764, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.407803764 to 2024-05-02 22:37:20.408803783 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.411279931, lastModified=2024-05-02 22:37:20.409803802, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.409803802 to 2024-05-02 22:37:20.410803821 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.412961807, lastModified=2024-05-02 22:37:20.410803821, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.410803821 to 2024-05-02 22:37:20.411803841 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.414676836, lastModified=2024-05-02 22:37:20.412803859, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.412803859 to 2024-05-02 22:37:20.413803879 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.416320207, lastModified=2024-05-02 22:37:20.414803898, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.414803898 to 2024-05-02 22:37:20.415803917 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.418010557, lastModified=2024-05-02 22:37:20.415803917, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.415803917 to 2024-05-02 22:37:20.416803936 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.419748330, lastModified=2024-05-02 22:37:20.417803955, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.417803955 to 2024-05-02 22:37:20.418803974 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.421496563, lastModified=2024-05-02 22:37:20.419803993, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.419803993 to 2024-05-02 22:37:20.420804012 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.423200773, lastModified=2024-05-02 22:37:20.421804031, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.423200773, lastModified=2024-05-02 22:37:20.421804031, delta=1396742 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.424872070, lastModified=2024-05-02 22:37:20.422804051, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.422804051 to 2024-05-02 22:37:20.423804070 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.426611206, lastModified=2024-05-02 22:37:20.424804089, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.424804089 to 2024-05-02 22:37:20.425804108 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.428253462, lastModified=2024-05-02 22:37:20.426804127, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.426804127 to 2024-05-02 22:37:20.427804146 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.429945504, lastModified=2024-05-02 22:37:20.427804146, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.427804146 to 2024-05-02 22:37:20.428804165 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.431702225, lastModified=2024-05-02 22:37:20.429804184, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.429804184 to 2024-05-02 22:37:20.430804203 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.433338652, lastModified=2024-05-02 22:37:20.431804222, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.431804222 to 2024-05-02 22:37:20.432804241 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.435045465, lastModified=2024-05-02 22:37:20.432804241, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.432804241 to 2024-05-02 22:37:20.433804260 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.436694637, lastModified=2024-05-02 22:37:20.434804280, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.434804280 to 2024-05-02 22:37:20.435804299 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.438391906, lastModified=2024-05-02 22:37:20.436804318, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.436804318 to 2024-05-02 22:37:20.437804337 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.440120703, lastModified=2024-05-02 22:37:20.437804337, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.437804337 to 2024-05-02 22:37:20.438804356 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.441811725, lastModified=2024-05-02 22:37:20.439804375, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.439804375 to 2024-05-02 22:37:20.440804394 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.443507393, lastModified=2024-05-02 22:37:20.441804413, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.441804413 to 2024-05-02 22:37:20.442804432 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.445176689, lastModified=2024-05-02 22:37:20.443804451, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.445176689, lastModified=2024-05-02 22:37:20.443804451, delta=1372238 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.446949513, lastModified=2024-05-02 22:37:20.444804470, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.444804470 to 2024-05-02 22:37:20.445804490 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.448644938, lastModified=2024-05-02 22:37:20.446804509, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.446804509 to 2024-05-02 22:37:20.447804528 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.450345273, lastModified=2024-05-02 22:37:20.448804547, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.448804547 to 2024-05-02 22:37:20.449804566 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.452023970, lastModified=2024-05-02 22:37:20.449804566, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.449804566 to 2024-05-02 22:37:20.450804585 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.453710039, lastModified=2024-05-02 22:37:20.451804604, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.451804604 to 2024-05-02 22:37:20.452804623 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.455409182, lastModified=2024-05-02 22:37:20.453804642, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.453804642 to 2024-05-02 22:37:20.454804662 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.457056527, lastModified=2024-05-02 22:37:20.454804662, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.454804662 to 2024-05-02 22:37:20.455804681 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.458787991, lastModified=2024-05-02 22:37:20.456804700, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.456804700 to 2024-05-02 22:37:20.457804719 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.460516475, lastModified=2024-05-02 22:37:20.458804738, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.458804738 to 2024-05-02 22:37:20.459804757 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.462207665, lastModified=2024-05-02 22:37:20.460804776, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.462207665, lastModified=2024-05-02 22:37:20.460804776, delta=1402889 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.463966095, lastModified=2024-05-02 22:37:20.461804795, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.461804795 to 2024-05-02 22:37:20.462804814 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.465697934, lastModified=2024-05-02 22:37:20.463804833, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.463804833 to 2024-05-02 22:37:20.464804852 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.467431926, lastModified=2024-05-02 22:37:20.465804871, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.465804871 to 2024-05-02 22:37:20.466804891 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.469090346, lastModified=2024-05-02 22:37:20.467804910, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.469090346, lastModified=2024-05-02 22:37:20.467804910, delta=1285436 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.470856337, lastModified=2024-05-02 22:37:20.468804929, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.468804929 to 2024-05-02 22:37:20.469804948 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.472514014, lastModified=2024-05-02 22:37:20.470804967, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.470804967 to 2024-05-02 22:37:20.471804986 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.474215654, lastModified=2024-05-02 22:37:20.472805005, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.474215654, lastModified=2024-05-02 22:37:20.472805005, delta=1410649 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.475917339, lastModified=2024-05-02 22:37:20.473805024, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.473805024 to 2024-05-02 22:37:20.474805043 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.477619146, lastModified=2024-05-02 22:37:20.475805062, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.475805062 to 2024-05-02 22:37:20.476805082 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.479319290, lastModified=2024-05-02 22:37:20.477805100, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.477805100 to 2024-05-02 22:37:20.478805120 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.481062722, lastModified=2024-05-02 22:37:20.478805120, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.478805120 to 2024-05-02 22:37:20.479805139 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.482788638, lastModified=2024-05-02 22:37:20.480805158, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.480805158 to 2024-05-02 22:37:20.481805177 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.484465210, lastModified=2024-05-02 22:37:20.482805196, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.482805196 to 2024-05-02 22:37:20.483805215 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.486171815, lastModified=2024-05-02 22:37:20.484805234, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.486171815, lastModified=2024-05-02 22:37:20.484805234, delta=1366581 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.488030561, lastModified=2024-05-02 22:37:20.485805253, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.485805253 to 2024-05-02 22:37:20.486805272 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.489834138, lastModified=2024-05-02 22:37:20.487805292, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.487805292 to 2024-05-02 22:37:20.488805311 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.491585550, lastModified=2024-05-02 22:37:20.489805330, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.489805330 to 2024-05-02 22:37:20.490805349 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.493310650, lastModified=2024-05-02 22:37:20.491805368, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.491805368 to 2024-05-02 22:37:20.492805387 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.495044374, lastModified=2024-05-02 22:37:20.492805387, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.492805387 to 2024-05-02 22:37:20.493805406 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.496793882, lastModified=2024-05-02 22:37:20.494805425, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.494805425 to 2024-05-02 22:37:20.495805444 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.498570761, lastModified=2024-05-02 22:37:20.496805463, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.496805463 to 2024-05-02 22:37:20.497805482 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.500330530, lastModified=2024-05-02 22:37:20.498805501, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.498805501 to 2024-05-02 22:37:20.499805521 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.502069793, lastModified=2024-05-02 22:37:20.499805521, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.499805521 to 2024-05-02 22:37:20.500805540 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.503824397, lastModified=2024-05-02 22:37:20.501805559, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.501805559 to 2024-05-02 22:37:20.502805578 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.505565829, lastModified=2024-05-02 22:37:20.503805597, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.503805597 to 2024-05-02 22:37:20.504805616 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.507290122, lastModified=2024-05-02 22:37:20.505805635, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.505805635 to 2024-05-02 22:37:20.506805654 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.509034456, lastModified=2024-05-02 22:37:20.506805654, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.506805654 to 2024-05-02 22:37:20.507805673 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.510795580, lastModified=2024-05-02 22:37:20.508805692, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.508805692 to 2024-05-02 22:37:20.509805711 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.512555080, lastModified=2024-05-02 22:37:20.510805731, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.510805731 to 2024-05-02 22:37:20.511805750 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.514319788, lastModified=2024-05-02 22:37:20.512805769, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.512805769 to 2024-05-02 22:37:20.513805788 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.516069800, lastModified=2024-05-02 22:37:20.513805788, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.513805788 to 2024-05-02 22:37:20.514805807 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.517826782, lastModified=2024-05-02 22:37:20.515805826, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.515805826 to 2024-05-02 22:37:20.516805845 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.519597403, lastModified=2024-05-02 22:37:20.517805864, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.517805864 to 2024-05-02 22:37:20.518805883 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.521346306, lastModified=2024-05-02 22:37:20.519805903, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.519805903 to 2024-05-02 22:37:20.520805922 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.523162925, lastModified=2024-05-02 22:37:20.520805922, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.520805922 to 2024-05-02 22:37:20.521805941 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.525057967, lastModified=2024-05-02 22:37:20.522805960, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.522805960 to 2024-05-02 22:37:20.523805979 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.526930589, lastModified=2024-05-02 22:37:20.524805998, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.524805998 to 2024-05-02 22:37:20.525806017 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.528696449, lastModified=2024-05-02 22:37:20.526806036, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.526806036 to 2024-05-02 22:37:20.527806055 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.530476135, lastModified=2024-05-02 22:37:20.528806074, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.528806074 to 2024-05-02 22:37:20.529806093 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.532299440, lastModified=2024-05-02 22:37:20.530806112, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.530806112 to 2024-05-02 22:37:20.531806132 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.534056110, lastModified=2024-05-02 22:37:20.531806132, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.531806132 to 2024-05-02 22:37:20.532806151 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.535816924, lastModified=2024-05-02 22:37:20.533806170, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.533806170 to 2024-05-02 22:37:20.534806189 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.537571614, lastModified=2024-05-02 22:37:20.535806208, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.535806208 to 2024-05-02 22:37:20.536806227 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.539333922, lastModified=2024-05-02 22:37:20.537806246, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.537806246 to 2024-05-02 22:37:20.538806265 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.541139463, lastModified=2024-05-02 22:37:20.538806265, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.538806265 to 2024-05-02 22:37:20.539806284 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.542917872, lastModified=2024-05-02 22:37:20.540806303, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.540806303 to 2024-05-02 22:37:20.541806323 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.544688699, lastModified=2024-05-02 22:37:20.542806342, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.542806342 to 2024-05-02 22:37:20.543806361 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.546446158, lastModified=2024-05-02 22:37:20.544806380, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.544806380 to 2024-05-02 22:37:20.545806399 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.548196560, lastModified=2024-05-02 22:37:20.546806418, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.548196560, lastModified=2024-05-02 22:37:20.546806418, delta=1390142 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.550012833, lastModified=2024-05-02 22:37:20.547806437, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.547806437 to 2024-05-02 22:37:20.548806456 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.551824877, lastModified=2024-05-02 22:37:20.549806475, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.549806475 to 2024-05-02 22:37:20.550806494 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.553588202, lastModified=2024-05-02 22:37:20.551806513, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.551806513 to 2024-05-02 22:37:20.552806533 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.555337974, lastModified=2024-05-02 22:37:20.553806552, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.553806552 to 2024-05-02 22:37:20.554806571 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.557103225, lastModified=2024-05-02 22:37:20.554806571, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.554806571 to 2024-05-02 22:37:20.555806590 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.558874255, lastModified=2024-05-02 22:37:20.556806609, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.556806609 to 2024-05-02 22:37:20.557806628 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.560643403, lastModified=2024-05-02 22:37:20.558806647, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.558806647 to 2024-05-02 22:37:20.559806666 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.562405773, lastModified=2024-05-02 22:37:20.560806685, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.560806685 to 2024-05-02 22:37:20.561806704 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.564165134, lastModified=2024-05-02 22:37:20.562806723, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.564165134, lastModified=2024-05-02 22:37:20.562806723, delta=1358411 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.565971173, lastModified=2024-05-02 22:37:20.563806742, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.563806742 to 2024-05-02 22:37:20.564806762 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.567690723, lastModified=2024-05-02 22:37:20.565806781, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.565806781 to 2024-05-02 22:37:20.566806800 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.569396623, lastModified=2024-05-02 22:37:20.567806819, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.567806819 to 2024-05-02 22:37:20.568806838 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.571196812, lastModified=2024-05-02 22:37:20.569806857, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.571196812, lastModified=2024-05-02 22:37:20.569806857, delta=1389955 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.572963257, lastModified=2024-05-02 22:37:20.570806876, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.570806876 to 2024-05-02 22:37:20.571806895 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.574754058, lastModified=2024-05-02 22:37:20.572806914, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.572806914 to 2024-05-02 22:37:20.573806934 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.576602971, lastModified=2024-05-02 22:37:20.574806952, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.574806952 to 2024-05-02 22:37:20.575806972 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.578496639, lastModified=2024-05-02 22:37:20.576806991, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.576806991 to 2024-05-02 22:37:20.577807010 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.586042878, lastModified=2024-05-02 22:37:20.583807124, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.583807124 to 2024-05-02 22:37:20.584807144 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.588246410, lastModified=2024-05-02 22:37:20.586807182, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.588246410, lastModified=2024-05-02 22:37:20.586807182, delta=1439228 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.590147666, lastModified=2024-05-02 22:37:20.587807201, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.587807201 to 2024-05-02 22:37:20.588807220 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.591927363, lastModified=2024-05-02 22:37:20.589807239, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.589807239 to 2024-05-02 22:37:20.590807258 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.593689224, lastModified=2024-05-02 22:37:20.591807277, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.591807277 to 2024-05-02 22:37:20.592807296 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.595424086, lastModified=2024-05-02 22:37:20.593807315, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.593807315 to 2024-05-02 22:37:20.594807334 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.597271774, lastModified=2024-05-02 22:37:20.595807353, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.595807353 to 2024-05-02 22:37:20.596807373 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.599007186, lastModified=2024-05-02 22:37:20.596807373, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.596807373 to 2024-05-02 22:37:20.597807392 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.600753610, lastModified=2024-05-02 22:37:20.598807411, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.598807411 to 2024-05-02 22:37:20.599807430 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.602657388, lastModified=2024-05-02 22:37:20.600807449, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.600807449 to 2024-05-02 22:37:20.601807468 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.604537990, lastModified=2024-05-02 22:37:20.602807487, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.602807487 to 2024-05-02 22:37:20.603807506 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.606416570, lastModified=2024-05-02 22:37:20.604807525, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.604807525 to 2024-05-02 22:37:20.605807544 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.608277672, lastModified=2024-05-02 22:37:20.606807564, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.606807564 to 2024-05-02 22:37:20.607807583 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.610169951, lastModified=2024-05-02 22:37:20.607807583, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.607807583 to 2024-05-02 22:37:20.608807602 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.612055598, lastModified=2024-05-02 22:37:20.609807621, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.609807621 to 2024-05-02 22:37:20.610807640 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.613936045, lastModified=2024-05-02 22:37:20.611807659, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.611807659 to 2024-05-02 22:37:20.612807678 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.615838100, lastModified=2024-05-02 22:37:20.613807697, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.613807697 to 2024-05-02 22:37:20.614807716 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.617735377, lastModified=2024-05-02 22:37:20.615807735, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.615807735 to 2024-05-02 22:37:20.616807754 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.619645514, lastModified=2024-05-02 22:37:20.617807774, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.617807774 to 2024-05-02 22:37:20.618807793 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.621534911, lastModified=2024-05-02 22:37:20.619807812, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.619807812 to 2024-05-02 22:37:20.620807831 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.623426414, lastModified=2024-05-02 22:37:20.621807850, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.621807850 to 2024-05-02 22:37:20.622807869 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.625334012, lastModified=2024-05-02 22:37:20.623807888, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.623807888 to 2024-05-02 22:37:20.624807907 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.627753455, lastModified=2024-05-02 22:37:20.625807926, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.625807926 to 2024-05-02 22:37:20.626807945 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.629556543, lastModified=2024-05-02 22:37:20.627807964, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.627807964 to 2024-05-02 22:37:20.628807983 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.631315220, lastModified=2024-05-02 22:37:20.629808003, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.629808003 to 2024-05-02 22:37:20.630808022 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.633082484, lastModified=2024-05-02 22:37:20.630808022, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.630808022 to 2024-05-02 22:37:20.631808041 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.634853222, lastModified=2024-05-02 22:37:20.632808060, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.632808060 to 2024-05-02 22:37:20.633808079 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.636704894, lastModified=2024-05-02 22:37:20.634808098, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.634808098 to 2024-05-02 22:37:20.635808117 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.638459543, lastModified=2024-05-02 22:37:20.636808136, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.636808136 to 2024-05-02 22:37:20.637808155 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.640210856, lastModified=2024-05-02 22:37:20.638808175, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.640210856, lastModified=2024-05-02 22:37:20.638808175, delta=1402681 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.642059610, lastModified=2024-05-02 22:37:20.639808193, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.639808193 to 2024-05-02 22:37:20.640808213 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.643892070, lastModified=2024-05-02 22:37:20.641808232, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.641808232 to 2024-05-02 22:37:20.642808251 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.645747914, lastModified=2024-05-02 22:37:20.643808270, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.643808270 to 2024-05-02 22:37:20.644808289 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.647602570, lastModified=2024-05-02 22:37:20.645808308, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.645808308 to 2024-05-02 22:37:20.646808327 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.649428668, lastModified=2024-05-02 22:37:20.647808346, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.647808346 to 2024-05-02 22:37:20.648808365 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.651250970, lastModified=2024-05-02 22:37:20.649808385, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.649808385 to 2024-05-02 22:37:20.650808404 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.653082614, lastModified=2024-05-02 22:37:20.650808404, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.650808404 to 2024-05-02 22:37:20.651808423 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.654925299, lastModified=2024-05-02 22:37:20.652808442, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.652808442 to 2024-05-02 22:37:20.653808461 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.656768946, lastModified=2024-05-02 22:37:20.654808480, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.654808480 to 2024-05-02 22:37:20.655808499 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.658601501, lastModified=2024-05-02 22:37:20.656808518, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.656808518 to 2024-05-02 22:37:20.657808537 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.660447529, lastModified=2024-05-02 22:37:20.658808556, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.658808556 to 2024-05-02 22:37:20.659808575 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.662296217, lastModified=2024-05-02 22:37:20.660808594, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.660808594 to 2024-05-02 22:37:20.661808614 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.664126155, lastModified=2024-05-02 22:37:20.661808614, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.661808614 to 2024-05-02 22:37:20.662808633 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.665972090, lastModified=2024-05-02 22:37:20.663808652, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.663808652 to 2024-05-02 22:37:20.664808671 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.667849562, lastModified=2024-05-02 22:37:20.665808690, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.665808690 to 2024-05-02 22:37:20.666808709 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.669690102, lastModified=2024-05-02 22:37:20.667808728, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.667808728 to 2024-05-02 22:37:20.668808747 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.671558020, lastModified=2024-05-02 22:37:20.669808766, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.669808766 to 2024-05-02 22:37:20.670808786 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.673415325, lastModified=2024-05-02 22:37:20.671808805, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.671808805 to 2024-05-02 22:37:20.672808824 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.675260623, lastModified=2024-05-02 22:37:20.673808843, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.673808843 to 2024-05-02 22:37:20.674808862 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.677092170, lastModified=2024-05-02 22:37:20.674808862, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.674808862 to 2024-05-02 22:37:20.675808881 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.678955883, lastModified=2024-05-02 22:37:20.676808900, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.676808900 to 2024-05-02 22:37:20.677808919 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.680847940, lastModified=2024-05-02 22:37:20.678808938, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.678808938 to 2024-05-02 22:37:20.679808957 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.682690625, lastModified=2024-05-02 22:37:20.680808976, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.680808976 to 2024-05-02 22:37:20.681808995 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.684529005, lastModified=2024-05-02 22:37:20.682809015, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.682809015 to 2024-05-02 22:37:20.683809034 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.686367412, lastModified=2024-05-02 22:37:20.684809053, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.684809053 to 2024-05-02 22:37:20.685809072 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.688200704, lastModified=2024-05-02 22:37:20.686809091, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.688200704, lastModified=2024-05-02 22:37:20.686809091, delta=1391613 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.690074688, lastModified=2024-05-02 22:37:20.687809110, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.687809110 to 2024-05-02 22:37:20.688809129 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.691924265, lastModified=2024-05-02 22:37:20.689809148, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.689809148 to 2024-05-02 22:37:20.690809167 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.693779585, lastModified=2024-05-02 22:37:20.691809186, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.691809186 to 2024-05-02 22:37:20.692809205 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.695638477, lastModified=2024-05-02 22:37:20.693809224, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.693809224 to 2024-05-02 22:37:20.694809244 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.697523026, lastModified=2024-05-02 22:37:20.695809263, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.695809263 to 2024-05-02 22:37:20.696809282 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.699667180, lastModified=2024-05-02 22:37:20.697809301, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.697809301 to 2024-05-02 22:37:20.698809320 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.701739469, lastModified=2024-05-02 22:37:20.699809339, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.699809339 to 2024-05-02 22:37:20.700809358 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.703646490, lastModified=2024-05-02 22:37:20.701809377, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.701809377 to 2024-05-02 22:37:20.702809396 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.705531656, lastModified=2024-05-02 22:37:20.703809416, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.703809416 to 2024-05-02 22:37:20.704809435 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.707400804, lastModified=2024-05-02 22:37:20.705809454, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.705809454 to 2024-05-02 22:37:20.706809473 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.709265971, lastModified=2024-05-02 22:37:20.707809492, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.707809492 to 2024-05-02 22:37:20.708809511 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.711117960, lastModified=2024-05-02 22:37:20.708809511, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.708809511 to 2024-05-02 22:37:20.709809530 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.712982168, lastModified=2024-05-02 22:37:20.710809549, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.710809549 to 2024-05-02 22:37:20.711809568 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.714861654, lastModified=2024-05-02 22:37:20.712809587, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.712809587 to 2024-05-02 22:37:20.713809606 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.716729118, lastModified=2024-05-02 22:37:20.714809626, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.714809626 to 2024-05-02 22:37:20.715809645 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.718594990, lastModified=2024-05-02 22:37:20.716809664, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.716809664 to 2024-05-02 22:37:20.717809683 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.720468975, lastModified=2024-05-02 22:37:20.718809702, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.718809702 to 2024-05-02 22:37:20.719809721 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.722327687, lastModified=2024-05-02 22:37:20.720809740, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.720809740 to 2024-05-02 22:37:20.721809759 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.724197000, lastModified=2024-05-02 22:37:20.722809778, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.724197000, lastModified=2024-05-02 22:37:20.722809778, delta=1387222 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.726087468, lastModified=2024-05-02 22:37:20.723809797, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.723809797 to 2024-05-02 22:37:20.724809816 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.727953562, lastModified=2024-05-02 22:37:20.725809835, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.725809835 to 2024-05-02 22:37:20.726809855 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.729818531, lastModified=2024-05-02 22:37:20.727809874, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.727809874 to 2024-05-02 22:37:20.728809893 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.731676335, lastModified=2024-05-02 22:37:20.729809912, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.729809912 to 2024-05-02 22:37:20.730809931 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.733534332, lastModified=2024-05-02 22:37:20.731809950, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.731809950 to 2024-05-02 22:37:20.732809969 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.735384430, lastModified=2024-05-02 22:37:20.733809988, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.733809988 to 2024-05-02 22:37:20.734810007 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.737228914, lastModified=2024-05-02 22:37:20.735810027, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.737228914, lastModified=2024-05-02 22:37:20.735810027, delta=1418887 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.739107091, lastModified=2024-05-02 22:37:20.736810046, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.736810046 to 2024-05-02 22:37:20.737810065 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.740938313, lastModified=2024-05-02 22:37:20.738810084, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.738810084 to 2024-05-02 22:37:20.739810103 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.742846381, lastModified=2024-05-02 22:37:20.740810122, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.740810122 to 2024-05-02 22:37:20.741810141 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.744658508, lastModified=2024-05-02 22:37:20.742810160, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.742810160 to 2024-05-02 22:37:20.743810179 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.746496163, lastModified=2024-05-02 22:37:20.744810198, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.744810198 to 2024-05-02 22:37:20.745810217 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.748316471, lastModified=2024-05-02 22:37:20.746810236, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.746810236 to 2024-05-02 22:37:20.747810256 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.750124547, lastModified=2024-05-02 22:37:20.747810256, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.747810256 to 2024-05-02 22:37:20.748810275 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.751932393, lastModified=2024-05-02 22:37:20.749810294, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.749810294 to 2024-05-02 22:37:20.750810313 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.753739820, lastModified=2024-05-02 22:37:20.751810332, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.751810332 to 2024-05-02 22:37:20.752810351 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.755618844, lastModified=2024-05-02 22:37:20.753810370, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.753810370 to 2024-05-02 22:37:20.754810389 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.757503609, lastModified=2024-05-02 22:37:20.755810408, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.755810408 to 2024-05-02 22:37:20.756810427 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.759305962, lastModified=2024-05-02 22:37:20.757810446, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.757810446 to 2024-05-02 22:37:20.758810465 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.761122304, lastModified=2024-05-02 22:37:20.758810465, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.758810465 to 2024-05-02 22:37:20.759810485 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.762988413, lastModified=2024-05-02 22:37:20.760810504, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.760810504 to 2024-05-02 22:37:20.761810523 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.765226387, lastModified=2024-05-02 22:37:20.762810542, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.762810542 to 2024-05-02 22:37:20.764810580 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.767315643, lastModified=2024-05-02 22:37:20.765810599, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.765810599 to 2024-05-02 22:37:20.766810618 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.772282740, lastModified=2024-05-02 22:37:20.770810695, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.770810695 to 2024-05-02 22:37:20.771810714 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.774220329, lastModified=2024-05-02 22:37:20.772810733, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.774220329, lastModified=2024-05-02 22:37:20.772810733, delta=1409596 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.776114355, lastModified=2024-05-02 22:37:20.773810752, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.773810752 to 2024-05-02 22:37:20.774810771 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.778018676, lastModified=2024-05-02 22:37:20.775810790, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.775810790 to 2024-05-02 22:37:20.776810809 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.779949329, lastModified=2024-05-02 22:37:20.777810828, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.777810828 to 2024-05-02 22:37:20.778810847 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.781898981, lastModified=2024-05-02 22:37:20.779810867, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.779810867 to 2024-05-02 22:37:20.780810886 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.783803510, lastModified=2024-05-02 22:37:20.781810905, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.781810905 to 2024-05-02 22:37:20.782810924 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.785692553, lastModified=2024-05-02 22:37:20.783810943, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.783810943 to 2024-05-02 22:37:20.784810962 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.787577718, lastModified=2024-05-02 22:37:20.785810981, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.785810981 to 2024-05-02 22:37:20.786811000 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.789473780, lastModified=2024-05-02 22:37:20.787811019, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.787811019 to 2024-05-02 22:37:20.788811038 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.791387781, lastModified=2024-05-02 22:37:20.789811057, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.789811057 to 2024-05-02 22:37:20.790811076 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.793268798, lastModified=2024-05-02 22:37:20.791811096, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.791811096 to 2024-05-02 22:37:20.792811115 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.795187158, lastModified=2024-05-02 22:37:20.792811115, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.792811115 to 2024-05-02 22:37:20.793811134 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.797579832, lastModified=2024-05-02 22:37:20.795811172, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.795811172 to 2024-05-02 22:37:20.796811191 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.800117476, lastModified=2024-05-02 22:37:20.797811210, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.797811210 to 2024-05-02 22:37:20.798811229 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.802256277, lastModified=2024-05-02 22:37:20.799811248, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.799811248 to 2024-05-02 22:37:20.801811287 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.804352708, lastModified=2024-05-02 22:37:20.802811306, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.802811306 to 2024-05-02 22:37:20.803811325 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.806453314, lastModified=2024-05-02 22:37:20.804811344, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.804811344 to 2024-05-02 22:37:20.805811363 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.808460095, lastModified=2024-05-02 22:37:20.806811382, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.806811382 to 2024-05-02 22:37:20.807811401 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.810374936, lastModified=2024-05-02 22:37:20.808811420, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.808811420 to 2024-05-02 22:37:20.809811439 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.812286909, lastModified=2024-05-02 22:37:20.810811458, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.810811458 to 2024-05-02 22:37:20.811811477 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.814198115, lastModified=2024-05-02 22:37:20.811811477, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.811811477 to 2024-05-02 22:37:20.812811497 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.816100880, lastModified=2024-05-02 22:37:20.813811516, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.813811516 to 2024-05-02 22:37:20.814811535 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.818060435, lastModified=2024-05-02 22:37:20.815811554, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.815811554 to 2024-05-02 22:37:20.816811573 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.819980373, lastModified=2024-05-02 22:37:20.817811592, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.817811592 to 2024-05-02 22:37:20.818811611 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.821904425, lastModified=2024-05-02 22:37:20.819811630, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.819811630 to 2024-05-02 22:37:20.820811649 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.823760829, lastModified=2024-05-02 22:37:20.821811668, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.821811668 to 2024-05-02 22:37:20.822811687 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.825737095, lastModified=2024-05-02 22:37:20.823811706, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.823811706 to 2024-05-02 22:37:20.824811726 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.827647742, lastModified=2024-05-02 22:37:20.825811745, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.825811745 to 2024-05-02 22:37:20.826811764 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.829556715, lastModified=2024-05-02 22:37:20.827811783, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.827811783 to 2024-05-02 22:37:20.828811802 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.831433585, lastModified=2024-05-02 22:37:20.829811821, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.829811821 to 2024-05-02 22:37:20.830811840 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.833255548, lastModified=2024-05-02 22:37:20.831811859, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.831811859 to 2024-05-02 22:37:20.832811879 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.835103294, lastModified=2024-05-02 22:37:20.832811879, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.832811879 to 2024-05-02 22:37:20.833811898 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.837023801, lastModified=2024-05-02 22:37:20.834811917, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.834811917 to 2024-05-02 22:37:20.835811936 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.838971514, lastModified=2024-05-02 22:37:20.836811955, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.836811955 to 2024-05-02 22:37:20.837811974 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.840951122, lastModified=2024-05-02 22:37:20.838811993, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.838811993 to 2024-05-02 22:37:20.839812012 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.842839767, lastModified=2024-05-02 22:37:20.840812031, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.840812031 to 2024-05-02 22:37:20.841812050 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.844693042, lastModified=2024-05-02 22:37:20.842812069, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.842812069 to 2024-05-02 22:37:20.843812088 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.846536027, lastModified=2024-05-02 22:37:20.844812108, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.844812108 to 2024-05-02 22:37:20.845812127 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.848381323, lastModified=2024-05-02 22:37:20.846812146, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.846812146 to 2024-05-02 22:37:20.847812165 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.850215853, lastModified=2024-05-02 22:37:20.848812184, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, isRacyClean=false, read=2024-05-02 22:37:20.850215853, lastModified=2024-05-02 22:37:20.848812184, delta=1403669 ns, racy<=99712 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.852163618, lastModified=2024-05-02 22:37:20.849812203, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.849812203 to 2024-05-02 22:37:20.850812222 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.854027350, lastModified=2024-05-02 22:37:20.851812241, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.851812241 to 2024-05-02 22:37:20.852812260 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.855920305, lastModified=2024-05-02 22:37:20.853812279, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.853812279 to 2024-05-02 22:37:20.854812298 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.857850983, lastModified=2024-05-02 22:37:20.855812317, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.855812317 to 2024-05-02 22:37:20.856812337 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.859697919, lastModified=2024-05-02 22:37:20.857812356, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.857812356 to 2024-05-02 22:37:20.858812375 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.861619934, lastModified=2024-05-02 22:37:20.859812394, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.859812394 to 2024-05-02 22:37:20.860812413 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.863640209, lastModified=2024-05-02 22:37:20.861812432, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.861812432 to 2024-05-02 22:37:20.862812451 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.865524513, lastModified=2024-05-02 22:37:20.863812470, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.863812470 to 2024-05-02 22:37:20.864812489 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.867426784, lastModified=2024-05-02 22:37:20.865812509, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.865812509 to 2024-05-02 22:37:20.866812528 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.869301945, lastModified=2024-05-02 22:37:20.867812547, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.867812547 to 2024-05-02 22:37:20.868812566 [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, create new FileSnapshot: lastRead=2024-05-02 22:37:20.871157608, lastModified=2024-05-02 22:37:20.868812566, size=1, fileKey=(dev=804,ino=554269149) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/.probe-92edd14f-1873-455b-882f-834d9a602586, lastModified changed from 2024-05-02 22:37:20.868812566 to 2024-05-02 22:37:20.869812585 [DEBUG] delta [ns] since modification FileSnapshot failed to detect count, failures, racy limit [ns], delta min [ns], delta max [ns], delta avg [ns], delta stddev [ns] 2506, 1101, 99712, 668225.0, 1469598.0, 1175883.402361489, 184481.69875419492 [DEBUG] FileStoreAttributes[fsTimestampResolution=39 µs, minimalRacyInterval=1,469 µs] [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:37:17.865336302, lastModified=2024-05-02 22:36:25.084747530, delta=52780588772 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] register org.eclipse.jgit.internal.storage.file.LockFile$$Lambda$779/0x0000000801569ef0@19e710ff with shutdown hook [DEBUG] unregister org.eclipse.jgit.internal.storage.file.LockFile$$Lambda$779/0x0000000801569ef0@19e710ff from shutdown hook [DEBUG] file=/home/jenkins/.config/jgit/config.lock, create new FileSnapshot: lastRead=2024-05-02 22:37:20.877824417, lastModified=2024-05-02 22:37:20.876812718, size=130, fileKey=(dev=804,ino=1621520066) [DEBUG] unregister org.eclipse.jgit.internal.storage.file.LockFile$$Lambda$779/0x0000000801569ef0@19e710ff from shutdown hook [DEBUG] file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2024-05-02 22:37:20.877824417, lastModified=2024-05-02 22:37:20.876812718, delta=1011699 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/.config/jgit/config.lock, is racily clean [DEBUG] loading config FileBasedConfig[/home/jenkins/.config/jgit/config] [DEBUG] file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2024-05-02 22:37:20.880185760, lastModified=2024-05-02 22:37:20.876812718, size=130, fileKey=(dev=804,ino=1621520066) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2024-05-02 22:37:20.880185760, lastModified=2024-05-02 22:37:20.876812718, delta=3373042 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:17.824216806, lastModified=2024-05-02 22:36:24.438735197, delta=53385481609 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2024-05-02 22:37:20.880185760, lastModified=2024-05-02 22:37:20.876812718, delta=3373042 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/.config/jgit/config.lock, is racily clean [DEBUG] loading config FileBasedConfig[/home/jenkins/.config/jgit/config] [DEBUG] file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2024-05-02 22:37:20.882538584, lastModified=2024-05-02 22:37:20.876812718, size=130, fileKey=(dev=804,ino=1621520066) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2024-05-02 22:37:20.882538584, lastModified=2024-05-02 22:37:20.876812718, delta=5725866 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:17.824216806, lastModified=2024-05-02 22:36:24.438735197, delta=53385481609 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:37:20.892602754, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2024-05-02 22:37:20.882538584, lastModified=2024-05-02 22:37:20.876812718, delta=5725866 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/.config/jgit/config.lock, is racily clean [DEBUG] loading config FileBasedConfig[/home/jenkins/.config/jgit/config] [DEBUG] file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2024-05-02 22:37:20.899889170, lastModified=2024-05-02 22:37:20.876812718, size=130, fileKey=(dev=804,ino=1621520066) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2024-05-02 22:37:20.899889170, lastModified=2024-05-02 22:37:20.876812718, delta=23076452 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2024-05-02 22:37:20.899889170, lastModified=2024-05-02 22:37:20.876812718, delta=23076452 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/.config/jgit/config.lock, is racily clean [DEBUG] loading config FileBasedConfig[/home/jenkins/.config/jgit/config] [DEBUG] file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2024-05-02 22:37:20.900149823, lastModified=2024-05-02 22:37:20.876812718, size=130, fileKey=(dev=804,ino=1621520066) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2024-05-02 22:37:20.900149823, lastModified=2024-05-02 22:37:20.876812718, delta=23337105 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:37:20.900687161, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 35 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:20.949744829, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:20.976394701, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2024-05-02 22:37:20.900149823, lastModified=2024-05-02 22:37:20.876812718, delta=23337105 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/.config/jgit/config.lock, is racily clean [DEBUG] loading config FileBasedConfig[/home/jenkins/.config/jgit/config] [DEBUG] file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2024-05-02 22:37:20.976852301, lastModified=2024-05-02 22:37:20.876812718, size=130, fileKey=(dev=804,ino=1621520066) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2024-05-02 22:37:20.976852301, lastModified=2024-05-02 22:37:20.876812718, delta=100039583 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:17.824216806, lastModified=2024-05-02 22:36:24.438735197, delta=53385481609 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2024-05-02 22:37:20.976852301, lastModified=2024-05-02 22:37:20.876812718, delta=100039583 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/.config/jgit/config.lock, is racily clean [DEBUG] loading config FileBasedConfig[/home/jenkins/.config/jgit/config] [DEBUG] file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2024-05-02 22:37:20.982594838, lastModified=2024-05-02 22:37:20.876812718, size=130, fileKey=(dev=804,ino=1621520066) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2024-05-02 22:37:20.982594838, lastModified=2024-05-02 22:37:20.876812718, delta=105782120 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:17.824216806, lastModified=2024-05-02 22:36:24.438735197, delta=53385481609 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.10.0.v20230422-0242 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] -- end configuration -- [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.identity) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.identity [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.1000.v20240213-1057 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057-p2artifacts.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.identity --- [DEBUG] Resolving artifact org.apache.maven.shared:maven-filtering:pom:3.3.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-filtering:pom:3.3.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 2.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/3.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:39 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:39 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 3.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/39/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.5.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.5.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 2.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom.lastUpdated' [DEBUG] Resolving artifact commons-io:commons-io:pom:2.11.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact commons-io:commons-io:pom:2.11.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 9.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.11.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom.lastUpdated' [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.7.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.7.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 5.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.7.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=32452, ConflictMarker.markTime=22574, ConflictMarker.nodeCount=13, ConflictIdSorter.graphTime=34781, ConflictIdSorter.topsortTime=11909, ConflictIdSorter.conflictIdCount=9, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=203762, ConflictResolver.conflictItemCount=13, DfDependencyCollector.collectTime=83215338, DfDependencyCollector.transformTime=323185} [DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:3.3.1 [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.26:runtime [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile [DEBUG] org.apache.maven.shared:maven-filtering:jar:3.3.1:compile [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.slf4j:slf4j-api:jar:1.7.36:compile [DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile [DEBUG] commons-io:commons-io:jar:2.11.0:compile [DEBUG] org.apache.commons:commons-lang3:jar:3.12.0:compile [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.26 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-filtering:jar:3.3.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.11.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.26 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-filtering:jar:3.3.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.11.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 28 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 27 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 65 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/3.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.11.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1 [DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:3.3.1 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.26 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:3.3.1 [DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7 [DEBUG] Included: commons-io:commons-io:jar:2.11.0 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.12.0 [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230422-0242 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:37:21Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.10.0.v20230422-0242 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.identity [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes [DEBUG] unqualifiedVersion: 3.10.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.identity-3.10.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src_r7stubs] [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml) [DEBUG] Fetching credentials for https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704&countryCode=us&timeZone=0&format=xml) [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.metatype.annotations,1.4.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733-p2artifacts.xml [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/maven-metadata.xml (455 B at 152 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/resolver-status.properties' [DEBUG] Resolving artifact org.osgi:org.osgi.annotation.bundle:jar:1.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.annotation.bundle:jar:1.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar (30 kB at 6.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar.lastUpdated' [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm_1.6.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.cm,1.6.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733-p2artifacts.xml [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.annotation.versioning,1.1.2.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733-p2artifacts.xml [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event_1.4.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.event,1.4.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733-p2artifacts.xml [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml: {} [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services_3.12.100.v20240327-0645.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.osgi.services,3.12.100.v20240327-0645 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645-p2artifacts.xml [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/debug/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/debug/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src_r7stubs [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/debug/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src_r7stubs/org/osgi/service/log/Logger.java, -g, -nowarn, -target, 17, -source, 17, --release, 17, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/debug/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/debug/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/debug/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/BaseID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/GUID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/ID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/IDCreateException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/IDFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/IIDFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/IIdentifiable.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/IResourceID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/LongID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/Namespace.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/NamespacePermission.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/StringID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/URIID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/UuID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/AbstractFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/AdapterManagerTracker.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/Base64.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/BundleStarter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/ECFException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/ECFRuntimeException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/ExtensionRegistryRunnable.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/IDFactoryTracker.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/LogHelper.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/PlatformHelper.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/StringUtils.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/SystemLogService.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/Trace.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/internal/core/identity/Activator.java, -g, -nowarn, -target, 17, -source, 17, --release, 17, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230422-0242 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:37:24Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.10.0.v20230422-0242 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.identity [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes [DEBUG] unqualifiedVersion: 3.10.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.identity-3.10.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@56eac412 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.identity-3.10.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (f) qualifier = v20230422-0242 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.10.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/core/ [DEBUG] adding directory org/eclipse/ecf/core/identity/ [DEBUG] adding directory org/eclipse/ecf/core/util/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/core/ [DEBUG] adding directory org/eclipse/ecf/internal/core/identity/ [DEBUG] adding entry org/eclipse/ecf/core/identity/BaseID.java [DEBUG] adding entry org/eclipse/ecf/core/identity/GUID.java [DEBUG] adding entry org/eclipse/ecf/core/identity/ID.java [DEBUG] adding entry org/eclipse/ecf/core/identity/IDCreateException.java [DEBUG] adding entry org/eclipse/ecf/core/identity/IDFactory.java [DEBUG] adding entry org/eclipse/ecf/core/identity/IIDFactory.java [DEBUG] adding entry org/eclipse/ecf/core/identity/IIdentifiable.java [DEBUG] adding entry org/eclipse/ecf/core/identity/IResourceID.java [DEBUG] adding entry org/eclipse/ecf/core/identity/LongID.java [DEBUG] adding entry org/eclipse/ecf/core/identity/Namespace.java [DEBUG] adding entry org/eclipse/ecf/core/identity/NamespacePermission.java [DEBUG] adding entry org/eclipse/ecf/core/identity/StringID.java [DEBUG] adding entry org/eclipse/ecf/core/identity/URIID.java [DEBUG] adding entry org/eclipse/ecf/core/identity/UuID.java [DEBUG] adding entry org/eclipse/ecf/core/util/AbstractFactory.java [DEBUG] adding entry org/eclipse/ecf/core/util/AdapterManagerTracker.java [DEBUG] adding entry org/eclipse/ecf/core/util/Base64.java [DEBUG] adding entry org/eclipse/ecf/core/util/BundleStarter.java [DEBUG] adding entry org/eclipse/ecf/core/util/ECFException.java [DEBUG] adding entry org/eclipse/ecf/core/util/ECFRuntimeException.java [DEBUG] adding entry org/eclipse/ecf/core/util/ExtensionRegistryRunnable.java [DEBUG] adding entry org/eclipse/ecf/core/util/IDFactoryTracker.java [DEBUG] adding entry org/eclipse/ecf/core/util/LogHelper.java [DEBUG] adding entry org/eclipse/ecf/core/util/PlatformHelper.java [DEBUG] adding entry org/eclipse/ecf/core/util/StringUtils.java [DEBUG] adding entry org/eclipse/ecf/core/util/SystemLogService.java [DEBUG] adding entry org/eclipse/ecf/core/util/Trace.java [DEBUG] adding entry org/eclipse/ecf/internal/core/identity/Activator.java [DEBUG] adding directory org/osgi/ [DEBUG] adding directory org/osgi/service/ [DEBUG] adding directory org/osgi/service/log/ [DEBUG] adding entry org/osgi/service/log/Logger.java [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry schema/namespace.exsd [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@16788619 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.identity-3.10.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (f) qualifier = v20230422-0242 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@178fffee [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/osgi/ [DEBUG] adding directory org/osgi/service/ [DEBUG] adding directory org/osgi/service/log/ [DEBUG] adding entry org/osgi/service/log/Logger.class [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:24.596702383, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2024-05-02 22:37:20.982594838, lastModified=2024-05-02 22:37:20.876812718, delta=105782120 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/.config/jgit/config.lock, is racily clean [DEBUG] loading config FileBasedConfig[/home/jenkins/.config/jgit/config] [DEBUG] file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2024-05-02 22:37:24.597176268, lastModified=2024-05-02 22:37:20.876812718, size=130, fileKey=(dev=804,ino=1621520066) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, isRacyClean=false, read=2024-05-02 22:37:24.597176268, lastModified=2024-05-02 22:37:20.876812718, delta=3720363550 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:24.597424856, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:24.597424856, lastModified=2024-05-02 22:36:24.438735197, delta=60158689659 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:24.597424856, lastModified=2024-05-02 22:36:24.438735197, delta=60158689659 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:24.597424856, lastModified=2024-05-02 22:36:24.438735197, delta=60158689659 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:24.598038388, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:37:24.598560876, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:37:24.598560876, lastModified=2024-05-02 22:36:25.084747530, delta=59513813346 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/BaseID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/BaseID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/GUID$GUIDNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/GUID$GUIDNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/GUID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/GUID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/ID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/ID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/IDCreateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/IDCreateException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/IDFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/IDFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/IIDFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/IIDFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/IIdentifiable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/IIdentifiable.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/IResourceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/IResourceID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/LongID$LongNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/LongID$LongNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/LongID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/LongID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/Namespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/Namespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/NamespacePermission.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/NamespacePermission.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/StringID$StringIDNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/StringID$StringIDNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/StringID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/StringID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/URIID$URIIDNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/URIID$URIIDNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/URIID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/URIID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/UuID$UuIDNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/UuID$UuIDNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/identity/UuID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/UuID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/AbstractFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/AbstractFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/AdapterManagerTracker.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/AdapterManagerTracker.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/Base64.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/Base64.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/BundleStarter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/BundleStarter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/ECFException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/ECFException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/ECFRuntimeException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/ECFRuntimeException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/ExtensionRegistryRunnable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/ExtensionRegistryRunnable.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/IDFactoryTracker.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/IDFactoryTracker.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/LogHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/LogHelper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/PlatformHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/PlatformHelper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/StringUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/StringUtils.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/SystemLogService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/SystemLogService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/Trace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/Trace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/identity/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/internal/core/identity/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/identity/Activator$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/internal/core/identity/Activator$2$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/identity/Activator$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/internal/core/identity/Activator$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/identity/Activator$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/internal/core/identity/Activator$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/identity/Activator$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/internal/core/identity/Activator$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/identity/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/internal/core/identity/Activator.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@91beac6 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/BaseID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/BaseID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/GUID$GUIDNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/GUID$GUIDNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/GUID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/GUID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/ID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/ID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/IDCreateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/IDCreateException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/IDFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/IDFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/IIDFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/IIDFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/IIdentifiable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/IIdentifiable.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/IResourceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/IResourceID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/LongID$LongNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/LongID$LongNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/LongID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/LongID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/Namespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/Namespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/NamespacePermission.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/NamespacePermission.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/StringID$StringIDNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/StringID$StringIDNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/StringID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/StringID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/URIID$URIIDNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/URIID$URIIDNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/URIID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/URIID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/UuID$UuIDNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/UuID$UuIDNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/identity/UuID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/identity/UuID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/AbstractFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/AbstractFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/AdapterManagerTracker.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/AdapterManagerTracker.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/Base64.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/Base64.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/BundleStarter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/BundleStarter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/ECFException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/ECFException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/ECFRuntimeException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/ECFRuntimeException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/ExtensionRegistryRunnable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/ExtensionRegistryRunnable.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/IDFactoryTracker.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/IDFactoryTracker.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/LogHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/LogHelper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/PlatformHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/PlatformHelper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/StringUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/StringUtils.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/SystemLogService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/SystemLogService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/Trace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/core/util/Trace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/identity/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/internal/core/identity/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/identity/Activator$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/internal/core/identity/Activator$2$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/identity/Activator$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/internal/core/identity/Activator$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/identity/Activator$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/internal/core/identity/Activator$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/identity/Activator$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/internal/core/identity/Activator$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/identity/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes/org/eclipse/ecf/internal/core/identity/Activator.class [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [DEBUG] parseClassFile(): path=java/lang/Comparable.class resource=:jrt:/java.base/java/lang/Comparable.class: [DEBUG] parseClassFile(): path=java/security/Principal.class resource=:jrt:/java.base/java/security/Principal.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.10.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/core/ [DEBUG] adding directory org/eclipse/ecf/core/identity/ [DEBUG] adding directory org/eclipse/ecf/core/util/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/core/ [DEBUG] adding directory org/eclipse/ecf/internal/core/identity/ [DEBUG] adding entry org/eclipse/ecf/core/identity/BaseID.class [DEBUG] adding entry org/eclipse/ecf/core/identity/GUID$GUIDNamespace.class [DEBUG] adding entry org/eclipse/ecf/core/identity/GUID.class [DEBUG] adding entry org/eclipse/ecf/core/identity/ID.class [DEBUG] adding entry org/eclipse/ecf/core/identity/IDCreateException.class [DEBUG] adding entry org/eclipse/ecf/core/identity/IDFactory.class [DEBUG] adding entry org/eclipse/ecf/core/identity/IIDFactory.class [DEBUG] adding entry org/eclipse/ecf/core/identity/IIdentifiable.class [DEBUG] adding entry org/eclipse/ecf/core/identity/IResourceID.class [DEBUG] adding entry org/eclipse/ecf/core/identity/LongID.class [DEBUG] adding entry org/eclipse/ecf/core/identity/LongID$LongNamespace.class [DEBUG] adding entry org/eclipse/ecf/core/identity/Namespace.class [DEBUG] adding entry org/eclipse/ecf/core/identity/NamespacePermission.class [DEBUG] adding entry org/eclipse/ecf/core/identity/StringID.class [DEBUG] adding entry org/eclipse/ecf/core/identity/StringID$StringIDNamespace.class [DEBUG] adding entry org/eclipse/ecf/core/identity/URIID.class [DEBUG] adding entry org/eclipse/ecf/core/identity/URIID$URIIDNamespace.class [DEBUG] adding entry org/eclipse/ecf/core/identity/UuID.class [DEBUG] adding entry org/eclipse/ecf/core/identity/UuID$UuIDNamespace.class [DEBUG] adding entry org/eclipse/ecf/core/util/AbstractFactory.class [DEBUG] adding entry org/eclipse/ecf/core/util/AdapterManagerTracker.class [DEBUG] adding entry org/eclipse/ecf/core/util/Base64.class [DEBUG] adding entry org/eclipse/ecf/core/util/BundleStarter.class [DEBUG] adding entry org/eclipse/ecf/core/util/ECFException.class [DEBUG] adding entry org/eclipse/ecf/core/util/ECFRuntimeException.class [DEBUG] adding entry org/eclipse/ecf/core/util/ExtensionRegistryRunnable.class [DEBUG] adding entry org/eclipse/ecf/core/util/IDFactoryTracker.class [DEBUG] adding entry org/eclipse/ecf/core/util/LogHelper.class [DEBUG] adding entry org/eclipse/ecf/core/util/PlatformHelper.class [DEBUG] adding entry org/eclipse/ecf/core/util/StringUtils.class [DEBUG] adding entry org/eclipse/ecf/core/util/SystemLogService.class [DEBUG] adding entry org/eclipse/ecf/core/util/Trace.class [DEBUG] adding entry org/eclipse/ecf/internal/core/identity/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/core/identity/Activator$4.class [DEBUG] adding entry org/eclipse/ecf/internal/core/identity/Activator$2.class [DEBUG] adding entry org/eclipse/ecf/internal/core/identity/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/core/identity/Activator$3.class [DEBUG] adding entry org/eclipse/ecf/internal/core/identity/Activator$2$1.class [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [DEBUG] adding entry schema/namespace.exsd [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.identity-3.10.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.10.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.10.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.10.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.10.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.10.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.10.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@47bb943] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class interface org.eclipse.equinox.p2.core.IProvisioningAgent and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.core for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/p2.index [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/p2.index) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/p2.index) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/p2.index) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/p2.index) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/p2.index) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/p2.index) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] Adding repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/compositeContent.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeContent.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeContent.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeContent.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeContent.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeContent.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeContent.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/compositeContent.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeContent.xml) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeContent.xml) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeContent.xml) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeContent.xml) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeContent.xml) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeContent.xml) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/p2.index [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/p2.index) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/p2.index) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/p2.index) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/p2.index) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/p2.index) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/p2.index) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/content.xml.xz [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/content.xml.xz) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/content.xml.xz) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/content.xml.xz) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/content.xml.xz) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/content.xml.xz) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/content.xml.xz) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] Adding repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/compositeArtifacts.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeArtifacts.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeArtifacts.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeArtifacts.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeArtifacts.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeArtifacts.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeArtifacts.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/compositeArtifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeArtifacts.xml) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeArtifacts.xml) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeArtifacts.xml) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeArtifacts.xml) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeArtifacts.xml) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/compositeArtifacts.xml) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/artifacts.xml.xz [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/artifacts.xml.xz) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/artifacts.xml.xz) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/artifacts.xml.xz) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/artifacts.xml.xz) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/artifacts.xml.xz) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/artifacts.xml.xz) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2) [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different org/eclipse/ecf/core/identity/BaseID.class: different org/eclipse/ecf/core/identity/GUID$GUIDNamespace.class: different org/eclipse/ecf/core/identity/GUID.class: different org/eclipse/ecf/core/identity/IDFactory.class: different org/eclipse/ecf/core/identity/LongID$LongNamespace.class: different org/eclipse/ecf/core/identity/Namespace.class: different org/eclipse/ecf/core/identity/StringID$StringIDNamespace.class: different org/eclipse/ecf/core/identity/URIID$URIIDNamespace.class: different org/eclipse/ecf/core/identity/URIID.class: different org/eclipse/ecf/core/identity/UuID$UuIDNamespace.class: different org/eclipse/ecf/core/identity/UuID.class: different org/eclipse/ecf/core/util/Base64.class: different org/eclipse/ecf/core/util/LogHelper.class: different org/eclipse/ecf/core/util/StringUtils.class: different org/eclipse/ecf/core/util/Trace.class: different org/eclipse/ecf/internal/core/identity/Activator.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.identity --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.identity/3.10.0.v20230422-0242 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.identity,3.10.0.v20230422-0242 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.identity/3.10.0.v20230422-0242/org.eclipse.ecf.identity-3.10.0.v20230422-0242-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.identity.source/3.10.0.v20230422-0242 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.identity.source,3.10.0.v20230422-0242 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.identity.source/3.10.0.v20230422-0242/org.eclipse.ecf.identity.source-3.10.0.v20230422-0242-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------------------< org.eclipse.ecf:org.eclipse.ecf >------------------- [INFO] Building org.eclipse.ecf 3.11.0-SNAPSHOT [3/114] [INFO] from framework/bundles/org.eclipse.ecf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs_3.15.300.v20240418-0734.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.jobs,3.15.300.v20240418-0734 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.jobs.source_3.15.300.v20240418-0734.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.jobs.source,3.15.300.v20240418-0734 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent_1.3.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.concurrent,1.3.100.v20240321-1445 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.concurrent.source_1.3.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.concurrent.source,1.3.100.v20240321-1445 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445-p2artifacts.xml [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=47661, ConflictMarker.markTime=22963, ConflictMarker.nodeCount=19, ConflictIdSorter.graphTime=69999, ConflictIdSorter.topsortTime=12132, ConflictIdSorter.conflictIdCount=12, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=284289, ConflictResolver.conflictItemCount=18, DfDependencyCollector.collectTime=774994, DfDependencyCollector.transformTime=463228} [DEBUG] org.eclipse.ecf:org.eclipse.ecf:eclipse-plugin:3.11.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:29.157664812, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:29.158128087, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:29.158128087, lastModified=2024-05-02 22:36:24.438735197, delta=64719392890 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:29.158128087, lastModified=2024-05-02 22:36:24.438735197, delta=64719392890 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:29.158128087, lastModified=2024-05-02 22:36:24.438735197, delta=64719392890 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:29.158813725, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:37:29.159070003, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:37:29.159070003, lastModified=2024-05-02 22:36:25.084747530, delta=64074322473 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:29.158128087, lastModified=2024-05-02 22:36:24.438735197, delta=64719392890 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:29.158128087, lastModified=2024-05-02 22:36:24.438735197, delta=64719392890 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:37:29.160175957, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:37:29.160287393, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 9 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:29.170234456, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:29.192385527, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:29.158128087, lastModified=2024-05-02 22:36:24.438735197, delta=64719392890 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:29.158128087, lastModified=2024-05-02 22:36:24.438735197, delta=64719392890 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.11.0.v20240407-0243 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240407-0243 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:37:29Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.11.0.v20240407-0243 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes [DEBUG] unqualifiedVersion: 3.11.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf-3.11.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src [INFO] Compiling 75 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/AbstractContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/AbstractContainerAdapterFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/BaseContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ContainerAuthenticationException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ContainerConnectException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ContainerCreateException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ContainerFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ContainerTypeDescription.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/IContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/IContainerFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/IContainerListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/IContainerManager.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/IContainerManagerListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/IReliableContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/events/ContainerConnectedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/events/ContainerConnectingEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/events/ContainerDisconnectedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/events/ContainerDisconnectingEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/events/ContainerDisposeEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/events/ContainerEjectedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/events/IContainerConnectedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/events/IContainerConnectingEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/events/IContainerDisconnectedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/events/IContainerDisconnectingEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/events/IContainerDisposeEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/events/IContainerEjectedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/events/IContainerEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/jobs/JobsExecutor.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/provider/BaseContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/provider/BaseRemoteServiceContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/provider/ContainerInstantiatorUtils.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/provider/ContainerIntentException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/provider/IContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/provider/IRemoteServiceContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/security/BooleanCallback.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/security/Callback.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/security/CallbackHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/security/ConnectContextFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/security/IConnectContext.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/security/IConnectHandlerPolicy.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/security/IConnectInitiatorPolicy.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/security/IContainerPolicy.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/security/NameCallback.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/security/ObjectCallback.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/security/PassphraseCallback.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/security/PasswordCallback.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/security/UnsupportedCallbackException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/start/ECFStartJob.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/start/IECFStart.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/status/SerializableMultiStatus.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/status/SerializableStatus.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/user/IUser.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/user/User.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/AdapterContainerFilter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/BundleClassResolver.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/ClassResolverObjectInputStream.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/ConnectedContainerFilter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/ContainerFactoryTracker.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/ContainerManagerTracker.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/Event.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/IClassResolver.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/IContainerFilter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/IEventProcessor.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/IExceptionHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/OSGIObjectInputStream.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/OSGIObjectOutputStream.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/OSGIObjectStreamConstants.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/Proxy.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/ProxyAddress.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/SerDTO.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/SerVersion.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/reflection/ClassUtil.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/internal/core/ECFDebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/internal/core/ECFPlugin.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/internal/core/IDisposable.java, -g, -nowarn, -target, 17, -source, 17, --release, 17, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240407-0243 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:37:30Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.11.0.v20240407-0243 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes [DEBUG] unqualifiedVersion: 3.11.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf-3.11.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6af3e0b7 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf-3.11.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (f) qualifier = v20240407-0243 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.11.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/core/ [DEBUG] adding directory org/eclipse/ecf/core/events/ [DEBUG] adding directory org/eclipse/ecf/core/jobs/ [DEBUG] adding directory org/eclipse/ecf/core/provider/ [DEBUG] adding directory org/eclipse/ecf/core/security/ [DEBUG] adding directory org/eclipse/ecf/core/start/ [DEBUG] adding directory org/eclipse/ecf/core/status/ [DEBUG] adding directory org/eclipse/ecf/core/user/ [DEBUG] adding directory org/eclipse/ecf/core/util/ [DEBUG] adding directory org/eclipse/ecf/core/util/reflection/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/core/ [DEBUG] adding entry org/eclipse/ecf/core/AbstractContainer.java [DEBUG] adding entry org/eclipse/ecf/core/AbstractContainerAdapterFactory.java [DEBUG] adding entry org/eclipse/ecf/core/BaseContainer.java [DEBUG] adding entry org/eclipse/ecf/core/ContainerAuthenticationException.java [DEBUG] adding entry org/eclipse/ecf/core/ContainerConnectException.java [DEBUG] adding entry org/eclipse/ecf/core/ContainerCreateException.java [DEBUG] adding entry org/eclipse/ecf/core/ContainerFactory.java [DEBUG] adding entry org/eclipse/ecf/core/ContainerTypeDescription.java [DEBUG] adding entry org/eclipse/ecf/core/IContainer.java [DEBUG] adding entry org/eclipse/ecf/core/IContainerFactory.java [DEBUG] adding entry org/eclipse/ecf/core/IContainerListener.java [DEBUG] adding entry org/eclipse/ecf/core/IContainerManager.java [DEBUG] adding entry org/eclipse/ecf/core/IContainerManagerListener.java [DEBUG] adding entry org/eclipse/ecf/core/IReliableContainer.java [DEBUG] adding entry org/eclipse/ecf/core/events/ContainerConnectedEvent.java [DEBUG] adding entry org/eclipse/ecf/core/events/ContainerConnectingEvent.java [DEBUG] adding entry org/eclipse/ecf/core/events/ContainerDisconnectedEvent.java [DEBUG] adding entry org/eclipse/ecf/core/events/ContainerDisconnectingEvent.java [DEBUG] adding entry org/eclipse/ecf/core/events/ContainerDisposeEvent.java [DEBUG] adding entry org/eclipse/ecf/core/events/ContainerEjectedEvent.java [DEBUG] adding entry org/eclipse/ecf/core/events/IContainerConnectedEvent.java [DEBUG] adding entry org/eclipse/ecf/core/events/IContainerConnectingEvent.java [DEBUG] adding entry org/eclipse/ecf/core/events/IContainerDisconnectedEvent.java [DEBUG] adding entry org/eclipse/ecf/core/events/IContainerDisconnectingEvent.java [DEBUG] adding entry org/eclipse/ecf/core/events/IContainerDisposeEvent.java [DEBUG] adding entry org/eclipse/ecf/core/events/IContainerEjectedEvent.java [DEBUG] adding entry org/eclipse/ecf/core/events/IContainerEvent.java [DEBUG] adding entry org/eclipse/ecf/core/jobs/JobsExecutor.java [DEBUG] adding entry org/eclipse/ecf/core/provider/BaseContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/core/provider/BaseRemoteServiceContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/core/provider/ContainerInstantiatorUtils.java [DEBUG] adding entry org/eclipse/ecf/core/provider/ContainerIntentException.java [DEBUG] adding entry org/eclipse/ecf/core/provider/IContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/core/provider/IRemoteServiceContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/core/security/BooleanCallback.java [DEBUG] adding entry org/eclipse/ecf/core/security/Callback.java [DEBUG] adding entry org/eclipse/ecf/core/security/CallbackHandler.java [DEBUG] adding entry org/eclipse/ecf/core/security/ConnectContextFactory.java [DEBUG] adding entry org/eclipse/ecf/core/security/IConnectContext.java [DEBUG] adding entry org/eclipse/ecf/core/security/IConnectHandlerPolicy.java [DEBUG] adding entry org/eclipse/ecf/core/security/IConnectInitiatorPolicy.java [DEBUG] adding entry org/eclipse/ecf/core/security/IContainerPolicy.java [DEBUG] adding entry org/eclipse/ecf/core/security/NameCallback.java [DEBUG] adding entry org/eclipse/ecf/core/security/ObjectCallback.java [DEBUG] adding entry org/eclipse/ecf/core/security/PassphraseCallback.java [DEBUG] adding entry org/eclipse/ecf/core/security/PasswordCallback.java [DEBUG] adding entry org/eclipse/ecf/core/security/UnsupportedCallbackException.java [DEBUG] adding entry org/eclipse/ecf/core/start/ECFStartJob.java [DEBUG] adding entry org/eclipse/ecf/core/start/IECFStart.java [DEBUG] adding entry org/eclipse/ecf/core/status/SerializableMultiStatus.java [DEBUG] adding entry org/eclipse/ecf/core/status/SerializableStatus.java [DEBUG] adding entry org/eclipse/ecf/core/user/IUser.java [DEBUG] adding entry org/eclipse/ecf/core/user/User.java [DEBUG] adding entry org/eclipse/ecf/core/util/AdapterContainerFilter.java [DEBUG] adding entry org/eclipse/ecf/core/util/BundleClassResolver.java [DEBUG] adding entry org/eclipse/ecf/core/util/ClassResolverObjectInputStream.java [DEBUG] adding entry org/eclipse/ecf/core/util/ConnectedContainerFilter.java [DEBUG] adding entry org/eclipse/ecf/core/util/ContainerFactoryTracker.java [DEBUG] adding entry org/eclipse/ecf/core/util/ContainerManagerTracker.java [DEBUG] adding entry org/eclipse/ecf/core/util/Event.java [DEBUG] adding entry org/eclipse/ecf/core/util/IClassResolver.java [DEBUG] adding entry org/eclipse/ecf/core/util/IContainerFilter.java [DEBUG] adding entry org/eclipse/ecf/core/util/IEventProcessor.java [DEBUG] adding entry org/eclipse/ecf/core/util/IExceptionHandler.java [DEBUG] adding entry org/eclipse/ecf/core/util/OSGIObjectInputStream.java [DEBUG] adding entry org/eclipse/ecf/core/util/OSGIObjectOutputStream.java [DEBUG] adding entry org/eclipse/ecf/core/util/OSGIObjectStreamConstants.java [DEBUG] adding entry org/eclipse/ecf/core/util/Proxy.java [DEBUG] adding entry org/eclipse/ecf/core/util/ProxyAddress.java [DEBUG] adding entry org/eclipse/ecf/core/util/SerDTO.java [DEBUG] adding entry org/eclipse/ecf/core/util/SerVersion.java [DEBUG] adding entry org/eclipse/ecf/core/util/reflection/ClassUtil.java [DEBUG] adding entry org/eclipse/ecf/internal/core/ECFDebugOptions.java [DEBUG] adding entry org/eclipse/ecf/internal/core/ECFPlugin.java [DEBUG] adding entry org/eclipse/ecf/internal/core/IDisposable.java [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry about.ini [DEBUG] adding entry about.properties [DEBUG] adding entry schema/container.exsd [DEBUG] adding entry schema/containerFactory.exsd [DEBUG] adding entry schema/start.exsd [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@7d7ad37e [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf-3.11.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (f) qualifier = v20240407-0243 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@5edd9e95 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:30.516353609, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:30.516799219, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:30.516799219, lastModified=2024-05-02 22:36:24.438735197, delta=66078064022 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:30.516799219, lastModified=2024-05-02 22:36:24.438735197, delta=66078064022 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:30.516799219, lastModified=2024-05-02 22:36:24.438735197, delta=66078064022 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:30.517394049, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:37:30.517532327, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:37:30.517532327, lastModified=2024-05-02 22:36:25.084747530, delta=65432784797 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/AbstractContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/AbstractContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/AbstractContainerAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/AbstractContainerAdapterFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/BaseContainer$Instantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/BaseContainer$Instantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/BaseContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/BaseContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/ContainerAuthenticationException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/ContainerAuthenticationException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/ContainerConnectException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/ContainerConnectException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/ContainerCreateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/ContainerCreateException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/ContainerFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/ContainerFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/ContainerFactory$ContainerEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/ContainerFactory$ContainerEntry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/ContainerFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/ContainerFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/ContainerTypeDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/ContainerTypeDescription.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/IContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/IContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/IContainerFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/IContainerFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/IContainerListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/IContainerListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/IContainerManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/IContainerManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/IContainerManagerListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/IContainerManagerListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/IReliableContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/IReliableContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/events/ContainerConnectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/ContainerConnectedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/events/ContainerConnectingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/ContainerConnectingEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/events/ContainerDisconnectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/ContainerDisconnectedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/events/ContainerDisconnectingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/ContainerDisconnectingEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/events/ContainerDisposeEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/ContainerDisposeEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/events/ContainerEjectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/ContainerEjectedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/events/IContainerConnectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/IContainerConnectedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/events/IContainerConnectingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/IContainerConnectingEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/events/IContainerDisconnectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/IContainerDisconnectedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/events/IContainerDisconnectingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/IContainerDisconnectingEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/events/IContainerDisposeEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/IContainerDisposeEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/events/IContainerEjectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/IContainerEjectedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/events/IContainerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/IContainerEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/jobs/JobsExecutor$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/jobs/JobsExecutor$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/jobs/JobsExecutor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/jobs/JobsExecutor.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/provider/BaseContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/provider/BaseContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/provider/BaseRemoteServiceContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/provider/BaseRemoteServiceContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/provider/ContainerInstantiatorUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/provider/ContainerInstantiatorUtils.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/provider/ContainerIntentException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/provider/ContainerIntentException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/provider/IContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/provider/IContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/provider/IRemoteServiceContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/provider/IRemoteServiceContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/BooleanCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/BooleanCallback.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/Callback.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/Callback.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/CallbackHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/CallbackHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/ConnectContextFactory$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/ConnectContextFactory$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/ConnectContextFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/ConnectContextFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/ConnectContextFactory$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/ConnectContextFactory$2$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/ConnectContextFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/ConnectContextFactory$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/ConnectContextFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/ConnectContextFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/IConnectContext.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/IConnectContext.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/IConnectHandlerPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/IConnectHandlerPolicy.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/IConnectInitiatorPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/IConnectInitiatorPolicy.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/IContainerPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/IContainerPolicy.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/NameCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/NameCallback.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/ObjectCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/ObjectCallback.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/PassphraseCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/PassphraseCallback.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/PasswordCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/PasswordCallback.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/security/UnsupportedCallbackException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/UnsupportedCallbackException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/start/ECFStartJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/start/ECFStartJob.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/start/IECFStart.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/start/IECFStart.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/status/SerializableMultiStatus.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/status/SerializableMultiStatus.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/status/SerializableStatus.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/status/SerializableStatus.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/user/IUser.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/user/IUser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/user/User.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/user/User.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/AdapterContainerFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/AdapterContainerFilter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/BundleClassResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/BundleClassResolver.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/ClassResolverObjectInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/ClassResolverObjectInputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/ConnectedContainerFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/ConnectedContainerFilter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/ContainerFactoryTracker.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/ContainerFactoryTracker.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/ContainerManagerTracker.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/ContainerManagerTracker.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/Event.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/Event.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/IClassResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/IClassResolver.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/IContainerFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/IContainerFilter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/IEventProcessor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/IEventProcessor.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/IExceptionHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/IExceptionHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/OSGIObjectInputStream$ReplaceableObjectInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/OSGIObjectInputStream$ReplaceableObjectInputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/OSGIObjectInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/OSGIObjectInputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/OSGIObjectOutputStream$ReplaceableObjectOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/OSGIObjectOutputStream$ReplaceableObjectOutputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/OSGIObjectOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/OSGIObjectOutputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/OSGIObjectStreamConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/OSGIObjectStreamConstants.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/Proxy$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/Proxy$Type.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/Proxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/Proxy.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/ProxyAddress.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/ProxyAddress.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/SerDTO.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/SerDTO.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/SerVersion.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/SerVersion.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/reflection/ClassUtil$MethodComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/reflection/ClassUtil$MethodComparator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/reflection/ClassUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/reflection/ClassUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/ECFDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFDebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$2$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$7.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/IDisposable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/IDisposable.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@6209a112 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/AbstractContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/AbstractContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/AbstractContainerAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/AbstractContainerAdapterFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/BaseContainer$Instantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/BaseContainer$Instantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/BaseContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/BaseContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/ContainerAuthenticationException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/ContainerAuthenticationException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/ContainerConnectException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/ContainerConnectException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/ContainerCreateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/ContainerCreateException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/ContainerFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/ContainerFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/ContainerFactory$ContainerEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/ContainerFactory$ContainerEntry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/ContainerFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/ContainerFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/ContainerTypeDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/ContainerTypeDescription.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/IContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/IContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/IContainerFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/IContainerFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/IContainerListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/IContainerListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/IContainerManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/IContainerManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/IContainerManagerListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/IContainerManagerListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/IReliableContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/IReliableContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/events/ContainerConnectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/ContainerConnectedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/events/ContainerConnectingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/ContainerConnectingEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/events/ContainerDisconnectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/ContainerDisconnectedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/events/ContainerDisconnectingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/ContainerDisconnectingEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/events/ContainerDisposeEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/ContainerDisposeEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/events/ContainerEjectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/ContainerEjectedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/events/IContainerConnectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/IContainerConnectedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/events/IContainerConnectingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/IContainerConnectingEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/events/IContainerDisconnectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/IContainerDisconnectedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/events/IContainerDisconnectingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/IContainerDisconnectingEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/events/IContainerDisposeEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/IContainerDisposeEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/events/IContainerEjectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/IContainerEjectedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/events/IContainerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/events/IContainerEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/jobs/JobsExecutor$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/jobs/JobsExecutor$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/jobs/JobsExecutor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/jobs/JobsExecutor.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/provider/BaseContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/provider/BaseContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/provider/BaseRemoteServiceContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/provider/BaseRemoteServiceContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/provider/ContainerInstantiatorUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/provider/ContainerInstantiatorUtils.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/provider/ContainerIntentException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/provider/ContainerIntentException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/provider/IContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/provider/IContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/provider/IRemoteServiceContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/provider/IRemoteServiceContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/BooleanCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/BooleanCallback.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/Callback.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/Callback.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/CallbackHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/CallbackHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/ConnectContextFactory$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/ConnectContextFactory$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/ConnectContextFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/ConnectContextFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/ConnectContextFactory$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/ConnectContextFactory$2$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/ConnectContextFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/ConnectContextFactory$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/ConnectContextFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/ConnectContextFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/IConnectContext.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/IConnectContext.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/IConnectHandlerPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/IConnectHandlerPolicy.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/IConnectInitiatorPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/IConnectInitiatorPolicy.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/IContainerPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/IContainerPolicy.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/NameCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/NameCallback.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/ObjectCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/ObjectCallback.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/PassphraseCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/PassphraseCallback.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/PasswordCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/PasswordCallback.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/security/UnsupportedCallbackException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/security/UnsupportedCallbackException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/start/ECFStartJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/start/ECFStartJob.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/start/IECFStart.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/start/IECFStart.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/status/SerializableMultiStatus.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/status/SerializableMultiStatus.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/status/SerializableStatus.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/status/SerializableStatus.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/user/IUser.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/user/IUser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/user/User.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/user/User.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/AdapterContainerFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/AdapterContainerFilter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/BundleClassResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/BundleClassResolver.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/ClassResolverObjectInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/ClassResolverObjectInputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/ConnectedContainerFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/ConnectedContainerFilter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/ContainerFactoryTracker.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/ContainerFactoryTracker.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/ContainerManagerTracker.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/ContainerManagerTracker.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/Event.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/Event.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/IClassResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/IClassResolver.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/IContainerFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/IContainerFilter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/IEventProcessor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/IEventProcessor.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/IExceptionHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/IExceptionHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/OSGIObjectInputStream$ReplaceableObjectInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/OSGIObjectInputStream$ReplaceableObjectInputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/OSGIObjectInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/OSGIObjectInputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/OSGIObjectOutputStream$ReplaceableObjectOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/OSGIObjectOutputStream$ReplaceableObjectOutputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/OSGIObjectOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/OSGIObjectOutputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/OSGIObjectStreamConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/OSGIObjectStreamConstants.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/Proxy$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/Proxy$Type.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/Proxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/Proxy.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/ProxyAddress.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/ProxyAddress.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/SerDTO.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/SerDTO.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/SerVersion.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/SerVersion.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/reflection/ClassUtil$MethodComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/reflection/ClassUtil$MethodComparator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/reflection/ClassUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/core/util/reflection/ClassUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/ECFDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFDebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$2$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin$7.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/ECFPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/ECFPlugin.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/IDisposable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes/org/eclipse/ecf/internal/core/IDisposable.class [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.11.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/core/ [DEBUG] adding directory org/eclipse/ecf/core/events/ [DEBUG] adding directory org/eclipse/ecf/core/jobs/ [DEBUG] adding directory org/eclipse/ecf/core/provider/ [DEBUG] adding directory org/eclipse/ecf/core/security/ [DEBUG] adding directory org/eclipse/ecf/core/start/ [DEBUG] adding directory org/eclipse/ecf/core/status/ [DEBUG] adding directory org/eclipse/ecf/core/user/ [DEBUG] adding directory org/eclipse/ecf/core/util/ [DEBUG] adding directory org/eclipse/ecf/core/util/reflection/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/core/ [DEBUG] adding entry org/eclipse/ecf/core/AbstractContainer.class [DEBUG] adding entry org/eclipse/ecf/core/AbstractContainerAdapterFactory.class [DEBUG] adding entry org/eclipse/ecf/core/BaseContainer$Instantiator.class [DEBUG] adding entry org/eclipse/ecf/core/BaseContainer.class [DEBUG] adding entry org/eclipse/ecf/core/ContainerAuthenticationException.class [DEBUG] adding entry org/eclipse/ecf/core/ContainerConnectException.class [DEBUG] adding entry org/eclipse/ecf/core/ContainerCreateException.class [DEBUG] adding entry org/eclipse/ecf/core/ContainerFactory$1.class [DEBUG] adding entry org/eclipse/ecf/core/ContainerFactory$ContainerEntry.class [DEBUG] adding entry org/eclipse/ecf/core/ContainerFactory.class [DEBUG] adding entry org/eclipse/ecf/core/ContainerTypeDescription.class [DEBUG] adding entry org/eclipse/ecf/core/IContainer.class [DEBUG] adding entry org/eclipse/ecf/core/IContainerFactory.class [DEBUG] adding entry org/eclipse/ecf/core/IContainerListener.class [DEBUG] adding entry org/eclipse/ecf/core/IContainerManager.class [DEBUG] adding entry org/eclipse/ecf/core/IContainerManagerListener.class [DEBUG] adding entry org/eclipse/ecf/core/IReliableContainer.class [DEBUG] adding entry org/eclipse/ecf/core/events/ContainerConnectedEvent.class [DEBUG] adding entry org/eclipse/ecf/core/events/ContainerConnectingEvent.class [DEBUG] adding entry org/eclipse/ecf/core/events/ContainerDisconnectedEvent.class [DEBUG] adding entry org/eclipse/ecf/core/events/ContainerDisconnectingEvent.class [DEBUG] adding entry org/eclipse/ecf/core/events/ContainerDisposeEvent.class [DEBUG] adding entry org/eclipse/ecf/core/events/ContainerEjectedEvent.class [DEBUG] adding entry org/eclipse/ecf/core/events/IContainerConnectedEvent.class [DEBUG] adding entry org/eclipse/ecf/core/events/IContainerConnectingEvent.class [DEBUG] adding entry org/eclipse/ecf/core/events/IContainerDisconnectedEvent.class [DEBUG] adding entry org/eclipse/ecf/core/events/IContainerDisconnectingEvent.class [DEBUG] adding entry org/eclipse/ecf/core/events/IContainerDisposeEvent.class [DEBUG] adding entry org/eclipse/ecf/core/events/IContainerEjectedEvent.class [DEBUG] adding entry org/eclipse/ecf/core/events/IContainerEvent.class [DEBUG] adding entry org/eclipse/ecf/core/jobs/JobsExecutor.class [DEBUG] adding entry org/eclipse/ecf/core/jobs/JobsExecutor$1.class [DEBUG] adding entry org/eclipse/ecf/core/provider/BaseContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/core/provider/BaseRemoteServiceContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/core/provider/ContainerInstantiatorUtils.class [DEBUG] adding entry org/eclipse/ecf/core/provider/ContainerIntentException.class [DEBUG] adding entry org/eclipse/ecf/core/provider/IContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/core/provider/IRemoteServiceContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/core/security/BooleanCallback.class [DEBUG] adding entry org/eclipse/ecf/core/security/Callback.class [DEBUG] adding entry org/eclipse/ecf/core/security/CallbackHandler.class [DEBUG] adding entry org/eclipse/ecf/core/security/ConnectContextFactory$2$1.class [DEBUG] adding entry org/eclipse/ecf/core/security/ConnectContextFactory$1.class [DEBUG] adding entry org/eclipse/ecf/core/security/ConnectContextFactory.class [DEBUG] adding entry org/eclipse/ecf/core/security/ConnectContextFactory$2.class [DEBUG] adding entry org/eclipse/ecf/core/security/ConnectContextFactory$1$1.class [DEBUG] adding entry org/eclipse/ecf/core/security/IConnectContext.class [DEBUG] adding entry org/eclipse/ecf/core/security/IConnectHandlerPolicy.class [DEBUG] adding entry org/eclipse/ecf/core/security/IConnectInitiatorPolicy.class [DEBUG] adding entry org/eclipse/ecf/core/security/IContainerPolicy.class [DEBUG] adding entry org/eclipse/ecf/core/security/NameCallback.class [DEBUG] adding entry org/eclipse/ecf/core/security/ObjectCallback.class [DEBUG] adding entry org/eclipse/ecf/core/security/PassphraseCallback.class [DEBUG] adding entry org/eclipse/ecf/core/security/PasswordCallback.class [DEBUG] adding entry org/eclipse/ecf/core/security/UnsupportedCallbackException.class [DEBUG] adding entry org/eclipse/ecf/core/start/ECFStartJob.class [DEBUG] adding entry org/eclipse/ecf/core/start/IECFStart.class [DEBUG] adding entry org/eclipse/ecf/core/status/SerializableMultiStatus.class [DEBUG] adding entry org/eclipse/ecf/core/status/SerializableStatus.class [DEBUG] adding entry org/eclipse/ecf/core/user/IUser.class [DEBUG] adding entry org/eclipse/ecf/core/user/User.class [DEBUG] adding entry org/eclipse/ecf/core/util/AdapterContainerFilter.class [DEBUG] adding entry org/eclipse/ecf/core/util/BundleClassResolver.class [DEBUG] adding entry org/eclipse/ecf/core/util/ClassResolverObjectInputStream.class [DEBUG] adding entry org/eclipse/ecf/core/util/ConnectedContainerFilter.class [DEBUG] adding entry org/eclipse/ecf/core/util/ContainerFactoryTracker.class [DEBUG] adding entry org/eclipse/ecf/core/util/ContainerManagerTracker.class [DEBUG] adding entry org/eclipse/ecf/core/util/Event.class [DEBUG] adding entry org/eclipse/ecf/core/util/IClassResolver.class [DEBUG] adding entry org/eclipse/ecf/core/util/IContainerFilter.class [DEBUG] adding entry org/eclipse/ecf/core/util/IEventProcessor.class [DEBUG] adding entry org/eclipse/ecf/core/util/IExceptionHandler.class [DEBUG] adding entry org/eclipse/ecf/core/util/OSGIObjectInputStream$ReplaceableObjectInputStream.class [DEBUG] adding entry org/eclipse/ecf/core/util/OSGIObjectInputStream.class [DEBUG] adding entry org/eclipse/ecf/core/util/OSGIObjectOutputStream.class [DEBUG] adding entry org/eclipse/ecf/core/util/OSGIObjectOutputStream$ReplaceableObjectOutputStream.class [DEBUG] adding entry org/eclipse/ecf/core/util/OSGIObjectStreamConstants.class [DEBUG] adding entry org/eclipse/ecf/core/util/Proxy$Type.class [DEBUG] adding entry org/eclipse/ecf/core/util/Proxy.class [DEBUG] adding entry org/eclipse/ecf/core/util/ProxyAddress.class [DEBUG] adding entry org/eclipse/ecf/core/util/SerDTO.class [DEBUG] adding entry org/eclipse/ecf/core/util/SerVersion.class [DEBUG] adding entry org/eclipse/ecf/core/util/reflection/ClassUtil$MethodComparator.class [DEBUG] adding entry org/eclipse/ecf/core/util/reflection/ClassUtil.class [DEBUG] adding entry org/eclipse/ecf/internal/core/ECFDebugOptions.class [DEBUG] adding entry org/eclipse/ecf/internal/core/ECFPlugin$7.class [DEBUG] adding entry org/eclipse/ecf/internal/core/ECFPlugin$5.class [DEBUG] adding entry org/eclipse/ecf/internal/core/ECFPlugin$2$1.class [DEBUG] adding entry org/eclipse/ecf/internal/core/ECFPlugin$6.class [DEBUG] adding entry org/eclipse/ecf/internal/core/ECFPlugin$3.class [DEBUG] adding entry org/eclipse/ecf/internal/core/ECFPlugin$2.class [DEBUG] adding entry org/eclipse/ecf/internal/core/ECFPlugin$4.class [DEBUG] adding entry org/eclipse/ecf/internal/core/ECFPlugin$1.class [DEBUG] adding entry org/eclipse/ecf/internal/core/ECFPlugin.class [DEBUG] adding entry org/eclipse/ecf/internal/core/IDisposable.class [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory schema/ [DEBUG] adding entry OSGI-INF/permissions.perm [DEBUG] adding entry about.html [DEBUG] adding entry about.ini [DEBUG] adding entry about.properties [DEBUG] adding entry ecf32.png [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [DEBUG] adding entry schema/container.exsd [DEBUG] adding entry schema/containerFactory.exsd [DEBUG] adding entry schema/start.exsd [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf-3.11.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.11.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.11.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.11.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.11.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.11.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.11.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@92f7949] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf:eclipse-plugin:3.11.0-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf/3.11.0.v20230507-1923 with delta: 0.0.0 [WARNING] Only qualifier changed for (org.eclipse.ecf/3.11.0.v20240407-0243). Expected to have bigger x.y.z than what is available in baseline (3.11.0.v20230507-1923) [JENKINS] Archiving disabled [INFO] [INFO] --------------< org.eclipse.ecf:org.eclipse.ecf.console >--------------- [INFO] Building org.eclipse.ecf.console 1.4.0-SNAPSHOT [4/114] [INFO] from framework/bundles/org.eclipse.ecf.console/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command_1.1.2.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.felix.gogo.command,1.1.2 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2-p2artifacts.xml [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.gogo.command:jar:1.1.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.gogo.command:jar:1.1.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar (40 kB at 9.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.command/1.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime_1.1.6.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.felix.gogo.runtime,1.1.6 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6-p2artifacts.xml [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar (203 kB at 68 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.command.source_1.1.2.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.felix.gogo.command.source,1.1.2 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.command.source/1.1.2/org.apache.felix.gogo.command.source-1.1.2-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell_1.1.4.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.felix.gogo.shell,1.1.4 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4-p2artifacts.xml [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar (59 kB at 30 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.runtime.source/1.1.6/org.apache.felix.gogo.runtime.source-1.1.6-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.shell.source/1.1.4/org.apache.felix.gogo.shell.source-1.1.4-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.component.annotations,1.5.1.202212101352 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component.annotations/1.5.1.202212101352/org.osgi.service.component.annotations-1.5.1.202212101352-p2artifacts.xml [DEBUG] Resolving artifact org.osgi:org.osgi.service.component.annotations:jar:1.5.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.component.annotations:jar:1.5.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar (43 kB at 22 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.component.annotations/1.5.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.component.annotations.source,1.5.1.202212101352 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component.annotations.source/1.5.1.202212101352/org.osgi.service.component.annotations.source-1.5.1.202212101352-p2artifacts.xml [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.gogo.command:pom:1.1.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.gogo.command:pom:1.1.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom (3.5 kB at 500 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.command/1.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.felix:gogo-parent:pom:6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:gogo-parent:pom:6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/gogo-parent/6/gogo-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/gogo-parent/6/gogo-parent-6.pom (5.4 kB at 774 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/gogo-parent/6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/gogo-parent/6/gogo-parent-6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.felix:felix-parent:pom:5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:felix-parent:pom:5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/5/felix-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/5/felix-parent-5.pom (22 kB at 3.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/felix-parent/5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/felix-parent/5/felix-parent-5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.gogo.runtime:pom:1.1.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.gogo.runtime:pom:1.1.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.pom (3.9 kB at 483 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.gogo.runtime:pom:1.1.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.gogo.runtime:pom:1.1.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.pom (3.9 kB at 483 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.gogo.shell:pom:1.1.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.gogo.shell:pom:1.1.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.pom (3.7 kB at 532 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.component.annotations:pom:1.5.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.component.annotations:pom:1.5.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.pom (2.8 kB at 355 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.component.annotations/1.5.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=126152, ConflictMarker.markTime=29422, ConflictMarker.nodeCount=39, ConflictIdSorter.graphTime=18727, ConflictIdSorter.topsortTime=16485, ConflictIdSorter.conflictIdCount=21, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=221779, ConflictResolver.conflictItemCount=38, DfDependencyCollector.collectTime=67743026, DfDependencyCollector.transformTime=440062} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.console:eclipse-plugin:1.4.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] org.apache.felix:org.apache.felix.gogo.command:jar:1.1.2:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.6:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.service.component.annotations:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] Resolving artifact org.osgi:osgi.annotation:jar:8.1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:jar:1.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:jar:1.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:osgi.annotation:jar:8.1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:jar:1.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:jar:1.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar (36 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.jar (13 kB at 784 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.jar (43 kB at 2.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/osgi.annotation/8.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.jar.lastUpdated' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:33.460686079, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:33.461136065, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:33.461136065, lastModified=2024-05-02 22:36:24.438735197, delta=69022400868 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:33.461136065, lastModified=2024-05-02 22:36:24.438735197, delta=69022400868 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:33.461136065, lastModified=2024-05-02 22:36:24.438735197, delta=69022400868 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:33.461944965, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:37:33.462167934, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:37:33.462167934, lastModified=2024-05-02 22:36:25.084747530, delta=68377420404 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:33.461136065, lastModified=2024-05-02 22:36:24.438735197, delta=69022400868 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:33.461136065, lastModified=2024-05-02 22:36:24.438735197, delta=69022400868 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:37:33.463287375, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:37:33.463395419, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:33.468657691, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:33.479050489, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:33.461136065, lastModified=2024-05-02 22:36:24.438735197, delta=69022400868 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:33.461136065, lastModified=2024-05-02 22:36:24.438735197, delta=69022400868 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.4.0.v20231021-2047 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.console) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.console [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2047 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:37:33Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.4.0.v20231021-2047 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.console [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes [DEBUG] unqualifiedVersion: 1.4.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.console-1.4.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar[+org/apache/felix/gogo/runtime/*:+org/apache/felix/gogo/runtime/activator/*:+org/apache/felix/gogo/runtime/threadio/*:+org/apache/felix/service/command/*:+org/apache/felix/service/command/annotations/*:+org/apache/felix/service/threadio/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component.annotations/1.5.1.202212101352/org.osgi.service.component.annotations-1.5.1.202212101352.jar[+org/osgi/service/component/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar[+org/apache/felix/gogo/runtime/*:+org/apache/felix/gogo/runtime/activator/*:+org/apache/felix/gogo/runtime/threadio/*:+org/apache/felix/service/command/*:+org/apache/felix/service/command/annotations/*:+org/apache/felix/service/threadio/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component.annotations/1.5.1.202212101352/org.osgi.service.component.annotations-1.5.1.202212101352.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar[+org/apache/felix/gogo/runtime/*:+org/apache/felix/gogo/runtime/activator/*:+org/apache/felix/gogo/runtime/threadio/*:+org/apache/felix/service/command/*:+org/apache/felix/service/command/annotations/*:+org/apache/felix/service/threadio/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component.annotations/1.5.1.202212101352/org.osgi.service.component.annotations-1.5.1.202212101352.jar[+org/osgi/service/component/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src/org/eclipse/ecf/console/AbstractCommand.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src/org/eclipse/ecf/internal/console/ContainerCommand.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2047 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:37:34Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.4.0.v20231021-2047 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.console [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes [DEBUG] unqualifiedVersion: 1.4.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.console-1.4.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@bf95bf4 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.console-1.4.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (f) qualifier = v20231021-2047 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/org.eclipse.ecf.console-1.4.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/console/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/console/ [DEBUG] adding entry org/eclipse/ecf/console/AbstractCommand.java [DEBUG] adding entry org/eclipse/ecf/internal/console/ContainerCommand.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@44ee8859 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.console-1.4.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (f) qualifier = v20231021-2047 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@4b2baf29 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:34.418316068, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:34.418753862, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:34.418753862, lastModified=2024-05-02 22:36:24.438735197, delta=69980018665 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:34.418753862, lastModified=2024-05-02 22:36:24.438735197, delta=69980018665 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:34.418753862, lastModified=2024-05-02 22:36:24.438735197, delta=69980018665 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:34.419453646, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:37:34.419586078, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:37:34.419586078, lastModified=2024-05-02 22:36:25.084747530, delta=69334838548 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/console/AbstractCommand.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes/org/eclipse/ecf/console/AbstractCommand.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/console/ContainerCommand.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes/org/eclipse/ecf/internal/console/ContainerCommand.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@54854e4b [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/console/AbstractCommand.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes/org/eclipse/ecf/console/AbstractCommand.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/console/ContainerCommand.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes/org/eclipse/ecf/internal/console/ContainerCommand.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Reference.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Reference.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Reference.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Reference.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Reference.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Reference.class): [DEBUG] Unable to determine whether the meta annotation org.apache.felix.service.command.Descriptor applied to type org.eclipse.ecf.internal.console.ContainerCommand provides bundle annotations as it is not on the project build path. If this annotation does provide bundle annotations then it must be present on the build path in order to be processed [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/org.eclipse.ecf.console-1.4.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/console/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/console/ [DEBUG] adding entry org/eclipse/ecf/console/AbstractCommand.class [DEBUG] adding entry org/eclipse/ecf/internal/console/ContainerCommand.class [DEBUG] adding directory OSGI-INF/ [DEBUG] adding entry OSGI-INF/org.eclipse.ecf.internal.console.ContainerCommand.xml [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.console-1.4.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/org.eclipse.ecf.console-1.4.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/org.eclipse.ecf.console-1.4.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/org.eclipse.ecf.console-1.4.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/org.eclipse.ecf.console-1.4.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/org.eclipse.ecf.console-1.4.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/org.eclipse.ecf.console-1.4.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@630a6f89] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.console --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.console/1.4.0.v20231021-2047 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.console,1.4.0.v20231021-2047 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.console/1.4.0.v20231021-2047/org.eclipse.ecf.console-1.4.0.v20231021-2047-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.console.source/1.4.0.v20231021-2047 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.console.source,1.4.0.v20231021-2047 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.console.source/1.4.0.v20231021-2047/org.eclipse.ecf.console.source-1.4.0.v20231021-2047-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -------------< org.eclipse.ecf:org.eclipse.ecf.datashare >-------------- [INFO] Building org.eclipse.ecf.datashare 3.0.301-SNAPSHOT [5/114] [INFO] from framework/bundles/org.eclipse.ecf.datashare/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=48679, ConflictMarker.markTime=60131, ConflictMarker.nodeCount=29, ConflictIdSorter.graphTime=43213, ConflictIdSorter.topsortTime=31102, ConflictIdSorter.conflictIdCount=13, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=243282, ConflictResolver.conflictItemCount=28, DfDependencyCollector.collectTime=626429, DfDependencyCollector.transformTime=469043} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:eclipse-plugin:3.0.301-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:37.243395442, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:37.243736000, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:37.243736000, lastModified=2024-05-02 22:36:24.438735197, delta=72805000803 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:37.243736000, lastModified=2024-05-02 22:36:24.438735197, delta=72805000803 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:37.243736000, lastModified=2024-05-02 22:36:24.438735197, delta=72805000803 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:37.244150999, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:37:37.244335017, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:37:37.244335017, lastModified=2024-05-02 22:36:25.084747530, delta=72159587487 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:37.243736000, lastModified=2024-05-02 22:36:24.438735197, delta=72805000803 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:37.243736000, lastModified=2024-05-02 22:36:24.438735197, delta=72805000803 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:37:37.245075235, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:37:37.245146471, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:37.250252952, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:37.261107152, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:37.243736000, lastModified=2024-05-02 22:36:24.438735197, delta=72805000803 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:37.243736000, lastModified=2024-05-02 22:36:24.438735197, delta=72805000803 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.0.301.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.datashare) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.datashare [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:37:37Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.0.301.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.datashare [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes [DEBUG] unqualifiedVersion: 3.0.301 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.datashare-3.0.301-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/AbstractShare.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/BaseChannelConfig.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/ChannelContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/IAbstractChannel.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/IAbstractChannelContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/IChannel.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/IChannelConfig.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/IChannelContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/IChannelContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/IChannelContainerListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/IChannelListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/IStreamContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/events/IChannelConnectEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/events/IChannelContainerChannelActivatedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/events/IChannelContainerChannelDeactivatedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/events/IChannelContainerEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/events/IChannelDisconnectEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/events/IChannelEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/events/IChannelMessageEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/mergeable/IChannelHeader.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/mergeable/IConflict.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/mergeable/IItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/mergeable/IItemFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/mergeable/IItemHistory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/mergeable/IMergeableChannel.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/mergeable/IMergeableChannelContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/mergeable/IUpdateInfo.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/mergeable/MergeException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/mergeable/PublishException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/service/IDatashareService.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:37:37Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.0.301.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.datashare [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes [DEBUG] unqualifiedVersion: 3.0.301 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.datashare-3.0.301-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@419ab0b5 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.datashare-3.0.301-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/org.eclipse.ecf.datashare-3.0.301-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/datashare/ [DEBUG] adding directory org/eclipse/ecf/datashare/events/ [DEBUG] adding directory org/eclipse/ecf/datashare/mergeable/ [DEBUG] adding directory org/eclipse/ecf/datashare/service/ [DEBUG] adding entry org/eclipse/ecf/datashare/AbstractShare.java [DEBUG] adding entry org/eclipse/ecf/datashare/BaseChannelConfig.java [DEBUG] adding entry org/eclipse/ecf/datashare/ChannelContainer.java [DEBUG] adding entry org/eclipse/ecf/datashare/IAbstractChannel.java [DEBUG] adding entry org/eclipse/ecf/datashare/IAbstractChannelContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/datashare/IChannel.java [DEBUG] adding entry org/eclipse/ecf/datashare/IChannelConfig.java [DEBUG] adding entry org/eclipse/ecf/datashare/IChannelContainer.java [DEBUG] adding entry org/eclipse/ecf/datashare/IChannelContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/datashare/IChannelContainerListener.java [DEBUG] adding entry org/eclipse/ecf/datashare/IChannelListener.java [DEBUG] adding entry org/eclipse/ecf/datashare/IStreamContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/datashare/events/IChannelConnectEvent.java [DEBUG] adding entry org/eclipse/ecf/datashare/events/IChannelContainerChannelActivatedEvent.java [DEBUG] adding entry org/eclipse/ecf/datashare/events/IChannelContainerChannelDeactivatedEvent.java [DEBUG] adding entry org/eclipse/ecf/datashare/events/IChannelContainerEvent.java [DEBUG] adding entry org/eclipse/ecf/datashare/events/IChannelDisconnectEvent.java [DEBUG] adding entry org/eclipse/ecf/datashare/events/IChannelEvent.java [DEBUG] adding entry org/eclipse/ecf/datashare/events/IChannelMessageEvent.java [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IChannelHeader.java [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IConflict.java [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IItem.java [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IItemFactory.java [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IItemHistory.java [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IMergeableChannel.java [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IMergeableChannelContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IUpdateInfo.java [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/MergeException.java [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/PublishException.java [DEBUG] adding entry org/eclipse/ecf/datashare/service/IDatashareService.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@40594055 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.datashare-3.0.301-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@6f9a534b [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:38.052531572, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:38.052951908, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:38.052951908, lastModified=2024-05-02 22:36:24.438735197, delta=73614216711 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:38.052951908, lastModified=2024-05-02 22:36:24.438735197, delta=73614216711 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:38.052951908, lastModified=2024-05-02 22:36:24.438735197, delta=73614216711 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:38.053480576, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:37:38.053674493, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:37:38.053674493, lastModified=2024-05-02 22:36:25.084747530, delta=72968926963 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/AbstractShare$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/AbstractShare$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/AbstractShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/AbstractShare.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/BaseChannelConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/BaseChannelConfig.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/ChannelContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/ChannelContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/IAbstractChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IAbstractChannel.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/IAbstractChannelContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IAbstractChannelContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/IChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IChannel.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/IChannelConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IChannelConfig.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/IChannelContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IChannelContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/IChannelContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IChannelContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/IChannelContainerListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IChannelContainerListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/IChannelListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IChannelListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/IStreamContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IStreamContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/events/IChannelConnectEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/events/IChannelConnectEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/events/IChannelContainerChannelActivatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/events/IChannelContainerChannelActivatedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/events/IChannelContainerChannelDeactivatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/events/IChannelContainerChannelDeactivatedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/events/IChannelContainerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/events/IChannelContainerEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/events/IChannelDisconnectEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/events/IChannelDisconnectEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/events/IChannelEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/events/IChannelEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/events/IChannelMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/events/IChannelMessageEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/mergeable/IChannelHeader.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IChannelHeader.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/mergeable/IConflict.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IConflict.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/mergeable/IItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/mergeable/IItemFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IItemFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/mergeable/IItemHistory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IItemHistory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/mergeable/IMergeableChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IMergeableChannel.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/mergeable/IMergeableChannelContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IMergeableChannelContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/mergeable/IUpdateInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IUpdateInfo.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/mergeable/MergeException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/MergeException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/mergeable/PublishException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/PublishException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/datashare/service/IDatashareService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/service/IDatashareService.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@37e5fcf8 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/AbstractShare$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/AbstractShare$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/AbstractShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/AbstractShare.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/BaseChannelConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/BaseChannelConfig.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/ChannelContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/ChannelContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/IAbstractChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IAbstractChannel.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/IAbstractChannelContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IAbstractChannelContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/IChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IChannel.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/IChannelConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IChannelConfig.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/IChannelContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IChannelContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/IChannelContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IChannelContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/IChannelContainerListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IChannelContainerListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/IChannelListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IChannelListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/IStreamContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/IStreamContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/events/IChannelConnectEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/events/IChannelConnectEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/events/IChannelContainerChannelActivatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/events/IChannelContainerChannelActivatedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/events/IChannelContainerChannelDeactivatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/events/IChannelContainerChannelDeactivatedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/events/IChannelContainerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/events/IChannelContainerEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/events/IChannelDisconnectEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/events/IChannelDisconnectEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/events/IChannelEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/events/IChannelEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/events/IChannelMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/events/IChannelMessageEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/mergeable/IChannelHeader.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IChannelHeader.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/mergeable/IConflict.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IConflict.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/mergeable/IItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/mergeable/IItemFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IItemFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/mergeable/IItemHistory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IItemHistory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/mergeable/IMergeableChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IMergeableChannel.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/mergeable/IMergeableChannelContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IMergeableChannelContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/mergeable/IUpdateInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/IUpdateInfo.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/mergeable/MergeException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/MergeException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/mergeable/PublishException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/mergeable/PublishException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/datashare/service/IDatashareService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes/org/eclipse/ecf/datashare/service/IDatashareService.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/org.eclipse.ecf.datashare-3.0.301-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/datashare/ [DEBUG] adding directory org/eclipse/ecf/datashare/events/ [DEBUG] adding directory org/eclipse/ecf/datashare/mergeable/ [DEBUG] adding directory org/eclipse/ecf/datashare/service/ [DEBUG] adding entry org/eclipse/ecf/datashare/AbstractShare.class [DEBUG] adding entry org/eclipse/ecf/datashare/AbstractShare$1.class [DEBUG] adding entry org/eclipse/ecf/datashare/BaseChannelConfig.class [DEBUG] adding entry org/eclipse/ecf/datashare/ChannelContainer.class [DEBUG] adding entry org/eclipse/ecf/datashare/IAbstractChannel.class [DEBUG] adding entry org/eclipse/ecf/datashare/IAbstractChannelContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/datashare/IChannel.class [DEBUG] adding entry org/eclipse/ecf/datashare/IChannelConfig.class [DEBUG] adding entry org/eclipse/ecf/datashare/IChannelContainer.class [DEBUG] adding entry org/eclipse/ecf/datashare/IChannelContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/datashare/IChannelContainerListener.class [DEBUG] adding entry org/eclipse/ecf/datashare/IChannelListener.class [DEBUG] adding entry org/eclipse/ecf/datashare/IStreamContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/datashare/events/IChannelConnectEvent.class [DEBUG] adding entry org/eclipse/ecf/datashare/events/IChannelContainerChannelActivatedEvent.class [DEBUG] adding entry org/eclipse/ecf/datashare/events/IChannelContainerChannelDeactivatedEvent.class [DEBUG] adding entry org/eclipse/ecf/datashare/events/IChannelContainerEvent.class [DEBUG] adding entry org/eclipse/ecf/datashare/events/IChannelDisconnectEvent.class [DEBUG] adding entry org/eclipse/ecf/datashare/events/IChannelEvent.class [DEBUG] adding entry org/eclipse/ecf/datashare/events/IChannelMessageEvent.class [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IChannelHeader.class [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IConflict.class [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IItem.class [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IItemFactory.class [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IItemHistory.class [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IMergeableChannel.class [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IMergeableChannelContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/IUpdateInfo.class [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/MergeException.class [DEBUG] adding entry org/eclipse/ecf/datashare/mergeable/PublishException.class [DEBUG] adding entry org/eclipse/ecf/datashare/service/IDatashareService.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.datashare-3.0.301-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/org.eclipse.ecf.datashare-3.0.301-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/org.eclipse.ecf.datashare-3.0.301-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/org.eclipse.ecf.datashare-3.0.301-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/org.eclipse.ecf.datashare-3.0.301-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/org.eclipse.ecf.datashare-3.0.301-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/org.eclipse.ecf.datashare-3.0.301-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@817d44] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.datashare --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.datashare/3.0.301.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.datashare,3.0.301.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.datashare/3.0.301.v20230528-2254/org.eclipse.ecf.datashare-3.0.301.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.datashare.source/3.0.301.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.datashare.source,3.0.301.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.datashare.source/3.0.301.v20230528-2254/org.eclipse.ecf.datashare.source-3.0.301.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -------------< org.eclipse.ecf:org.eclipse.ecf.discovery >-------------- [INFO] Building org.eclipse.ecf.discovery 5.2.0-SNAPSHOT [6/114] [INFO] from framework/bundles/org.eclipse.ecf.discovery/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=21309, ConflictMarker.markTime=29496, ConflictMarker.nodeCount=29, ConflictIdSorter.graphTime=18496, ConflictIdSorter.topsortTime=18246, ConflictIdSorter.conflictIdCount=13, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=124162, ConflictResolver.conflictItemCount=28, DfDependencyCollector.collectTime=306116, DfDependencyCollector.transformTime=259959} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:eclipse-plugin:5.2.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:40.777671905, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:40.778014998, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:40.778014998, lastModified=2024-05-02 22:36:24.438735197, delta=76339279801 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:40.778014998, lastModified=2024-05-02 22:36:24.438735197, delta=76339279801 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:40.778014998, lastModified=2024-05-02 22:36:24.438735197, delta=76339279801 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:40.778445375, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:37:40.778648461, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:37:40.778648461, lastModified=2024-05-02 22:36:25.084747530, delta=75693900931 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:40.778014998, lastModified=2024-05-02 22:36:24.438735197, delta=76339279801 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:40.778014998, lastModified=2024-05-02 22:36:24.438735197, delta=76339279801 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:37:40.779467474, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:37:40.779560982, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:40.784907047, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:40.794686166, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:40.778014998, lastModified=2024-05-02 22:36:24.438735197, delta=76339279801 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:40.778014998, lastModified=2024-05-02 22:36:24.438735197, delta=76339279801 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 5.2.0.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.discovery) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.discovery [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:37:41Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 5.2.0.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes [DEBUG] unqualifiedVersion: 5.2.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery-5.2.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/DiscoveryContainerConfig.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IContainerServiceInfoAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IDiscoveryAdvertiser.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IDiscoveryLocator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IServiceEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IServiceInfo.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IServiceListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IServiceProperties.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IServiceTypeEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/IServiceTypeListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/ServiceContainerEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/ServiceInfo.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/ServiceProperties.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/ServiceTypeContainerEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/identity/IServiceID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/identity/IServiceIDFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/identity/IServiceTypeID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/identity/ServiceID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/identity/ServiceIDFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/identity/ServiceTypeID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/discovery/service/IDiscoveryService.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/internal/discovery/DiscoveryDebugOption.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/internal/discovery/DiscoveryNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/internal/discovery/DiscoveryPlugin.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/internal/discovery/DiscoveryServiceListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/internal/discovery/IServiceInfoServiceListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/internal/discovery/ServiceTypeComparator.java, -g, -nowarn, -target, 17, -source, 17, --release, 17, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:37:41Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 5.2.0.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes [DEBUG] unqualifiedVersion: 5.2.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery-5.2.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@2aa4d62a [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.discovery-5.2.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/org.eclipse.ecf.discovery-5.2.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/discovery/ [DEBUG] adding directory org/eclipse/ecf/discovery/identity/ [DEBUG] adding directory org/eclipse/ecf/discovery/service/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ [DEBUG] adding entry org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/discovery/DiscoveryContainerConfig.java [DEBUG] adding entry org/eclipse/ecf/discovery/IContainerServiceInfoAdapter.java [DEBUG] adding entry org/eclipse/ecf/discovery/IDiscoveryAdvertiser.java [DEBUG] adding entry org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/discovery/IDiscoveryLocator.java [DEBUG] adding entry org/eclipse/ecf/discovery/IServiceEvent.java [DEBUG] adding entry org/eclipse/ecf/discovery/IServiceInfo.java [DEBUG] adding entry org/eclipse/ecf/discovery/IServiceListener.java [DEBUG] adding entry org/eclipse/ecf/discovery/IServiceProperties.java [DEBUG] adding entry org/eclipse/ecf/discovery/IServiceTypeEvent.java [DEBUG] adding entry org/eclipse/ecf/discovery/IServiceTypeListener.java [DEBUG] adding entry org/eclipse/ecf/discovery/ServiceContainerEvent.java [DEBUG] adding entry org/eclipse/ecf/discovery/ServiceInfo.java [DEBUG] adding entry org/eclipse/ecf/discovery/ServiceProperties.java [DEBUG] adding entry org/eclipse/ecf/discovery/ServiceTypeContainerEvent.java [DEBUG] adding entry org/eclipse/ecf/discovery/identity/IServiceID.java [DEBUG] adding entry org/eclipse/ecf/discovery/identity/IServiceIDFactory.java [DEBUG] adding entry org/eclipse/ecf/discovery/identity/IServiceTypeID.java [DEBUG] adding entry org/eclipse/ecf/discovery/identity/ServiceID.java [DEBUG] adding entry org/eclipse/ecf/discovery/identity/ServiceIDFactory.java [DEBUG] adding entry org/eclipse/ecf/discovery/identity/ServiceTypeID.java [DEBUG] adding entry org/eclipse/ecf/discovery/service/IDiscoveryService.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/DiscoveryDebugOption.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/DiscoveryNamespace.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/DiscoveryPlugin.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/DiscoveryServiceListener.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/IServiceInfoServiceListener.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ServiceTypeComparator.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@690c0e0c [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.discovery-5.2.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@5cd8de1a [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:41.685480018, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:41.685783922, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:41.685783922, lastModified=2024-05-02 22:36:24.438735197, delta=77247048725 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:41.685783922, lastModified=2024-05-02 22:36:24.438735197, delta=77247048725 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:41.685783922, lastModified=2024-05-02 22:36:24.438735197, delta=77247048725 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:41.686208646, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:37:41.686297950, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:37:41.686297950, lastModified=2024-05-02 22:36:25.084747530, delta=76601550420 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/DiscoveryContainerConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/DiscoveryContainerConfig.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/IContainerServiceInfoAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IContainerServiceInfoAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/IDiscoveryAdvertiser.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IDiscoveryAdvertiser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/IDiscoveryLocator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IDiscoveryLocator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/IServiceEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IServiceEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/IServiceInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IServiceInfo.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/IServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IServiceListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/IServiceProperties.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IServiceProperties.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/IServiceTypeEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IServiceTypeEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/IServiceTypeListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IServiceTypeListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ServiceContainerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/ServiceContainerEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ServiceInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/ServiceInfo.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ServiceProperties$ByteArrayWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/ServiceProperties$ByteArrayWrapper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ServiceProperties.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/ServiceProperties.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ServiceTypeContainerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/ServiceTypeContainerEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/identity/IServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/identity/IServiceID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/identity/IServiceIDFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/identity/IServiceIDFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/identity/IServiceTypeID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/identity/IServiceTypeID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/identity/ServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/identity/ServiceID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/identity/ServiceIDFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/identity/ServiceIDFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/identity/ServiceTypeID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/identity/ServiceTypeID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/service/IDiscoveryService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/service/IDiscoveryService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/DiscoveryDebugOption.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/DiscoveryDebugOption.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/DiscoveryNamespace$DiscoveryServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/DiscoveryNamespace$DiscoveryServiceID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/DiscoveryNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/DiscoveryNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/DiscoveryPlugin$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/DiscoveryPlugin$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/DiscoveryPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/DiscoveryPlugin.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/DiscoveryServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/DiscoveryServiceListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/IServiceInfoServiceListener$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/IServiceInfoServiceListener$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/IServiceInfoServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/IServiceInfoServiceListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ServiceTypeComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/ServiceTypeComparator.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@2c191296 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/DiscoveryContainerConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/DiscoveryContainerConfig.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/IContainerServiceInfoAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IContainerServiceInfoAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/IDiscoveryAdvertiser.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IDiscoveryAdvertiser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/IDiscoveryLocator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IDiscoveryLocator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/IServiceEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IServiceEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/IServiceInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IServiceInfo.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/IServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IServiceListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/IServiceProperties.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IServiceProperties.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/IServiceTypeEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IServiceTypeEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/IServiceTypeListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/IServiceTypeListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ServiceContainerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/ServiceContainerEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ServiceInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/ServiceInfo.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ServiceProperties$ByteArrayWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/ServiceProperties$ByteArrayWrapper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ServiceProperties.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/ServiceProperties.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ServiceTypeContainerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/ServiceTypeContainerEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/identity/IServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/identity/IServiceID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/identity/IServiceIDFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/identity/IServiceIDFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/identity/IServiceTypeID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/identity/IServiceTypeID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/identity/ServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/identity/ServiceID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/identity/ServiceIDFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/identity/ServiceIDFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/identity/ServiceTypeID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/identity/ServiceTypeID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/service/IDiscoveryService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/discovery/service/IDiscoveryService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/DiscoveryDebugOption.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/DiscoveryDebugOption.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/DiscoveryNamespace$DiscoveryServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/DiscoveryNamespace$DiscoveryServiceID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/DiscoveryNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/DiscoveryNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/DiscoveryPlugin$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/DiscoveryPlugin$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/DiscoveryPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/DiscoveryPlugin.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/DiscoveryServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/DiscoveryServiceListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/IServiceInfoServiceListener$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/IServiceInfoServiceListener$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/IServiceInfoServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/IServiceInfoServiceListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ServiceTypeComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes/org/eclipse/ecf/internal/discovery/ServiceTypeComparator.class [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/org.eclipse.ecf.discovery-5.2.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/discovery/ [DEBUG] adding directory org/eclipse/ecf/discovery/identity/ [DEBUG] adding directory org/eclipse/ecf/discovery/service/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ [DEBUG] adding entry org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$6.class [DEBUG] adding entry org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$2.class [DEBUG] adding entry org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$1.class [DEBUG] adding entry org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$3.class [DEBUG] adding entry org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$5.class [DEBUG] adding entry org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter$4.class [DEBUG] adding entry org/eclipse/ecf/discovery/DiscoveryContainerConfig.class [DEBUG] adding entry org/eclipse/ecf/discovery/IContainerServiceInfoAdapter.class [DEBUG] adding entry org/eclipse/ecf/discovery/IDiscoveryAdvertiser.class [DEBUG] adding entry org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/discovery/IDiscoveryLocator.class [DEBUG] adding entry org/eclipse/ecf/discovery/IServiceEvent.class [DEBUG] adding entry org/eclipse/ecf/discovery/IServiceInfo.class [DEBUG] adding entry org/eclipse/ecf/discovery/IServiceListener.class [DEBUG] adding entry org/eclipse/ecf/discovery/IServiceProperties.class [DEBUG] adding entry org/eclipse/ecf/discovery/IServiceTypeEvent.class [DEBUG] adding entry org/eclipse/ecf/discovery/IServiceTypeListener.class [DEBUG] adding entry org/eclipse/ecf/discovery/ServiceContainerEvent.class [DEBUG] adding entry org/eclipse/ecf/discovery/ServiceInfo.class [DEBUG] adding entry org/eclipse/ecf/discovery/ServiceProperties$ByteArrayWrapper.class [DEBUG] adding entry org/eclipse/ecf/discovery/ServiceProperties.class [DEBUG] adding entry org/eclipse/ecf/discovery/ServiceTypeContainerEvent.class [DEBUG] adding entry org/eclipse/ecf/discovery/identity/IServiceID.class [DEBUG] adding entry org/eclipse/ecf/discovery/identity/IServiceIDFactory.class [DEBUG] adding entry org/eclipse/ecf/discovery/identity/IServiceTypeID.class [DEBUG] adding entry org/eclipse/ecf/discovery/identity/ServiceID.class [DEBUG] adding entry org/eclipse/ecf/discovery/identity/ServiceIDFactory.class [DEBUG] adding entry org/eclipse/ecf/discovery/identity/ServiceTypeID.class [DEBUG] adding entry org/eclipse/ecf/discovery/service/IDiscoveryService.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/DiscoveryDebugOption.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/DiscoveryNamespace.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/DiscoveryNamespace$DiscoveryServiceID.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/DiscoveryPlugin.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/DiscoveryPlugin$1.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/DiscoveryServiceListener.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/IServiceInfoServiceListener$1.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/IServiceInfoServiceListener.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ServiceTypeComparator.class [DEBUG] adding entry .options [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.discovery-5.2.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/org.eclipse.ecf.discovery-5.2.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/org.eclipse.ecf.discovery-5.2.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/org.eclipse.ecf.discovery-5.2.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/org.eclipse.ecf.discovery-5.2.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/org.eclipse.ecf.discovery-5.2.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/org.eclipse.ecf.discovery-5.2.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@55e35037] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Require-Capability: not present in baseline version org/eclipse/ecf/discovery/ServiceInfo.class: different org/eclipse/ecf/discovery/identity/ServiceID.class: different org/eclipse/ecf/discovery/identity/ServiceTypeID.class: different org/eclipse/ecf/internal/discovery/DiscoveryServiceListener.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.discovery/5.2.0.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery,5.2.0.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery/5.2.0.v20231021-2050/org.eclipse.ecf.discovery-5.2.0.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.discovery.source/5.2.0.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.source,5.2.0.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.source/5.2.0.v20231021-2050/org.eclipse.ecf.discovery.source-5.2.0.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model >--------- [INFO] Building org.eclipse.ecf.discovery.ui.model 3.0.202-SNAPSHOT [7/114] [INFO] from framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype_3.9.400.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.contenttype,3.9.400.v20240419-1233 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences_3.11.100.v20240327-0645.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.preferences,3.11.100.v20240327-0645 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.contenttype.source_3.9.400.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.contenttype.source,3.9.400.v20240419-1233 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype.source/3.9.400.v20240419-1233/org.eclipse.core.contenttype.source-3.9.400.v20240419-1233-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime_3.31.100.v20240422-1722.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.runtime,3.31.100.v20240422-1722 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app_1.7.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.app,1.7.100.v20240321-1445 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.runtime.source_3.31.100.v20240422-1722.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.runtime.source,3.31.100.v20240422-1722 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime.source/3.31.100.v20240422-1722/org.eclipse.core.runtime.source-3.31.100.v20240422-1722-p2artifacts.xml [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] Fetching credentials for https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/2.37.0&countryCode=us&timeZone=0&format=xml) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.emf.ecore,2.36.0.v20240203-0859 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859-p2artifacts.xml [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common_2.30.0.v20240314-0928.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.emf.common,2.30.0.v20240314-0928 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.emf.common.source_2.30.0.v20240314-0928.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.emf.common.source,2.30.0.v20240314-0928 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.source/2.30.0.v20240314-0928/org.eclipse.emf.common.source-2.30.0.v20240314-0928-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.app.source_1.7.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.app.source,1.7.100.v20240321-1445 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app.source/1.7.100.v20240321-1445/org.eclipse.equinox.app.source-1.7.100.v20240321-1445-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.preferences.source_3.11.100.v20240327-0645.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.preferences.source,3.11.100.v20240327-0645 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences.source/3.11.100.v20240327-0645/org.eclipse.equinox.preferences.source-3.11.100.v20240327-0645-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs.source/1.1.2.202109301733/org.osgi.service.prefs.source-1.1.2.202109301733-p2artifacts.xml [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=34673, ConflictMarker.markTime=48723, ConflictMarker.nodeCount=55, ConflictIdSorter.graphTime=15034, ConflictIdSorter.topsortTime=19173, ConflictIdSorter.conflictIdCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=274023, ConflictResolver.conflictItemCount=54, DfDependencyCollector.collectTime=869156, DfDependencyCollector.transformTime=422139} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:eclipse-plugin:3.0.202-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:45.210939523, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:45.211459002, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:45.211459002, lastModified=2024-05-02 22:36:24.438735197, delta=80772723805 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:45.211459002, lastModified=2024-05-02 22:36:24.438735197, delta=80772723805 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:45.211459002, lastModified=2024-05-02 22:36:24.438735197, delta=80772723805 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:45.212134149, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:37:45.212426312, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:37:45.212426312, lastModified=2024-05-02 22:36:25.084747530, delta=80127678782 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:45.211459002, lastModified=2024-05-02 22:36:24.438735197, delta=80772723805 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:45.211459002, lastModified=2024-05-02 22:36:24.438735197, delta=80772723805 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:37:45.213327534, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:37:45.213430280, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:45.218944937, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:45.230553540, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:45.211459002, lastModified=2024-05-02 22:36:24.438735197, delta=80772723805 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:45.211459002, lastModified=2024-05-02 22:36:24.438735197, delta=80772723805 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.0.202.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.discovery.ui.model) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.discovery.ui.model [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:37:45Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.0.202.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery.ui.model [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes [DEBUG] unqualifiedVersion: 3.0.202 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery.ui.model-3.0.202-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/IHost.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/INetwork.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/IServiceID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/IServiceInfo.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/IServiceTypeID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/ModelFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/ModelPackage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/ModelPlugin.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/impl/IHostImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/impl/INetworkImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/impl/IServiceIDImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/impl/IServiceInfoImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/impl/IServiceTypeIDImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/impl/ModelFactoryImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/impl/ModelPackageImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/resource/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/resource/ServiceResource.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/resource/ServiceResourceFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/util/ModelAdapterFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/org/eclipse/ecf/discovery/ui/model/util/ModelSwitch.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:37:46Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.0.202.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery.ui.model [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes [DEBUG] unqualifiedVersion: 3.0.202 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery.ui.model-3.0.202-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@19c10f47 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.model-3.0.202-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/org.eclipse.ecf.discovery.ui.model-3.0.202-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/discovery/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/model/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/model/impl/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/model/resource/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/model/util/ [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/IHost.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/INetwork.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/IServiceID.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/IServiceInfo.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/IServiceTypeID.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/ModelFactory.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/ModelPackage.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/ModelPlugin.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/impl/IHostImpl.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/impl/INetworkImpl.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/impl/IServiceIDImpl.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/impl/IServiceInfoImpl.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/impl/IServiceTypeIDImpl.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/impl/ModelFactoryImpl.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/impl/ModelPackageImpl.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/resource/Messages.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/resource/ServiceResource.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/resource/ServiceResourceFactory.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/resource/messages.properties [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/util/ModelAdapterFactory.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/util/ModelSwitch.java [DEBUG] adding directory model/ [DEBUG] adding entry about.html [DEBUG] adding entry model/discovery.ecore [DEBUG] adding entry model/discovery.genmodel [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@2e33835c [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.model-3.0.202-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@3f06e26b [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:46.361460110, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:46.361788345, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:46.361788345, lastModified=2024-05-02 22:36:24.438735197, delta=81923053148 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:46.361788345, lastModified=2024-05-02 22:36:24.438735197, delta=81923053148 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:46.361788345, lastModified=2024-05-02 22:36:24.438735197, delta=81923053148 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:46.362185443, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:37:46.362277394, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:37:46.362277394, lastModified=2024-05-02 22:36:25.084747530, delta=81277529864 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/IHost.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/IHost.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/INetwork.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/INetwork.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/IServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/IServiceID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/IServiceInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/IServiceInfo.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/IServiceTypeID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/IServiceTypeID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/ModelFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/ModelFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/ModelPackage$Literals.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/ModelPackage$Literals.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/ModelPackage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/ModelPackage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/ModelPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/ModelPlugin.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/impl/IHostImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/impl/IHostImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/impl/INetworkImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/impl/INetworkImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/impl/IServiceIDImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/impl/IServiceIDImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/impl/IServiceInfoImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/impl/IServiceInfoImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/impl/IServiceTypeIDImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/impl/IServiceTypeIDImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/impl/ModelFactoryImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/impl/ModelFactoryImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/impl/ModelPackageImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/impl/ModelPackageImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/resource/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/resource/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$ServiceDiscoveryListener$ECFServiceInfoComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$ServiceDiscoveryListener$ECFServiceInfoComparator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$ServiceDiscoveryListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$ServiceDiscoveryListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/resource/ServiceResource.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/resource/ServiceResource.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/resource/ServiceResourceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/resource/ServiceResourceFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/util/ModelAdapterFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/util/ModelAdapterFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/util/ModelAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/util/ModelAdapterFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/util/ModelSwitch.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/util/ModelSwitch.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@391e6af3 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/IHost.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/IHost.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/INetwork.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/INetwork.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/IServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/IServiceID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/IServiceInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/IServiceInfo.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/IServiceTypeID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/IServiceTypeID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/ModelFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/ModelFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/ModelPackage$Literals.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/ModelPackage$Literals.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/ModelPackage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/ModelPackage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/ModelPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/ModelPlugin.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/impl/IHostImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/impl/IHostImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/impl/INetworkImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/impl/INetworkImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/impl/IServiceIDImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/impl/IServiceIDImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/impl/IServiceInfoImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/impl/IServiceInfoImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/impl/IServiceTypeIDImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/impl/IServiceTypeIDImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/impl/ModelFactoryImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/impl/ModelFactoryImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/impl/ModelPackageImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/impl/ModelPackageImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/resource/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/resource/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$ServiceDiscoveryListener$ECFServiceInfoComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$ServiceDiscoveryListener$ECFServiceInfoComparator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$ServiceDiscoveryListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$ServiceDiscoveryListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/resource/ServiceResource.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/resource/ServiceResource.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/resource/ServiceResourceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/resource/ServiceResourceFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/util/ModelAdapterFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/util/ModelAdapterFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/util/ModelAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/util/ModelAdapterFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/util/ModelSwitch.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes/org/eclipse/ecf/discovery/ui/model/util/ModelSwitch.class [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/org.eclipse.ecf.discovery.ui.model-3.0.202-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/discovery/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/model/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/model/impl/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/model/resource/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/model/util/ [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/IHost.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/INetwork.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/IServiceID.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/IServiceInfo.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/IServiceTypeID.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/ModelFactory.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/ModelPackage.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/ModelPackage$Literals.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/ModelPlugin.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/impl/IHostImpl.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/impl/INetworkImpl.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/impl/IServiceIDImpl.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/impl/IServiceInfoImpl.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/impl/IServiceTypeIDImpl.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/impl/ModelFactoryImpl.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/impl/ModelPackageImpl.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/resource/Messages.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$ServiceDiscoveryListener$ECFServiceInfoComparator.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$ServiceDiscoveryListener.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$1.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/resource/ServiceResource.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/resource/ServiceResourceFactory.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/resource/messages.properties [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/util/ModelAdapterFactory.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/util/ModelAdapterFactory$1.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/util/ModelSwitch.class [DEBUG] adding directory model/ [DEBUG] adding entry about.html [DEBUG] adding entry model/discovery.ecore [DEBUG] adding entry model/discovery.genmodel [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.model-3.0.202-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/org.eclipse.ecf.discovery.ui.model-3.0.202-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/org.eclipse.ecf.discovery.ui.model-3.0.202-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/org.eclipse.ecf.discovery.ui.model-3.0.202-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/org.eclipse.ecf.discovery.ui.model-3.0.202-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/org.eclipse.ecf.discovery.ui.model-3.0.202-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/org.eclipse.ecf.discovery.ui.model-3.0.202-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@1d65235a] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version org/eclipse/ecf/discovery/ui/model/impl/ModelFactoryImpl.class: different org/eclipse/ecf/discovery/ui/model/resource/ServiceResource$ServiceDiscoveryListener.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui.model --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.discovery.ui.model/3.0.202.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.ui.model,3.0.202.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.ui.model/3.0.202.v20231021-2050/org.eclipse.ecf.discovery.ui.model-3.0.202.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.discovery.ui.model.source/3.0.202.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.ui.model.source,3.0.202.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.ui.model.source/3.0.202.v20231021-2050/org.eclipse.ecf.discovery.ui.model.source-3.0.202.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit >---------- [INFO] Building org.eclipse.ecf.discovery.ui.edit 3.0.201-SNAPSHOT [8/114] [INFO] from framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit_2.21.0.v20231208-1346.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.emf.edit,2.21.0.v20231208-1346 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346-p2artifacts.xml [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.emf.ecore.change,2.16.0.v20231208-1346 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346-p2artifacts.xml [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=33434, ConflictMarker.markTime=29788, ConflictMarker.nodeCount=83, ConflictIdSorter.graphTime=25989, ConflictIdSorter.topsortTime=22259, ConflictIdSorter.conflictIdCount=30, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=544453, ConflictResolver.conflictItemCount=82, DfDependencyCollector.collectTime=963843, DfDependencyCollector.transformTime=682169} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:eclipse-plugin:3.0.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:jar:3.0.202-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit:jar:2.21.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:48.887104796, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:48.887885080, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:48.887885080, lastModified=2024-05-02 22:36:24.438735197, delta=84449149883 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:48.887885080, lastModified=2024-05-02 22:36:24.438735197, delta=84449149883 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:48.887885080, lastModified=2024-05-02 22:36:24.438735197, delta=84449149883 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:48.888516566, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:37:48.888813406, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:37:48.888813406, lastModified=2024-05-02 22:36:25.084747530, delta=83804065876 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:48.887885080, lastModified=2024-05-02 22:36:24.438735197, delta=84449149883 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:48.887885080, lastModified=2024-05-02 22:36:24.438735197, delta=84449149883 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:37:48.889681089, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:37:48.889802303, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 7 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:48.897270912, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:48.908946414, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:48.887885080, lastModified=2024-05-02 22:36:24.438735197, delta=84449149883 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:48.887885080, lastModified=2024-05-02 22:36:24.438735197, delta=84449149883 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.0.201.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.discovery.ui.edit) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.discovery.ui.edit [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:37:49Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.0.201.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery.ui.edit [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes [DEBUG] unqualifiedVersion: 3.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery.ui.edit-3.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/org/eclipse/ecf/discovery/ui/model/IItemStatusLineProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/org/eclipse/ecf/discovery/ui/model/ItemProviderWithStatusLineAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditPlugin.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditingDomainProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/org/eclipse/ecf/discovery/ui/model/provider/IHostItemProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/org/eclipse/ecf/discovery/ui/model/provider/INetworkItemProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/org/eclipse/ecf/discovery/ui/model/provider/IServiceIDItemProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/org/eclipse/ecf/discovery/ui/model/provider/IServiceInfoItemProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/org/eclipse/ecf/discovery/ui/model/provider/IServiceTypeIDItemProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/org/eclipse/ecf/discovery/ui/model/provider/ModelItemProviderAdapterFactory.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:37:49Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.0.201.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery.ui.edit [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes [DEBUG] unqualifiedVersion: 3.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery.ui.edit-3.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@5d474671 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.edit-3.0.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/org.eclipse.ecf.discovery.ui.edit-3.0.201-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/discovery/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/model/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/model/provider/ [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/IItemStatusLineProvider.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/ItemProviderWithStatusLineAdapter.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditPlugin.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditingDomainProvider.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/IHostItemProvider.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/INetworkItemProvider.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/IServiceIDItemProvider.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/IServiceInfoItemProvider.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/IServiceTypeIDItemProvider.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/ModelItemProviderAdapterFactory.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@2f0d42d8 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.edit-3.0.201-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@db08ba2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:49.880524647, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:37:49.880956677, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:49.880956677, lastModified=2024-05-02 22:36:24.438735197, delta=85442221480 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:49.880956677, lastModified=2024-05-02 22:36:24.438735197, delta=85442221480 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:37:49.880956677, lastModified=2024-05-02 22:36:24.438735197, delta=85442221480 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:37:49.881636963, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:37:49.881758565, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:37:49.881758565, lastModified=2024-05-02 22:36:25.084747530, delta=84797011035 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/IItemStatusLineProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/IItemStatusLineProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/ItemProviderWithStatusLineAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/ItemProviderWithStatusLineAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditPlugin$Implementation.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditPlugin$Implementation.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditPlugin.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditingDomainProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditingDomainProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/IHostItemProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/IHostItemProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/INetworkItemProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/INetworkItemProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/IServiceIDItemProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/IServiceIDItemProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/IServiceInfoItemProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/IServiceInfoItemProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/IServiceTypeIDItemProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/IServiceTypeIDItemProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/ModelItemProviderAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/ModelItemProviderAdapterFactory.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@5be0bedf [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/IItemStatusLineProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/IItemStatusLineProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/ItemProviderWithStatusLineAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/ItemProviderWithStatusLineAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditPlugin$Implementation.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditPlugin$Implementation.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditPlugin.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditingDomainProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditingDomainProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/IHostItemProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/IHostItemProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/INetworkItemProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/INetworkItemProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/IServiceIDItemProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/IServiceIDItemProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/IServiceInfoItemProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/IServiceInfoItemProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/IServiceTypeIDItemProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/IServiceTypeIDItemProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/model/provider/ModelItemProviderAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes/org/eclipse/ecf/discovery/ui/model/provider/ModelItemProviderAdapterFactory.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/org.eclipse.ecf.discovery.ui.edit-3.0.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/discovery/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/model/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/model/provider/ [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/IItemStatusLineProvider.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/ItemProviderWithStatusLineAdapter.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditPlugin$Implementation.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditPlugin.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditingDomainProvider.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/IHostItemProvider.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/INetworkItemProvider.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/IServiceIDItemProvider.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/IServiceInfoItemProvider.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/IServiceTypeIDItemProvider.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/model/provider/ModelItemProviderAdapterFactory.class [DEBUG] adding directory icons/ [DEBUG] adding directory icons/full/ [DEBUG] adding directory icons/full/obj16/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/full/obj16/IHost.gif [DEBUG] adding entry icons/full/obj16/INetwork.gif [DEBUG] adding entry icons/full/obj16/IServiceID.gif [DEBUG] adding entry icons/full/obj16/IServiceInfo.gif [DEBUG] adding entry icons/full/obj16/IServiceType.gif [DEBUG] adding entry icons/full/obj16/IServiceTypeID.gif [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.edit-3.0.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/org.eclipse.ecf.discovery.ui.edit-3.0.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/org.eclipse.ecf.discovery.ui.edit-3.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/org.eclipse.ecf.discovery.ui.edit-3.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/org.eclipse.ecf.discovery.ui.edit-3.0.201-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/org.eclipse.ecf.discovery.ui.edit-3.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/org.eclipse.ecf.discovery.ui.edit-3.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@38a1630d] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version org/eclipse/ecf/discovery/ui/model/provider/DiscoveryEditingDomainProvider.class: different org/eclipse/ecf/discovery/ui/model/provider/IServiceIDItemProvider.class: different org/eclipse/ecf/discovery/ui/model/provider/IServiceInfoItemProvider.class: different org/eclipse/ecf/discovery/ui/model/provider/IServiceTypeIDItemProvider.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui.edit --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.discovery.ui.edit/3.0.201.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.ui.edit,3.0.201.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.ui.edit/3.0.201.v20231021-2050/org.eclipse.ecf.discovery.ui.edit-3.0.201.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.discovery.ui.edit.source/3.0.201.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.ui.edit.source,3.0.201.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.ui.edit.source/3.0.201.v20231021-2050/org.eclipse.ecf.discovery.ui.edit.source-3.0.201.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui >------------ [INFO] Building org.eclipse.ecf.discovery.ui 3.0.301-SNAPSHOT [9/114] [INFO] from framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.discovery.ui.properties 3.0.201.qualifier [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.201.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu_75.1.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,com.ibm.icu,75.1.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/75.1.0/com.ibm.icu-75.1.0-p2artifacts.xml [DEBUG] Resolving artifact com.ibm.icu:icu4j:jar:75.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.ibm.icu:icu4j:jar:75.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/75.1/icu4j-75.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/75.1/icu4j-75.1.jar (14 MB at 105 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/ibm/icu/icu4j/75.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/ibm/icu/icu4j/75.1/icu4j-75.1.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.ibm.icu.source_75.1.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,com.ibm.icu.source,75.1.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu.source/75.1.0/com.ibm.icu.source-75.1.0-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna_5.14.0.v20231211-1200.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,com.sun.jna,5.14.0.v20231211-1200 to /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform_5.14.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,com.sun.jna.platform,5.14.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0-p2artifacts.xml [DEBUG] Resolving artifact net.java.dev.jna:jna-platform:jar:5.14.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact net.java.dev.jna:jna-platform:jar:5.14.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar (1.4 MB at 91 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/dev/jna/jna-platform/5.14.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.platform.source_5.14.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,com.sun.jna.platform.source,5.14.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform.source/5.14.0/com.sun.jna.platform.source-5.14.0-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_2.1.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,jakarta.annotation-api,2.1.1 to /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_2.1.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,jakarta.annotation-api.source,2.1.1 to /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.annotation-api.source/2.1.1/jakarta.annotation-api.source-2.1.1-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,jakarta.inject.jakarta.inject-api,2.0.1 to /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.inject.jakarta.inject-api/2.0.1/jakarta.inject.jakarta.inject-api-2.0.1-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,jakarta.inject.jakarta.inject-api.source,2.0.1 to /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.inject.jakarta.inject-api.source/2.0.1/jakarta.inject.jakarta.inject-api.source-2.0.1-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.aries.spifly.dynamic.bundle,1.3.7 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7-p2artifacts.xml [DEBUG] Resolving artifact org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar (154 kB at 31 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.objectweb.asm,9.7.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0-p2artifacts.xml [DEBUG] Resolving artifact org.ow2.asm:asm:jar:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm:jar:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.7/asm-9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.7/asm-9.7.jar (125 kB at 42 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm/9.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm/9.7/asm-9.7.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.objectweb.asm.commons,9.7.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.commons/9.7.0/org.objectweb.asm.commons-9.7.0-p2artifacts.xml [DEBUG] Resolving artifact org.ow2.asm:asm-commons:jar:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-commons:jar:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.jar (73 kB at 37 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-commons/9.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.objectweb.asm.util,9.7.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.util/9.7.0/org.objectweb.asm.util-9.7.0-p2artifacts.xml [DEBUG] Resolving artifact org.ow2.asm:asm-util:jar:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-util:jar:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.7/asm-util-9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.7/asm-util-9.7.jar (94 kB at 47 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.7/asm-util-9.7.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.aries.spifly.dynamic.bundle.source,1.3.7 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.aries.spifly.dynamic.bundle.source/1.3.7/org.apache.aries.spifly.dynamic.bundle.source-1.3.7-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.batik.constants,1.17.0.v20231215-1130 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.constants/1.17.0.v20231215-1130/org.apache.batik.constants-1.17.0.v20231215-1130-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.batik.constants.source,1.17.0.v20231215-1130 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.constants.source/1.17.0.v20231215-1130/org.apache.batik.constants.source-1.17.0.v20231215-1130-p2artifacts.xml [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-constants:jar:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-constants:jar:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-constants/1.17/batik-constants-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-constants/1.17/batik-constants-1.17.jar (8.4 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-constants/1.17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-constants/1.17/batik-constants-1.17.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.batik.css,1.17.0.v20231215-1130 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.orbit.xml-apis-ext,1.0.0.v20230923-0644 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.orbit.xml-apis-ext/1.0.0.v20230923-0644/org.eclipse.orbit.xml-apis-ext-1.0.0.v20230923-0644-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.xmlgraphics/2.9.0.v20230916-1600/org.apache.xmlgraphics-2.9.0.v20230916-1600-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.batik.i18n,1.17.0.v20231215-1130 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.i18n/1.17.0.v20231215-1130/org.apache.batik.i18n-1.17.0.v20231215-1130-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.batik.util,1.17.0.v20231215-1130 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.util/1.17.0.v20231215-1130/org.apache.batik.util-1.17.0.v20231215-1130-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.batik.css.source,1.17.0.v20231215-1130 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css.source/1.17.0.v20231215-1130/org.apache.batik.css.source-1.17.0.v20231215-1130-p2artifacts.xml [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-css:jar:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-css:jar:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.17/batik-css-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.17/batik-css-1.17.jar (331 kB at 28 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-css/1.17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-css/1.17/batik-css-1.17.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.batik.i18n.source,1.17.0.v20231215-1130 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.i18n.source/1.17.0.v20231215-1130/org.apache.batik.i18n.source-1.17.0.v20231215-1130-p2artifacts.xml [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-i18n:jar:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-i18n:jar:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-i18n/1.17/batik-i18n-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-i18n/1.17/batik-i18n-1.17.jar (11 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-i18n/1.17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-i18n/1.17/batik-i18n-1.17.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.batik.util.source,1.17.0.v20231215-1130 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.util.source/1.17.0.v20231215-1130/org.apache.batik.util.source-1.17.0.v20231215-1130-p2artifacts.xml [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-util:jar:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-util:jar:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.17/batik-util-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.17/batik-util-1.17.jar (127 kB at 12 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-util/1.17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-util/1.17/batik-util-1.17.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections_3.2.2.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.commons.collections,3.2.2 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.collections/3.2.2/org.apache.commons.collections-3.2.2-p2artifacts.xml [DEBUG] Resolving artifact commons-collections:commons-collections:jar:3.2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-collections:commons-collections:jar:3.2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 84 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.collections.source_3.2.2.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.commons.collections.source,3.2.2 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.collections.source/3.2.2/org.apache.commons.collections.source-3.2.2-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils_1.9.4.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.commons.commons-beanutils,1.9.4 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.commons-beanutils/1.9.4/org.apache.commons.commons-beanutils-1.9.4-p2artifacts.xml [DEBUG] Resolving artifact commons-beanutils:commons-beanutils:jar:1.9.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-beanutils:commons-beanutils:jar:1.9.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 62 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.9.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging_1.2.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.commons.logging,1.2.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0/org.apache.commons.logging-1.2.0-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.commons.commons-beanutils.source,1.9.4 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.commons-beanutils.source/1.9.4/org.apache.commons.commons-beanutils.source-1.9.4-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io_2.16.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.commons.commons-io,2.16.1 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.commons-io/2.16.1/org.apache.commons.commons-io-2.16.1-p2artifacts.xml [DEBUG] Resolving artifact commons-io:commons-io:jar:2.16.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.16.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar (509 kB at 85 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.16.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.commons-io.source_2.16.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.commons.commons-io.source,2.16.1 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.commons-io.source/2.16.1/org.apache.commons.commons-io.source-2.16.1-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath_1.3.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.commons.jxpath,1.3.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0-p2artifacts.xml [DEBUG] Resolving artifact commons-jxpath:commons-jxpath:jar:1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-jxpath:commons-jxpath:jar:1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar (300 kB at 75 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-jxpath/commons-jxpath/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jetty.servlet-api,4.0.6 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jetty.servlet-api/4.0.6/org.eclipse.jetty.servlet-api-4.0.6-p2artifacts.xml [DEBUG] Resolving artifact org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.jar (273 kB at 68 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.mortbay.jasper.apache-jsp,9.0.83 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.mortbay.jasper.apache-jsp/9.0.83/org.mortbay.jasper.apache-jsp-9.0.83-p2artifacts.xml [DEBUG] Resolving artifact org.mortbay.jasper:apache-jsp:jar:9.0.83.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.mortbay.jasper:apache-jsp:jar:9.0.83.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/9.0.83.1/apache-jsp-9.0.83.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/9.0.83.1/apache-jsp-9.0.83.1.jar (1.0 MB at 95 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/mortbay/jasper/apache-jsp/9.0.83.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/mortbay/jasper/apache-jsp/9.0.83.1/apache-jsp-9.0.83.1.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom_1.1.3.v20230812-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.jdom,1.1.3.v20230812-1600 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.jdom/1.1.3.v20230812-1600/org.jdom-1.1.3.v20230812-1600-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.jxpath.source_1.3.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.commons.jxpath.source,1.3.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath.source/1.3.0/org.apache.commons.jxpath.source-1.3.0-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.commons.logging.source_1.2.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.commons.logging.source,1.2.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging.source/1.2.0/org.apache.commons.logging.source-1.2.0-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr_2.2.10.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.felix.scr,2.2.10 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component_1.5.1.202212101352.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.component,1.5.1.202212101352 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise_1.3.0.202212101352.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.util.promise,1.3.0.202212101352 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.felix.scr.source_2.2.10.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.felix.scr.source,2.2.10 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.scr.source/2.2.10/org.apache.felix.scr.source-2.2.10-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.xmlgraphics.source,2.9.0.v20230916-1600 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.xmlgraphics.source/2.9.0.v20230916-1600/org.apache.xmlgraphics.source-2.9.0.v20230916-1600-p2artifacts.xml [DEBUG] Resolving artifact org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.9/xmlgraphics-commons-2.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.9/xmlgraphics-commons-2.9.jar (678 kB at 48 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/xmlgraphics-commons/2.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/xmlgraphics-commons/2.9/xmlgraphics-commons-2.9.jar.lastUpdated' [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands_3.12.100.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.commands,3.12.100.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.commands.source_3.12.100.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.commands.source,3.12.100.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands.source/3.12.100.v20240424-0956/org.eclipse.core.commands.source-3.12.100.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding_1.13.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.databinding,1.13.300.v20240424-0444 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable_1.13.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.databinding.observable,1.13.300.v20240424-0444 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property_1.10.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.databinding.property,1.10.300.v20240424-0444 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.source_1.13.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.databinding.source,1.13.300.v20240424-0444 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.source/1.13.300.v20240424-0444/org.eclipse.core.databinding.source-1.13.300.v20240424-0444-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.observable.source_1.13.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.databinding.observable.source,1.13.300.v20240424-0444 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable.source/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable.source-1.13.300.v20240424-0444-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.databinding.property.source_1.10.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.databinding.property.source,1.10.300.v20240424-0444 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property.source/1.10.300.v20240424-0444/org.eclipse.core.databinding.property.source-1.10.300.v20240424-0444-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions_3.9.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.expressions,3.9.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.expressions.source_3.9.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.expressions.source,3.9.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions.source/3.9.400.v20240413-1529/org.eclipse.core.expressions.source-3.9.400.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands_1.1.400.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.commands,1.1.400.v20240424-0444 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di_1.9.400.v20240414-1643.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.di,1.9.400.v20240414-1643 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts_1.12.600.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.contexts,1.12.600.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services_2.4.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.services,2.4.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.commands.source_1.1.400.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.commands.source,1.1.400.v20240424-0444 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands.source/1.1.400.v20240424-0444/org.eclipse.e4.core.commands.source-1.1.400.v20240424-0444-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.contexts.source_1.12.600.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.contexts.source,1.12.600.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts.source/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts.source-1.12.600.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations_1.8.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.di.annotations,1.8.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.source_1.9.400.v20240414-1643.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.di.source,1.9.400.v20240414-1643 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.source/1.9.400.v20240414-1643/org.eclipse.e4.core.di.source-1.9.400.v20240414-1643-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.annotations.source_1.8.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.di.annotations.source,1.8.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations.source/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations.source-1.8.400.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions_0.18.300.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.di.extensions,0.18.300.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.source_0.18.300.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.di.extensions.source,0.18.300.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.source/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions.source-0.18.300.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.500.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.17.500.v20240419-1233 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.supplier/0.17.500.v20240419-1233/org.eclipse.e4.core.di.extensions.supplier-0.17.500.v20240419-1233-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.500.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.di.extensions.supplier.source,0.17.500.v20240419-1233 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.supplier.source/0.17.500.v20240419-1233/org.eclipse.e4.core.di.extensions.supplier.source-0.17.500.v20240419-1233-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.core.services.source_2.4.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.services.source,2.4.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services.source/2.4.400.v20240413-1529/org.eclipse.e4.core.services.source-2.4.400.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath_0.4.300.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.emf.xpath,0.4.300.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.emf.xpath.source_0.4.300.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.emf.xpath.source,0.4.300.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath.source/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath.source-0.4.300.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings_0.14.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.bindings,0.14.400.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt_3.126.0.v20240426-0802.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.swt,3.126.0.v20240426-0802 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.services,1.6.300.v20231201-1637 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface_3.34.0.v20240425-1100.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jface,3.34.0.v20240425-1100 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.bindings.source_0.14.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.bindings.source,0.14.400.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings.source/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings.source-0.14.400.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core_0.14.400.v20240427-1520.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.css.core,0.14.400.v20240427-1520 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.core.source_0.14.400.v20240427-1520.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.css.core.source,0.14.400.v20240427-1520 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core.source/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core.source-0.14.400.v20240427-1520-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt_0.15.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.css.swt,0.15.400.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.source_0.15.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.css.swt.source,0.15.400.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.source/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt.source-0.15.400.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.14.400.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.css.swt.theme.source,0.14.400.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme.source/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme.source-0.14.400.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di_1.5.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.di,1.5.400.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.di.source_1.5.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.di.source,1.5.400.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di.source/1.5.400.v20240321-1245/org.eclipse.e4.ui.di.source-1.5.400.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs_1.5.0.v20240424-0957.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.dialogs,1.5.0.v20240424-0957 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.dialogs.source_1.5.0.v20240424-0957.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.dialogs.source,1.5.0.v20240424-0957 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs.source/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs.source-1.5.0.v20240424-0957-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench_2.4.300.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.model.workbench,2.4.300.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.model.workbench.source_2.4.300.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.model.workbench.source,2.4.300.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench.source/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench.source-2.4.300.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event_1.7.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.event,1.7.100.v20240321-1445 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.event/1.7.100.v20240321-1445/org.eclipse.equinox.event-1.7.100.v20240321-1445-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.widgets,1.4.100.v20231201-1637 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench_1.15.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench,1.15.400.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.emf.ecore.xmi,2.37.0.v20231208-1346 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.source_1.15.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench.source,1.15.400.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.source/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench.source-1.15.400.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.400.v20240416-0658.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.5.400.v20240416-0658 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.400.v20240418-1547.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.16.400.v20240418-1547 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt_0.17.400.v20240425-0840.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.17.400.v20240425-0840 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.400.v20240416-0658.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt.source,1.5.400.v20240416-0658 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt.source/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt.source-1.5.400.v20240416-0658-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.400.v20240418-1547.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.source,0.16.400.v20240418-1547 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.source/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt.source-0.16.400.v20240418-1547-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding_1.15.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jface.databinding,1.15.300.v20240424-0444 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3_0.17.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench3,0.17.400.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme_1.3.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.urischeme,1.3.300.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.400.v20240425-0840.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench.swt.source,0.17.400.v20240425-0840 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt.source/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt.source-0.17.400.v20240425-0840-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.workbench3.source_0.17.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench3.source,0.17.400.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3.source/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3.source-0.17.400.v20240321-1245-p2artifacts.xml [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.emf.edit.ui,2.23.0.v20230211-1150 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui_3.206.0.v20240322-0723.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui,3.206.0.v20240322-0723 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723-p2artifacts.xml [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0/plugins/org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] Found matching https://download.eclipse.org/modeling/emf/emf/builds/release/latest for https://download.eclipse.org/modeling/emf/emf/builds/release/latest [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/modeling/emf/emf/builds/release/latest) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.emf.common.ui,2.22.0.v20231002-1020 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views_3.12.300.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.views,3.12.300.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench_3.132.0.v20240424-0957.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.workbench,3.132.0.v20240424-0957 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.event.source_1.7.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.event.source,1.7.100.v20240321-1445 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.event.source/1.7.100.v20240321-1445/org.eclipse.equinox.event.source-1.7.100.v20240321-1445-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help_3.10.400.v20240415-0528.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.help,3.10.400.v20240415-0528 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.help.source_3.10.400.v20240415-0528.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.help.source,3.10.400.v20240415-0528 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help.source/3.10.400.v20240415-0528/org.eclipse.help.source-3.10.400.v20240415-0528-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch_3.38.0.v20240427-0959.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.core.compiler.batch,3.38.0.v20240427-0959 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.compiler.batch/3.38.0.v20240427-0959/org.eclipse.jdt.core.compiler.batch-3.38.0.v20240427-0959-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.compiler.batch.source_3.38.0.v20240427-0959.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.core.compiler.batch.source,3.38.0.v20240427-0959 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.compiler.batch.source/3.38.0.v20240427-0959/org.eclipse.jdt.core.compiler.batch.source-3.38.0.v20240427-0959-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jetty.servlet-api.source,4.0.6 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jetty.servlet-api.source/4.0.6/org.eclipse.jetty.servlet-api.source-4.0.6-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.source_3.34.0.v20240425-1100.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jface.source,3.34.0.v20240425-1100 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.source/3.34.0.v20240425-1100/org.eclipse.jface.source-3.34.0.v20240425-1100-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.databinding.source_1.15.300.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jface.databinding.source,1.15.300.v20240424-0444 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding.source/1.15.300.v20240424-0444/org.eclipse.jface.databinding.source-1.15.300.v20240424-0444-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64_3.126.0.v20240426-0802.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.126.0.v20240426-0802 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.swt.win32.win32.x86_64.source_3.126.0.v20240426-0802.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.swt.win32.win32.x86_64.source,3.126.0.v20240426-0802 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64.source/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64.source-3.126.0.v20240426-0802-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.source_3.206.0.v20240322-0723.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.source,3.206.0.v20240322-0723 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.source/3.206.0.v20240322-0723/org.eclipse.ui.source-3.206.0.v20240322-0723-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.source_3.12.300.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.views.source,3.12.300.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.source/3.12.300.v20240321-1245/org.eclipse.ui.views.source-3.12.300.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.source_3.132.0.v20240424-0957.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.workbench.source,3.132.0.v20240424-0957 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.source/3.132.0.v20240424-0957/org.eclipse.ui.workbench.source-3.132.0.v20240424-0957-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.urischeme.source_1.3.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.urischeme.source,1.3.300.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme.source/1.3.300.v20240424-0956/org.eclipse.urischeme.source-1.3.300.v20240424-0956-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.jdom.source_1.1.3.v20230812-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.jdom.source,1.1.3.v20230812-1600 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.jdom.source/1.1.3.v20230812-1600/org.jdom.source-1.1.3.v20230812-1600-p2artifacts.xml [DEBUG] Resolving artifact org.jdom:jdom:jar:1.1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.jdom:jdom:jar:1.1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.jar (151 kB at 7.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/jdom/jdom/1.1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/jdom/jdom/1.1.3/jdom-1.1.3.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el_9.0.83.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.mortbay.jasper.apache-el,9.0.83 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.mortbay.jasper.apache-el/9.0.83/org.mortbay.jasper.apache-el-9.0.83-p2artifacts.xml [DEBUG] Resolving artifact org.mortbay.jasper:apache-el:jar:9.0.83.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.mortbay.jasper:apache-el:jar:9.0.83.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/9.0.83.1/apache-el-9.0.83.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/9.0.83.1/apache-el-9.0.83.1.jar (255 kB at 64 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/mortbay/jasper/apache-el/9.0.83.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/mortbay/jasper/apache-el/9.0.83.1/apache-el-9.0.83.1.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.mortbay.jasper.apache-el.source,9.0.83 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.mortbay.jasper.apache-el.source/9.0.83/org.mortbay.jasper.apache-el.source-9.0.83-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.mortbay.jasper.apache-jsp.source,9.0.83 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.mortbay.jasper.apache-jsp.source/9.0.83/org.mortbay.jasper.apache-jsp.source-9.0.83-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.source_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.objectweb.asm.source,9.7.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.source/9.7.0/org.objectweb.asm.source-9.7.0-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.objectweb.asm.tree,9.7.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree/9.7.0/org.objectweb.asm.tree-9.7.0-p2artifacts.xml [DEBUG] Resolving artifact org.ow2.asm:asm-tree:jar:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-tree:jar:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar (52 kB at 26 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.commons.source_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.objectweb.asm.commons.source,9.7.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.commons.source/9.7.0/org.objectweb.asm.commons.source-9.7.0-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.source_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.objectweb.asm.tree.source,9.7.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree.source/9.7.0/org.objectweb.asm.tree.source-9.7.0-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.objectweb.asm.tree.analysis,9.7.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree.analysis/9.7.0/org.objectweb.asm.tree.analysis-9.7.0-p2artifacts.xml [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:jar:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:jar:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.jar (35 kB at 17 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.objectweb.asm.tree.analysis.source,9.7.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree.analysis.source/9.7.0/org.objectweb.asm.tree.analysis.source-9.7.0-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.objectweb.asm.util.source_9.7.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.objectweb.asm.util.source,9.7.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.util.source/9.7.0/org.objectweb.asm.util.source-9.7.0-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component.source/1.5.1.202212101352/org.osgi.service.component.source-1.5.1.202212101352-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event.source/1.4.1.202109301733/org.osgi.service.event.source-1.4.1.202109301733-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function_1.2.0.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.util.function,1.2.0.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function.source/1.2.0.202109301733/org.osgi.util.function.source-1.2.0.202109301733-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise.source/1.3.0.202212101352/org.osgi.util.promise.source-1.3.0.202212101352-p2artifacts.xml [DEBUG] Resolving artifact com.ibm.icu:icu4j:pom:75.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.ibm.icu:icu4j:pom:75.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/75.1/icu4j-75.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/75.1/icu4j-75.1.pom (13 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/ibm/icu/icu4j/75.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/ibm/icu/icu4j/75.1/icu4j-75.1.pom.lastUpdated' [DEBUG] Resolving artifact com.ibm.icu:icu4j-root:pom:75.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.ibm.icu:icu4j-root:pom:75.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j-root/75.1/icu4j-root-75.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j-root/75.1/icu4j-root-75.1.pom (27 kB at 2.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/ibm/icu/icu4j-root/75.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/ibm/icu/icu4j-root/75.1/icu4j-root-75.1.pom.lastUpdated' [DEBUG] Resolving artifact net.java.dev.jna:jna-platform:pom:5.14.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact net.java.dev.jna:jna-platform:pom:5.14.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.pom (2.3 kB at 125 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/dev/jna/jna-platform/5.14.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.pom.lastUpdated' [DEBUG] Resolving artifact net.java.dev.jna:jna:pom:5.14.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact net.java.dev.jna:jna:pom:5.14.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom (2.0 kB at 290 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/dev/jna/jna/5.14.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:pom:1.3.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:pom:1.3.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.pom (4.8 kB at 600 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-commons:pom:9.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm-commons:pom:9.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom (2.8 kB at 310 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-commons/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm:pom:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm:pom:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.7/asm-9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.7/asm-9.7.pom (2.4 kB at 2.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm/9.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm/9.7/asm-9.7.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-commons:pom:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-commons:pom:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.pom (2.8 kB at 214 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-commons/9.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-tree:pom:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm-tree:pom:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.pom (2.6 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-util:pom:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-util:pom:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.7/asm-util-9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.7/asm-util-9.7.pom (2.9 kB at 2.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.7/asm-util-9.7.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:pom:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:pom:9.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.pom (2.6 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-constants:pom:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-constants:pom:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-constants/1.17/batik-constants-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-constants/1.17/batik-constants-1.17.pom (2.4 kB at 344 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-constants/1.17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-constants/1.17/batik-constants-1.17.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.xmlgraphics:batik:pom:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.xmlgraphics:batik:pom:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik/1.17/batik-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik/1.17/batik-1.17.pom (7.6 kB at 946 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik/1.17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik/1.17/batik-1.17.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-shared-resources:pom:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-shared-resources:pom:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-shared-resources/1.17/batik-shared-resources-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-shared-resources/1.17/batik-shared-resources-1.17.pom (1.7 kB at 129 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-shared-resources/1.17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-shared-resources/1.17/batik-shared-resources-1.17.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-css:pom:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-css:pom:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.17/batik-css-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.17/batik-css-1.17.pom (2.9 kB at 485 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-css/1.17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-css/1.17/batik-css-1.17.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-util:pom:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-util:pom:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.17/batik-util-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.17/batik-util-1.17.pom (3.9 kB at 645 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-util/1.17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-util/1.17/batik-util-1.17.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-i18n:pom:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-i18n:pom:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-i18n/1.17/batik-i18n-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-i18n/1.17/batik-i18n-1.17.pom (2.4 kB at 185 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-i18n/1.17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-i18n/1.17/batik-i18n-1.17.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.xmlgraphics:xmlgraphics-commons:pom:2.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache.xmlgraphics:xmlgraphics-commons:pom:2.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.9/xmlgraphics-commons-2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.9/xmlgraphics-commons-2.9.pom (3.5 kB at 497 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/xmlgraphics-commons/2.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/xmlgraphics-commons/2.9/xmlgraphics-commons-2.9.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 14 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/7/apache-7.pom.lastUpdated' [DEBUG] Resolving artifact commons-logging:commons-logging:pom:1.0.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-logging:commons-logging:pom:1.0.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 351 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-logging/commons-logging/1.0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom.lastUpdated' [DEBUG] Resolving artifact xml-apis:xml-apis-ext:pom:1.3.04 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Resolving artifact xml-apis:xml-apis-ext:pom:1.3.04 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom (1.8 kB at 141 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xml-apis/xml-apis-ext/1.3.04/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/3/apache-3.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository). [DEBUG] Resolving artifact commons-collections:commons-collections:pom:3.2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-collections:commons-collections:pom:3.2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 6.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom.lastUpdated' [DEBUG] Resolving artifact commons-beanutils:commons-beanutils:pom:1.9.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-beanutils:commons-beanutils:pom:1.9.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.9.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:47 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:47 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 16 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/47/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/47/commons-parent-47.pom.lastUpdated' [DEBUG] Resolving artifact commons-io:commons-io:pom:2.16.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-io:commons-io:pom:2.16.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom (20 kB at 2.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.16.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:69 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:69 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/69/commons-parent-69.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/69/commons-parent-69.pom (77 kB at 520 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/69/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/69/commons-parent-69.pom.lastUpdated' [DEBUG] Resolving artifact commons-jxpath:commons-jxpath:pom:1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-jxpath:commons-jxpath:pom:1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.pom (9.2 kB at 353 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-jxpath/commons-jxpath/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 3.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/11/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache:apache:pom:4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 2.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/4/apache-4.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.jetty.toolchain:jetty-servlet-api:pom:4.0.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jetty.toolchain:jetty-servlet-api:pom:4.0.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.pom (9.7 kB at 609 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.jetty.toolchain:jetty-toolchain:pom:1.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jetty.snapshots (https://oss.sonatype.org/content/repositories/jetty-snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.jetty.toolchain:jetty-toolchain:pom:1.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jetty.snapshots (https://oss.sonatype.org/content/repositories/jetty-snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.7/jetty-toolchain-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.7/jetty-toolchain-1.7.pom (17 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jetty/toolchain/jetty-toolchain/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jetty/toolchain/jetty-toolchain/1.7/jetty-toolchain-1.7.pom.lastUpdated' [DEBUG] Resolving artifact org.mortbay.jasper:apache-jsp:pom:9.0.83.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.mortbay.jasper:apache-jsp:pom:9.0.83.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/9.0.83.1/apache-jsp-9.0.83.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/9.0.83.1/apache-jsp-9.0.83.1.pom (17 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/mortbay/jasper/apache-jsp/9.0.83.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/mortbay/jasper/apache-jsp/9.0.83.1/apache-jsp-9.0.83.1.pom.lastUpdated' [DEBUG] Resolving artifact org.mortbay.jasper:jasper-jsp:pom:9.0.83.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.mortbay.jasper:jasper-jsp:pom:9.0.83.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/jasper-jsp/9.0.83.1/jasper-jsp-9.0.83.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/jasper-jsp/9.0.83.1/jasper-jsp-9.0.83.1.pom (8.8 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/mortbay/jasper/jasper-jsp/9.0.83.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/mortbay/jasper/jasper-jsp/9.0.83.1/jasper-jsp-9.0.83.1.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.jetty.toolchain:jetty-schemas:pom:4.0.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/groups/jetty, default, releases+snapshots)] [DEBUG] Resolving artifact org.eclipse.jetty.toolchain:jetty-schemas:pom:4.0.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/groups/jetty, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-schemas/4.0.3/jetty-schemas-4.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-schemas/4.0.3/jetty-schemas-4.0.3.pom (5.0 kB at 839 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jetty/toolchain/jetty-schemas/4.0.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jetty/toolchain/jetty-schemas/4.0.3/jetty-schemas-4.0.3.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.jetty.toolchain:jetty-toolchain:pom:1.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/groups/jetty, default, releases+snapshots)] [DEBUG] Resolving artifact org.eclipse.jetty.toolchain:jetty-toolchain:pom:1.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/groups/jetty, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.6/jetty-toolchain-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.6/jetty-toolchain-1.6.pom (17 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jetty/toolchain/jetty-toolchain/1.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jetty/toolchain/jetty-toolchain/1.6/jetty-toolchain-1.6.pom.lastUpdated' [DEBUG] Resolving artifact org.mortbay.jasper:apache-el:pom:9.0.83.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/groups/jetty, default, releases+snapshots)] [DEBUG] Resolving artifact org.mortbay.jasper:apache-el:pom:9.0.83.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/groups/jetty, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/9.0.83.1/apache-el-9.0.83.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/9.0.83.1/apache-el-9.0.83.1.pom (7.9 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/mortbay/jasper/apache-el/9.0.83.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/mortbay/jasper/apache-el/9.0.83.1/apache-el-9.0.83.1.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.jdt:ecj:pom:3.33.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/groups/jetty, default, releases+snapshots)] [DEBUG] Resolving artifact org.eclipse.jdt:ecj:pom:3.33.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/groups/jetty, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.pom (1.3 kB at 132 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/ecj/3.33.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.pom.lastUpdated' [DEBUG] Resolving artifact org.jdom:jdom:pom:1.1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.jdom:jdom:pom:1.1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.pom (1.8 kB at 182 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/jdom/jdom/1.1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/jdom/jdom/1.1.3/jdom-1.1.3.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=189272, ConflictMarker.markTime=80329, ConflictMarker.nodeCount=271, ConflictIdSorter.graphTime=77337, ConflictIdSorter.topsortTime=56361, ConflictIdSorter.conflictIdCount=152, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5321879, ConflictResolver.conflictItemCount=261, DfDependencyCollector.collectTime=568427544, DfDependencyCollector.transformTime=5792862} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui:eclipse-plugin:3.0.301-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:jar:3.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:jar:3.0.202-SNAPSHOT:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit.ui:jar:2.23.0.v20230211-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit:jar:2.21.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.ui:jar:2.22.0.v20231002-1020:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] Resolving artifact net.java.dev.jna:jna:jar:5.14.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-shared-resources:jar:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Resolving artifact xml-apis:xml-apis-ext:jar:1.3.04 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Resolving artifact org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/groups/jetty, default, releases+snapshots)] [DEBUG] Resolving artifact org.eclipse.jdt:ecj:jar:3.33.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/groups/jetty, default, releases+snapshots)] [DEBUG] Resolving artifact net.java.dev.jna:jna:jar:5.14.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.xmlgraphics:batik-shared-resources:jar:1.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Resolving artifact xml-apis:xml-apis-ext:jar:1.3.04 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots)] [DEBUG] Resolving artifact org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/groups/jetty, default, releases+snapshots)] [DEBUG] Resolving artifact org.eclipse.jdt:ecj:jar:3.33.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-snapshots (https://oss.sonatype.org/content/groups/jetty, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar (1.9 MB at 72 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-shared-resources/1.17/batik-shared-resources-1.17.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-schemas/4.0.3/jetty-schemas-4.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-shared-resources/1.17/batik-shared-resources-1.17.jar (6.7 kB at 513 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar (86 kB at 4.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-schemas/4.0.3/jetty-schemas-4.0.3.jar (228 kB at 4.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.jar (3.2 MB at 37 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/dev/jna/jna/5.14.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-shared-resources/1.17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/xmlgraphics/batik-shared-resources/1.17/batik-shared-resources-1.17.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xml-apis/xml-apis-ext/1.3.04/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jetty/toolchain/jetty-schemas/4.0.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jetty/toolchain/jetty-schemas/4.0.3/jetty-schemas-4.0.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/ecj/3.33.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.jar.lastUpdated' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:07.805322675, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:07.805710468, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:07.805710468, lastModified=2024-05-02 22:36:24.438735197, delta=103366975271 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:07.805710468, lastModified=2024-05-02 22:36:24.438735197, delta=103366975271 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:07.805710468, lastModified=2024-05-02 22:36:24.438735197, delta=103366975271 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:07.806131926, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:07.806405781, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:07.806405781, lastModified=2024-05-02 22:36:25.084747530, delta=102721658251 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:07.805710468, lastModified=2024-05-02 22:36:24.438735197, delta=103366975271 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:07.805710468, lastModified=2024-05-02 22:36:24.438735197, delta=103366975271 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:38:07.807085464, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:38:07.807175398, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:07.812258823, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:07.821182686, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:07.805710468, lastModified=2024-05-02 22:36:24.438735197, delta=103366975271 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:07.805710468, lastModified=2024-05-02 22:36:24.438735197, delta=103366975271 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.0.301.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.discovery.ui) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.discovery.ui [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.swt.win32_1.2.300.v20240416-0658.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.swt.win32,1.2.300.v20240416-0658 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658-p2artifacts.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:08Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.0.301.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes [DEBUG] unqualifiedVersion: 3.0.301 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery.ui-3.0.301-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/provider/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[+org/eclipse/emf/edit/ui/*:+org/eclipse/emf/edit/ui/action/*:+org/eclipse/emf/edit/ui/celleditor/*:+org/eclipse/emf/edit/ui/dnd/*:+org/eclipse/emf/edit/ui/provider/*:+org/eclipse/emf/edit/ui/util/*:+org/eclipse/emf/edit/ui/view/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:~org/eclipse/core/internal/expressions/*:~org/eclipse/core/internal/expressions/propertytester/*:~org/eclipse/core/internal/expressions/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[+org/eclipse/emf/common/ui/*:+org/eclipse/emf/common/ui/action/*:+org/eclipse/emf/common/ui/celleditor/*:+org/eclipse/emf/common/ui/dialogs/*:+org/eclipse/emf/common/ui/editor/*:+org/eclipse/emf/common/ui/viewer/*:+org/eclipse/emf/common/ui/wizard/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/provider/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[+org/eclipse/emf/edit/ui/*:+org/eclipse/emf/edit/ui/action/*:+org/eclipse/emf/edit/ui/celleditor/*:+org/eclipse/emf/edit/ui/dnd/*:+org/eclipse/emf/edit/ui/provider/*:+org/eclipse/emf/edit/ui/util/*:+org/eclipse/emf/edit/ui/view/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:~org/eclipse/core/internal/expressions/*:~org/eclipse/core/internal/expressions/propertytester/*:~org/eclipse/core/internal/expressions/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[+org/eclipse/emf/common/ui/*:+org/eclipse/emf/common/ui/action/*:+org/eclipse/emf/common/ui/celleditor/*:+org/eclipse/emf/common/ui/dialogs/*:+org/eclipse/emf/common/ui/editor/*:+org/eclipse/emf/common/ui/viewer/*:+org/eclipse/emf/common/ui/wizard/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/provider/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[+org/eclipse/emf/edit/ui/*:+org/eclipse/emf/edit/ui/action/*:+org/eclipse/emf/edit/ui/celleditor/*:+org/eclipse/emf/edit/ui/dnd/*:+org/eclipse/emf/edit/ui/provider/*:+org/eclipse/emf/edit/ui/util/*:+org/eclipse/emf/edit/ui/view/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:~org/eclipse/core/internal/expressions/*:~org/eclipse/core/internal/expressions/propertytester/*:~org/eclipse/core/internal/expressions/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[+org/eclipse/emf/common/ui/*:+org/eclipse/emf/common/ui/action/*:+org/eclipse/emf/common/ui/celleditor/*:+org/eclipse/emf/common/ui/dialogs/*:+org/eclipse/emf/common/ui/editor/*:+org/eclipse/emf/common/ui/viewer/*:+org/eclipse/emf/common/ui/wizard/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src/org/eclipse/ecf/discovery/ui/DiscoveryHandlerUtil.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src/org/eclipse/ecf/discovery/ui/DiscoveryPropertyTesterUtil.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src/org/eclipse/ecf/internal/discovery/ui/DiscoveryUIPlugin.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src/org/eclipse/ecf/internal/discovery/ui/property/ServiceTypeTester.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src/org/eclipse/ecf/internal/discovery/ui/statusline/AdapterFactoryStatuslineProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src/org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:08Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.0.301.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes [DEBUG] unqualifiedVersion: 3.0.301 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery.ui-3.0.301-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6d6171be [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui-3.0.301-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/org.eclipse.ecf.discovery.ui-3.0.301-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/discovery/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ui/property/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ui/statusline/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ui/views/ [DEBUG] adding entry org/eclipse/ecf/discovery/ui/DiscoveryHandlerUtil.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/DiscoveryPropertyTesterUtil.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/DiscoveryUIPlugin.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/property/ServiceTypeTester.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/statusline/AdapterFactoryStatuslineProvider.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView.java [DEBUG] adding directory icons/ [DEBUG] adding directory icons/full/ [DEBUG] adding directory icons/full/obj16/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/full/obj16/ModelModelFile.gif [DEBUG] adding entry icons/full/obj16/service_browser_view.gif [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@32287c4d [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui-3.0.301-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@560a2d14 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:09.136145543, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:09.136425543, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:09.136425543, lastModified=2024-05-02 22:36:24.438735197, delta=104697690346 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:09.136425543, lastModified=2024-05-02 22:36:24.438735197, delta=104697690346 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:09.136425543, lastModified=2024-05-02 22:36:24.438735197, delta=104697690346 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:09.136997365, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:09.137117121, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:09.137117121, lastModified=2024-05-02 22:36:25.084747530, delta=104052369591 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/DiscoveryHandlerUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/discovery/ui/DiscoveryHandlerUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/DiscoveryPropertyTesterUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/discovery/ui/DiscoveryPropertyTesterUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/DiscoveryUIPlugin$Implementation.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/internal/discovery/ui/DiscoveryUIPlugin$Implementation.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/DiscoveryUIPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/internal/discovery/ui/DiscoveryUIPlugin.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/property/ServiceTypeTester.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/internal/discovery/ui/property/ServiceTypeTester.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/statusline/AdapterFactoryStatuslineProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/internal/discovery/ui/statusline/AdapterFactoryStatuslineProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@54ca8792 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/DiscoveryHandlerUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/discovery/ui/DiscoveryHandlerUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/DiscoveryPropertyTesterUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/discovery/ui/DiscoveryPropertyTesterUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/DiscoveryUIPlugin$Implementation.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/internal/discovery/ui/DiscoveryUIPlugin$Implementation.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/DiscoveryUIPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/internal/discovery/ui/DiscoveryUIPlugin.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/property/ServiceTypeTester.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/internal/discovery/ui/property/ServiceTypeTester.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/statusline/AdapterFactoryStatuslineProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/internal/discovery/ui/statusline/AdapterFactoryStatuslineProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes/org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/org.eclipse.ecf.discovery.ui-3.0.301-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/discovery/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ui/property/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ui/statusline/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ui/views/ [DEBUG] adding entry org/eclipse/ecf/discovery/ui/DiscoveryHandlerUtil.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/DiscoveryPropertyTesterUtil.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/DiscoveryUIPlugin.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/DiscoveryUIPlugin$Implementation.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/property/ServiceTypeTester.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/statusline/AdapterFactoryStatuslineProvider.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView$1.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/views/DiscoveryView$2.class [DEBUG] adding directory icons/ [DEBUG] adding directory icons/full/ [DEBUG] adding directory icons/full/obj16/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/full/obj16/ModelModelFile.gif [DEBUG] adding entry icons/full/obj16/service_browser_view.gif [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui-3.0.301-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/org.eclipse.ecf.discovery.ui-3.0.301-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/org.eclipse.ecf.discovery.ui-3.0.301-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/org.eclipse.ecf.discovery.ui-3.0.301-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/org.eclipse.ecf.discovery.ui-3.0.301-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/org.eclipse.ecf.discovery.ui-3.0.301-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/org.eclipse.ecf.discovery.ui-3.0.301-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@32611a26] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.discovery.ui/3.0.301.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.ui,3.0.301.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.ui/3.0.301.v20231021-2050/org.eclipse.ecf.discovery.ui-3.0.301.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.discovery.ui.source/3.0.301.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.ui.source,3.0.301.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.ui.source/3.0.301.v20231021-2050/org.eclipse.ecf.discovery.ui.source-3.0.301.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] --------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser >-------- [INFO] Building org.eclipse.ecf.discovery.ui.browser 1.0.201-SNAPSHOT [10/114] [INFO] from framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.discovery.ui.properties 3.0.201.qualifier [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.201.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.edit:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.model:3.0.202.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.edit.source:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.model.source:3.0.202.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=149559, ConflictMarker.markTime=107453, ConflictMarker.nodeCount=414, ConflictIdSorter.graphTime=108201, ConflictIdSorter.topsortTime=64276, ConflictIdSorter.conflictIdCount=153, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3733420, ConflictResolver.conflictItemCount=404, DfDependencyCollector.collectTime=3115068, DfDependencyCollector.transformTime=4214330} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:eclipse-plugin:1.0.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui:jar:3.0.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:jar:3.0.201-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit.ui:jar:2.23.0.v20230211-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:jar:3.0.202-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit:jar:2.21.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.ui:jar:2.22.0.v20231002-1020:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:12.618322703, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:12.618661065, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:12.618661065, lastModified=2024-05-02 22:36:24.438735197, delta=108179925868 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:12.618661065, lastModified=2024-05-02 22:36:24.438735197, delta=108179925868 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:12.618661065, lastModified=2024-05-02 22:36:24.438735197, delta=108179925868 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:12.619052906, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:12.619269550, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:12.619269550, lastModified=2024-05-02 22:36:25.084747530, delta=107534522020 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:12.618661065, lastModified=2024-05-02 22:36:24.438735197, delta=108179925868 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:12.618661065, lastModified=2024-05-02 22:36:24.438735197, delta=108179925868 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:38:12.619895515, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:38:12.619978284, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:12.625602660, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:12.635388453, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:12.618661065, lastModified=2024-05-02 22:36:24.438735197, delta=108179925868 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:12.618661065, lastModified=2024-05-02 22:36:24.438735197, delta=108179925868 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.201.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.discovery.ui.browser) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.discovery.ui.browser [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:13Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery.ui.browser [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery.ui.browser-1.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes[+org/eclipse/ecf/discovery/ui/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes[+org/eclipse/ecf/discovery/ui/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/src [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes[+org/eclipse/ecf/discovery/ui/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/src/org/eclipse/ecf/discovery/ui/browser/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/src/org/eclipse/ecf/discovery/ui/browser/OpenBrowserCommand.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:13Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery.ui.browser [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery.ui.browser-1.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@452d7465 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.browser-1.0.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/org.eclipse.ecf.discovery.ui.browser-1.0.201-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/discovery/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/browser/ [DEBUG] adding entry org/eclipse/ecf/discovery/ui/browser/Activator.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/browser/OpenBrowserCommand.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@71675f27 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.browser-1.0.201-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@5e46596c [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:13.851437133, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:13.851897327, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:13.851897327, lastModified=2024-05-02 22:36:24.438735197, delta=109413162130 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:13.851897327, lastModified=2024-05-02 22:36:24.438735197, delta=109413162130 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:13.851897327, lastModified=2024-05-02 22:36:24.438735197, delta=109413162130 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:13.852413398, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:13.852601215, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:13.852601215, lastModified=2024-05-02 22:36:25.084747530, delta=108767853685 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/browser/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes/org/eclipse/ecf/discovery/ui/browser/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/browser/OpenBrowserCommand.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes/org/eclipse/ecf/discovery/ui/browser/OpenBrowserCommand.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@71ccab2 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/browser/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes/org/eclipse/ecf/discovery/ui/browser/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/browser/OpenBrowserCommand.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes/org/eclipse/ecf/discovery/ui/browser/OpenBrowserCommand.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/org.eclipse.ecf.discovery.ui.browser-1.0.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/discovery/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/browser/ [DEBUG] adding entry org/eclipse/ecf/discovery/ui/browser/Activator.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/browser/OpenBrowserCommand.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.browser-1.0.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/org.eclipse.ecf.discovery.ui.browser-1.0.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/org.eclipse.ecf.discovery.ui.browser-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/org.eclipse.ecf.discovery.ui.browser-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/org.eclipse.ecf.discovery.ui.browser-1.0.201-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/org.eclipse.ecf.discovery.ui.browser-1.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/org.eclipse.ecf.discovery.ui.browser-1.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@441a11ad] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui.browser --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.discovery.ui.browser/1.0.201.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.ui.browser,1.0.201.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.ui.browser/1.0.201.v20231021-2050/org.eclipse.ecf.discovery.ui.browser-1.0.201.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.discovery.ui.browser.source/1.0.201.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.ui.browser.source,1.0.201.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.ui.browser.source/1.0.201.v20231021-2050/org.eclipse.ecf.discovery.ui.browser.source-1.0.201.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties >------- [INFO] Building org.eclipse.ecf.discovery.ui.properties 3.0.201-SNAPSHOT [11/114] [INFO] from framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.discovery.ui.properties 3.0.201.qualifier [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.201.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.edit:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.model:3.0.202.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.edit.source:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.model.source:3.0.202.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=183433, ConflictMarker.markTime=114430, ConflictMarker.nodeCount=414, ConflictIdSorter.graphTime=201883, ConflictIdSorter.topsortTime=225877, ConflictIdSorter.conflictIdCount=153, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4018683, ConflictResolver.conflictItemCount=404, DfDependencyCollector.collectTime=2774146, DfDependencyCollector.transformTime=4797056} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:eclipse-plugin:3.0.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui:jar:3.0.301-SNAPSHOT:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:jar:3.0.201-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit.ui:jar:2.23.0.v20230211-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:jar:3.0.202-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit:jar:2.21.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.ui:jar:2.22.0.v20231002-1020:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:19.975610663, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:19.975986332, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:19.975986332, lastModified=2024-05-02 22:36:24.438735197, delta=115537251135 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:19.975986332, lastModified=2024-05-02 22:36:24.438735197, delta=115537251135 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:19.975986332, lastModified=2024-05-02 22:36:24.438735197, delta=115537251135 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:19.976621484, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:19.976868563, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:19.976868563, lastModified=2024-05-02 22:36:25.084747530, delta=114892121033 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:19.975986332, lastModified=2024-05-02 22:36:24.438735197, delta=115537251135 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:19.975986332, lastModified=2024-05-02 22:36:24.438735197, delta=115537251135 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:38:19.977745122, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:38:19.977831874, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 12 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:19.990483238, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:20.003415375, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:19.975986332, lastModified=2024-05-02 22:36:24.438735197, delta=115537251135 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:19.975986332, lastModified=2024-05-02 22:36:24.438735197, delta=115537251135 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.0.201.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.discovery.ui.properties) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.discovery.ui.properties [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:20Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.0.201.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery.ui.properties [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes [DEBUG] unqualifiedVersion: 3.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery.ui.properties-3.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/provider/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[+org/eclipse/emf/edit/ui/*:+org/eclipse/emf/edit/ui/action/*:+org/eclipse/emf/edit/ui/celleditor/*:+org/eclipse/emf/edit/ui/dnd/*:+org/eclipse/emf/edit/ui/provider/*:+org/eclipse/emf/edit/ui/util/*:+org/eclipse/emf/edit/ui/view/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:~org/eclipse/core/internal/expressions/*:~org/eclipse/core/internal/expressions/propertytester/*:~org/eclipse/core/internal/expressions/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[+org/eclipse/emf/common/ui/*:+org/eclipse/emf/common/ui/action/*:+org/eclipse/emf/common/ui/celleditor/*:+org/eclipse/emf/common/ui/dialogs/*:+org/eclipse/emf/common/ui/editor/*:+org/eclipse/emf/common/ui/viewer/*:+org/eclipse/emf/common/ui/wizard/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/provider/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[+org/eclipse/emf/edit/ui/*:+org/eclipse/emf/edit/ui/action/*:+org/eclipse/emf/edit/ui/celleditor/*:+org/eclipse/emf/edit/ui/dnd/*:+org/eclipse/emf/edit/ui/provider/*:+org/eclipse/emf/edit/ui/util/*:+org/eclipse/emf/edit/ui/view/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:~org/eclipse/core/internal/expressions/*:~org/eclipse/core/internal/expressions/propertytester/*:~org/eclipse/core/internal/expressions/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[+org/eclipse/emf/common/ui/*:+org/eclipse/emf/common/ui/action/*:+org/eclipse/emf/common/ui/celleditor/*:+org/eclipse/emf/common/ui/dialogs/*:+org/eclipse/emf/common/ui/editor/*:+org/eclipse/emf/common/ui/viewer/*:+org/eclipse/emf/common/ui/wizard/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/src [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/provider/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[+org/eclipse/emf/edit/ui/*:+org/eclipse/emf/edit/ui/action/*:+org/eclipse/emf/edit/ui/celleditor/*:+org/eclipse/emf/edit/ui/dnd/*:+org/eclipse/emf/edit/ui/provider/*:+org/eclipse/emf/edit/ui/util/*:+org/eclipse/emf/edit/ui/view/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:~org/eclipse/core/internal/expressions/*:~org/eclipse/core/internal/expressions/propertytester/*:~org/eclipse/core/internal/expressions/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[+org/eclipse/emf/common/ui/*:+org/eclipse/emf/common/ui/action/*:+org/eclipse/emf/common/ui/celleditor/*:+org/eclipse/emf/common/ui/dialogs/*:+org/eclipse/emf/common/ui/editor/*:+org/eclipse/emf/common/ui/viewer/*:+org/eclipse/emf/common/ui/wizard/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/src/org/eclipse/ecf/internal/discovery/ui/EObjectPropertySourceFactory.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:20Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.0.201.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery.ui.properties [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes [DEBUG] unqualifiedVersion: 3.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery.ui.properties-3.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@64df3209 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.properties-3.0.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/org.eclipse.ecf.discovery.ui.properties-3.0.201-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ui/ [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/EObjectPropertySourceFactory.java [DEBUG] adding entry about.html [DEBUG] adding entry fragment.xml [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@c5de098 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.properties-3.0.201-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@68d5360c [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:21.198867257, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:21.199306557, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:21.199306557, lastModified=2024-05-02 22:36:24.438735197, delta=116760571360 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:21.199306557, lastModified=2024-05-02 22:36:24.438735197, delta=116760571360 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:21.199306557, lastModified=2024-05-02 22:36:24.438735197, delta=116760571360 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:21.200052223, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:21.200180420, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:21.200180420, lastModified=2024-05-02 22:36:25.084747530, delta=116115432890 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/EObjectPropertySourceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes/org/eclipse/ecf/internal/discovery/ui/EObjectPropertySourceFactory.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@79ba0794 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/EObjectPropertySourceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes/org/eclipse/ecf/internal/discovery/ui/EObjectPropertySourceFactory.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/org.eclipse.ecf.discovery.ui.properties-3.0.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ui/ [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/EObjectPropertySourceFactory.class [DEBUG] adding entry about.html [DEBUG] adding entry fragment.xml [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.properties-3.0.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/org.eclipse.ecf.discovery.ui.properties-3.0.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/org.eclipse.ecf.discovery.ui.properties-3.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/org.eclipse.ecf.discovery.ui.properties-3.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/org.eclipse.ecf.discovery.ui.properties-3.0.201-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/org.eclipse.ecf.discovery.ui.properties-3.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/org.eclipse.ecf.discovery.ui.properties-3.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@64c5563e] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui.properties --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.discovery.ui.properties/3.0.201.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.ui.properties,3.0.201.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.ui.properties/3.0.201.v20231021-2050/org.eclipse.ecf.discovery.ui.properties-3.0.201.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.discovery.ui.properties.source/3.0.201.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.ui.properties.source,3.0.201.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.ui.properties.source/3.0.201.v20231021-2050/org.eclipse.ecf.discovery.ui.properties.source-3.0.201.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ---< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed >--- [INFO] Building org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.201-SNAPSHOT [12/114] [INFO] from framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.discovery.ui.properties 3.0.201.qualifier [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.201.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.edit:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.model:3.0.202.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.edit.source:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.model.source:3.0.202.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed_3.10.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.10.300.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms_3.13.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.forms,3.13.300.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.forms.source_3.13.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.forms.source,3.13.300.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms.source/3.13.300.v20240424-0956/org.eclipse.ui.forms.source-3.13.300.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.views.properties.tabbed.source,3.10.300.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed.source/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed.source-3.10.300.v20240424-0956-p2artifacts.xml [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=175996, ConflictMarker.markTime=119436, ConflictMarker.nodeCount=418, ConflictIdSorter.graphTime=190509, ConflictIdSorter.topsortTime=64430, ConflictIdSorter.conflictIdCount=157, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3808556, ConflictResolver.conflictItemCount=408, DfDependencyCollector.collectTime=2793935, DfDependencyCollector.transformTime=4415634} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:eclipse-plugin:3.0.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui:jar:3.0.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:jar:3.0.201-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit.ui:jar:2.23.0.v20230211-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:jar:3.0.202-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit:jar:2.21.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.ui:jar:2.22.0.v20231002-1020:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:26.884188754, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:26.884538952, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:26.884538952, lastModified=2024-05-02 22:36:24.438735197, delta=122445803755 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:26.884538952, lastModified=2024-05-02 22:36:24.438735197, delta=122445803755 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:26.884538952, lastModified=2024-05-02 22:36:24.438735197, delta=122445803755 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:26.884920727, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:26.885088920, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:26.885088920, lastModified=2024-05-02 22:36:25.084747530, delta=121800341390 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:26.884538952, lastModified=2024-05-02 22:36:24.438735197, delta=122445803755 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:26.884538952, lastModified=2024-05-02 22:36:24.438735197, delta=122445803755 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:38:26.885695272, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:38:26.885860972, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:26.890931367, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:26.900132908, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:26.884538952, lastModified=2024-05-02 22:36:24.438735197, delta=122445803755 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:26.884538952, lastModified=2024-05-02 22:36:24.438735197, delta=122445803755 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.0.201.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.discovery.ui.properties.tabbed) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.discovery.ui.properties.tabbed [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:27Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.0.201.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes [DEBUG] unqualifiedVersion: 3.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/provider/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[+org/eclipse/emf/edit/ui/*:+org/eclipse/emf/edit/ui/action/*:+org/eclipse/emf/edit/ui/celleditor/*:+org/eclipse/emf/edit/ui/dnd/*:+org/eclipse/emf/edit/ui/provider/*:+org/eclipse/emf/edit/ui/util/*:+org/eclipse/emf/edit/ui/view/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:~org/eclipse/core/internal/expressions/*:~org/eclipse/core/internal/expressions/propertytester/*:~org/eclipse/core/internal/expressions/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[+org/eclipse/emf/common/ui/*:+org/eclipse/emf/common/ui/action/*:+org/eclipse/emf/common/ui/celleditor/*:+org/eclipse/emf/common/ui/dialogs/*:+org/eclipse/emf/common/ui/editor/*:+org/eclipse/emf/common/ui/viewer/*:+org/eclipse/emf/common/ui/wizard/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar[~org/eclipse/ui/internal/views/properties/tabbed/*:~org/eclipse/ui/internal/views/properties/tabbed/css/*:~org/eclipse/ui/internal/views/properties/tabbed/l10n/*:~org/eclipse/ui/internal/views/properties/tabbed/view/*:+org/eclipse/ui/views/properties/tabbed/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/provider/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[+org/eclipse/emf/edit/ui/*:+org/eclipse/emf/edit/ui/action/*:+org/eclipse/emf/edit/ui/celleditor/*:+org/eclipse/emf/edit/ui/dnd/*:+org/eclipse/emf/edit/ui/provider/*:+org/eclipse/emf/edit/ui/util/*:+org/eclipse/emf/edit/ui/view/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:~org/eclipse/core/internal/expressions/*:~org/eclipse/core/internal/expressions/propertytester/*:~org/eclipse/core/internal/expressions/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[+org/eclipse/emf/common/ui/*:+org/eclipse/emf/common/ui/action/*:+org/eclipse/emf/common/ui/celleditor/*:+org/eclipse/emf/common/ui/dialogs/*:+org/eclipse/emf/common/ui/editor/*:+org/eclipse/emf/common/ui/viewer/*:+org/eclipse/emf/common/ui/wizard/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar[~org/eclipse/ui/internal/views/properties/tabbed/*:~org/eclipse/ui/internal/views/properties/tabbed/css/*:~org/eclipse/ui/internal/views/properties/tabbed/l10n/*:~org/eclipse/ui/internal/views/properties/tabbed/view/*:+org/eclipse/ui/views/properties/tabbed/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/provider/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[+org/eclipse/emf/edit/ui/*:+org/eclipse/emf/edit/ui/action/*:+org/eclipse/emf/edit/ui/celleditor/*:+org/eclipse/emf/edit/ui/dnd/*:+org/eclipse/emf/edit/ui/provider/*:+org/eclipse/emf/edit/ui/util/*:+org/eclipse/emf/edit/ui/view/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:~org/eclipse/core/internal/expressions/*:~org/eclipse/core/internal/expressions/propertytester/*:~org/eclipse/core/internal/expressions/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[+org/eclipse/emf/common/ui/*:+org/eclipse/emf/common/ui/action/*:+org/eclipse/emf/common/ui/celleditor/*:+org/eclipse/emf/common/ui/dialogs/*:+org/eclipse/emf/common/ui/editor/*:+org/eclipse/emf/common/ui/viewer/*:+org/eclipse/emf/common/ui/wizard/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar[~org/eclipse/ui/internal/views/properties/tabbed/*:~org/eclipse/ui/internal/views/properties/tabbed/css/*:~org/eclipse/ui/internal/views/properties/tabbed/l10n/*:~org/eclipse/ui/internal/views/properties/tabbed/view/*:+org/eclipse/ui/views/properties/tabbed/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/org/eclipse/ecf/internal/discovery/ui/ServicePropertiesLabelProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySection.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySource.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/org/eclipse/ecf/internal/discovery/ui/ServicePropertySection.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/org/eclipse/ecf/internal/discovery/ui/ServiceTypePropertySection.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/org/eclipse/ecf/internal/discovery/ui/TabbedPropertyAdapterFactory.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:27Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.0.201.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes [DEBUG] unqualifiedVersion: 3.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@57ad637a [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.201-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ui/ [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/ServicePropertiesLabelProvider.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySection.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySource.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/ServicePropertySection.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/ServiceTypePropertySection.java [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/TabbedPropertyAdapterFactory.java [DEBUG] adding entry about.html [DEBUG] adding entry fragment.xml [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3537eb5 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.201-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@21c9ce88 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:28.050712961, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:28.051008934, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:28.051008934, lastModified=2024-05-02 22:36:24.438735197, delta=123612273737 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:28.051008934, lastModified=2024-05-02 22:36:24.438735197, delta=123612273737 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:28.051008934, lastModified=2024-05-02 22:36:24.438735197, delta=123612273737 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:28.051367758, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:28.051450794, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:28.051450794, lastModified=2024-05-02 22:36:25.084747530, delta=122966703264 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/ServicePropertiesLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/ServicePropertiesLabelProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySection$PropertySourceProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySection$PropertySourceProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySection.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySection.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySource$ServicePropertyDescriptor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySource$ServicePropertyDescriptor.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySource.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySource.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/ServicePropertySection.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/ServicePropertySection.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/ServiceTypePropertySection.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/ServiceTypePropertySection.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/discovery/ui/TabbedPropertyAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/TabbedPropertyAdapterFactory.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@4d592ce8 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/ServicePropertiesLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/ServicePropertiesLabelProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySection$PropertySourceProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySection$PropertySourceProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySection.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySection.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySource$ServicePropertyDescriptor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySource$ServicePropertyDescriptor.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySource.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySource.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/ServicePropertySection.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/ServicePropertySection.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/ServiceTypePropertySection.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/ServiceTypePropertySection.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/discovery/ui/TabbedPropertyAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes/org/eclipse/ecf/internal/discovery/ui/TabbedPropertyAdapterFactory.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ [DEBUG] adding directory org/eclipse/ecf/internal/discovery/ui/ [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/ServicePropertiesLabelProvider.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySection$PropertySourceProvider.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySection.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySource.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/ServicePropertiesPropertySource$ServicePropertyDescriptor.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/ServicePropertySection.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/ServiceTypePropertySection.class [DEBUG] adding entry org/eclipse/ecf/internal/discovery/ui/TabbedPropertyAdapterFactory.class [DEBUG] adding entry about.html [DEBUG] adding entry fragment.xml [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.201-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@10833d4d] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version org/eclipse/ecf/internal/discovery/ui/ServicePropertySection.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.discovery.ui.properties.tabbed/3.0.201.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.ui.properties.tabbed,3.0.201.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.ui.properties.tabbed/3.0.201.v20231021-2050/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.201.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.discovery.ui.properties.tabbed.source/3.0.201.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.ui.properties.tabbed.source,3.0.201.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.ui.properties.tabbed.source/3.0.201.v20231021-2050/org.eclipse.ecf.discovery.ui.properties.tabbed.source-3.0.201.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput >------- [INFO] Building org.eclipse.ecf.discovery.ui.userinput 1.0.201-SNAPSHOT [13/114] [INFO] from framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=76618, ConflictMarker.markTime=59421, ConflictMarker.nodeCount=211, ConflictIdSorter.graphTime=28830, ConflictIdSorter.topsortTime=57285, ConflictIdSorter.conflictIdCount=145, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2539873, ConflictResolver.conflictItemCount=201, DfDependencyCollector.collectTime=1162602, DfDependencyCollector.transformTime=2796358} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:eclipse-plugin:1.0.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:30.505232863, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:30.505518867, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:30.505518867, lastModified=2024-05-02 22:36:24.438735197, delta=126066783670 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:30.505518867, lastModified=2024-05-02 22:36:24.438735197, delta=126066783670 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:30.505518867, lastModified=2024-05-02 22:36:24.438735197, delta=126066783670 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:30.505912014, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:30.506088421, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:30.506088421, lastModified=2024-05-02 22:36:25.084747530, delta=125421340891 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:30.505518867, lastModified=2024-05-02 22:36:24.438735197, delta=126066783670 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:30.505518867, lastModified=2024-05-02 22:36:24.438735197, delta=126066783670 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:38:30.506839088, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:38:30.506932692, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:30.511888999, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:30.520461371, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:30.505518867, lastModified=2024-05-02 22:36:24.438735197, delta=126066783670 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:30.505518867, lastModified=2024-05-02 22:36:24.438735197, delta=126066783670 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.201.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.discovery.ui.userinput) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.discovery.ui.userinput [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:31Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery.ui.userinput [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery.ui.userinput-1.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: [org/eclipse/equinox/concurrent/future/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: [org/eclipse/equinox/concurrent/future/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: -access all- [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: [org/eclipse/equinox/concurrent/future/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/org/eclipse/ecf/discovery/ui/userinput/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/org/eclipse/ecf/discovery/ui/userinput/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryLocator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/org/eclipse/ecf/discovery/ui/userinput/UserInputNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/org/eclipse/ecf/discovery/ui/userinput/handler/InputDialogWithComboHistory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:31Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.discovery.ui.userinput [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.discovery.ui.userinput-1.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4800cfd7 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.userinput-1.0.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/org.eclipse.ecf.discovery.ui.userinput-1.0.201-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/discovery/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/userinput/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/userinput/handler/ [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/Activator.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/Messages.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryLocator.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/UserInputNamespace.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/handler/InputDialogWithComboHistory.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler.java [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/messages.properties [DEBUG] adding directory icons/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/manual.png [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6c25e7f6 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.userinput-1.0.201-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@22888466 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:31.546818784, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:31.547136036, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:31.547136036, lastModified=2024-05-02 22:36:24.438735197, delta=127108400839 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:31.547136036, lastModified=2024-05-02 22:36:24.438735197, delta=127108400839 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:31.547136036, lastModified=2024-05-02 22:36:24.438735197, delta=127108400839 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:31.547539390, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:31.547617653, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:31.547617653, lastModified=2024-05-02 22:36:25.084747530, delta=126462870123 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryContainerInstantiator$SingletonHolder.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryContainerInstantiator$SingletonHolder.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryLocator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryLocator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/UserInputNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/UserInputNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/handler/InputDialogWithComboHistory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/handler/InputDialogWithComboHistory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/handler/InputDialogWithComboHistory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/handler/InputDialogWithComboHistory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler$LookupJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler$LookupJob.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler$MyInputValidator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler$MyInputValidator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@236ba38c [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryContainerInstantiator$SingletonHolder.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryContainerInstantiator$SingletonHolder.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryLocator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryLocator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/UserInputNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/UserInputNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/handler/InputDialogWithComboHistory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/handler/InputDialogWithComboHistory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/handler/InputDialogWithComboHistory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/handler/InputDialogWithComboHistory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler$LookupJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler$LookupJob.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler$MyInputValidator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler$MyInputValidator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes/org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/org.eclipse.ecf.discovery.ui.userinput-1.0.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/discovery/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/userinput/ [DEBUG] adding directory org/eclipse/ecf/discovery/ui/userinput/handler/ [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/Activator.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/Messages.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryContainerInstantiator$SingletonHolder.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/UserInputDiscoveryLocator.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/UserInputNamespace.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/handler/InputDialogWithComboHistory.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/handler/InputDialogWithComboHistory$1.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler$LookupJob.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler$MyInputValidator.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/handler/LookupHandler.class [DEBUG] adding entry org/eclipse/ecf/discovery/ui/userinput/messages.properties [DEBUG] adding directory icons/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/manual.png [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.discovery.ui.userinput-1.0.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/org.eclipse.ecf.discovery.ui.userinput-1.0.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/org.eclipse.ecf.discovery.ui.userinput-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/org.eclipse.ecf.discovery.ui.userinput-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/org.eclipse.ecf.discovery.ui.userinput-1.0.201-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/org.eclipse.ecf.discovery.ui.userinput-1.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/org.eclipse.ecf.discovery.ui.userinput-1.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@76ce3e31] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui.userinput --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.discovery.ui.userinput/1.0.201.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.ui.userinput,1.0.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.ui.userinput/1.0.201.v20230528-2254/org.eclipse.ecf.discovery.ui.userinput-1.0.201.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.discovery.ui.userinput.source/1.0.201.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.discovery.ui.userinput.source,1.0.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.discovery.ui.userinput.source/1.0.201.v20230528-2254/org.eclipse.ecf.discovery.ui.userinput.source-1.0.201.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.filetransfer >------------ [INFO] Building org.eclipse.ecf.filetransfer 5.1.103-SNAPSHOT [14/114] [INFO] from framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=17397, ConflictMarker.markTime=16393, ConflictMarker.nodeCount=31, ConflictIdSorter.graphTime=25560, ConflictIdSorter.topsortTime=14711, ConflictIdSorter.conflictIdCount=13, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=142586, ConflictResolver.conflictItemCount=30, DfDependencyCollector.collectTime=298871, DfDependencyCollector.transformTime=242279} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:eclipse-plugin:5.1.103-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:33.840719553, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:33.841016301, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:33.841016301, lastModified=2024-05-02 22:36:24.438735197, delta=129402281104 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:33.841016301, lastModified=2024-05-02 22:36:24.438735197, delta=129402281104 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:33.841016301, lastModified=2024-05-02 22:36:24.438735197, delta=129402281104 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:33.841405445, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:33.841580147, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:33.841580147, lastModified=2024-05-02 22:36:25.084747530, delta=128756832617 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:33.841016301, lastModified=2024-05-02 22:36:24.438735197, delta=129402281104 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:33.841016301, lastModified=2024-05-02 22:36:24.438735197, delta=129402281104 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:38:33.842199513, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:38:33.842271096, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:33.847235723, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:33.856197682, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:33.841016301, lastModified=2024-05-02 22:36:24.438735197, delta=129402281104 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:33.841016301, lastModified=2024-05-02 22:36:24.438735197, delta=129402281104 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 5.1.103.v20230705-0614 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.filetransfer) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.filetransfer [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230705-0614 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:34Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 5.1.103.v20230705-0614 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.filetransfer [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes [DEBUG] unqualifiedVersion: 5.1.103 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.filetransfer-5.1.103-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.8/1.8 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/BrowseFileTransferException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/FileTransferInfo.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/FileTransferJob.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IFileRangeSpecification.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IFileTransferInfo.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IFileTransferListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IFileTransferPausable.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IFileTransferRateControl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IFileTransferRunnable.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IIncomingFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IIncomingFileTransferRequestListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IOutgoingFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IRemoteFile.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IRemoteFileAttributes.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IRemoteFileInfo.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IRemoteFileSystemBrowserContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IRemoteFileSystemListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IRemoteFileSystemRequest.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IRetrieveFileTransferContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IRetrieveFileTransferOptions.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/ISendFileTransferContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/ISendFileTransferOptions.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/IncomingFileTransferException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/InvalidFileRangeSpecificationException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/RemoteFileSystemException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/SendFileTransferException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/UserCancelledException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IFileTransferEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IFileTransferRequestEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDataEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDoneEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceivePausedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveResumedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveStartEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferResponseEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDataEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDoneEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendPausedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendResumedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IRemoteFileSystemBrowseEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/IRemoteFileSystemEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/socket/ISocketClosedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/socket/ISocketConnectedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/socket/ISocketCreatedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/socket/ISocketEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/socket/ISocketEventSource.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/socket/ISocketListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/events/socketfactory/INonconnectedSocketFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/identity/FileCreateException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/identity/FileIDFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/identity/IFileID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/identity/IFileIDFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/service/IRetrieveFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/service/ISendFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/filetransfer/service/ISendFileTransferFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/internal/filetransfer/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/internal/filetransfer/FileTransferDebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/internal/filetransfer/ProxyURLStreamHandlerService.java, -g, -nowarn, -target, 1.8, -source, 1.8, --release, 8, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230705-0614 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:34Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 5.1.103.v20230705-0614 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.filetransfer [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes [DEBUG] unqualifiedVersion: 5.1.103 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.filetransfer-5.1.103-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.8/1.8 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@b8aabc5 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer-5.1.103-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (f) qualifier = v20230705-0614 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/org.eclipse.ecf.filetransfer-5.1.103-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/events/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/events/socket/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/events/socketfactory/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/identity/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/service/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/filetransfer/ [DEBUG] adding entry org/eclipse/ecf/filetransfer/BrowseFileTransferException.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/FileTransferInfo.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/FileTransferJob.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IFileRangeSpecification.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IFileTransferInfo.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IFileTransferListener.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IFileTransferPausable.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IFileTransferRateControl.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IFileTransferRunnable.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IIncomingFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IIncomingFileTransferRequestListener.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IOutgoingFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRemoteFile.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRemoteFileAttributes.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRemoteFileInfo.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRemoteFileSystemBrowserContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRemoteFileSystemListener.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRemoteFileSystemRequest.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRetrieveFileTransferContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRetrieveFileTransferOptions.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/ISendFileTransferContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/ISendFileTransferOptions.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/IncomingFileTransferException.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/InvalidFileRangeSpecificationException.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/RemoteFileSystemException.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/SendFileTransferException.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/UserCancelledException.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IFileTransferEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IFileTransferRequestEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IIncomingFileTransferEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDataEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDoneEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceivePausedEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveResumedEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveStartEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferResponseEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDataEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDoneEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendPausedEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendResumedEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IRemoteFileSystemBrowseEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IRemoteFileSystemEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/socket/ISocketClosedEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/socket/ISocketConnectedEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/socket/ISocketCreatedEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/socket/ISocketEvent.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/socket/ISocketEventSource.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/socket/ISocketListener.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/socketfactory/INonconnectedSocketFactory.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/identity/FileCreateException.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/identity/FileIDFactory.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/identity/IFileID.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/identity/IFileIDFactory.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/service/IRetrieveFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/service/ISendFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/service/ISendFileTransferFactory.java [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/FileTransferDebugOptions.java [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ProxyURLStreamHandlerService.java [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry schema/urlStreamHandlerService.exsd [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@378d780 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer-5.1.103-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (f) qualifier = v20230705-0614 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@35cf3d17 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:34.814527051, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:34.814834756, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:34.814834756, lastModified=2024-05-02 22:36:24.438735197, delta=130376099559 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:34.814834756, lastModified=2024-05-02 22:36:24.438735197, delta=130376099559 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:34.814834756, lastModified=2024-05-02 22:36:24.438735197, delta=130376099559 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:34.815195941, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:34.815298490, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:34.815298490, lastModified=2024-05-02 22:36:25.084747530, delta=129730550960 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/BrowseFileTransferException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/BrowseFileTransferException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/FileTransferInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/FileTransferInfo.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/FileTransferJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/FileTransferJob.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IFileRangeSpecification.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileRangeSpecification.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransferInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransferInfo.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransferListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransferListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransferPausable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransferPausable.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransferRateControl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransferRateControl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransferRunnable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransferRunnable.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IIncomingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IIncomingFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IIncomingFileTransferRequestListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IIncomingFileTransferRequestListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IOutgoingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IOutgoingFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IRemoteFile.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRemoteFile.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IRemoteFileAttributes.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRemoteFileAttributes.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IRemoteFileInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRemoteFileInfo.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IRemoteFileSystemBrowserContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRemoteFileSystemBrowserContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IRemoteFileSystemListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRemoteFileSystemListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IRemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRemoteFileSystemRequest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IRetrieveFileTransferContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRetrieveFileTransferContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IRetrieveFileTransferOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRetrieveFileTransferOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/ISendFileTransferContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/ISendFileTransferContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/ISendFileTransferOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/ISendFileTransferOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IncomingFileTransferException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IncomingFileTransferException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/InvalidFileRangeSpecificationException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/InvalidFileRangeSpecificationException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/RemoteFileSystemException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/RemoteFileSystemException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/SendFileTransferException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/SendFileTransferException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/UserCancelledException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/UserCancelledException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IFileTransferEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IFileTransferEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IFileTransferRequestEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IFileTransferRequestEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IIncomingFileTransferEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDataEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDataEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDoneEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDoneEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceivePausedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceivePausedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveResumedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveResumedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveStartEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveStartEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferResponseEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferResponseEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDataEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDataEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDoneEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDoneEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendPausedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendPausedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendResumedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendResumedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IRemoteFileSystemBrowseEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IRemoteFileSystemBrowseEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IRemoteFileSystemEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IRemoteFileSystemEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/socket/ISocketClosedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/socket/ISocketClosedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/socket/ISocketConnectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/socket/ISocketConnectedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/socket/ISocketCreatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/socket/ISocketCreatedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/socket/ISocketEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/socket/ISocketEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/socket/ISocketEventSource.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/socket/ISocketEventSource.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/socket/ISocketListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/socket/ISocketListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/socketfactory/INonconnectedSocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/socketfactory/INonconnectedSocketFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/identity/FileCreateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/identity/FileCreateException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/identity/FileIDFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/identity/FileIDFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/identity/IFileID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/identity/IFileID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/identity/IFileIDFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/identity/IFileIDFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/IRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRetrieveFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/ISendFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/ISendFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/ISendFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/ISendFileTransferFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/internal/filetransfer/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/FileTransferDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/internal/filetransfer/FileTransferDebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ProxyURLStreamHandlerService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/internal/filetransfer/ProxyURLStreamHandlerService.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@882bc7 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/BrowseFileTransferException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/BrowseFileTransferException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/FileTransferInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/FileTransferInfo.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/FileTransferJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/FileTransferJob.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IFileRangeSpecification.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileRangeSpecification.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransferInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransferInfo.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransferListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransferListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransferPausable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransferPausable.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransferRateControl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransferRateControl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransferRunnable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransferRunnable.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IIncomingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IIncomingFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IIncomingFileTransferRequestListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IIncomingFileTransferRequestListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IOutgoingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IOutgoingFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IRemoteFile.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRemoteFile.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IRemoteFileAttributes.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRemoteFileAttributes.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IRemoteFileInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRemoteFileInfo.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IRemoteFileSystemBrowserContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRemoteFileSystemBrowserContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IRemoteFileSystemListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRemoteFileSystemListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IRemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRemoteFileSystemRequest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IRetrieveFileTransferContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRetrieveFileTransferContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IRetrieveFileTransferOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IRetrieveFileTransferOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/ISendFileTransferContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/ISendFileTransferContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/ISendFileTransferOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/ISendFileTransferOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/IncomingFileTransferException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IncomingFileTransferException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/InvalidFileRangeSpecificationException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/InvalidFileRangeSpecificationException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/RemoteFileSystemException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/RemoteFileSystemException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/SendFileTransferException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/SendFileTransferException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/UserCancelledException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/UserCancelledException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IFileTransferEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IFileTransferEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IFileTransferRequestEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IFileTransferRequestEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IIncomingFileTransferEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDataEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDataEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDoneEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDoneEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceivePausedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceivePausedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveResumedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveResumedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveStartEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveStartEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferResponseEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferResponseEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDataEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDataEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDoneEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDoneEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendPausedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendPausedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendResumedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendResumedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IRemoteFileSystemBrowseEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IRemoteFileSystemBrowseEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/IRemoteFileSystemEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IRemoteFileSystemEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/socket/ISocketClosedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/socket/ISocketClosedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/socket/ISocketConnectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/socket/ISocketConnectedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/socket/ISocketCreatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/socket/ISocketCreatedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/socket/ISocketEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/socket/ISocketEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/socket/ISocketEventSource.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/socket/ISocketEventSource.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/socket/ISocketListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/socket/ISocketListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/events/socketfactory/INonconnectedSocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/socketfactory/INonconnectedSocketFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/identity/FileCreateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/identity/FileCreateException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/identity/FileIDFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/identity/FileIDFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/identity/IFileID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/identity/IFileID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/identity/IFileIDFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/identity/IFileIDFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/service/IRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRetrieveFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/service/ISendFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/ISendFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/service/ISendFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/ISendFileTransferFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/internal/filetransfer/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/FileTransferDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/internal/filetransfer/FileTransferDebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ProxyURLStreamHandlerService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/internal/filetransfer/ProxyURLStreamHandlerService.class [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/org.eclipse.ecf.filetransfer-5.1.103-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/events/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/events/socket/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/events/socketfactory/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/identity/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/service/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/filetransfer/ [DEBUG] adding entry org/eclipse/ecf/filetransfer/BrowseFileTransferException.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/FileTransferInfo.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/FileTransferJob.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IFileRangeSpecification.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IFileTransferInfo.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IFileTransferListener.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IFileTransferPausable.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IFileTransferRateControl.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IFileTransferRunnable.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IIncomingFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IIncomingFileTransferRequestListener.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IOutgoingFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRemoteFile.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRemoteFileAttributes.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRemoteFileInfo.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRemoteFileSystemBrowserContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRemoteFileSystemListener.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRemoteFileSystemRequest.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRetrieveFileTransferContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IRetrieveFileTransferOptions.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/ISendFileTransferContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/ISendFileTransferOptions.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/IncomingFileTransferException.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/InvalidFileRangeSpecificationException.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/RemoteFileSystemException.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/SendFileTransferException.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/UserCancelledException.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IFileTransferEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IFileTransferRequestEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IIncomingFileTransferEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDataEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDoneEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceivePausedEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveResumedEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveStartEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferResponseEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDataEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDoneEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendPausedEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendResumedEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IRemoteFileSystemBrowseEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/IRemoteFileSystemEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/socket/ISocketClosedEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/socket/ISocketConnectedEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/socket/ISocketCreatedEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/socket/ISocketEvent.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/socket/ISocketEventSource.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/socket/ISocketListener.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/events/socketfactory/INonconnectedSocketFactory.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/identity/FileCreateException.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/identity/FileIDFactory.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/identity/IFileID.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/identity/IFileIDFactory.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/service/IRetrieveFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/service/ISendFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/service/ISendFileTransferFactory.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/FileTransferDebugOptions.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ProxyURLStreamHandlerService.class [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [DEBUG] adding entry schema/urlStreamHandlerService.exsd [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer-5.1.103-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/org.eclipse.ecf.filetransfer-5.1.103-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/org.eclipse.ecf.filetransfer-5.1.103-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/org.eclipse.ecf.filetransfer-5.1.103-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/org.eclipse.ecf.filetransfer-5.1.103-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/org.eclipse.ecf.filetransfer-5.1.103-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/org.eclipse.ecf.filetransfer-5.1.103-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@4a34037d] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.filetransfer/5.1.103.v20230705-0614 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.filetransfer,5.1.103.v20230705-0614 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.filetransfer/5.1.103.v20230705-0614/org.eclipse.ecf.filetransfer-5.1.103.v20230705-0614-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.filetransfer.source/5.1.103.v20230705-0614 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.filetransfer.source,5.1.103.v20230705-0614 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.filetransfer.source/5.1.103.v20230705-0614/org.eclipse.ecf.filetransfer.source-5.1.103.v20230705-0614-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] --------------< org.eclipse.ecf:org.eclipse.ecf.presence >-------------- [INFO] Building org.eclipse.ecf.presence 2.1.201-SNAPSHOT [15/114] [INFO] from framework/bundles/org.eclipse.ecf.presence/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=15832, ConflictMarker.markTime=14509, ConflictMarker.nodeCount=29, ConflictIdSorter.graphTime=7447, ConflictIdSorter.topsortTime=12995, ConflictIdSorter.conflictIdCount=13, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=77719, ConflictResolver.conflictItemCount=28, DfDependencyCollector.collectTime=205419, DfDependencyCollector.transformTime=156442} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:eclipse-plugin:2.1.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:37.397533609, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:37.397925772, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:37.397925772, lastModified=2024-05-02 22:36:24.438735197, delta=132959190575 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:37.397925772, lastModified=2024-05-02 22:36:24.438735197, delta=132959190575 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:37.397925772, lastModified=2024-05-02 22:36:24.438735197, delta=132959190575 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:37.398438036, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:37.398694954, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:37.398694954, lastModified=2024-05-02 22:36:25.084747530, delta=132313947424 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:37.397925772, lastModified=2024-05-02 22:36:24.438735197, delta=132959190575 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:37.397925772, lastModified=2024-05-02 22:36:24.438735197, delta=132959190575 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:38:37.399580376, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:38:37.399712361, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 6 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:37.405459989, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:37.414233095, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:37.397925772, lastModified=2024-05-02 22:36:24.438735197, delta=132959190575 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:37.397925772, lastModified=2024-05-02 22:36:24.438735197, delta=132959190575 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.1.201.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.presence) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.presence [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:37Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.1.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.presence [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes [DEBUG] unqualifiedVersion: 2.1.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.presence-2.1.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src [INFO] Compiling 92 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/internal/presence/PresencePlugin.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/AbstractPresenceContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IAccountManager.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IFQID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IIMMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IIMMessageEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IIMMessageListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IMMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IPresence.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IPresenceContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IPresenceContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IPresenceListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IPresenceSender.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/Presence.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/PresenceContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/ChatRoomCreateException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/ChatRoomMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/ChatRoomMessageEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/IChatRoomAdminListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/IChatRoomAdminSender.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/IChatRoomContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/IChatRoomContainerOptionsAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/IChatRoomInfo.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/IChatRoomInvitationListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/IChatRoomInvitationSender.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/IChatRoomManager.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/IChatRoomMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/IChatRoomMessageEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/IChatRoomMessageSender.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/chatroom/IChatRoomParticipantListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/history/IHistory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/history/IHistoryLine.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/history/IHistoryManager.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/ChatMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/ChatMessageEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/IChat.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/IChatID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/IChatManager.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/IChatMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/IChatMessageEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/IChatMessageSender.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/IChatRoomCreationEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/ITypingMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/ITypingMessageEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/ITypingMessageSender.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/IXHTMLChatMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/IXHTMLChatMessageEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/TypingMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/TypingMessageEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/XHTMLChatMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/im/XHTMLChatMessageEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/AbstractRosterManager.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/IMultiResourceRosterEntry.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/IRoster.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/IRosterEntry.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/IRosterGroup.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/IRosterItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/IRosterListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/IRosterManager.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/IRosterResource.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/IRosterSubscriptionListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/IRosterSubscriptionSender.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/Roster.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/RosterEntry.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/RosterGroup.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/RosterItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/roster/RosterResource.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/AbstractUserSearchManager.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/ICriteria.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/ICriterion.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/IRestriction.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/IResult.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/IResultList.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/ISearch.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/IUserSearchCompleteEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/IUserSearchEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/IUserSearchListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/IUserSearchManager.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/LogicalCriterion.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/Restriction.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/ResultList.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/SimpleCriterion.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/UserSearchCompleteEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/UserSearchException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/message/IMessageResult.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/message/IMessageSearchCompleteEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/message/IMessageSearchEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/message/IMessageSearchListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/message/IMessageSearchManager.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/message/MessageSearchCompleteEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/search/message/MessageSearchException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/service/IPresenceService.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:37Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.1.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.presence [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes [DEBUG] unqualifiedVersion: 2.1.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.presence-2.1.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@7126a5cf [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.presence-2.1.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/org.eclipse.ecf.presence-2.1.201-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ [DEBUG] adding directory org/eclipse/ecf/presence/ [DEBUG] adding directory org/eclipse/ecf/presence/chatroom/ [DEBUG] adding directory org/eclipse/ecf/presence/history/ [DEBUG] adding directory org/eclipse/ecf/presence/im/ [DEBUG] adding directory org/eclipse/ecf/presence/roster/ [DEBUG] adding directory org/eclipse/ecf/presence/search/ [DEBUG] adding directory org/eclipse/ecf/presence/search/message/ [DEBUG] adding directory org/eclipse/ecf/presence/service/ [DEBUG] adding entry org/eclipse/ecf/internal/presence/PresencePlugin.java [DEBUG] adding entry org/eclipse/ecf/presence/AbstractPresenceContainer.java [DEBUG] adding entry org/eclipse/ecf/presence/IAccountManager.java [DEBUG] adding entry org/eclipse/ecf/presence/IFQID.java [DEBUG] adding entry org/eclipse/ecf/presence/IIMMessage.java [DEBUG] adding entry org/eclipse/ecf/presence/IIMMessageEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/IIMMessageListener.java [DEBUG] adding entry org/eclipse/ecf/presence/IMMessage.java [DEBUG] adding entry org/eclipse/ecf/presence/IPresence.java [DEBUG] adding entry org/eclipse/ecf/presence/IPresenceContainer.java [DEBUG] adding entry org/eclipse/ecf/presence/IPresenceContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/presence/IPresenceListener.java [DEBUG] adding entry org/eclipse/ecf/presence/IPresenceSender.java [DEBUG] adding entry org/eclipse/ecf/presence/Presence.java [DEBUG] adding entry org/eclipse/ecf/presence/PresenceContainer.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/ChatRoomCreateException.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/ChatRoomMessage.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/ChatRoomMessageEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomAdminListener.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomAdminSender.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomContainer.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomContainerOptionsAdapter.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomInfo.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomInvitationListener.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomInvitationSender.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomManager.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomMessage.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomMessageEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomMessageSender.java [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomParticipantListener.java [DEBUG] adding entry org/eclipse/ecf/presence/history/IHistory.java [DEBUG] adding entry org/eclipse/ecf/presence/history/IHistoryLine.java [DEBUG] adding entry org/eclipse/ecf/presence/history/IHistoryManager.java [DEBUG] adding entry org/eclipse/ecf/presence/im/ChatMessage.java [DEBUG] adding entry org/eclipse/ecf/presence/im/ChatMessageEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/im/IChat.java [DEBUG] adding entry org/eclipse/ecf/presence/im/IChatID.java [DEBUG] adding entry org/eclipse/ecf/presence/im/IChatManager.java [DEBUG] adding entry org/eclipse/ecf/presence/im/IChatMessage.java [DEBUG] adding entry org/eclipse/ecf/presence/im/IChatMessageEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/im/IChatMessageSender.java [DEBUG] adding entry org/eclipse/ecf/presence/im/IChatRoomCreationEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/im/ITypingMessage.java [DEBUG] adding entry org/eclipse/ecf/presence/im/ITypingMessageEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/im/ITypingMessageSender.java [DEBUG] adding entry org/eclipse/ecf/presence/im/IXHTMLChatMessage.java [DEBUG] adding entry org/eclipse/ecf/presence/im/IXHTMLChatMessageEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/im/TypingMessage.java [DEBUG] adding entry org/eclipse/ecf/presence/im/TypingMessageEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/im/XHTMLChatMessage.java [DEBUG] adding entry org/eclipse/ecf/presence/im/XHTMLChatMessageEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/AbstractRosterManager.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/IMultiResourceRosterEntry.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRoster.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterEntry.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterGroup.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterItem.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterListener.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterManager.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterResource.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterSubscriptionListener.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterSubscriptionSender.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/Roster.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/RosterEntry.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/RosterGroup.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/RosterItem.java [DEBUG] adding entry org/eclipse/ecf/presence/roster/RosterResource.java [DEBUG] adding entry org/eclipse/ecf/presence/search/AbstractUserSearchManager.java [DEBUG] adding entry org/eclipse/ecf/presence/search/ICriteria.java [DEBUG] adding entry org/eclipse/ecf/presence/search/ICriterion.java [DEBUG] adding entry org/eclipse/ecf/presence/search/IRestriction.java [DEBUG] adding entry org/eclipse/ecf/presence/search/IResult.java [DEBUG] adding entry org/eclipse/ecf/presence/search/IResultList.java [DEBUG] adding entry org/eclipse/ecf/presence/search/ISearch.java [DEBUG] adding entry org/eclipse/ecf/presence/search/IUserSearchCompleteEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/search/IUserSearchEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/search/IUserSearchListener.java [DEBUG] adding entry org/eclipse/ecf/presence/search/IUserSearchManager.java [DEBUG] adding entry org/eclipse/ecf/presence/search/LogicalCriterion.java [DEBUG] adding entry org/eclipse/ecf/presence/search/Restriction.java [DEBUG] adding entry org/eclipse/ecf/presence/search/ResultList.java [DEBUG] adding entry org/eclipse/ecf/presence/search/SimpleCriterion.java [DEBUG] adding entry org/eclipse/ecf/presence/search/UserSearchCompleteEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/search/UserSearchException.java [DEBUG] adding entry org/eclipse/ecf/presence/search/message/IMessageResult.java [DEBUG] adding entry org/eclipse/ecf/presence/search/message/IMessageSearchCompleteEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/search/message/IMessageSearchEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/search/message/IMessageSearchListener.java [DEBUG] adding entry org/eclipse/ecf/presence/search/message/IMessageSearchManager.java [DEBUG] adding entry org/eclipse/ecf/presence/search/message/MessageSearchCompleteEvent.java [DEBUG] adding entry org/eclipse/ecf/presence/search/message/MessageSearchException.java [DEBUG] adding entry org/eclipse/ecf/presence/service/IPresenceService.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@64802ed1 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.presence-2.1.201-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@6c9bd0a0 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:38.206479320, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:38.206869072, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:38.206869072, lastModified=2024-05-02 22:36:24.438735197, delta=133768133875 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:38.206869072, lastModified=2024-05-02 22:36:24.438735197, delta=133768133875 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:38.206869072, lastModified=2024-05-02 22:36:24.438735197, delta=133768133875 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:38.207424891, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:38.207558432, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:38.207558432, lastModified=2024-05-02 22:36:25.084747530, delta=133122810902 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/PresencePlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/internal/presence/PresencePlugin.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/AbstractPresenceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/AbstractPresenceContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/IAccountManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IAccountManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/IFQID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IFQID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/IIMMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IIMMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/IIMMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IIMMessageEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/IIMMessageListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IIMMessageListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/IMMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IMMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/IPresence$Mode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IPresence$Mode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/IPresence$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IPresence$Type.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/IPresence.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IPresence.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/IPresenceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IPresenceContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/IPresenceContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IPresenceContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/IPresenceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IPresenceListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/IPresenceSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IPresenceSender.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/Presence.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/Presence.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/PresenceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/PresenceContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/ChatRoomCreateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/ChatRoomCreateException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/ChatRoomMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/ChatRoomMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/ChatRoomMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/ChatRoomMessageEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomAdminListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomAdminListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomAdminSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomAdminSender.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomContainerOptionsAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomContainerOptionsAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomInfo.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomInvitationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomInvitationListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomInvitationSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomInvitationSender.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomMessageEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomMessageSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomMessageSender.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomParticipantListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomParticipantListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/history/IHistory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/history/IHistory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/history/IHistoryLine.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/history/IHistoryLine.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/history/IHistoryManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/history/IHistoryManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/ChatMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/ChatMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/ChatMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/ChatMessageEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/IChat.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChat.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/IChatID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChatID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/IChatManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChatManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/IChatMessage$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChatMessage$Type.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/IChatMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChatMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/IChatMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChatMessageEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/IChatMessageSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChatMessageSender.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/IChatRoomCreationEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChatRoomCreationEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/ITypingMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/ITypingMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/ITypingMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/ITypingMessageEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/ITypingMessageSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/ITypingMessageSender.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/IXHTMLChatMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IXHTMLChatMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/IXHTMLChatMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IXHTMLChatMessageEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/TypingMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/TypingMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/TypingMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/TypingMessageEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/XHTMLChatMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/XHTMLChatMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/im/XHTMLChatMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/XHTMLChatMessageEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/AbstractRosterManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/AbstractRosterManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/IMultiResourceRosterEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IMultiResourceRosterEntry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/IRoster.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRoster.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/IRosterEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterEntry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/IRosterGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterGroup.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/IRosterItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/IRosterListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/IRosterManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/IRosterResource.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterResource.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/IRosterSubscriptionListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterSubscriptionListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/IRosterSubscriptionSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterSubscriptionSender.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/Roster.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/Roster.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/RosterEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/RosterEntry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/RosterGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/RosterGroup.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/RosterItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/RosterItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/roster/RosterResource.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/RosterResource.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/AbstractUserSearchManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/AbstractUserSearchManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/ICriteria.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/ICriteria.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/ICriterion.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/ICriterion.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/IRestriction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/IRestriction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/IResult.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/IResult.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/IResultList.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/IResultList.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/ISearch.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/ISearch.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/IUserSearchCompleteEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/IUserSearchCompleteEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/IUserSearchEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/IUserSearchEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/IUserSearchListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/IUserSearchListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/IUserSearchManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/IUserSearchManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/LogicalCriterion.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/LogicalCriterion.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/Restriction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/Restriction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/ResultList.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/ResultList.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/SimpleCriterion.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/SimpleCriterion.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/UserSearchCompleteEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/UserSearchCompleteEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/UserSearchException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/UserSearchException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/message/IMessageResult.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/message/IMessageResult.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/message/IMessageSearchCompleteEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/message/IMessageSearchCompleteEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/message/IMessageSearchEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/message/IMessageSearchEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/message/IMessageSearchListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/message/IMessageSearchListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/message/IMessageSearchManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/message/IMessageSearchManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/message/MessageSearchCompleteEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/message/MessageSearchCompleteEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/search/message/MessageSearchException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/message/MessageSearchException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/service/IPresenceService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/service/IPresenceService.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@74f8c6e6 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/PresencePlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/internal/presence/PresencePlugin.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/AbstractPresenceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/AbstractPresenceContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/IAccountManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IAccountManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/IFQID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IFQID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/IIMMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IIMMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/IIMMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IIMMessageEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/IIMMessageListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IIMMessageListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/IMMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IMMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/IPresence$Mode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IPresence$Mode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/IPresence$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IPresence$Type.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/IPresence.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IPresence.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/IPresenceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IPresenceContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/IPresenceContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IPresenceContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/IPresenceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IPresenceListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/IPresenceSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/IPresenceSender.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/Presence.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/Presence.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/PresenceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/PresenceContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/ChatRoomCreateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/ChatRoomCreateException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/ChatRoomMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/ChatRoomMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/ChatRoomMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/ChatRoomMessageEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomAdminListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomAdminListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomAdminSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomAdminSender.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomContainerOptionsAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomContainerOptionsAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomInfo.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomInvitationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomInvitationListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomInvitationSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomInvitationSender.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomMessageEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomMessageSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomMessageSender.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/chatroom/IChatRoomParticipantListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/chatroom/IChatRoomParticipantListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/history/IHistory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/history/IHistory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/history/IHistoryLine.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/history/IHistoryLine.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/history/IHistoryManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/history/IHistoryManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/ChatMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/ChatMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/ChatMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/ChatMessageEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/IChat.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChat.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/IChatID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChatID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/IChatManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChatManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/IChatMessage$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChatMessage$Type.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/IChatMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChatMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/IChatMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChatMessageEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/IChatMessageSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChatMessageSender.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/IChatRoomCreationEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IChatRoomCreationEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/ITypingMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/ITypingMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/ITypingMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/ITypingMessageEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/ITypingMessageSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/ITypingMessageSender.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/IXHTMLChatMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IXHTMLChatMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/IXHTMLChatMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/IXHTMLChatMessageEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/TypingMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/TypingMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/TypingMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/TypingMessageEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/XHTMLChatMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/XHTMLChatMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/im/XHTMLChatMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/im/XHTMLChatMessageEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/AbstractRosterManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/AbstractRosterManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/IMultiResourceRosterEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IMultiResourceRosterEntry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/IRoster.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRoster.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/IRosterEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterEntry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/IRosterGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterGroup.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/IRosterItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/IRosterListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/IRosterManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/IRosterResource.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterResource.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/IRosterSubscriptionListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterSubscriptionListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/IRosterSubscriptionSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/IRosterSubscriptionSender.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/Roster.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/Roster.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/RosterEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/RosterEntry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/RosterGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/RosterGroup.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/RosterItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/RosterItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/roster/RosterResource.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/roster/RosterResource.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/AbstractUserSearchManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/AbstractUserSearchManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/ICriteria.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/ICriteria.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/ICriterion.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/ICriterion.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/IRestriction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/IRestriction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/IResult.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/IResult.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/IResultList.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/IResultList.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/ISearch.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/ISearch.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/IUserSearchCompleteEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/IUserSearchCompleteEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/IUserSearchEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/IUserSearchEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/IUserSearchListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/IUserSearchListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/IUserSearchManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/IUserSearchManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/LogicalCriterion.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/LogicalCriterion.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/Restriction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/Restriction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/ResultList.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/ResultList.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/SimpleCriterion.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/SimpleCriterion.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/UserSearchCompleteEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/UserSearchCompleteEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/UserSearchException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/UserSearchException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/message/IMessageResult.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/message/IMessageResult.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/message/IMessageSearchCompleteEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/message/IMessageSearchCompleteEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/message/IMessageSearchEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/message/IMessageSearchEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/message/IMessageSearchListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/message/IMessageSearchListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/message/IMessageSearchManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/message/IMessageSearchManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/message/MessageSearchCompleteEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/message/MessageSearchCompleteEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/search/message/MessageSearchException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/search/message/MessageSearchException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/service/IPresenceService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes/org/eclipse/ecf/presence/service/IPresenceService.class [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/org.eclipse.ecf.presence-2.1.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ [DEBUG] adding directory org/eclipse/ecf/presence/ [DEBUG] adding directory org/eclipse/ecf/presence/chatroom/ [DEBUG] adding directory org/eclipse/ecf/presence/history/ [DEBUG] adding directory org/eclipse/ecf/presence/im/ [DEBUG] adding directory org/eclipse/ecf/presence/roster/ [DEBUG] adding directory org/eclipse/ecf/presence/search/ [DEBUG] adding directory org/eclipse/ecf/presence/search/message/ [DEBUG] adding directory org/eclipse/ecf/presence/service/ [DEBUG] adding entry org/eclipse/ecf/internal/presence/PresencePlugin.class [DEBUG] adding entry org/eclipse/ecf/presence/AbstractPresenceContainer.class [DEBUG] adding entry org/eclipse/ecf/presence/IAccountManager.class [DEBUG] adding entry org/eclipse/ecf/presence/IFQID.class [DEBUG] adding entry org/eclipse/ecf/presence/IIMMessage.class [DEBUG] adding entry org/eclipse/ecf/presence/IIMMessageEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/IIMMessageListener.class [DEBUG] adding entry org/eclipse/ecf/presence/IMMessage.class [DEBUG] adding entry org/eclipse/ecf/presence/IPresence$Type.class [DEBUG] adding entry org/eclipse/ecf/presence/IPresence$Mode.class [DEBUG] adding entry org/eclipse/ecf/presence/IPresence.class [DEBUG] adding entry org/eclipse/ecf/presence/IPresenceContainer.class [DEBUG] adding entry org/eclipse/ecf/presence/IPresenceContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/presence/IPresenceListener.class [DEBUG] adding entry org/eclipse/ecf/presence/IPresenceSender.class [DEBUG] adding entry org/eclipse/ecf/presence/Presence.class [DEBUG] adding entry org/eclipse/ecf/presence/PresenceContainer.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/ChatRoomCreateException.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/ChatRoomMessage.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/ChatRoomMessageEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomAdminListener.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomAdminSender.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomContainer.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomContainerOptionsAdapter.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomInfo.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomInvitationListener.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomInvitationSender.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomManager.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomMessage.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomMessageEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomMessageSender.class [DEBUG] adding entry org/eclipse/ecf/presence/chatroom/IChatRoomParticipantListener.class [DEBUG] adding entry org/eclipse/ecf/presence/history/IHistory.class [DEBUG] adding entry org/eclipse/ecf/presence/history/IHistoryLine.class [DEBUG] adding entry org/eclipse/ecf/presence/history/IHistoryManager.class [DEBUG] adding entry org/eclipse/ecf/presence/im/ChatMessage.class [DEBUG] adding entry org/eclipse/ecf/presence/im/ChatMessageEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/im/IChat.class [DEBUG] adding entry org/eclipse/ecf/presence/im/IChatID.class [DEBUG] adding entry org/eclipse/ecf/presence/im/IChatManager.class [DEBUG] adding entry org/eclipse/ecf/presence/im/IChatMessage.class [DEBUG] adding entry org/eclipse/ecf/presence/im/IChatMessage$Type.class [DEBUG] adding entry org/eclipse/ecf/presence/im/IChatMessageEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/im/IChatMessageSender.class [DEBUG] adding entry org/eclipse/ecf/presence/im/IChatRoomCreationEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/im/ITypingMessage.class [DEBUG] adding entry org/eclipse/ecf/presence/im/ITypingMessageEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/im/ITypingMessageSender.class [DEBUG] adding entry org/eclipse/ecf/presence/im/IXHTMLChatMessage.class [DEBUG] adding entry org/eclipse/ecf/presence/im/IXHTMLChatMessageEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/im/TypingMessage.class [DEBUG] adding entry org/eclipse/ecf/presence/im/TypingMessageEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/im/XHTMLChatMessage.class [DEBUG] adding entry org/eclipse/ecf/presence/im/XHTMLChatMessageEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/AbstractRosterManager.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/IMultiResourceRosterEntry.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRoster.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterEntry.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterGroup.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterItem.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterListener.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterManager.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterResource.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterSubscriptionListener.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/IRosterSubscriptionSender.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/Roster.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/RosterEntry.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/RosterGroup.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/RosterItem.class [DEBUG] adding entry org/eclipse/ecf/presence/roster/RosterResource.class [DEBUG] adding entry org/eclipse/ecf/presence/search/AbstractUserSearchManager.class [DEBUG] adding entry org/eclipse/ecf/presence/search/ICriteria.class [DEBUG] adding entry org/eclipse/ecf/presence/search/ICriterion.class [DEBUG] adding entry org/eclipse/ecf/presence/search/IRestriction.class [DEBUG] adding entry org/eclipse/ecf/presence/search/IResult.class [DEBUG] adding entry org/eclipse/ecf/presence/search/IResultList.class [DEBUG] adding entry org/eclipse/ecf/presence/search/ISearch.class [DEBUG] adding entry org/eclipse/ecf/presence/search/IUserSearchCompleteEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/search/IUserSearchEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/search/IUserSearchListener.class [DEBUG] adding entry org/eclipse/ecf/presence/search/IUserSearchManager.class [DEBUG] adding entry org/eclipse/ecf/presence/search/LogicalCriterion.class [DEBUG] adding entry org/eclipse/ecf/presence/search/Restriction.class [DEBUG] adding entry org/eclipse/ecf/presence/search/ResultList.class [DEBUG] adding entry org/eclipse/ecf/presence/search/SimpleCriterion.class [DEBUG] adding entry org/eclipse/ecf/presence/search/UserSearchCompleteEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/search/UserSearchException.class [DEBUG] adding entry org/eclipse/ecf/presence/search/message/IMessageResult.class [DEBUG] adding entry org/eclipse/ecf/presence/search/message/IMessageSearchCompleteEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/search/message/IMessageSearchEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/search/message/IMessageSearchListener.class [DEBUG] adding entry org/eclipse/ecf/presence/search/message/IMessageSearchManager.class [DEBUG] adding entry org/eclipse/ecf/presence/search/message/MessageSearchCompleteEvent.class [DEBUG] adding entry org/eclipse/ecf/presence/search/message/MessageSearchException.class [DEBUG] adding entry org/eclipse/ecf/presence/service/IPresenceService.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.presence-2.1.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/org.eclipse.ecf.presence-2.1.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/org.eclipse.ecf.presence-2.1.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/org.eclipse.ecf.presence-2.1.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/org.eclipse.ecf.presence-2.1.201-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/org.eclipse.ecf.presence-2.1.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/org.eclipse.ecf.presence-2.1.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@3050b315] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.presence --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.presence/2.1.201.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.presence,2.1.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.presence/2.1.201.v20230528-2254/org.eclipse.ecf.presence-2.1.201.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.presence.source/2.1.201.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.presence.source,2.1.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.presence.source/2.1.201.v20230528-2254/org.eclipse.ecf.presence.source-2.1.201.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.sharedobject >------------ [INFO] Building org.eclipse.ecf.sharedobject 2.6.200-SNAPSHOT [16/114] [INFO] from framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=17410, ConflictMarker.markTime=14877, ConflictMarker.nodeCount=31, ConflictIdSorter.graphTime=8089, ConflictIdSorter.topsortTime=12641, ConflictIdSorter.conflictIdCount=13, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=83307, ConflictResolver.conflictItemCount=30, DfDependencyCollector.collectTime=257959, DfDependencyCollector.transformTime=160634} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:eclipse-plugin:2.6.200-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:40.793981965, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:40.794312500, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:40.794312500, lastModified=2024-05-02 22:36:24.438735197, delta=136355577303 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:40.794312500, lastModified=2024-05-02 22:36:24.438735197, delta=136355577303 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:40.794312500, lastModified=2024-05-02 22:36:24.438735197, delta=136355577303 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:40.794708526, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:40.794881261, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:40.794881261, lastModified=2024-05-02 22:36:25.084747530, delta=135710133731 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:40.794312500, lastModified=2024-05-02 22:36:24.438735197, delta=136355577303 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:40.794312500, lastModified=2024-05-02 22:36:24.438735197, delta=136355577303 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:38:40.795589583, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:38:40.795686129, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 6 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:40.802000311, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:40.811067660, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:40.794312500, lastModified=2024-05-02 22:36:24.438735197, delta=136355577303 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:40.794312500, lastModified=2024-05-02 22:36:24.438735197, delta=136355577303 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.6.200.v20210922-0753 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.sharedobject) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.sharedobject [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20210922-0753 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:41Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.6.200.v20210922-0753 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.sharedobject [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes [DEBUG] unqualifiedVersion: 2.6.200 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.sharedobject-2.6.200-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/AbstractSharedObjectContainerAdapterFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/BaseSharedObject.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/IReplicaSharedObjectDescriptionFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ISharedObject.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ISharedObjectConfig.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ISharedObjectConnector.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ISharedObjectContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerClient.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerConfig.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerGroupManager.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerTransaction.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ISharedObjectContext.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ISharedObjectFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ISharedObjectManager.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionConfig.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionParticipantsFilter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/OptimisticSharedObject.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/ReplicaSharedObjectDescription.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/SharedObjectAddAbortException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/SharedObjectAddException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/SharedObjectConnectException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/SharedObjectContainerFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/SharedObjectCreateException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/SharedObjectDescription.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/SharedObjectDisconnectException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/SharedObjectFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/SharedObjectInitException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/SharedObjectMsg.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/SharedObjectMsgEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/SharedObjectMsgEventProcessor.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/SharedObjectTypeDescription.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/TransactionSharedObject.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/TransactionSharedObjectConfiguration.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/TwoPhaseCommitEventProcessor.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageReceivingEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageSendingEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageReceivingEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageSendingEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/ISharedObjectActivatedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCallEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCommitEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCreateResponseEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/ISharedObjectDeactivatedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/ISharedObjectEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerConnectionEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectCreateResponseEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/SharedObjectActivatedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/SharedObjectCallEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/SharedObjectCommitEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/SharedObjectDeactivatedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerAddEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerConnectEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerCreateEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerDisconnectEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerRemoveEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/model/ISharedModelEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/model/ISharedModelListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyAddEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyRemoveEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyValueChangeEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/model/SharedModel.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/provider/ISharedObjectInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/security/ISharedObjectPolicy.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/IEnqueueProcessor.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/IQueue.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/IQueueDequeue.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/IQueueEnqueue.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/ISharedObjectMessageSerializer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/ISimpleFIFOQueue.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/PropertiesUtil.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/QueueException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/SimpleFIFOQueue.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/util/reflection/ClassUtil.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/internal/core/sharedobject/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/internal/core/sharedobject/SharedObjectDebugOptions.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20210922-0753 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:41Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.6.200.v20210922-0753 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.sharedobject [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes [DEBUG] unqualifiedVersion: 2.6.200 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.sharedobject-2.6.200-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@284007c2 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.sharedobject-2.6.200-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (f) qualifier = v20210922-0753 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/org.eclipse.ecf.sharedobject-2.6.200-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/core/ [DEBUG] adding directory org/eclipse/ecf/core/sharedobject/ [DEBUG] adding directory org/eclipse/ecf/core/sharedobject/events/ [DEBUG] adding directory org/eclipse/ecf/core/sharedobject/model/ [DEBUG] adding directory org/eclipse/ecf/core/sharedobject/provider/ [DEBUG] adding directory org/eclipse/ecf/core/sharedobject/security/ [DEBUG] adding directory org/eclipse/ecf/core/sharedobject/util/ [DEBUG] adding directory org/eclipse/ecf/core/util/ [DEBUG] adding directory org/eclipse/ecf/core/util/reflection/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/core/ [DEBUG] adding directory org/eclipse/ecf/internal/core/sharedobject/ [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/AbstractSharedObjectContainerAdapterFactory.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/BaseSharedObject.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/IReplicaSharedObjectDescriptionFactory.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObject.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectConfig.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectConnector.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectContainer.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectContainerClient.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectContainerConfig.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectContainerFactory.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectContainerGroupManager.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectContainerTransaction.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectContext.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectFactory.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectManager.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionConfig.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionParticipantsFilter.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/OptimisticSharedObject.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ReplicaSharedObjectDescription.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectAddAbortException.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectAddException.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectConnectException.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectContainerFactory.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectCreateException.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectDescription.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectDisconnectException.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectFactory.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectInitException.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectMsg.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectMsgEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectMsgEventProcessor.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectTypeDescription.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/TransactionSharedObject.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/TransactionSharedObjectConfiguration.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/TwoPhaseCommitEventProcessor.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageReceivingEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageSendingEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageReceivingEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageSendingEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectActivatedEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectCallEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectCommitEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectCreateResponseEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectDeactivatedEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerConnectionEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageListener.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectCreateResponseEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectActivatedEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectCallEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectCommitEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectDeactivatedEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerAddEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerConnectEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerCreateEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerDisconnectEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerRemoveEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/ISharedModelEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/ISharedModelListener.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyAddEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyRemoveEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyValueChangeEvent.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/SharedModel.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/provider/ISharedObjectInstantiator.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/security/ISharedObjectPolicy.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/IEnqueueProcessor.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/IQueue.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/IQueueDequeue.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/IQueueEnqueue.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/ISharedObjectMessageSerializer.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/ISimpleFIFOQueue.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/PropertiesUtil.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/QueueException.java [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/SimpleFIFOQueue.java [DEBUG] adding entry org/eclipse/ecf/core/util/reflection/ClassUtil.java [DEBUG] adding entry org/eclipse/ecf/internal/core/sharedobject/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/core/sharedobject/SharedObjectDebugOptions.java [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry schema/sharedObjectFactory.exsd [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@aeddd64 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.sharedobject-2.6.200-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (f) qualifier = v20210922-0753 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@4d71f579 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:41.711502789, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:41.711917731, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:41.711917731, lastModified=2024-05-02 22:36:24.438735197, delta=137273182534 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:41.711917731, lastModified=2024-05-02 22:36:24.438735197, delta=137273182534 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:41.711917731, lastModified=2024-05-02 22:36:24.438735197, delta=137273182534 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:41.712487057, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:41.712664812, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:41.712664812, lastModified=2024-05-02 22:36:25.084747530, delta=136627917282 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/AbstractSharedObjectContainerAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/AbstractSharedObjectContainerAdapterFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/BaseSharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/BaseSharedObject.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/IReplicaSharedObjectDescriptionFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/IReplicaSharedObjectDescriptionFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObject.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectConfig.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectConnector.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectConnector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectContainerClient.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerClient.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectContainerConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerConfig.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectContainerFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectContainerGroupManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerGroupManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectContainerTransaction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerTransaction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectContext.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectContext.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionConfig.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionParticipantsFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionParticipantsFilter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/OptimisticSharedObject$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/OptimisticSharedObject$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/OptimisticSharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/OptimisticSharedObject.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/ReplicaSharedObjectDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ReplicaSharedObjectDescription.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectAddAbortException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectAddAbortException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectAddException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectAddException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectConnectException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectConnectException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectContainerFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectContainerFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectCreateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectCreateException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectDescription.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectDisconnectException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectDisconnectException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectInitException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectInitException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectMsg$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectMsg$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectMsg.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectMsg.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectMsgEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectMsgEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectMsgEventProcessor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectMsgEventProcessor.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectTypeDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectTypeDescription.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/TransactionSharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/TransactionSharedObject.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/TransactionSharedObjectConfiguration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/TransactionSharedObjectConfiguration.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/TwoPhaseCommitEventProcessor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/TwoPhaseCommitEventProcessor.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageReceivingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageReceivingEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageSendingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageSendingEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageReceivingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageReceivingEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageSendingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageSendingEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectActivatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectActivatedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectCallEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCallEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectCommitEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCommitEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectCreateResponseEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCreateResponseEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectDeactivatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectDeactivatedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerConnectionEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerConnectionEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectCreateResponseEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectCreateResponseEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectActivatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectActivatedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectCallEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectCallEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectCommitEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectCommitEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectDeactivatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectDeactivatedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerAddEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerAddEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerConnectEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerConnectEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerCreateEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerCreateEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerDisconnectEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerDisconnectEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerRemoveEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerRemoveEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/model/ISharedModelEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/ISharedModelEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/model/ISharedModelListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/ISharedModelListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyAddEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyAddEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyRemoveEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyRemoveEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyValueChangeEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyValueChangeEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/model/SharedModel$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/SharedModel$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/model/SharedModel$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/SharedModel$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/model/SharedModel$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/SharedModel$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/model/SharedModel$Property$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/SharedModel$Property$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/model/SharedModel$Property.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/SharedModel$Property.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/model/SharedModel.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/SharedModel.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/provider/ISharedObjectInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/provider/ISharedObjectInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/security/ISharedObjectPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/security/ISharedObjectPolicy.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/util/IEnqueueProcessor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/IEnqueueProcessor.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/util/IQueue.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/IQueue.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/util/IQueueDequeue.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/IQueueDequeue.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/util/IQueueEnqueue.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/IQueueEnqueue.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/util/ISharedObjectMessageSerializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/ISharedObjectMessageSerializer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/util/ISimpleFIFOQueue.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/ISimpleFIFOQueue.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/util/PropertiesUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/PropertiesUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/util/QueueException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/QueueException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/sharedobject/util/SimpleFIFOQueue.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/SimpleFIFOQueue.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/reflection/ClassUtil$MethodComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/util/reflection/ClassUtil$MethodComparator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/core/util/reflection/ClassUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/util/reflection/ClassUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/sharedobject/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/internal/core/sharedobject/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/sharedobject/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/internal/core/sharedobject/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/core/sharedobject/SharedObjectDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/internal/core/sharedobject/SharedObjectDebugOptions.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@7cad145f [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/AbstractSharedObjectContainerAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/AbstractSharedObjectContainerAdapterFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/BaseSharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/BaseSharedObject.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/IReplicaSharedObjectDescriptionFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/IReplicaSharedObjectDescriptionFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObject.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectConfig.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectConnector.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectConnector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectContainerClient.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerClient.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectContainerConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerConfig.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectContainerFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectContainerGroupManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerGroupManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectContainerTransaction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerTransaction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectContext.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectContext.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionConfig.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionParticipantsFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionParticipantsFilter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/OptimisticSharedObject$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/OptimisticSharedObject$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/OptimisticSharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/OptimisticSharedObject.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/ReplicaSharedObjectDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/ReplicaSharedObjectDescription.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectAddAbortException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectAddAbortException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectAddException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectAddException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectConnectException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectConnectException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectContainerFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectContainerFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectCreateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectCreateException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectDescription.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectDisconnectException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectDisconnectException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectInitException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectInitException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectMsg$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectMsg$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectMsg.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectMsg.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectMsgEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectMsgEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectMsgEventProcessor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectMsgEventProcessor.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/SharedObjectTypeDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/SharedObjectTypeDescription.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/TransactionSharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/TransactionSharedObject.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/TransactionSharedObjectConfiguration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/TransactionSharedObjectConfiguration.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/TwoPhaseCommitEventProcessor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/TwoPhaseCommitEventProcessor.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageReceivingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageReceivingEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageSendingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageSendingEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageReceivingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageReceivingEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageSendingEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageSendingEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectActivatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectActivatedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectCallEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCallEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectCommitEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCommitEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectCreateResponseEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCreateResponseEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectDeactivatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectDeactivatedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerConnectionEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerConnectionEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectCreateResponseEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectCreateResponseEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectActivatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectActivatedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectCallEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectCallEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectCommitEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectCommitEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectDeactivatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectDeactivatedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerAddEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerAddEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerConnectEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerConnectEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerCreateEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerCreateEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerDisconnectEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerDisconnectEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerRemoveEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerRemoveEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/model/ISharedModelEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/ISharedModelEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/model/ISharedModelListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/ISharedModelListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyAddEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyAddEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyRemoveEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyRemoveEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyValueChangeEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyValueChangeEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/model/SharedModel$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/SharedModel$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/model/SharedModel$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/SharedModel$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/model/SharedModel$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/SharedModel$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/model/SharedModel$Property$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/SharedModel$Property$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/model/SharedModel$Property.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/SharedModel$Property.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/model/SharedModel.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/model/SharedModel.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/provider/ISharedObjectInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/provider/ISharedObjectInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/security/ISharedObjectPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/security/ISharedObjectPolicy.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/util/IEnqueueProcessor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/IEnqueueProcessor.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/util/IQueue.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/IQueue.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/util/IQueueDequeue.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/IQueueDequeue.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/util/IQueueEnqueue.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/IQueueEnqueue.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/util/ISharedObjectMessageSerializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/ISharedObjectMessageSerializer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/util/ISimpleFIFOQueue.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/ISimpleFIFOQueue.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/util/PropertiesUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/PropertiesUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/util/QueueException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/QueueException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/sharedobject/util/SimpleFIFOQueue.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/sharedobject/util/SimpleFIFOQueue.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/reflection/ClassUtil$MethodComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/util/reflection/ClassUtil$MethodComparator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/core/util/reflection/ClassUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/core/util/reflection/ClassUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/sharedobject/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/internal/core/sharedobject/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/sharedobject/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/internal/core/sharedobject/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/core/sharedobject/SharedObjectDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes/org/eclipse/ecf/internal/core/sharedobject/SharedObjectDebugOptions.class [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [DEBUG] parseClassFile(): path=java/security/PrivilegedExceptionAction.class resource=:jrt:/java.base/java/security/PrivilegedExceptionAction.class: [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/org.eclipse.ecf.sharedobject-2.6.200-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/core/ [DEBUG] adding directory org/eclipse/ecf/core/sharedobject/ [DEBUG] adding directory org/eclipse/ecf/core/sharedobject/events/ [DEBUG] adding directory org/eclipse/ecf/core/sharedobject/model/ [DEBUG] adding directory org/eclipse/ecf/core/sharedobject/provider/ [DEBUG] adding directory org/eclipse/ecf/core/sharedobject/security/ [DEBUG] adding directory org/eclipse/ecf/core/sharedobject/util/ [DEBUG] adding directory org/eclipse/ecf/core/util/ [DEBUG] adding directory org/eclipse/ecf/core/util/reflection/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/core/ [DEBUG] adding directory org/eclipse/ecf/internal/core/sharedobject/ [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/AbstractSharedObjectContainerAdapterFactory.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/BaseSharedObject.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/IReplicaSharedObjectDescriptionFactory.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObject.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectConfig.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectConnector.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectContainer.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectContainerClient.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectContainerConfig.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectContainerFactory.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectContainerGroupManager.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectContainerTransaction.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectContext.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectFactory.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectManager.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionConfig.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionParticipantsFilter.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/OptimisticSharedObject$1.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/OptimisticSharedObject.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/ReplicaSharedObjectDescription.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectAddAbortException.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectAddException.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectConnectException.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectContainerFactory.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectCreateException.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectDescription.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectDisconnectException.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectFactory.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectInitException.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectMsg$1.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectMsg.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectMsgEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectMsgEventProcessor.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/SharedObjectTypeDescription.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/TransactionSharedObject.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/TransactionSharedObjectConfiguration.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/TwoPhaseCommitEventProcessor.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageReceivingEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageSendingEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageReceivingEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageSendingEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectActivatedEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectCallEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectCommitEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectCreateResponseEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectDeactivatedEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerConnectionEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageListener.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectCreateResponseEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectActivatedEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectCallEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectCommitEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectDeactivatedEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerAddEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerConnectEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerCreateEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerDisconnectEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerRemoveEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/ISharedModelEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/ISharedModelListener.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyAddEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyRemoveEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyValueChangeEvent.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/SharedModel.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/SharedModel$3.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/SharedModel$1.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/SharedModel$Property.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/SharedModel$2.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/model/SharedModel$Property$1.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/provider/ISharedObjectInstantiator.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/security/ISharedObjectPolicy.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/IEnqueueProcessor.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/IQueue.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/IQueueDequeue.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/IQueueEnqueue.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/ISharedObjectMessageSerializer.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/ISimpleFIFOQueue.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/PropertiesUtil.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/QueueException.class [DEBUG] adding entry org/eclipse/ecf/core/sharedobject/util/SimpleFIFOQueue.class [DEBUG] adding entry org/eclipse/ecf/core/util/reflection/ClassUtil$MethodComparator.class [DEBUG] adding entry org/eclipse/ecf/core/util/reflection/ClassUtil.class [DEBUG] adding entry org/eclipse/ecf/internal/core/sharedobject/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/core/sharedobject/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/core/sharedobject/SharedObjectDebugOptions.class [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory schema/ [DEBUG] adding entry OSGI-INF/permissions.perm [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [DEBUG] adding entry schema/sharedObjectFactory.exsd [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.sharedobject-2.6.200-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/org.eclipse.ecf.sharedobject-2.6.200-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/org.eclipse.ecf.sharedobject-2.6.200-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/org.eclipse.ecf.sharedobject-2.6.200-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/org.eclipse.ecf.sharedobject-2.6.200-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/org.eclipse.ecf.sharedobject-2.6.200-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/org.eclipse.ecf.sharedobject-2.6.200-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@260a617a] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-License: not present in baseline version Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.sharedobject/2.6.200.v20210922-0753 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.sharedobject,2.6.200.v20210922-0753 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.sharedobject/2.6.200.v20210922-0753/org.eclipse.ecf.sharedobject-2.6.200.v20210922-0753-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.sharedobject.source/2.6.200.v20210922-0753 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.sharedobject.source,2.6.200.v20210922-0753 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.sharedobject.source/2.6.200.v20210922-0753/org.eclipse.ecf.sharedobject.source-2.6.200.v20210922-0753-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -----------------< org.eclipse.ecf:org.eclipse.ecf.ui >----------------- [INFO] Building org.eclipse.ecf.ui 2.3.0-SNAPSHOT [17/114] [INFO] from framework/bundles/org.eclipse.ecf.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg_1.78.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,bcpg,1.78.1 to /home/jenkins/.m2/repository/p2/osgi/bundle/bcpg/1.78.1/bcpg-1.78.1-p2artifacts.xml [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk18on:jar:1.78.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk18on:jar:1.78.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.78.1/bcpg-jdk18on-1.78.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.78.1/bcpg-jdk18on-1.78.1.jar (477 kB at 60 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.78.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.78.1/bcpg-jdk18on-1.78.1.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov_1.78.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,bcprov,1.78.1 to /home/jenkins/.m2/repository/p2/osgi/bundle/bcprov/1.78.1/bcprov-1.78.1-p2artifacts.xml [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk18on:jar:1.78.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk18on:jar:1.78.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.78.1/bcprov-jdk18on-1.78.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.78.1/bcprov-jdk18on-1.78.1.jar (8.3 MB at 99 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.78.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.78.1/bcprov-jdk18on-1.78.1.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil_1.78.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,bcutil,1.78.1 to /home/jenkins/.m2/repository/p2/osgi/bundle/bcutil/1.78.1/bcutil-1.78.1-p2artifacts.xml [DEBUG] Resolving artifact org.bouncycastle:bcutil-jdk18on:jar:1.78.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcutil-jdk18on:jar:1.78.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.78.1/bcutil-jdk18on-1.78.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.78.1/bcutil-jdk18on-1.78.1.jar (705 kB at 88 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcutil-jdk18on/1.78.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcutil-jdk18on/1.78.1/bcutil-jdk18on-1.78.1.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcpg.source_1.78.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,bcpg.source,1.78.1 to /home/jenkins/.m2/repository/p2/osgi/bundle/bcpg.source/1.78.1/bcpg.source-1.78.1-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcprov.source_1.78.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,bcprov.source,1.78.1 to /home/jenkins/.m2/repository/p2/osgi/bundle/bcprov.source/1.78.1/bcprov.source-1.78.1-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bcutil.source_1.78.1.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,bcutil.source,1.78.1 to /home/jenkins/.m2/repository/p2/osgi/bundle/bcutil.source/1.78.1/bcutil.source-1.78.1-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core_3.8.500.v20240415-1311.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.compare.core,3.8.500.v20240415-1311 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.core.source_3.8.500.v20240415-1311.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.compare.core.source,3.8.500.v20240415-1311 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core.source/3.8.500.v20240415-1311/org.eclipse.compare.core.source-3.8.500.v20240415-1311-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.filebuffers,3.8.300.v20240207-1054 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers/3.8.300.v20240207-1054/org.eclipse.core.filebuffers-3.8.300.v20240207-1054-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text_3.14.100.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.text,3.14.100.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem_1.10.400.v20240426-1040.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.filesystem,1.10.400.v20240426-1040 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.filebuffers.source,3.8.300.v20240207-1054 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers.source/3.8.300.v20240207-1054/org.eclipse.core.filebuffers.source-3.8.300.v20240207-1054-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.source_1.10.400.v20240426-1040.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.filesystem.source,1.10.400.v20240426-1040 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.source/1.10.400.v20240426-1040/org.eclipse.core.filesystem.source-1.10.400.v20240426-1040-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources_3.20.200.v20240426-1040.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.resources,3.20.200.v20240426-1040 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.source_3.20.200.v20240426-1040.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.resources.source,3.20.200.v20240426-1040 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.source/3.20.200.v20240426-1040/org.eclipse.core.resources.source-3.20.200.v20240426-1040-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.ide,3.17.200.v20231201-1637 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.17.200.v20231201-1637/org.eclipse.e4.ui.ide-3.17.200.v20231201-1637-p2artifacts.xml [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text_3.25.100.v20240424-1254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jface.text,3.25.100.v20240424-1254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security_1.4.300.v20240419-2334.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.security,1.4.300.v20240419-2334 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.4.300.v20240419-2334/org.eclipse.equinox.security-1.4.300.v20240419-2334-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors_3.17.300.v20240416-0658.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.editors,3.17.300.v20240416-0658 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.17.300.v20240416-0658/org.eclipse.ui.editors-3.17.300.v20240416-0658-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi_1.5.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.bidi,1.5.100.v20240321-1445 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.100.v20240321-1445/org.eclipse.equinox.bidi-1.5.100.v20240321-1445-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.bidi.source_1.5.100.v20240321-1445.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.bidi.source,1.5.100.v20240321-1445 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi.source/1.5.100.v20240321-1445/org.eclipse.equinox.bidi.source-1.5.100.v20240321-1445-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.5.400.v20240416-0654 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.artifact.repository/1.5.400.v20240416-0654/org.eclipse.equinox.p2.artifact.repository-1.5.400.v20240416-0654-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata_2.9.100.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.metadata,2.9.100.v20240416-0654 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.9.100.v20240416-0654/org.eclipse.equinox.p2.metadata-2.9.100.v20240416-0654-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz_1.9.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.tukaani.xz,1.9.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.tukaani.xz/1.9.0/org.tukaani.xz-1.9.0-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core_2.11.100.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.core,2.11.100.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.11.100.v20240321-1450/org.eclipse.equinox.p2.core-2.11.100.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.3.400.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.jarprocessor/1.3.400.v20240321-1450/org.eclipse.equinox.p2.jarprocessor-1.3.400.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository_2.9.100.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.repository,2.9.100.v20240425-1316 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository/2.9.100.v20240425-1316/org.eclipse.equinox.p2.repository-2.9.100.v20240425-1316-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.artifact.repository.source,1.5.400.v20240416-0654 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.artifact.repository.source/1.5.400.v20240416-0654/org.eclipse.equinox.p2.artifact.repository.source-1.5.400.v20240416-0654-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.core.source_2.11.100.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.core.source,2.11.100.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core.source/2.11.100.v20240321-1450/org.eclipse.equinox.p2.core.source-2.11.100.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine_2.10.200.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.engine,2.10.200.v20240425-1316 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.10.200.v20240425-1316/org.eclipse.equinox.p2.engine-2.10.200.v20240425-1316-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.400.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.5.400.v20240425-1316 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata.repository/1.5.400.v20240425-1316/org.eclipse.equinox.p2.metadata.repository-1.5.400.v20240425-1316-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.engine.source_2.10.200.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.engine.source,2.10.200.v20240425-1316 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine.source/2.10.200.v20240425-1316/org.eclipse.equinox.p2.engine.source-2.10.200.v20240425-1316-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.jarprocessor.source,1.3.400.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.jarprocessor.source/1.3.400.v20240321-1450/org.eclipse.equinox.p2.jarprocessor.source-1.3.400.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.source_2.9.100.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.metadata.source,2.9.100.v20240416-0654 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata.source/2.9.100.v20240416-0654/org.eclipse.equinox.p2.metadata.source-2.9.100.v20240416-0654-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.400.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.metadata.repository.source,1.5.400.v20240425-1316 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata.repository.source/1.5.400.v20240425-1316/org.eclipse.equinox.p2.metadata.repository.source-1.5.400.v20240425-1316-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.source_2.9.100.v20240425-1316.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.repository.source,2.9.100.v20240425-1316 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository.source/2.9.100.v20240425-1316/org.eclipse.equinox.p2.repository.source-2.9.100.v20240425-1316-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.source_1.4.300.v20240419-2334.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.security.source,1.4.300.v20240419-2334 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.source/1.4.300.v20240419-2334/org.eclipse.equinox.security.source-1.4.300.v20240419-2334-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jface.text.source_3.25.100.v20240424-1254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jface.text.source,3.25.100.v20240424-1254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text.source/3.25.100.v20240424-1254/org.eclipse.jface.text.source-3.25.100.v20240424-1254-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.text.source_3.14.100.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.text.source,3.14.100.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text.source/3.14.100.v20240424-0956/org.eclipse.text.source-3.14.100.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide_3.22.200.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.ide,3.22.200.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor_3.17.400.v20240424-0941.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.workbench.texteditor,3.17.400.v20240424-0941 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.17.400.v20240424-0941/org.eclipse.ui.workbench.texteditor-3.17.400.v20240424-0941-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.editors.source_3.17.300.v20240416-0658.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.editors.source,3.17.300.v20240416-0658 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors.source/3.17.300.v20240416-0658/org.eclipse.ui.editors.source-3.17.300.v20240416-0658-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator_3.12.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.navigator,3.12.400.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.source_3.22.200.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.ide.source,3.22.200.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide.source/3.22.200.v20240424-0956/org.eclipse.ui.ide.source-3.22.200.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.source_3.12.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.navigator.source,3.12.400.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.source/3.12.400.v20240424-0956/org.eclipse.ui.navigator.source-3.12.400.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.workbench.texteditor.source_3.17.400.v20240424-0941.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.workbench.texteditor.source,3.17.400.v20240424-0941 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor.source/3.17.400.v20240424-0941/org.eclipse.ui.workbench.texteditor.source-3.17.400.v20240424-0941-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.tukaani.xz.source_1.9.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.tukaani.xz.source,1.9.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.tukaani.xz.source/1.9.0/org.tukaani.xz.source-1.9.0-p2artifacts.xml [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk18on:pom:1.78.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk18on:pom:1.78.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.78.1/bcpg-jdk18on-1.78.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.78.1/bcpg-jdk18on-1.78.1.pom (1.8 kB at 252 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.78.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.78.1/bcpg-jdk18on-1.78.1.pom.lastUpdated' [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk18on:pom:1.78.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk18on:pom:1.78.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.78.1/bcprov-jdk18on-1.78.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.78.1/bcprov-jdk18on-1.78.1.pom (1.1 kB at 143 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.78.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.78.1/bcprov-jdk18on-1.78.1.pom.lastUpdated' [DEBUG] Resolving artifact org.bouncycastle:bcutil-jdk18on:pom:1.78.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcutil-jdk18on:pom:1.78.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.78.1/bcutil-jdk18on-1.78.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.78.1/bcutil-jdk18on-1.78.1.pom (1.3 kB at 189 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcutil-jdk18on/1.78.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bouncycastle/bcutil-jdk18on/1.78.1/bcutil-jdk18on-1.78.1.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=174872, ConflictMarker.markTime=89330, ConflictMarker.nodeCount=283, ConflictIdSorter.graphTime=70064, ConflictIdSorter.topsortTime=74594, ConflictIdSorter.conflictIdCount=190, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=10796256, ConflictResolver.conflictItemCount=273, DfDependencyCollector.collectTime=33334847, DfDependencyCollector.transformTime=11275708} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ui:eclipse-plugin:2.3.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:47.947125255, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:47.947536452, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:47.947536452, lastModified=2024-05-02 22:36:24.438735197, delta=143508801255 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:47.947536452, lastModified=2024-05-02 22:36:24.438735197, delta=143508801255 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:47.947536452, lastModified=2024-05-02 22:36:24.438735197, delta=143508801255 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:47.947987959, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:47.948206138, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:47.948206138, lastModified=2024-05-02 22:36:25.084747530, delta=142863458608 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:47.947536452, lastModified=2024-05-02 22:36:24.438735197, delta=143508801255 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:47.947536452, lastModified=2024-05-02 22:36:24.438735197, delta=143508801255 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:38:47.949610139, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:38:47.949727175, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:47.955118084, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:47.963968929, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:47.947536452, lastModified=2024-05-02 22:36:24.438735197, delta=143508801255 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:47.947536452, lastModified=2024-05-02 22:36:24.438735197, delta=143508801255 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.3.0.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.ui) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.ui [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.500.v20220812-1420 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.win32_3.5.300.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.win32,3.5.300.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.win32_1.3.0.v20240419-2334.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.security.win32,1.3.0.v20240419-2334 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420-p2artifacts.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:48Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.3.0.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes [DEBUG] unqualifiedVersion: 2.3.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.ui-2.3.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.100.v20240321-1445/org.eclipse.equinox.bidi-1.5.100.v20240321-1445.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.4.300.v20240419-2334/org.eclipse.equinox.security-1.4.300.v20240419-2334.jar[+org/eclipse/equinox/security/storage/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.17.300.v20240416-0658/org.eclipse.ui.editors-3.17.300.v20240416-0658.jar[+org/eclipse/ui/editors/text/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.100.v20240321-1445/org.eclipse.equinox.bidi-1.5.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.4.300.v20240419-2334/org.eclipse.equinox.security-1.4.300.v20240419-2334.jar[+org/eclipse/equinox/security/storage/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.17.300.v20240416-0658/org.eclipse.ui.editors-3.17.300.v20240416-0658.jar[+org/eclipse/ui/editors/text/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.100.v20240321-1445/org.eclipse.equinox.bidi-1.5.100.v20240321-1445.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.4.300.v20240419-2334/org.eclipse.equinox.security-1.4.300.v20240419-2334.jar[+org/eclipse/equinox/security/storage/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.17.300.v20240416-0658/org.eclipse.ui.editors-3.17.300.v20240416-0658.jar[+org/eclipse/ui/editors/text/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/CategoryPreferencePage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/IImageFiles.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/UIDebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/UIPreferenceInitializer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/actions/SelectProviderAction.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/perspectives/CommunicationPerspective.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/wizards/Category.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/wizards/ConfigurationWizardNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/wizards/ConnectWizardNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/wizards/IWizardRegistryConstants.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/wizards/RegistryReader.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/wizards/WizardActivityFilter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/wizards/WizardCollectionElement.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/wizards/WizardContentProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/wizards/WizardNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/wizards/WorkbenchLabelProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/wizards/WorkbenchWizardElement.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/ContainerConfigurationResult.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/IConfigurationWizard.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/IConnectWizard.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/SharedImages.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/actions/AsynchContainerConnectAction.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/actions/SynchContainerConnectAction.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/dialogs/ConfigurationWizardDialog.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/dialogs/ContainerConnectErrorDialog.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/dialogs/ContainerConnectWizardDialog.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/dialogs/ContainerCreateErrorDialog.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/dialogs/IDCreateErrorDialog.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/hyperlink/AbstractURLHyperlink.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/hyperlink/AbstractURLHyperlinkDetector.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/screencapture/IImageSender.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/screencapture/ImageWrapper.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/screencapture/ScreenCaptureConfirmationDialog.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/screencapture/ScreenCaptureJob.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/screencapture/ScreenCaptureUtil.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/screencapture/ShowImageShell.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/util/PasswordCacheHelper.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/wizards/AbstractConnectWizardPage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionWizard.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:49Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.3.0.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes [DEBUG] unqualifiedVersion: 2.3.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.ui-2.3.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6a3c736c [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.ui-2.3.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/org.eclipse.ecf.ui-2.3.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/ui/actions/ [DEBUG] adding directory org/eclipse/ecf/internal/ui/perspectives/ [DEBUG] adding directory org/eclipse/ecf/internal/ui/wizards/ [DEBUG] adding directory org/eclipse/ecf/ui/ [DEBUG] adding directory org/eclipse/ecf/ui/actions/ [DEBUG] adding directory org/eclipse/ecf/ui/dialogs/ [DEBUG] adding directory org/eclipse/ecf/ui/hyperlink/ [DEBUG] adding directory org/eclipse/ecf/ui/screencapture/ [DEBUG] adding directory org/eclipse/ecf/ui/util/ [DEBUG] adding directory org/eclipse/ecf/ui/wizards/ [DEBUG] adding entry org/eclipse/ecf/internal/ui/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/CategoryPreferencePage.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/IImageFiles.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/Messages.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/UIDebugOptions.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/UIPreferenceInitializer.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/actions/SelectProviderAction.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/messages.properties [DEBUG] adding entry org/eclipse/ecf/internal/ui/perspectives/CommunicationPerspective.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/Category.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/ConfigurationWizardNode.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/ConnectWizardNode.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/IWizardRegistryConstants.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/RegistryReader.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WizardActivityFilter.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WizardCollectionElement.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WizardContentProvider.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WizardNode.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WorkbenchLabelProvider.java [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WorkbenchWizardElement.java [DEBUG] adding entry org/eclipse/ecf/ui/ContainerConfigurationResult.java [DEBUG] adding entry org/eclipse/ecf/ui/IConfigurationWizard.java [DEBUG] adding entry org/eclipse/ecf/ui/IConnectWizard.java [DEBUG] adding entry org/eclipse/ecf/ui/SharedImages.java [DEBUG] adding entry org/eclipse/ecf/ui/actions/AsynchContainerConnectAction.java [DEBUG] adding entry org/eclipse/ecf/ui/actions/SynchContainerConnectAction.java [DEBUG] adding entry org/eclipse/ecf/ui/dialogs/ConfigurationWizardDialog.java [DEBUG] adding entry org/eclipse/ecf/ui/dialogs/ContainerConnectErrorDialog.java [DEBUG] adding entry org/eclipse/ecf/ui/dialogs/ContainerConnectWizardDialog.java [DEBUG] adding entry org/eclipse/ecf/ui/dialogs/ContainerCreateErrorDialog.java [DEBUG] adding entry org/eclipse/ecf/ui/dialogs/IDCreateErrorDialog.java [DEBUG] adding entry org/eclipse/ecf/ui/hyperlink/AbstractURLHyperlink.java [DEBUG] adding entry org/eclipse/ecf/ui/hyperlink/AbstractURLHyperlinkDetector.java [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/IImageSender.java [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ImageWrapper.java [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ScreenCaptureConfirmationDialog.java [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ScreenCaptureJob.java [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ScreenCaptureUtil.java [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ShowImageShell.java [DEBUG] adding entry org/eclipse/ecf/ui/util/PasswordCacheHelper.java [DEBUG] adding entry org/eclipse/ecf/ui/wizards/AbstractConnectWizardPage.java [DEBUG] adding entry org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage.java [DEBUG] adding entry org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionWizard.java [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry schema/configurationWizards.exsd [DEBUG] adding entry schema/connectWizards.exsd [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4b89e002 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.ui-2.3.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@16f415d0 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:49.645580535, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:49.645871818, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:49.645871818, lastModified=2024-05-02 22:36:24.438735197, delta=145207136621 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:49.645871818, lastModified=2024-05-02 22:36:24.438735197, delta=145207136621 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:49.645871818, lastModified=2024-05-02 22:36:24.438735197, delta=145207136621 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:49.646280517, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:49.646380470, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:49.646380470, lastModified=2024-05-02 22:36:25.084747530, delta=144561632940 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/CategoryPreferencePage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/CategoryPreferencePage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/IImageFiles.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/IImageFiles.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/UIDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/UIDebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/UIPreferenceInitializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/UIPreferenceInitializer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/actions/SelectProviderAction$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/actions/SelectProviderAction$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/actions/SelectProviderAction$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/actions/SelectProviderAction$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/actions/SelectProviderAction$ProviderLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/actions/SelectProviderAction$ProviderLabelProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/actions/SelectProviderAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/actions/SelectProviderAction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/perspectives/CommunicationPerspective.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/perspectives/CommunicationPerspective.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/Category.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/Category.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/ConfigurationWizardNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/ConfigurationWizardNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/ConnectWizardNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/ConnectWizardNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/IWizardRegistryConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/IWizardRegistryConstants.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/RegistryReader$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/RegistryReader$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/RegistryReader.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/RegistryReader.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardActivityFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardActivityFilter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardCollectionElement.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardCollectionElement.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardContentProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardNode$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardNode$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardNode$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardNode$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader$CategoryNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader$CategoryNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WorkbenchLabelProvider$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WorkbenchLabelProvider$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WorkbenchLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WorkbenchLabelProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WorkbenchWizardElement.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WorkbenchWizardElement.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/ContainerConfigurationResult.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/ContainerConfigurationResult.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/IConfigurationWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/IConfigurationWizard.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/IConnectWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/IConnectWizard.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/SharedImages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/SharedImages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/actions/AsynchContainerConnectAction$AsynchActionJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/actions/AsynchContainerConnectAction$AsynchActionJob.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/actions/AsynchContainerConnectAction$ContainerMutex.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/actions/AsynchContainerConnectAction$ContainerMutex.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/actions/AsynchContainerConnectAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/actions/AsynchContainerConnectAction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/actions/SynchContainerConnectAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/actions/SynchContainerConnectAction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/dialogs/ConfigurationWizardDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/dialogs/ConfigurationWizardDialog.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/dialogs/ContainerConnectErrorDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/dialogs/ContainerConnectErrorDialog.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/dialogs/ContainerConnectWizardDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/dialogs/ContainerConnectWizardDialog.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/dialogs/ContainerCreateErrorDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/dialogs/ContainerCreateErrorDialog.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/dialogs/IDCreateErrorDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/dialogs/IDCreateErrorDialog.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/hyperlink/AbstractURLHyperlink.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/hyperlink/AbstractURLHyperlink.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/hyperlink/AbstractURLHyperlinkDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/hyperlink/AbstractURLHyperlinkDetector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/IImageSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/IImageSender.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ImageWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ImageWrapper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureConfirmationDialog$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureConfirmationDialog$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureConfirmationDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureConfirmationDialog.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureJob.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ShowImageShell$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ShowImageShell$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ShowImageShell$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ShowImageShell$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ShowImageShell$3$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ShowImageShell$3$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ShowImageShell$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ShowImageShell$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/screencapture/ShowImageShell.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ShowImageShell.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/util/PasswordCacheHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/util/PasswordCacheHelper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/wizards/AbstractConnectWizardPage$InputVerifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/AbstractConnectWizardPage$InputVerifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/wizards/AbstractConnectWizardPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/AbstractConnectWizardPage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree$WizardPatternFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree$WizardPatternFilter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionWizard.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@646e865d [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/CategoryPreferencePage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/CategoryPreferencePage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/IImageFiles.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/IImageFiles.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/UIDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/UIDebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/UIPreferenceInitializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/UIPreferenceInitializer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/actions/SelectProviderAction$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/actions/SelectProviderAction$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/actions/SelectProviderAction$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/actions/SelectProviderAction$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/actions/SelectProviderAction$ProviderLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/actions/SelectProviderAction$ProviderLabelProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/actions/SelectProviderAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/actions/SelectProviderAction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/perspectives/CommunicationPerspective.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/perspectives/CommunicationPerspective.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/Category.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/Category.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/ConfigurationWizardNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/ConfigurationWizardNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/ConnectWizardNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/ConnectWizardNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/IWizardRegistryConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/IWizardRegistryConstants.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/RegistryReader$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/RegistryReader$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/RegistryReader.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/RegistryReader.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardActivityFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardActivityFilter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardCollectionElement.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardCollectionElement.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardContentProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardNode$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardNode$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardNode$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardNode$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader$CategoryNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader$CategoryNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WorkbenchLabelProvider$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WorkbenchLabelProvider$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WorkbenchLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WorkbenchLabelProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ui/wizards/WorkbenchWizardElement.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/internal/ui/wizards/WorkbenchWizardElement.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/ContainerConfigurationResult.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/ContainerConfigurationResult.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/IConfigurationWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/IConfigurationWizard.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/IConnectWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/IConnectWizard.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/SharedImages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/SharedImages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/actions/AsynchContainerConnectAction$AsynchActionJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/actions/AsynchContainerConnectAction$AsynchActionJob.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/actions/AsynchContainerConnectAction$ContainerMutex.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/actions/AsynchContainerConnectAction$ContainerMutex.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/actions/AsynchContainerConnectAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/actions/AsynchContainerConnectAction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/actions/SynchContainerConnectAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/actions/SynchContainerConnectAction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/dialogs/ConfigurationWizardDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/dialogs/ConfigurationWizardDialog.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/dialogs/ContainerConnectErrorDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/dialogs/ContainerConnectErrorDialog.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/dialogs/ContainerConnectWizardDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/dialogs/ContainerConnectWizardDialog.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/dialogs/ContainerCreateErrorDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/dialogs/ContainerCreateErrorDialog.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/dialogs/IDCreateErrorDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/dialogs/IDCreateErrorDialog.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/hyperlink/AbstractURLHyperlink.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/hyperlink/AbstractURLHyperlink.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/hyperlink/AbstractURLHyperlinkDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/hyperlink/AbstractURLHyperlinkDetector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/IImageSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/IImageSender.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ImageWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ImageWrapper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureConfirmationDialog$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureConfirmationDialog$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureConfirmationDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureConfirmationDialog.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureJob.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ScreenCaptureUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ScreenCaptureUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ShowImageShell$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ShowImageShell$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ShowImageShell$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ShowImageShell$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ShowImageShell$3$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ShowImageShell$3$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ShowImageShell$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ShowImageShell$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/screencapture/ShowImageShell.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/screencapture/ShowImageShell.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/util/PasswordCacheHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/util/PasswordCacheHelper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/wizards/AbstractConnectWizardPage$InputVerifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/AbstractConnectWizardPage$InputVerifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/wizards/AbstractConnectWizardPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/AbstractConnectWizardPage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree$WizardPatternFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree$WizardPatternFilter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionWizard.class [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/org.eclipse.ecf.ui-2.3.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/ui/actions/ [DEBUG] adding directory org/eclipse/ecf/internal/ui/perspectives/ [DEBUG] adding directory org/eclipse/ecf/internal/ui/wizards/ [DEBUG] adding directory org/eclipse/ecf/ui/ [DEBUG] adding directory org/eclipse/ecf/ui/actions/ [DEBUG] adding directory org/eclipse/ecf/ui/dialogs/ [DEBUG] adding directory org/eclipse/ecf/ui/hyperlink/ [DEBUG] adding directory org/eclipse/ecf/ui/screencapture/ [DEBUG] adding directory org/eclipse/ecf/ui/util/ [DEBUG] adding directory org/eclipse/ecf/ui/wizards/ [DEBUG] adding entry org/eclipse/ecf/internal/ui/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/CategoryPreferencePage.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/IImageFiles.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/Messages.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/UIDebugOptions.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/UIPreferenceInitializer.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/actions/SelectProviderAction.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/actions/SelectProviderAction$1.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/actions/SelectProviderAction$2.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/actions/SelectProviderAction$ProviderLabelProvider.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/perspectives/CommunicationPerspective.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/Category.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/ConfigurationWizardNode.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/ConnectWizardNode.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/IWizardRegistryConstants.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/RegistryReader$1.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/RegistryReader.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WizardActivityFilter.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WizardCollectionElement.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WizardContentProvider.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WizardNode.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WizardNode$1$1.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WizardNode$1.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader$1.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader$CategoryNode.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WorkbenchLabelProvider$1.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WorkbenchLabelProvider.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/wizards/WorkbenchWizardElement.class [DEBUG] adding entry org/eclipse/ecf/internal/ui/messages.properties [DEBUG] adding entry org/eclipse/ecf/ui/ContainerConfigurationResult.class [DEBUG] adding entry org/eclipse/ecf/ui/IConfigurationWizard.class [DEBUG] adding entry org/eclipse/ecf/ui/IConnectWizard.class [DEBUG] adding entry org/eclipse/ecf/ui/SharedImages.class [DEBUG] adding entry org/eclipse/ecf/ui/actions/AsynchContainerConnectAction$AsynchActionJob.class [DEBUG] adding entry org/eclipse/ecf/ui/actions/AsynchContainerConnectAction$ContainerMutex.class [DEBUG] adding entry org/eclipse/ecf/ui/actions/AsynchContainerConnectAction.class [DEBUG] adding entry org/eclipse/ecf/ui/actions/SynchContainerConnectAction.class [DEBUG] adding entry org/eclipse/ecf/ui/dialogs/ConfigurationWizardDialog.class [DEBUG] adding entry org/eclipse/ecf/ui/dialogs/ContainerConnectErrorDialog.class [DEBUG] adding entry org/eclipse/ecf/ui/dialogs/ContainerConnectWizardDialog.class [DEBUG] adding entry org/eclipse/ecf/ui/dialogs/ContainerCreateErrorDialog.class [DEBUG] adding entry org/eclipse/ecf/ui/dialogs/IDCreateErrorDialog.class [DEBUG] adding entry org/eclipse/ecf/ui/hyperlink/AbstractURLHyperlink.class [DEBUG] adding entry org/eclipse/ecf/ui/hyperlink/AbstractURLHyperlinkDetector.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/IImageSender.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ImageWrapper.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ScreenCaptureConfirmationDialog$1.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ScreenCaptureConfirmationDialog.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$2.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$3.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$4.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$5.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ScreenCaptureJob$1.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ScreenCaptureJob.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ScreenCaptureUtil.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ShowImageShell$3.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ShowImageShell$3$1.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ShowImageShell$2.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ShowImageShell.class [DEBUG] adding entry org/eclipse/ecf/ui/screencapture/ShowImageShell$1.class [DEBUG] adding entry org/eclipse/ecf/ui/util/PasswordCacheHelper.class [DEBUG] adding entry org/eclipse/ecf/ui/wizards/AbstractConnectWizardPage$InputVerifier.class [DEBUG] adding entry org/eclipse/ecf/ui/wizards/AbstractConnectWizardPage.class [DEBUG] adding entry org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage.class [DEBUG] adding entry org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$1.class [DEBUG] adding entry org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree.class [DEBUG] adding entry org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$2.class [DEBUG] adding entry org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree$1.class [DEBUG] adding entry org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage$CategorizedWizardSelectionTree$WizardPatternFilter.class [DEBUG] adding entry org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionWizard.class [DEBUG] adding directory icons/ [DEBUG] adding directory icons/disabled/ [DEBUG] adding directory icons/enabled/ [DEBUG] adding directory icons/ovl/ [DEBUG] adding directory icons/wizards/ [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/disabled/terminate_co.gif [DEBUG] adding entry icons/enabled/add.gif [DEBUG] adding entry icons/enabled/add_chat.gif [DEBUG] adding entry icons/enabled/add_contact.gif [DEBUG] adding entry icons/enabled/add_group.gif [DEBUG] adding entry icons/enabled/chat_32X32.png [DEBUG] adding entry icons/enabled/collaboration_32x32.png [DEBUG] adding entry icons/enabled/communications.gif [DEBUG] adding entry icons/enabled/communicationsecf.png [DEBUG] adding entry icons/enabled/contact_away.gif [DEBUG] adding entry icons/enabled/contact_disabled.gif [DEBUG] adding entry icons/enabled/contact_do_not_disturb.gif [DEBUG] adding entry icons/enabled/contact_enabled.gif [DEBUG] adding entry icons/enabled/group.gif [DEBUG] adding entry icons/enabled/identity.gif [DEBUG] adding entry icons/enabled/logo.png [DEBUG] adding entry icons/enabled/message.gif [DEBUG] adding entry icons/enabled/messages.gif [DEBUG] adding entry icons/enabled/network.png [DEBUG] adding entry icons/enabled/new_connection.gif [DEBUG] adding entry icons/enabled/terminate_co.gif [DEBUG] adding entry icons/ovl/ecf.png [DEBUG] adding entry icons/wizards/chat_wizard.png [DEBUG] adding entry icons/wizards/collaboration_wizard.png [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [DEBUG] adding entry schema/configurationWizards.exsd [DEBUG] adding entry schema/connectWizards.exsd [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.ui-2.3.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/org.eclipse.ecf.ui-2.3.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/org.eclipse.ecf.ui-2.3.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/org.eclipse.ecf.ui-2.3.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/org.eclipse.ecf.ui-2.3.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/org.eclipse.ecf.ui-2.3.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/org.eclipse.ecf.ui-2.3.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@5dd1ebe7] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different org/eclipse/ecf/internal/ui/wizards/Category.class: different org/eclipse/ecf/internal/ui/wizards/RegistryReader.class: different org/eclipse/ecf/internal/ui/wizards/WizardsRegistryReader$CategoryNode.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.ui/2.3.0.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.ui,2.3.0.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.ui/2.3.0.v20231021-2050/org.eclipse.ecf.ui-2.3.0.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.ui.source/2.3.0.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.ui.source,2.3.0.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.ui.source/2.3.0.v20231021-2050/org.eclipse.ecf.ui.source-2.3.0.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui >----------- [INFO] Building org.eclipse.ecf.filetransfer.ui 1.5.201-SNAPSHOT [18/114] [INFO] from framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence:2.1.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence.source:2.1.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=158043, ConflictMarker.markTime=116834, ConflictMarker.nodeCount=427, ConflictIdSorter.graphTime=58545, ConflictIdSorter.topsortTime=86434, ConflictIdSorter.conflictIdCount=191, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5126121, ConflictResolver.conflictItemCount=417, DfDependencyCollector.collectTime=2530373, DfDependencyCollector.transformTime=5591203} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:eclipse-plugin:1.5.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ui:jar:2.3.0-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:52.379243303, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:52.379542107, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:52.379542107, lastModified=2024-05-02 22:36:24.438735197, delta=147940806910 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:52.379542107, lastModified=2024-05-02 22:36:24.438735197, delta=147940806910 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:52.379542107, lastModified=2024-05-02 22:36:24.438735197, delta=147940806910 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:52.379911874, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:52.380076209, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:52.380076209, lastModified=2024-05-02 22:36:25.084747530, delta=147295328679 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:52.379542107, lastModified=2024-05-02 22:36:24.438735197, delta=147940806910 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:52.379542107, lastModified=2024-05-02 22:36:24.438735197, delta=147940806910 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:38:52.380710055, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:38:52.380776500, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:52.385995572, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:52.394666156, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:52.379542107, lastModified=2024-05-02 22:36:24.438735197, delta=147940806910 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:52.379542107, lastModified=2024-05-02 22:36:24.438735197, delta=147940806910 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.5.201.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.filetransfer.ui) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.filetransfer.ui [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:53Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.5.201.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.filetransfer.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes [DEBUG] unqualifiedVersion: 1.5.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.filetransfer.ui-1.5.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/org/eclipse/ecf/filetransfer/ui/FileTransfersView.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/org/eclipse/ecf/internal/filetransfer/ui/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/org/eclipse/ecf/internal/filetransfer/ui/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/org/eclipse/ecf/internal/filetransfer/ui/hyperlink/SCPHyperlink.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/org/eclipse/ecf/internal/filetransfer/ui/hyperlink/SCPHyperlinkDetector.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/org/eclipse/ecf/internal/filetransfer/ui/preferences/TransferPreferencePage.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:38:53Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.5.201.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.filetransfer.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes [DEBUG] unqualifiedVersion: 1.5.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.filetransfer.ui-1.5.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1993572 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.ui-1.5.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/org.eclipse.ecf.filetransfer.ui-1.5.201-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/ui/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/ui/actions/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/filetransfer/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/filetransfer/ui/hyperlink/ [DEBUG] adding directory org/eclipse/ecf/internal/filetransfer/ui/preferences/ [DEBUG] adding entry org/eclipse/ecf/filetransfer/ui/FileTransfersView.java [DEBUG] adding entry org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction.java [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler.java [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/Messages.java [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog.java [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/hyperlink/SCPHyperlink.java [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/hyperlink/SCPHyperlinkDetector.java [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/messages.properties [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/preferences/TransferPreferencePage.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@36f95935 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.ui-1.5.201-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@474e729e [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:53.667413803, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:38:53.667721532, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:53.667721532, lastModified=2024-05-02 22:36:24.438735197, delta=149228986335 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:53.667721532, lastModified=2024-05-02 22:36:24.438735197, delta=149228986335 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:38:53.667721532, lastModified=2024-05-02 22:36:24.438735197, delta=149228986335 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:38:53.668321229, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:38:53.668465679, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:38:53.668465679, lastModified=2024-05-02 22:36:25.084747530, delta=148583718149 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$FileTransferEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$FileTransferEntry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$ViewContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$ViewContentProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$ViewLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$ViewLabelProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$3$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$3$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/hyperlink/SCPHyperlink.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/hyperlink/SCPHyperlink.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/hyperlink/SCPHyperlinkDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/hyperlink/SCPHyperlinkDetector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/preferences/TransferPreferencePage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/preferences/TransferPreferencePage.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@6454182c [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$FileTransferEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$FileTransferEntry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$ViewContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$ViewContentProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView$ViewLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView$ViewLabelProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/ui/FileTransfersView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/FileTransfersView.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$3$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$3$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/hyperlink/SCPHyperlink.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/hyperlink/SCPHyperlink.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/hyperlink/SCPHyperlinkDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/hyperlink/SCPHyperlinkDetector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/filetransfer/ui/preferences/TransferPreferencePage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes/org/eclipse/ecf/internal/filetransfer/ui/preferences/TransferPreferencePage.class [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/org.eclipse.ecf.filetransfer.ui-1.5.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/ui/ [DEBUG] adding directory org/eclipse/ecf/filetransfer/ui/actions/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/filetransfer/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/filetransfer/ui/hyperlink/ [DEBUG] adding directory org/eclipse/ecf/internal/filetransfer/ui/preferences/ [DEBUG] adding entry org/eclipse/ecf/filetransfer/ui/FileTransfersView$2.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/ui/FileTransfersView$FileTransferEntry.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/ui/FileTransfersView$5.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/ui/FileTransfersView$3.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/ui/FileTransfersView.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/ui/FileTransfersView$ViewContentProvider.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/ui/FileTransfersView$4.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/ui/FileTransfersView$ViewLabelProvider.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/ui/FileTransfersView$1.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction$1$1.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction.class [DEBUG] adding entry org/eclipse/ecf/filetransfer/ui/actions/AbstractFileSendAction$1.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$3.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$3$1.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$1.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/GetFileHandler$2.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/Messages.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$3.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$1.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog$2.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/hyperlink/SCPHyperlink.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/hyperlink/SCPHyperlinkDetector.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/preferences/TransferPreferencePage.class [DEBUG] adding entry org/eclipse/ecf/internal/filetransfer/ui/messages.properties [DEBUG] adding directory icons/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/filewiz_download.png [DEBUG] adding entry icons/filewiz_upload.png [DEBUG] adding entry icons/transf_download.gif [DEBUG] adding entry icons/transf_upload.gif [DEBUG] adding entry icons/transf_view.gif [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.ui-1.5.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/org.eclipse.ecf.filetransfer.ui-1.5.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/org.eclipse.ecf.filetransfer.ui-1.5.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/org.eclipse.ecf.filetransfer.ui-1.5.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/org.eclipse.ecf.filetransfer.ui-1.5.201-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/org.eclipse.ecf.filetransfer.ui-1.5.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/org.eclipse.ecf.filetransfer.ui-1.5.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@2a1f1b00] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version org/eclipse/ecf/filetransfer/ui/FileTransfersView.class: different org/eclipse/ecf/internal/filetransfer/ui/Activator.class: different org/eclipse/ecf/internal/filetransfer/ui/Messages.class: different org/eclipse/ecf/internal/filetransfer/ui/StartFileDownloadDialog.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer.ui --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.filetransfer.ui/1.5.201.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.filetransfer.ui,1.5.201.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.filetransfer.ui/1.5.201.v20231021-2050/org.eclipse.ecf.filetransfer.ui-1.5.201.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.filetransfer.ui.source/1.5.201.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.filetransfer.ui.source,1.5.201.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.filetransfer.ui.source/1.5.201.v20231021-2050/org.eclipse.ecf.filetransfer.ui.source-1.5.201.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.presence.bot >------------ [INFO] Building org.eclipse.ecf.presence.bot 1.3.301-SNAPSHOT [19/114] [INFO] from framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=32204, ConflictMarker.markTime=50305, ConflictMarker.nodeCount=44, ConflictIdSorter.graphTime=12582, ConflictIdSorter.topsortTime=32233, ConflictIdSorter.conflictIdCount=16, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=156384, ConflictResolver.conflictItemCount=43, DfDependencyCollector.collectTime=497325, DfDependencyCollector.transformTime=307024} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence.bot:eclipse-plugin:1.3.301-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:00.371716944, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:00.371970351, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:00.371970351, lastModified=2024-05-02 22:36:24.438735197, delta=155933235154 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:00.371970351, lastModified=2024-05-02 22:36:24.438735197, delta=155933235154 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:00.371970351, lastModified=2024-05-02 22:36:24.438735197, delta=155933235154 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:00.372296280, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:00.372466322, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:00.372466322, lastModified=2024-05-02 22:36:25.084747530, delta=155287718792 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:00.371970351, lastModified=2024-05-02 22:36:24.438735197, delta=155933235154 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:00.371970351, lastModified=2024-05-02 22:36:24.438735197, delta=155933235154 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:39:00.373145961, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:39:00.373214081, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:00.378071287, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:00.386661134, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:00.371970351, lastModified=2024-05-02 22:36:24.438735197, delta=155933235154 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:00.371970351, lastModified=2024-05-02 22:36:24.438735197, delta=155933235154 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.3.301.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.presence.bot) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.presence.bot [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:00Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.301.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.presence.bot [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes [DEBUG] unqualifiedVersion: 1.3.301 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.presence.bot-1.3.301-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/internal/presence/bot/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/internal/presence/bot/ChatRoomBotEntry.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/internal/presence/bot/ChatRoomMessageHandlerEntry.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/internal/presence/bot/IMBotEntry.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/internal/presence/bot/IMMessageHandlerEntry.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/presence/bot/IChatRoomBotEntry.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/presence/bot/IChatRoomContainerAdvisor.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/presence/bot/IChatRoomMessageHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/presence/bot/IChatRoomMessageHandlerEntry.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/presence/bot/IContainerAdvisor.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/presence/bot/IIMBotEntry.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/presence/bot/IIMMessageHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/presence/bot/IIMMessageHandlerEntry.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/presence/bot/application/ChatRoomBotApplication.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/presence/bot/application/IMBotApplication.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/presence/bot/impl/ChatRoomBot.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/presence/bot/impl/EmptyChatRoomMessageHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/presence/bot/impl/EmptyIMMessageHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/org/eclipse/ecf/presence/bot/impl/IMBot.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:00Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.301.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.presence.bot [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes [DEBUG] unqualifiedVersion: 1.3.301 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.presence.bot-1.3.301-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@74675b64 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.presence.bot-1.3.301-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/org.eclipse.ecf.presence.bot-1.3.301-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/bot/ [DEBUG] adding directory org/eclipse/ecf/presence/ [DEBUG] adding directory org/eclipse/ecf/presence/bot/ [DEBUG] adding directory org/eclipse/ecf/presence/bot/application/ [DEBUG] adding directory org/eclipse/ecf/presence/bot/impl/ [DEBUG] adding entry org/eclipse/ecf/internal/presence/bot/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/bot/ChatRoomBotEntry.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/bot/ChatRoomMessageHandlerEntry.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/bot/IMBotEntry.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/bot/IMMessageHandlerEntry.java [DEBUG] adding entry org/eclipse/ecf/presence/bot/IChatRoomBotEntry.java [DEBUG] adding entry org/eclipse/ecf/presence/bot/IChatRoomContainerAdvisor.java [DEBUG] adding entry org/eclipse/ecf/presence/bot/IChatRoomMessageHandler.java [DEBUG] adding entry org/eclipse/ecf/presence/bot/IChatRoomMessageHandlerEntry.java [DEBUG] adding entry org/eclipse/ecf/presence/bot/IContainerAdvisor.java [DEBUG] adding entry org/eclipse/ecf/presence/bot/IIMBotEntry.java [DEBUG] adding entry org/eclipse/ecf/presence/bot/IIMMessageHandler.java [DEBUG] adding entry org/eclipse/ecf/presence/bot/IIMMessageHandlerEntry.java [DEBUG] adding entry org/eclipse/ecf/presence/bot/application/ChatRoomBotApplication.java [DEBUG] adding entry org/eclipse/ecf/presence/bot/application/IMBotApplication.java [DEBUG] adding entry org/eclipse/ecf/presence/bot/impl/ChatRoomBot.java [DEBUG] adding entry org/eclipse/ecf/presence/bot/impl/EmptyChatRoomMessageHandler.java [DEBUG] adding entry org/eclipse/ecf/presence/bot/impl/EmptyIMMessageHandler.java [DEBUG] adding entry org/eclipse/ecf/presence/bot/impl/IMBot.java [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry schema/chatRoomMessageHandler.exsd [DEBUG] adding entry schema/chatRoomRobot.exsd [DEBUG] adding entry schema/imMessageHandler.exsd [DEBUG] adding entry schema/imRobot.exsd [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4339d353 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.presence.bot-1.3.301-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@1472ff55 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:01.099194391, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:01.099532718, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:01.099532718, lastModified=2024-05-02 22:36:24.438735197, delta=156660797521 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:01.099532718, lastModified=2024-05-02 22:36:24.438735197, delta=156660797521 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:01.099532718, lastModified=2024-05-02 22:36:24.438735197, delta=156660797521 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:01.099925199, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:01.100006838, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:01.100006838, lastModified=2024-05-02 22:36:25.084747530, delta=156015259308 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/bot/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/internal/presence/bot/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/bot/ChatRoomBotEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/internal/presence/bot/ChatRoomBotEntry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/bot/ChatRoomMessageHandlerEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/internal/presence/bot/ChatRoomMessageHandlerEntry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/bot/IMBotEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/internal/presence/bot/IMBotEntry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/bot/IMMessageHandlerEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/internal/presence/bot/IMMessageHandlerEntry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/bot/IChatRoomBotEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IChatRoomBotEntry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/bot/IChatRoomContainerAdvisor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IChatRoomContainerAdvisor.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/bot/IChatRoomMessageHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IChatRoomMessageHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/bot/IChatRoomMessageHandlerEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IChatRoomMessageHandlerEntry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/bot/IContainerAdvisor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IContainerAdvisor.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/bot/IIMBotEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IIMBotEntry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/bot/IIMMessageHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IIMMessageHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/bot/IIMMessageHandlerEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IIMMessageHandlerEntry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/bot/application/ChatRoomBotApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/application/ChatRoomBotApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/bot/application/IMBotApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/application/IMBotApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/bot/impl/ChatRoomBot.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/impl/ChatRoomBot.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/bot/impl/EmptyChatRoomMessageHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/impl/EmptyChatRoomMessageHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/bot/impl/EmptyIMMessageHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/impl/EmptyIMMessageHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/bot/impl/IMBot.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/impl/IMBot.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@41f5d110 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/bot/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/internal/presence/bot/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/bot/ChatRoomBotEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/internal/presence/bot/ChatRoomBotEntry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/bot/ChatRoomMessageHandlerEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/internal/presence/bot/ChatRoomMessageHandlerEntry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/bot/IMBotEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/internal/presence/bot/IMBotEntry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/bot/IMMessageHandlerEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/internal/presence/bot/IMMessageHandlerEntry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/bot/IChatRoomBotEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IChatRoomBotEntry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/bot/IChatRoomContainerAdvisor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IChatRoomContainerAdvisor.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/bot/IChatRoomMessageHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IChatRoomMessageHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/bot/IChatRoomMessageHandlerEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IChatRoomMessageHandlerEntry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/bot/IContainerAdvisor.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IContainerAdvisor.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/bot/IIMBotEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IIMBotEntry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/bot/IIMMessageHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IIMMessageHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/bot/IIMMessageHandlerEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/IIMMessageHandlerEntry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/bot/application/ChatRoomBotApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/application/ChatRoomBotApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/bot/application/IMBotApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/application/IMBotApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/bot/impl/ChatRoomBot.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/impl/ChatRoomBot.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/bot/impl/EmptyChatRoomMessageHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/impl/EmptyChatRoomMessageHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/bot/impl/EmptyIMMessageHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/impl/EmptyIMMessageHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/bot/impl/IMBot.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/classes/org/eclipse/ecf/presence/bot/impl/IMBot.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/org.eclipse.ecf.presence.bot-1.3.301-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/bot/ [DEBUG] adding directory org/eclipse/ecf/presence/ [DEBUG] adding directory org/eclipse/ecf/presence/bot/ [DEBUG] adding directory org/eclipse/ecf/presence/bot/application/ [DEBUG] adding directory org/eclipse/ecf/presence/bot/impl/ [DEBUG] adding entry org/eclipse/ecf/internal/presence/bot/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/bot/ChatRoomBotEntry.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/bot/ChatRoomMessageHandlerEntry.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/bot/IMBotEntry.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/bot/IMMessageHandlerEntry.class [DEBUG] adding entry org/eclipse/ecf/presence/bot/IChatRoomBotEntry.class [DEBUG] adding entry org/eclipse/ecf/presence/bot/IChatRoomContainerAdvisor.class [DEBUG] adding entry org/eclipse/ecf/presence/bot/IChatRoomMessageHandler.class [DEBUG] adding entry org/eclipse/ecf/presence/bot/IChatRoomMessageHandlerEntry.class [DEBUG] adding entry org/eclipse/ecf/presence/bot/IContainerAdvisor.class [DEBUG] adding entry org/eclipse/ecf/presence/bot/IIMBotEntry.class [DEBUG] adding entry org/eclipse/ecf/presence/bot/IIMMessageHandler.class [DEBUG] adding entry org/eclipse/ecf/presence/bot/IIMMessageHandlerEntry.class [DEBUG] adding entry org/eclipse/ecf/presence/bot/application/ChatRoomBotApplication.class [DEBUG] adding entry org/eclipse/ecf/presence/bot/application/IMBotApplication.class [DEBUG] adding entry org/eclipse/ecf/presence/bot/impl/ChatRoomBot.class [DEBUG] adding entry org/eclipse/ecf/presence/bot/impl/EmptyChatRoomMessageHandler.class [DEBUG] adding entry org/eclipse/ecf/presence/bot/impl/EmptyIMMessageHandler.class [DEBUG] adding entry org/eclipse/ecf/presence/bot/impl/IMBot.class [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [DEBUG] adding entry schema/chatRoomMessageHandler.exsd [DEBUG] adding entry schema/chatRoomRobot.exsd [DEBUG] adding entry schema/imMessageHandler.exsd [DEBUG] adding entry schema/imRobot.exsd [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.presence.bot-1.3.301-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/org.eclipse.ecf.presence.bot-1.3.301-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/org.eclipse.ecf.presence.bot-1.3.301-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/org.eclipse.ecf.presence.bot-1.3.301-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/org.eclipse.ecf.presence.bot-1.3.301-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/org.eclipse.ecf.presence.bot-1.3.301-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/org.eclipse.ecf.presence.bot-1.3.301-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@4eefa502] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.presence.bot --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.presence.bot/1.3.301.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.presence.bot,1.3.301.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.presence.bot/1.3.301.v20230528-2254/org.eclipse.ecf.presence.bot-1.3.301.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.presence.bot.source/1.3.301.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.presence.bot.source,1.3.301.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.presence.bot.source/1.3.301.v20230528-2254/org.eclipse.ecf.presence.bot.source-1.3.301.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.presence.ui >------------- [INFO] Building org.eclipse.ecf.presence.ui 2.4.201-SNAPSHOT [20/114] [INFO] from framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=201677, ConflictMarker.markTime=148382, ConflictMarker.nodeCount=466, ConflictIdSorter.graphTime=72631, ConflictIdSorter.topsortTime=78148, ConflictIdSorter.conflictIdCount=193, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5685602, ConflictResolver.conflictItemCount=456, DfDependencyCollector.collectTime=3036931, DfDependencyCollector.transformTime=6228387} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence.ui:eclipse-plugin:2.4.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ui:jar:2.3.0-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:04.017807017, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:04.018135029, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:04.018135029, lastModified=2024-05-02 22:36:24.438735197, delta=159579399832 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:04.018135029, lastModified=2024-05-02 22:36:24.438735197, delta=159579399832 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:04.018135029, lastModified=2024-05-02 22:36:24.438735197, delta=159579399832 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:04.018511731, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:04.018676632, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:04.018676632, lastModified=2024-05-02 22:36:25.084747530, delta=158933929102 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:04.018135029, lastModified=2024-05-02 22:36:24.438735197, delta=159579399832 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:04.018135029, lastModified=2024-05-02 22:36:24.438735197, delta=159579399832 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:39:04.019414215, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:39:04.019487068, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:04.024449360, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:04.033186251, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:04.018135029, lastModified=2024-05-02 22:36:24.438735197, delta=159579399832 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:04.018135029, lastModified=2024-05-02 22:36:24.438735197, delta=159579399832 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.4.201.v20221117-1507 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.presence.ui) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.presence.ui [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20221117-1507 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:04Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.4.201.v20221117-1507 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.presence.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes [DEBUG] unqualifiedVersion: 2.4.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.presence.ui-2.4.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/source/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/source/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.100.v20240321-1445/org.eclipse.equinox.bidi-1.5.100.v20240321-1445.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.17.300.v20240416-0658/org.eclipse.ui.editors-3.17.300.v20240416-0658.jar[+org/eclipse/ui/editors/text/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/source/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/source/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.100.v20240321-1445/org.eclipse.equinox.bidi-1.5.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.17.300.v20240416-0658/org.eclipse.ui.editors-3.17.300.v20240416-0658.jar[+org/eclipse/ui/editors/text/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/source/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/source/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.100.v20240321-1445/org.eclipse.equinox.bidi-1.5.100.v20240321-1445.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.17.300.v20240416-0658/org.eclipse.ui.editors-3.17.300.v20240416-0658.jar[+org/eclipse/ui/editors/text/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/ChatLine.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/dialogs/ChangePasswordDialog.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/dialogs/ReceiveAuthorizeRequestDialog.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/handlers/BrowseHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/preferences/ChatRoomPreferencePage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/preferences/PreferenceConstants.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/preferences/PreferenceInitializer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/IMultiRosterViewPart.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MessageNotificationPopup.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MessagesView.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MultiRosterAccount.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MultiRosterContentProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MultiRosterLabelProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MultiRosterView.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/UserSearchContentProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/UserSearchLabelProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/UserSearchView.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/ChatRoomViewerConfiguration.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/IChatRoomCommandListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/IChatRoomViewCloseListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/IMessageRenderer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/MessageRenderer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/dnd/IRosterViewerDropTarget.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/menu/NoopRosterMenuContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/roster/AbstractPresenceContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/roster/AbstractRosterContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/roster/AbstractRosterEntryContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/roster/AbstractRosterGroupContributionItem.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20221117-1507 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:05Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.4.201.v20221117-1507 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.presence.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes [DEBUG] unqualifiedVersion: 2.4.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.presence.ui-2.4.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@7b0da6fe [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.presence.ui-2.4.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (f) qualifier = v20221117-1507 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/org.eclipse.ecf.presence.ui-2.4.201-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ui/dialogs/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ui/handlers/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ui/preferences/ [DEBUG] adding directory org/eclipse/ecf/presence/ [DEBUG] adding directory org/eclipse/ecf/presence/ui/ [DEBUG] adding directory org/eclipse/ecf/presence/ui/chatroom/ [DEBUG] adding directory org/eclipse/ecf/presence/ui/dnd/ [DEBUG] adding directory org/eclipse/ecf/presence/ui/menu/ [DEBUG] adding directory org/eclipse/ecf/presence/ui/roster/ [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/ChatLine.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/Messages.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/ChangePasswordDialog.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/ReceiveAuthorizeRequestDialog.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/handlers/BrowseHandler.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/messages.properties [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/preferences/ChatRoomPreferencePage.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/preferences/PreferenceConstants.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/preferences/PreferenceInitializer.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/IMultiRosterViewPart.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessageNotificationPopup.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterAccount.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterContentProvider.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterLabelProvider.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/UserSearchContentProvider.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/UserSearchLabelProvider.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/UserSearchView.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomViewerConfiguration.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/IChatRoomCommandListener.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/IChatRoomViewCloseListener.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/IMessageRenderer.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/MessageRenderer.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/dnd/IRosterViewerDropTarget.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuContributionItem.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuHandler.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/menu/NoopRosterMenuContributionItem.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/roster/AbstractPresenceContributionItem.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/roster/AbstractRosterContributionItem.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/roster/AbstractRosterEntryContributionItem.java [DEBUG] adding entry org/eclipse/ecf/presence/ui/roster/AbstractRosterGroupContributionItem.java [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry schema/rosterViewerDropTarget.exsd [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@40240b1e [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.presence.ui-2.4.201-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (f) qualifier = v20221117-1507 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@74558f48 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:05.508393224, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:05.508713405, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:05.508713405, lastModified=2024-05-02 22:36:24.438735197, delta=161069978208 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:05.508713405, lastModified=2024-05-02 22:36:24.438735197, delta=161069978208 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:05.508713405, lastModified=2024-05-02 22:36:24.438735197, delta=161069978208 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:05.509100180, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:05.509183296, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:05.509183296, lastModified=2024-05-02 22:36:25.084747530, delta=160424435766 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/ChatLine.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/ChatLine.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChangePasswordDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChangePasswordDialog.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$ChatRoomLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$ChatRoomLabelProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$Room$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$Room$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$Room.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$Room.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ReceiveAuthorizeRequestDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ReceiveAuthorizeRequestDialog.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$OnlineOnlyViewerFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$OnlineOnlyViewerFilter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemDetailsLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemDetailsLabelProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemLabelProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemSelectionHistory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemSelectionHistory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemsComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemsComparator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemsFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemsFilter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$ToggleOnlineOnlyAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$ToggleOnlineOnlyAction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/preferences/ChatRoomPreferencePage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/preferences/ChatRoomPreferencePage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/preferences/PreferenceConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/preferences/PreferenceConstants.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/ui/preferences/PreferenceInitializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/preferences/PreferenceInitializer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/IMultiRosterViewPart.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/IMultiRosterViewPart.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessageNotificationPopup$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessageNotificationPopup$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessageNotificationPopup$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessageNotificationPopup$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessageNotificationPopup.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessageNotificationPopup.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab$7.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$1$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$1$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$1$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$1$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$2$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$3$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$3$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$3$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$3$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterContentProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterLabelProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$10.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$10.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$11.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$11.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$12.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$12.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$13.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$13.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$14.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$14.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$15.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$15.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$16.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$16.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$17.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$17.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$18.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$18.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$19.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$19.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$20.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$20.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$21.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$21.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$22.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$22.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$23.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$23.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$7.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$8.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$9.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$PresenceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$PresenceListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$RoomWithAView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$RoomWithAView.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$RosterViewerDropAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$RosterViewerDropAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$ViewerToolTip.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$ViewerToolTip.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/UserSearchContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/UserSearchContentProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/UserSearchLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/UserSearchLabelProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/UserSearchView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/UserSearchView$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/UserSearchView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/UserSearchView$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/UserSearchView$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/UserSearchView$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/UserSearchView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/UserSearchView.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$2$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$10.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$10.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$11.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$11.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$12.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$12.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$13.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$13.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$14.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$14.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$15.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$15.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$16.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$16.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$17.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$17.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$18.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$18.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$7.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$8.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$9.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$2$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$7.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomParticipant.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomParticipant.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$10.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$10.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$7.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$8.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$9.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomViewerConfiguration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomViewerConfiguration.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/IChatRoomCommandListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/IChatRoomCommandListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/IChatRoomViewCloseListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/IChatRoomViewCloseListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/IMessageRenderer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/IMessageRenderer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/MessageRenderer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/MessageRenderer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/dnd/IRosterViewerDropTarget.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/dnd/IRosterViewerDropTarget.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/menu/NoopRosterMenuContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/menu/NoopRosterMenuContributionItem$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/menu/NoopRosterMenuContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/menu/NoopRosterMenuContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/roster/AbstractPresenceContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/roster/AbstractPresenceContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/roster/AbstractRosterContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/roster/AbstractRosterContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/roster/AbstractRosterEntryContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/roster/AbstractRosterEntryContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/ui/roster/AbstractRosterGroupContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/roster/AbstractRosterGroupContributionItem.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@70997943 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/ChatLine.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/ChatLine.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChangePasswordDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChangePasswordDialog.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$ChatRoomLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$ChatRoomLabelProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$Room$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$Room$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$Room.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$Room.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/ReceiveAuthorizeRequestDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/ReceiveAuthorizeRequestDialog.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$OnlineOnlyViewerFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$OnlineOnlyViewerFilter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemDetailsLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemDetailsLabelProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemLabelProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemSelectionHistory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemSelectionHistory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemsComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemsComparator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemsFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemsFilter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$ToggleOnlineOnlyAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$ToggleOnlineOnlyAction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/handlers/BrowseHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/handlers/BrowseHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/preferences/ChatRoomPreferencePage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/preferences/ChatRoomPreferencePage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/preferences/PreferenceConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/preferences/PreferenceConstants.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/ui/preferences/PreferenceInitializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/internal/presence/ui/preferences/PreferenceInitializer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/IMultiRosterViewPart.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/IMultiRosterViewPart.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessageNotificationPopup$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessageNotificationPopup$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessageNotificationPopup$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessageNotificationPopup$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessageNotificationPopup.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessageNotificationPopup.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab$7.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView$ChatTab.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView$ChatTab.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MessagesView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MessagesView.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$1$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$1$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$1$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$1$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$2$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$3$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$3$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$3$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$3$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterAccount.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterAccount.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterContentProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterLabelProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$10.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$10.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$11.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$11.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$12.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$12.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$13.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$13.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$14.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$14.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$15.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$15.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$16.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$16.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$17.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$17.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$18.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$18.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$19.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$19.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$20.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$20.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$21.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$21.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$22.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$22.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$23.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$23.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$7.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$8.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$9.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$PresenceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$PresenceListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$RoomWithAView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$RoomWithAView.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$RosterViewerDropAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$RosterViewerDropAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView$ViewerToolTip.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView$ViewerToolTip.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/MultiRosterView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/MultiRosterView.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/UserSearchContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/UserSearchContentProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/UserSearchLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/UserSearchLabelProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/UserSearchView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/UserSearchView$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/UserSearchView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/UserSearchView$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/UserSearchView$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/UserSearchView$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/UserSearchView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/UserSearchView.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$2$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$10.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$10.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$11.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$11.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$12.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$12.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$13.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$13.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$14.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$14.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$15.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$15.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$16.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$16.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$17.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$17.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$18.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$18.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$7.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$8.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$9.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$2$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$7.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomParticipant.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomParticipant.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$10.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$10.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$7.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$8.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$9.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/ChatRoomViewerConfiguration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/ChatRoomViewerConfiguration.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/IChatRoomCommandListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/IChatRoomCommandListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/IChatRoomViewCloseListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/IChatRoomViewCloseListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/IMessageRenderer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/IMessageRenderer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/chatroom/MessageRenderer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/chatroom/MessageRenderer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/dnd/IRosterViewerDropTarget.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/dnd/IRosterViewerDropTarget.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/menu/NoopRosterMenuContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/menu/NoopRosterMenuContributionItem$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/menu/NoopRosterMenuContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/menu/NoopRosterMenuContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/roster/AbstractPresenceContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/roster/AbstractPresenceContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/roster/AbstractRosterContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/roster/AbstractRosterContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/roster/AbstractRosterEntryContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/roster/AbstractRosterEntryContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/ui/roster/AbstractRosterGroupContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes/org/eclipse/ecf/presence/ui/roster/AbstractRosterGroupContributionItem.class [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/org.eclipse.ecf.presence.ui-2.4.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ui/dialogs/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ui/handlers/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ui/preferences/ [DEBUG] adding directory org/eclipse/ecf/presence/ [DEBUG] adding directory org/eclipse/ecf/presence/ui/ [DEBUG] adding directory org/eclipse/ecf/presence/ui/chatroom/ [DEBUG] adding directory org/eclipse/ecf/presence/ui/dnd/ [DEBUG] adding directory org/eclipse/ecf/presence/ui/menu/ [DEBUG] adding directory org/eclipse/ecf/presence/ui/roster/ [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/ChatLine.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/Messages.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$1.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$2.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/AddContactDialog$3.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/ChangePasswordDialog.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$4.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$Room.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$Room$1.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$1.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$2.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$5.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$ChatRoomLabelProvider.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/ChatRoomSelectionDialog$3.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/ReceiveAuthorizeRequestDialog.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$3.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$2.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$1.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$5.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/dialogs/SearchContactDialog$4.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$OnlineOnlyViewerFilter.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$ToggleOnlineOnlyAction.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemsFilter.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemSelectionHistory.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemLabelProvider.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemDetailsLabelProvider.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog$RosterItemsComparator.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/handlers/BrowseHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/preferences/ChatRoomPreferencePage.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/preferences/PreferenceConstants.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/preferences/PreferenceInitializer.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/ui/messages.properties [DEBUG] adding entry org/eclipse/ecf/presence/ui/IMultiRosterViewPart.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessageNotificationPopup$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessageNotificationPopup.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessageNotificationPopup$2.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView$ChatTab$7.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView$5.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView$4.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView$ChatTab$5.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView$2.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView$ChatTab$3.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView$ChatTab$2.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView$3.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView$ChatTab.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView$ChatTab$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView$ChatTab$4.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MessagesView$ChatTab$6.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterAccount$3.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterAccount$2$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterAccount$1$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterAccount$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterAccount$2.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterAccount$1$2.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterAccount$3$2.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterAccount$3$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterAccount$1$3.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterAccount.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterContentProvider.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterLabelProvider.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$7.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$4.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$ViewerToolTip.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$2.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$19.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$6.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$23.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$RosterViewerDropAdapter.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$10.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$13.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$20.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$3.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$17.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$21.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$9.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$11.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$PresenceListener.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$RoomWithAView.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$8.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$14.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$16.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$18.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$22.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$15.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$5.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/MultiRosterView$12.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$4.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$3.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$2.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/RosterWorkbenchAdapter2Factory$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$4.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$3.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/RosterWorkbenchAdapterFactory$2.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/UserSearchContentProvider.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/UserSearchLabelProvider.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/UserSearchView$3.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/UserSearchView.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/UserSearchView$2.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/UserSearchView$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$2$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$2.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$4.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerUI$3.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomParticipant.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$2.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$8.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$7.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$5.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$8.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$11.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$2.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$4.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$13.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$10.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$17.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$5.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$14.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$3.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$2$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$9.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$7.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$6.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$15.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$6.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$10.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$2.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$12.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$9.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$5.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$6.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$3.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$18.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$16.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$4.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoomTab$7.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$4.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView$ChatRoom$3.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/ChatRoomViewerConfiguration.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/IChatRoomCommandListener.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/IChatRoomViewCloseListener.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/IMessageRenderer.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/chatroom/MessageRenderer.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/dnd/IRosterViewerDropTarget.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuContributionItem.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuHandler.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/menu/NoopRosterMenuContributionItem$1.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/menu/NoopRosterMenuContributionItem.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/roster/AbstractPresenceContributionItem.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/roster/AbstractRosterContributionItem.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/roster/AbstractRosterEntryContributionItem.class [DEBUG] adding entry org/eclipse/ecf/presence/ui/roster/AbstractRosterGroupContributionItem.class [DEBUG] adding directory icons/ [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/chats.gif [DEBUG] adding entry icons/collaboration.gif [DEBUG] adding entry icons/contacts.gif [DEBUG] adding entry icons/messages.gif [DEBUG] adding entry icons/open_contacts.gif [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [DEBUG] adding entry schema/rosterViewerDropTarget.exsd [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.presence.ui-2.4.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/org.eclipse.ecf.presence.ui-2.4.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/org.eclipse.ecf.presence.ui-2.4.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/org.eclipse.ecf.presence.ui-2.4.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/org.eclipse.ecf.presence.ui-2.4.201-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/org.eclipse.ecf.presence.ui-2.4.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/org.eclipse.ecf.presence.ui-2.4.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@3758df9f] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.presence.ui --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.presence.ui/2.4.201.v20221117-1507 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.presence.ui,2.4.201.v20221117-1507 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.presence.ui/2.4.201.v20221117-1507/org.eclipse.ecf.presence.ui-2.4.201.v20221117-1507-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.presence.ui.source/2.4.201.v20221117-1507 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.presence.ui.source,2.4.201.v20221117-1507 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.presence.ui.source/2.4.201.v20221117-1507/org.eclipse.ecf.presence.ui.source-2.4.201.v20221117-1507-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui >--------- [INFO] Building org.eclipse.ecf.presence.collab.ui 1.3.101-SNAPSHOT [21/114] [INFO] from framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables_3.6.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.variables,3.6.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.6.400.v20240413-1529/org.eclipse.core.variables-3.6.400.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.variables.source_3.6.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.variables.source,3.6.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables.source/3.6.400.v20240413-1529/org.eclipse.core.variables.source-3.6.400.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core_3.21.400.v20240415-0528.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.debug.core,3.21.400.v20240415-0528 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.21.400.v20240415-0528/org.eclipse.debug.core-3.21.400.v20240415-0528-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.core.source_3.21.400.v20240415-0528.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.debug.core.source,3.21.400.v20240415-0528 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core.source/3.21.400.v20240415-0528/org.eclipse.debug.core.source-3.21.400.v20240415-0528-p2artifacts.xml [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console_3.14.100.v20240429-1358.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.console,3.14.100.v20240429-1358 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.console/3.14.100.v20240429-1358/org.eclipse.ui.console-3.14.100.v20240429-1358-p2artifacts.xml [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.console.source_3.14.100.v20240429-1358.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.console.source,3.14.100.v20240429-1358 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.console.source/3.14.100.v20240429-1358/org.eclipse.ui.console.source-3.14.100.v20240429-1358-p2artifacts.xml [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=268165, ConflictMarker.markTime=168743, ConflictMarker.nodeCount=638, ConflictIdSorter.graphTime=138402, ConflictIdSorter.topsortTime=99848, ConflictIdSorter.conflictIdCount=201, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=6889043, ConflictResolver.conflictItemCount=628, DfDependencyCollector.collectTime=3923208, DfDependencyCollector.transformTime=7610769} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:eclipse-plugin:1.3.101-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ui:jar:2.3.0-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence.ui:jar:2.4.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.variables:jar:3.6.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.variables.source:jar:3.6.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.debug.core:jar:3.21.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.debug.core.source:jar:3.21.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.console:jar:3.14.100.v20240429-1358:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.console.source:jar:3.14.100.v20240429-1358:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:08.995605987, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:08.995878230, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:08.995878230, lastModified=2024-05-02 22:36:24.438735197, delta=164557143033 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:08.995878230, lastModified=2024-05-02 22:36:24.438735197, delta=164557143033 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:08.995878230, lastModified=2024-05-02 22:36:24.438735197, delta=164557143033 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:08.996218447, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:08.996392170, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:08.996392170, lastModified=2024-05-02 22:36:25.084747530, delta=163911644640 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:08.995878230, lastModified=2024-05-02 22:36:24.438735197, delta=164557143033 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:08.995878230, lastModified=2024-05-02 22:36:24.438735197, delta=164557143033 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:39:08.996951187, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:39:08.997026433, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:09.002004525, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:09.010565928, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:08.995878230, lastModified=2024-05-02 22:36:24.438735197, delta=164557143033 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:08.995878230, lastModified=2024-05-02 22:36:24.438735197, delta=164557143033 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.3.101.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.presence.collab.ui) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.presence.collab.ui [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:09Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.101.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.presence.collab.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes [DEBUG] unqualifiedVersion: 1.3.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes[~org/eclipse/ecf/internal/presence/ui/*:~org/eclipse/ecf/internal/presence/ui/dialogs/*:+org/eclipse/ecf/presence/ui/*:+org/eclipse/ecf/presence/ui/chatroom/*:+org/eclipse/ecf/presence/ui/dnd/*:+org/eclipse/ecf/presence/ui/menu/*:+org/eclipse/ecf/presence/ui/roster/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.console/3.14.100.v20240429-1358/org.eclipse.ui.console-3.14.100.v20240429-1358.jar[+org/eclipse/ui/console/*:+org/eclipse/ui/console/actions/*:~org/eclipse/ui/internal/console/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.17.400.v20240424-0941/org.eclipse.ui.workbench.texteditor-3.17.400.v20240424-0941.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.6.400.v20240413-1529/org.eclipse.core.variables-3.6.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.21.400.v20240415-0528/org.eclipse.debug.core-3.21.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes[~org/eclipse/ecf/internal/presence/ui/*:~org/eclipse/ecf/internal/presence/ui/dialogs/*:+org/eclipse/ecf/presence/ui/*:+org/eclipse/ecf/presence/ui/chatroom/*:+org/eclipse/ecf/presence/ui/dnd/*:+org/eclipse/ecf/presence/ui/menu/*:+org/eclipse/ecf/presence/ui/roster/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.console/3.14.100.v20240429-1358/org.eclipse.ui.console-3.14.100.v20240429-1358.jar[+org/eclipse/ui/console/*:+org/eclipse/ui/console/actions/*:~org/eclipse/ui/internal/console/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.17.400.v20240424-0941/org.eclipse.ui.workbench.texteditor-3.17.400.v20240424-0941.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.6.400.v20240413-1529/org.eclipse.core.variables-3.6.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.21.400.v20240415-0528/org.eclipse.debug.core-3.21.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes[~org/eclipse/ecf/internal/presence/ui/*:~org/eclipse/ecf/internal/presence/ui/dialogs/*:+org/eclipse/ecf/presence/ui/*:+org/eclipse/ecf/presence/ui/chatroom/*:+org/eclipse/ecf/presence/ui/dnd/*:+org/eclipse/ecf/presence/ui/menu/*:+org/eclipse/ecf/presence/ui/roster/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.console/3.14.100.v20240429-1358/org.eclipse.ui.console-3.14.100.v20240429-1358.jar[+org/eclipse/ui/console/*:+org/eclipse/ui/console/actions/*:~org/eclipse/ui/internal/console/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.17.400.v20240424-0941/org.eclipse.ui.workbench.texteditor-3.17.400.v20240424-0941.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.6.400.v20240413-1529/org.eclipse.core.variables-3.6.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.21.400.v20240415-0528/org.eclipse.debug.core-3.21.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/internal/presence/collab/ui/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/internal/presence/collab/ui/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogLabelProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogTreeContentProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogViewerFilter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/AbstractCollabShare.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/console/ConsoleRosterMenuContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/console/ConsoleShare.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/console/ConsoleShareRosterEntryContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureDataMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureStartMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/url/URLRosterViewerDropTarget.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/url/URLShare.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/url/URLShareRosterEntryContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/view/ViewShare.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterEntryContributionItem.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:10Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.101.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.presence.collab.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes [DEBUG] unqualifiedVersion: 1.3.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@48ace828 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/collab/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/collab/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/collab/ui/view/ [DEBUG] adding directory org/eclipse/ecf/presence/ [DEBUG] adding directory org/eclipse/ecf/presence/collab/ [DEBUG] adding directory org/eclipse/ecf/presence/collab/ui/ [DEBUG] adding directory org/eclipse/ecf/presence/collab/ui/console/ [DEBUG] adding directory org/eclipse/ecf/presence/collab/ui/screencapture/ [DEBUG] adding directory org/eclipse/ecf/presence/collab/ui/url/ [DEBUG] adding directory org/eclipse/ecf/presence/collab/ui/view/ [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/Messages.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/messages.properties [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogLabelProvider.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogTreeContentProvider.java [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogViewerFilter.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/AbstractCollabShare.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/console/ConsoleRosterMenuContributionItem.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/console/ConsoleShare.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/console/ConsoleShareRosterEntryContributionItem.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureDataMessage.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureStartMessage.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/url/URLRosterViewerDropTarget.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/url/URLShare.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/url/URLShareRosterEntryContributionItem.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/view/ViewShare.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem.java [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterEntryContributionItem.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@75792194 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@321581a6 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:10.359409231, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:10.359689823, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:10.359689823, lastModified=2024-05-02 22:36:24.438735197, delta=165920954626 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:10.359689823, lastModified=2024-05-02 22:36:24.438735197, delta=165920954626 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:10.359689823, lastModified=2024-05-02 22:36:24.438735197, delta=165920954626 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:10.360035519, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:10.360117794, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:10.360117794, lastModified=2024-05-02 22:36:25.084747530, delta=165275370264 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogLabelProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogTreeContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogTreeContentProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogViewerFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogViewerFilter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/AbstractCollabShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/AbstractCollabShare.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleRosterMenuContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleRosterMenuContributionItem$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleRosterMenuContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleRosterMenuContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleShare.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleShareRosterEntryContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleShareRosterEntryContributionItem$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleShareRosterEntryContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleShareRosterEntryContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureDataMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureDataMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureStartMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureStartMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLRosterViewerDropTarget.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLRosterViewerDropTarget.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShare$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShare$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShare$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShare$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShare.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShareRosterEntryContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShareRosterEntryContributionItem$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShareRosterEntryContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShareRosterEntryContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShare$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShare$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShare$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShare$2$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShare$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShare$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShare.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterEntryContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterEntryContributionItem$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterEntryContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterEntryContributionItem.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@9d5dd11 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogLabelProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogLabelProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogTreeContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogTreeContentProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogViewerFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogViewerFilter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/AbstractCollabShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/AbstractCollabShare.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleRosterMenuContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleRosterMenuContributionItem$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleRosterMenuContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleRosterMenuContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleShare.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleShareRosterEntryContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleShareRosterEntryContributionItem$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/console/ConsoleShareRosterEntryContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/console/ConsoleShareRosterEntryContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureDataMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureDataMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureStartMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureStartMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLRosterViewerDropTarget.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLRosterViewerDropTarget.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShare$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShare$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShare$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShare$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShare.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShareRosterEntryContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShareRosterEntryContributionItem$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/url/URLShareRosterEntryContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/url/URLShareRosterEntryContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShare$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShare$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShare$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShare$2$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShare$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShare$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShare.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterEntryContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterEntryContributionItem$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterEntryContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes/org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterEntryContributionItem.class [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/collab/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/collab/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/presence/collab/ui/view/ [DEBUG] adding directory org/eclipse/ecf/presence/ [DEBUG] adding directory org/eclipse/ecf/presence/collab/ [DEBUG] adding directory org/eclipse/ecf/presence/collab/ui/ [DEBUG] adding directory org/eclipse/ecf/presence/collab/ui/console/ [DEBUG] adding directory org/eclipse/ecf/presence/collab/ui/screencapture/ [DEBUG] adding directory org/eclipse/ecf/presence/collab/ui/url/ [DEBUG] adding directory org/eclipse/ecf/presence/collab/ui/view/ [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/Messages.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart$2.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/ShareReceiversECFStart$1.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogLabelProvider.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogTreeContentProvider.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/view/ShowViewDialogViewerFilter.class [DEBUG] adding entry org/eclipse/ecf/internal/presence/collab/ui/messages.properties [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/AbstractCollabShare.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/console/ConsoleRosterMenuContributionItem.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/console/ConsoleRosterMenuContributionItem$1.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$2.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/console/ConsoleShare.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$4.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$3.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/console/ConsoleShare$1.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/console/ConsoleShareRosterEntryContributionItem$1.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/console/ConsoleShareRosterEntryContributionItem.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureDataMessage.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$1$1.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$2.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShare$1.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem$2.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterContributionItem$1.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem$1.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureShareRosterEntryContributionItem$1$1.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/screencapture/ScreenCaptureStartMessage.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/url/URLRosterViewerDropTarget.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/url/URLShare$2.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/url/URLShare.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/url/URLShare$1.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem$2.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem$1.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/url/URLShareRosterContributionItem.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/url/URLShareRosterEntryContributionItem$1.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/url/URLShareRosterEntryContributionItem.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/view/ViewShare.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/view/ViewShare$2$1.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/view/ViewShare$1.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/view/ViewShare$2.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem$1.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem$2.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterContributionItem.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterEntryContributionItem.class [DEBUG] adding entry org/eclipse/ecf/presence/collab/ui/view/ViewShareRosterEntryContributionItem$1.class [DEBUG] adding directory icons/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/console_view.gif [DEBUG] adding entry icons/internal_browser.gif [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@36a27f7b] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:eclipse-plugin:1.3.101-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.presence.collab.ui --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] --------------< org.eclipse.ecf:org.eclipse.ecf.provider >-------------- [INFO] Building org.eclipse.ecf.provider 4.10.0-SNAPSHOT [22/114] [INFO] from framework/bundles/org.eclipse.ecf.provider/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=21563, ConflictMarker.markTime=17635, ConflictMarker.nodeCount=42, ConflictIdSorter.graphTime=10723, ConflictIdSorter.topsortTime=14704, ConflictIdSorter.conflictIdCount=14, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=101469, ConflictResolver.conflictItemCount=41, DfDependencyCollector.collectTime=314865, DfDependencyCollector.transformTime=183909} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:eclipse-plugin:4.10.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:13.728828528, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:13.729097036, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:13.729097036, lastModified=2024-05-02 22:36:24.438735197, delta=169290361839 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:13.729097036, lastModified=2024-05-02 22:36:24.438735197, delta=169290361839 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:13.729097036, lastModified=2024-05-02 22:36:24.438735197, delta=169290361839 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:13.729496606, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:13.729689461, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:13.729689461, lastModified=2024-05-02 22:36:25.084747530, delta=168644941931 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:13.729097036, lastModified=2024-05-02 22:36:24.438735197, delta=169290361839 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:13.729097036, lastModified=2024-05-02 22:36:24.438735197, delta=169290361839 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:39:13.730331545, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:39:13.730425224, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:13.735265460, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:13.743804229, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:13.729097036, lastModified=2024-05-02 22:36:24.438735197, delta=169290361839 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:13.729097036, lastModified=2024-05-02 22:36:24.438735197, delta=169290361839 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 4.10.0.v20231021-2015 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.provider) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2015 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:14Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 4.10.0.v20231021-2015 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.provider [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes [DEBUG] unqualifiedVersion: 4.10.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider-4.10.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/internal/provider/ECFProviderDebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/internal/provider/ProviderPlugin.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/AsynchEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/ConnectionCreateException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/ConnectionEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/DisconnectEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/IAsynchConnection.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/IAsynchEventHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/IConnectRequestHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/IConnection.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/IConnectionListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/ISynchAsynchConnection.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/ISynchAsynchEventHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/ISynchConnection.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/ISynchEventHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/SynchEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/AsynchMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/Client.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/ConnectRequestMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/ConnectResultMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/ExObjectInputStream.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/ExObjectOutputStream.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/IClientSocketFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/IServerSocketFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/ISocketAcceptHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/PingMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/PingResponseMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/SSLClient.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/Server.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/SocketFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/comm/tcp/SynchMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/ClientSOContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/ContainerMessage.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/GenericContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOConfig.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOConnector.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainerConfig.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainerGMM.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainerGroup.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContext.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOManager.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOWrapper.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SSLClientSOContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SSLServerSOContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/ServerSOContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/TCPClientSOContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/TCPServerSOContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/TCPServerSOContainerGroup.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/gmm/GMMImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/gmm/Member.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/gmm/MemberChanged.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/util/IClassLoaderMapper.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/util/IdentifiableObjectInputStream.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/util/IdentifiableObjectOutputStream.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2015 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:14Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 4.10.0.v20231021-2015 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.provider [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes [DEBUG] unqualifiedVersion: 4.10.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider-4.10.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@31add046 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider-4.10.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (f) qualifier = v20231021-2015 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/org.eclipse.ecf.provider-4.10.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/comm/ [DEBUG] adding directory org/eclipse/ecf/provider/comm/tcp/ [DEBUG] adding directory org/eclipse/ecf/provider/generic/ [DEBUG] adding directory org/eclipse/ecf/provider/generic/gmm/ [DEBUG] adding directory org/eclipse/ecf/provider/util/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/ECFProviderDebugOptions.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/ProviderPlugin.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/AsynchEvent.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/ConnectionCreateException.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/ConnectionEvent.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/DisconnectEvent.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/IAsynchConnection.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/IAsynchEventHandler.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/IConnectRequestHandler.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/IConnection.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/IConnectionListener.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/ISynchAsynchConnection.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/ISynchAsynchEventHandler.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/ISynchConnection.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/ISynchEventHandler.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/SynchEvent.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/AsynchMessage.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/Client.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/ConnectRequestMessage.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/ConnectResultMessage.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/ExObjectInputStream.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/ExObjectOutputStream.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/IClientSocketFactory.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/IServerSocketFactory.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/ISocketAcceptHandler.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/PingMessage.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/PingResponseMessage.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/SSLClient.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/Server.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/SocketFactory.java [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/SynchMessage.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/ClientSOContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/ContainerMessage.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/GenericContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOConfig.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOConnector.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContainerConfig.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContainerGMM.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContainerGroup.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContext.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOManager.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOWrapper.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/SSLClientSOContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/SSLServerSOContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/ServerSOContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/TCPClientSOContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/TCPServerSOContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/TCPServerSOContainerGroup.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/gmm/GMMImpl.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/gmm/Member.java [DEBUG] adding entry org/eclipse/ecf/provider/generic/gmm/MemberChanged.java [DEBUG] adding entry org/eclipse/ecf/provider/util/IClassLoaderMapper.java [DEBUG] adding entry org/eclipse/ecf/provider/util/IdentifiableObjectInputStream.java [DEBUG] adding entry org/eclipse/ecf/provider/util/IdentifiableObjectOutputStream.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@50958cb8 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider-4.10.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (f) qualifier = v20231021-2015 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@2402564a [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:15.044548492, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:15.044903902, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:15.044903902, lastModified=2024-05-02 22:36:24.438735197, delta=170606168705 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:15.044903902, lastModified=2024-05-02 22:36:24.438735197, delta=170606168705 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:15.044903902, lastModified=2024-05-02 22:36:24.438735197, delta=170606168705 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:15.045527675, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:15.045659562, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:15.045659562, lastModified=2024-05-02 22:36:25.084747530, delta=169960912032 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/ECFProviderDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/internal/provider/ECFProviderDebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/ProviderPlugin$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/internal/provider/ProviderPlugin$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/ProviderPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/internal/provider/ProviderPlugin.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/AsynchEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/AsynchEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/ConnectionCreateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/ConnectionCreateException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/ConnectionEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/ConnectionEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/DisconnectEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/DisconnectEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/IAsynchConnection.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/IAsynchConnection.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/IAsynchEventHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/IAsynchEventHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/IConnectRequestHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/IConnectRequestHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/IConnection.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/IConnection.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/IConnectionListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/IConnectionListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/ISynchAsynchConnection.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/ISynchAsynchConnection.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/ISynchAsynchEventHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/ISynchAsynchEventHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/ISynchConnection.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/ISynchConnection.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/ISynchEventHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/ISynchEventHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/SynchEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/SynchEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/AsynchMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/AsynchMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Client$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Client$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Client$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Client$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Client$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Client$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Client$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Client$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Client$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Client$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Client.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Client.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/ConnectRequestMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/ConnectRequestMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/ConnectResultMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/ConnectResultMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/ExObjectInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/ExObjectInputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/ExObjectOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/ExObjectOutputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/IClientSocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/IClientSocketFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/IServerSocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/IServerSocketFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/ISocketAcceptHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/ISocketAcceptHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/PingMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/PingMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/PingResponseMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/PingResponseMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SSLClient$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SSLClient$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SSLClient$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SSLClient$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SSLClient$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SSLClient$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SSLClient$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SSLClient$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SSLClient$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SSLClient$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SSLClient.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SSLClient.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Server$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Server$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Server$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Server$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Server.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Server.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SocketFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SynchMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SynchMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/ClientSOContainer$Lock.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ClientSOContainer$Lock.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/ClientSOContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ClientSOContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage$CreateMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage$CreateMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage$CreateResponseMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage$CreateResponseMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage$JoinGroupMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage$JoinGroupMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage$LeaveGroupMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage$LeaveGroupMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage$SharedObjectDisposeMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage$SharedObjectDisposeMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage$SharedObjectMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage$SharedObjectMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage$ViewChangeMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage$ViewChangeMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/DestroyIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/DestroyIterator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/GenericContainerInstantiator$GenericContainerArgs.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/GenericContainerInstantiator$GenericContainerArgs.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/GenericContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/GenericContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOConfig.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOConnector.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOConnector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOContainerConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainerConfig.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOContainerGMM.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainerGMM.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainerGroup.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOContext.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContext.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOManager$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOWrapper$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOWrapper$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOWrapper$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOWrapper$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOWrapper$DisposeEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOWrapper$DisposeEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOWrapper$ProcEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOWrapper$ProcEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SOWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOWrapper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SSLClientSOContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SSLClientSOContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator$GenericContainerArgs.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator$GenericContainerArgs.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SSLServerSOContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SSLServerSOContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/ServerSOContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ServerSOContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/TCPClientSOContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/TCPClientSOContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/TCPServerSOContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/TCPServerSOContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/TCPServerSOContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/TCPServerSOContainerGroup.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/gmm/GMMImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/gmm/GMMImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/gmm/Member.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/gmm/Member.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/generic/gmm/MemberChanged.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/gmm/MemberChanged.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/util/IClassLoaderMapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/util/IClassLoaderMapper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/util/IdentifiableObjectInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/util/IdentifiableObjectInputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/util/IdentifiableObjectOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/util/IdentifiableObjectOutputStream.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@ef7c731 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/ECFProviderDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/internal/provider/ECFProviderDebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/ProviderPlugin$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/internal/provider/ProviderPlugin$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/ProviderPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/internal/provider/ProviderPlugin.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/AsynchEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/AsynchEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/ConnectionCreateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/ConnectionCreateException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/ConnectionEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/ConnectionEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/DisconnectEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/DisconnectEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/IAsynchConnection.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/IAsynchConnection.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/IAsynchEventHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/IAsynchEventHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/IConnectRequestHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/IConnectRequestHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/IConnection.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/IConnection.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/IConnectionListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/IConnectionListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/ISynchAsynchConnection.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/ISynchAsynchConnection.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/ISynchAsynchEventHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/ISynchAsynchEventHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/ISynchConnection.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/ISynchConnection.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/ISynchEventHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/ISynchEventHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/SynchEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/SynchEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/AsynchMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/AsynchMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Client$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Client$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Client$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Client$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Client$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Client$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Client$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Client$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Client$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Client$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Client.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Client.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/ConnectRequestMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/ConnectRequestMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/ConnectResultMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/ConnectResultMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/ExObjectInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/ExObjectInputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/ExObjectOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/ExObjectOutputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/IClientSocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/IClientSocketFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/IServerSocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/IServerSocketFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/ISocketAcceptHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/ISocketAcceptHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/PingMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/PingMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/PingResponseMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/PingResponseMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SSLClient$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SSLClient$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SSLClient$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SSLClient$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SSLClient$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SSLClient$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SSLClient$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SSLClient$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SSLClient$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SSLClient$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SSLClient.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SSLClient.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Server$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Server$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Server$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Server$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/Server.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/Server.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SocketFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/comm/tcp/SynchMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/comm/tcp/SynchMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/ClientSOContainer$Lock.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ClientSOContainer$Lock.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/ClientSOContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ClientSOContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage$CreateMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage$CreateMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage$CreateResponseMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage$CreateResponseMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage$JoinGroupMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage$JoinGroupMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage$LeaveGroupMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage$LeaveGroupMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage$SharedObjectDisposeMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage$SharedObjectDisposeMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage$SharedObjectMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage$SharedObjectMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage$ViewChangeMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage$ViewChangeMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/ContainerMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ContainerMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/DestroyIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/DestroyIterator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/GenericContainerInstantiator$GenericContainerArgs.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/GenericContainerInstantiator$GenericContainerArgs.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/GenericContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/GenericContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOConfig.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOConnector.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOConnector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOContainerConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainerConfig.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOContainerGMM.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainerGMM.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContainerGroup.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOContext.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOContext.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOManager$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOWrapper$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOWrapper$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOWrapper$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOWrapper$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOWrapper$DisposeEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOWrapper$DisposeEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOWrapper$ProcEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOWrapper$ProcEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SOWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SOWrapper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SSLClientSOContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SSLClientSOContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator$GenericContainerArgs.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator$GenericContainerArgs.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SSLServerSOContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SSLServerSOContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/ServerSOContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/ServerSOContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/TCPClientSOContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/TCPClientSOContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/TCPServerSOContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/TCPServerSOContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/TCPServerSOContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/TCPServerSOContainerGroup.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/gmm/GMMImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/gmm/GMMImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/gmm/Member.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/gmm/Member.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/generic/gmm/MemberChanged.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/generic/gmm/MemberChanged.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/util/IClassLoaderMapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/util/IClassLoaderMapper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/util/IdentifiableObjectInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/util/IdentifiableObjectInputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/util/IdentifiableObjectOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes/org/eclipse/ecf/provider/util/IdentifiableObjectOutputStream.class [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [DEBUG] parseClassFile(): path=java/security/PrivilegedAction.class resource=:jrt:/java.base/java/security/PrivilegedAction.class: [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [DEBUG] parseClassFile(): path=java/util/Iterator.class resource=:jrt:/java.base/java/util/Iterator.class: [DEBUG] parseClassFile(): path=java/util/Observer.class resource=:jrt:/java.base/java/util/Observer.class: [DEBUG] parseClassFile(): path=java/security/PrivilegedExceptionAction.class resource=:jrt:/java.base/java/security/PrivilegedExceptionAction.class: [DEBUG] parseClassFile(): path=java/lang/Comparable.class resource=:jrt:/java.base/java/lang/Comparable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/org.eclipse.ecf.provider-4.10.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/comm/ [DEBUG] adding directory org/eclipse/ecf/provider/comm/tcp/ [DEBUG] adding directory org/eclipse/ecf/provider/generic/ [DEBUG] adding directory org/eclipse/ecf/provider/generic/gmm/ [DEBUG] adding directory org/eclipse/ecf/provider/util/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/ECFProviderDebugOptions.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/ProviderPlugin.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/ProviderPlugin$1.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/AsynchEvent.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/ConnectionCreateException.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/ConnectionEvent.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/DisconnectEvent.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/IAsynchConnection.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/IAsynchEventHandler.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/IConnectRequestHandler.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/IConnection.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/IConnectionListener.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/ISynchAsynchConnection.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/ISynchAsynchEventHandler.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/ISynchConnection.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/ISynchEventHandler.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/SynchEvent.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/AsynchMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/Client.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/Client$1.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/Client$2.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/Client$3.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/Client$5.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/Client$4.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/ConnectRequestMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/ConnectResultMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/ExObjectInputStream.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/ExObjectOutputStream.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/IClientSocketFactory.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/IServerSocketFactory.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/ISocketAcceptHandler.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/PingMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/PingResponseMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/SSLClient$2.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/SSLClient$3.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/SSLClient$1.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/SSLClient$4.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/SSLClient.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/SSLClient$5.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/Server.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/Server$1.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/Server$2.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/SocketFactory.class [DEBUG] adding entry org/eclipse/ecf/provider/comm/tcp/SynchMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/ClientSOContainer$Lock.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/ClientSOContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/ContainerMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/ContainerMessage$ViewChangeMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/ContainerMessage$SharedObjectMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/ContainerMessage$SharedObjectDisposeMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/ContainerMessage$JoinGroupMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/ContainerMessage$CreateMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/ContainerMessage$LeaveGroupMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/ContainerMessage$CreateResponseMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/GenericContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/GenericContainerInstantiator$GenericContainerArgs.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOConfig.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOConnector.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContainer$1.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject$1.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject$1$1.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContainer$2.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContainerConfig.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/DestroyIterator.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContainerGMM.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContainerGroup.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOContext.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOManager$1.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOManager.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOWrapper$ProcEvent.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOWrapper.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOWrapper$2.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOWrapper$1.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SOWrapper$DisposeEvent.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SSLClientSOContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator$GenericContainerArgs.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SSLServerSOContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup$2.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup$1.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/ServerSOContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/TCPClientSOContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/TCPServerSOContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/TCPServerSOContainerGroup.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/gmm/GMMImpl.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/gmm/Member.class [DEBUG] adding entry org/eclipse/ecf/provider/generic/gmm/MemberChanged.class [DEBUG] adding entry org/eclipse/ecf/provider/util/IClassLoaderMapper.class [DEBUG] adding entry org/eclipse/ecf/provider/util/IdentifiableObjectInputStream.class [DEBUG] adding entry org/eclipse/ecf/provider/util/IdentifiableObjectOutputStream.class [DEBUG] adding directory OSGI-INF/ [DEBUG] adding entry OSGI-INF/permissions.perm [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider-4.10.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/org.eclipse.ecf.provider-4.10.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/org.eclipse.ecf.provider-4.10.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/org.eclipse.ecf.provider-4.10.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/org.eclipse.ecf.provider-4.10.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/org.eclipse.ecf.provider-4.10.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/org.eclipse.ecf.provider-4.10.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@321d9b5c] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different org/eclipse/ecf/provider/comm/tcp/Client$5.class: different org/eclipse/ecf/provider/comm/tcp/Client.class: different org/eclipse/ecf/provider/comm/tcp/ExObjectInputStream.class: different org/eclipse/ecf/provider/comm/tcp/ExObjectOutputStream.class: different org/eclipse/ecf/provider/comm/tcp/SSLClient$5.class: different org/eclipse/ecf/provider/comm/tcp/SSLClient.class: different org/eclipse/ecf/provider/comm/tcp/Server$2.class: different org/eclipse/ecf/provider/comm/tcp/Server.class: different org/eclipse/ecf/provider/generic/ClientSOContainer.class: different org/eclipse/ecf/provider/generic/GenericContainerInstantiator.class: different org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject$1$1.class: different org/eclipse/ecf/provider/generic/SOContainer$LoadingSharedObject$1.class: different org/eclipse/ecf/provider/generic/SOContainer.class: different org/eclipse/ecf/provider/generic/SOContainerGMM.class: different org/eclipse/ecf/provider/generic/SOContainerGroup.class: different org/eclipse/ecf/provider/generic/SOContext.class: different org/eclipse/ecf/provider/generic/SOManager.class: different org/eclipse/ecf/provider/generic/SOWrapper$2.class: different org/eclipse/ecf/provider/generic/SOWrapper.class: different org/eclipse/ecf/provider/generic/SSLClientSOContainer.class: different org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.class: different org/eclipse/ecf/provider/generic/SSLServerSOContainer.class: different org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup$2.class: different org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup.class: different org/eclipse/ecf/provider/generic/ServerSOContainer.class: different org/eclipse/ecf/provider/generic/TCPClientSOContainer.class: different org/eclipse/ecf/provider/generic/TCPServerSOContainer.class: different org/eclipse/ecf/provider/generic/TCPServerSOContainerGroup.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider/4.10.0.v20231021-2015 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider,4.10.0.v20231021-2015 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider/4.10.0.v20231021-2015/org.eclipse.ecf.provider-4.10.0.v20231021-2015-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.source/4.10.0.v20231021-2015 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.source,4.10.0.v20231021-2015 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.source/4.10.0.v20231021-2015/org.eclipse.ecf.provider.source-4.10.0.v20231021-2015-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy >------ [INFO] Building org.eclipse.ecf.remoteservice.asyncproxy 2.1.200-SNAPSHOT [23/114] [INFO] from framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=12659, ConflictMarker.markTime=27739, ConflictMarker.nodeCount=12, ConflictIdSorter.graphTime=5542, ConflictIdSorter.topsortTime=12632, ConflictIdSorter.conflictIdCount=9, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=59948, ConflictResolver.conflictItemCount=11, DfDependencyCollector.collectTime=157750, DfDependencyCollector.transformTime=134685} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:eclipse-plugin:2.1.200-SNAPSHOT [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:17.808768292, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:17.809093040, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:17.809093040, lastModified=2024-05-02 22:36:24.438735197, delta=173370357843 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:17.809093040, lastModified=2024-05-02 22:36:24.438735197, delta=173370357843 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:17.809093040, lastModified=2024-05-02 22:36:24.438735197, delta=173370357843 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:17.809478061, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:17.809673525, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:17.809673525, lastModified=2024-05-02 22:36:25.084747530, delta=172724925995 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:17.809093040, lastModified=2024-05-02 22:36:24.438735197, delta=173370357843 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:17.809093040, lastModified=2024-05-02 22:36:24.438735197, delta=173370357843 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:39:17.810425319, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:39:17.810499344, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:17.815766875, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:17.824487017, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:17.809093040, lastModified=2024-05-02 22:36:24.438735197, delta=173370357843 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:17.809093040, lastModified=2024-05-02 22:36:24.438735197, delta=173370357843 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.1.200.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] -- end configuration -- [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.remoteservice.asyncproxy.j8) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.remoteservice.asyncproxy [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:18Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.1.200.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes [DEBUG] unqualifiedVersion: 2.1.200 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.remoteservice.asyncproxy-2.1.200-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.8/1.8 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar[+org/osgi/util/promise/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar[+org/osgi/util/promise/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar[+org/osgi/util/promise/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteCall.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteService.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/org/eclipse/ecf/remoteservice/asyncproxy/IAsyncProxyCompletable.java, -g, -nowarn, -target, 1.8, -source, 1.8, --release, 8, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:18Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.1.200.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes [DEBUG] unqualifiedVersion: 2.1.200 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.remoteservice.asyncproxy-2.1.200-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.8/1.8 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@51a07a01 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8 [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.asyncproxy-2.1.200-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.200-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/asyncproxy/ [DEBUG] adding entry org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteCall.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteService.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/asyncproxy/IAsyncProxyCompletable.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4f646f3f [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.asyncproxy-2.1.200-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@685a651a [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:18.623806279, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:18.624073934, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:18.624073934, lastModified=2024-05-02 22:36:24.438735197, delta=174185338737 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:18.624073934, lastModified=2024-05-02 22:36:24.438735197, delta=174185338737 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:18.624073934, lastModified=2024-05-02 22:36:24.438735197, delta=174185338737 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:18.624435550, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:18.624513479, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:18.624513479, lastModified=2024-05-02 22:36:25.084747530, delta=173539765949 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteCall.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes/org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteCall.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes/org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes/org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes/org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/asyncproxy/IAsyncProxyCompletable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes/org/eclipse/ecf/remoteservice/asyncproxy/IAsyncProxyCompletable.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@4b65f35d [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteCall.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes/org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteCall.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes/org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes/org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes/org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/asyncproxy/IAsyncProxyCompletable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes/org/eclipse/ecf/remoteservice/asyncproxy/IAsyncProxyCompletable.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.200-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/asyncproxy/ [DEBUG] adding entry org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteCall.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteService.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil$1.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/asyncproxy/IAsyncProxyCompletable.class [DEBUG] adding entry about.html [DEBUG] adding entry bundle.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.asyncproxy-2.1.200-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.200-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.200-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.200-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.200-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.200-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.200-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@50734e3b] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.asyncproxy --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.remoteservice.asyncproxy/2.1.200.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.remoteservice.asyncproxy,2.1.200.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.remoteservice.asyncproxy/2.1.200.v20230528-2254/org.eclipse.ecf.remoteservice.asyncproxy-2.1.200.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.remoteservice.asyncproxy.source/2.1.200.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.remoteservice.asyncproxy.source,2.1.200.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.remoteservice.asyncproxy.source/2.1.200.v20230528-2254/org.eclipse.ecf.remoteservice.asyncproxy.source-2.1.200.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.remoteservice >------------ [INFO] Building org.eclipse.ecf.remoteservice 8.14.0-SNAPSHOT [24/114] [INFO] from framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=22136, ConflictMarker.markTime=18332, ConflictMarker.nodeCount=43, ConflictIdSorter.graphTime=21731, ConflictIdSorter.topsortTime=15446, ConflictIdSorter.conflictIdCount=17, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=100435, ConflictResolver.conflictItemCount=42, DfDependencyCollector.collectTime=459951, DfDependencyCollector.transformTime=203802} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:eclipse-plugin:8.14.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:22.099962318, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:22.100235961, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:22.100235961, lastModified=2024-05-02 22:36:24.438735197, delta=177661500764 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:22.100235961, lastModified=2024-05-02 22:36:24.438735197, delta=177661500764 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:22.100235961, lastModified=2024-05-02 22:36:24.438735197, delta=177661500764 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:22.100593434, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:22.100755188, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:22.100755188, lastModified=2024-05-02 22:36:25.084747530, delta=177016007658 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:22.100235961, lastModified=2024-05-02 22:36:24.438735197, delta=177661500764 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:22.100235961, lastModified=2024-05-02 22:36:24.438735197, delta=177661500764 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:39:22.101289400, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:39:22.101368202, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:22.106212793, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:22.114463827, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:22.100235961, lastModified=2024-05-02 22:36:24.438735197, delta=177661500764 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:22.100235961, lastModified=2024-05-02 22:36:24.438735197, delta=177661500764 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 8.14.0.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.remoteservice) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.remoteservice [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:22Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 8.14.0.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.remoteservice [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes [DEBUG] unqualifiedVersion: 8.14.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.remoteservice-8.14.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/internal/remoteservice/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/AbstractRSAContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/AbstractRemoteCallListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/AbstractRemoteService.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/AsyncMethod.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/AsyncService.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/CallbackRemoteCallListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/Constants.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IAsyncCallback.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IAsyncRemoteServiceProxy.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IExtendedRemoteServiceRegistration.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IOSGiRemoteServiceContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRSAConsumerContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRegistrationListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteCall.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteCallListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteFilter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteService.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteServiceCallPolicy.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteServiceConsumer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteServiceContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteServiceContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteServiceHost.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteServiceID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteServiceImplDebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteServiceListener.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteServiceProxy.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteServiceProxyCreator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteServiceReference.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/IRemoteServiceRegistration.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/RemoteCall.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/RemoteCallFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/RemoteServiceContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/RemoteServiceFilterImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/RemoteServiceHelper.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/RemoteServiceID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/RemoteServiceNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/RemoteServiceReferenceImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/RemoteServiceRegistryImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/AbstractClientContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/AbstractClientService.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/AbstractParameterSerializer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/IRemoteCallParameter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/IRemoteCallParameterSerializer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/IRemoteCallable.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/IRemoteCallableRequestType.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/IRemoteResponseDeserializer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/IRemoteServiceClientContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/RemoteCallParameter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/RemoteCallParameterFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/RemoteCallable.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/RemoteCallableFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/RemoteServiceClientReference.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistration.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistry.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/StringParameterSerializer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/events/IRemoteCallCompleteEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/events/IRemoteCallEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/events/IRemoteCallStartEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/events/IRemoteServiceChangedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/events/IRemoteServiceEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/events/IRemoteServiceReferenceRetrievedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/events/IRemoteServiceRegisteredEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/events/IRemoteServiceUnregisteredEvent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/provider/AdapterConfig.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/provider/IRemoteServiceDistributionProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/provider/PeerRemoteServiceContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/provider/RemoteServiceContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/util/AsyncUtil.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/util/EndpointDescriptionPropertiesUtil.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/util/IDUtil.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/util/ObjectSerializationUtil.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/util/RemoteCallMethod.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/util/RemoteFilterImpl.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/util/StreamUtil.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/util/tracker/IRemoteServiceTrackerCustomizer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:22Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 8.14.0.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.remoteservice [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes [DEBUG] unqualifiedVersion: 8.14.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.remoteservice-8.14.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@221bf857 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice-8.14.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/org.eclipse.ecf.remoteservice-8.14.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/client/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/events/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/provider/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/util/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/util/tracker/ [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/Activator.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRSAContainer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRemoteCallListener.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRemoteService.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/AsyncMethod.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/AsyncService.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/CallbackRemoteCallListener.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/Constants.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IAsyncCallback.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IAsyncRemoteServiceProxy.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IExtendedRemoteServiceRegistration.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IOSGiRemoteServiceContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRSAConsumerContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRegistrationListener.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteCall.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteCallListener.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteFilter.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteService.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceCallPolicy.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceConsumer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceContainer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceHost.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceID.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceImplDebugOptions.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceListener.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceProxy.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceProxyCreator.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceReference.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceRegistration.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteCall.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteCallFactory.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceContainer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceFilterImpl.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceHelper.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceID.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceNamespace.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceReferenceImpl.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceRegistryImpl.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractClientContainer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractClientService.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractParameterSerializer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/IRemoteCallParameter.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/IRemoteCallParameterSerializer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/IRemoteCallable.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/IRemoteCallableRequestType.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/IRemoteResponseDeserializer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/IRemoteServiceClientContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteCallParameter.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteCallParameterFactory.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteCallable.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteCallableFactory.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteServiceClientReference.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistration.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistry.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/StringParameterSerializer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteCallCompleteEvent.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteCallEvent.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteCallStartEvent.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteServiceChangedEvent.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteServiceEvent.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteServiceReferenceRetrievedEvent.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteServiceRegisteredEvent.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteServiceUnregisteredEvent.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/provider/AdapterConfig.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/provider/IRemoteServiceDistributionProvider.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/provider/PeerRemoteServiceContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/provider/RemoteServiceContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/AsyncUtil.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/EndpointDescriptionPropertiesUtil.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/IDUtil.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/ObjectSerializationUtil.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/RemoteCallMethod.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/RemoteFilterImpl.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/StreamUtil.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/tracker/IRemoteServiceTrackerCustomizer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@38caa773 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice-8.14.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@2e43fdb3 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:23.079874622, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:23.080182700, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:23.080182700, lastModified=2024-05-02 22:36:24.438735197, delta=178641447503 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:23.080182700, lastModified=2024-05-02 22:36:24.438735197, delta=178641447503 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:23.080182700, lastModified=2024-05-02 22:36:24.438735197, delta=178641447503 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:23.080780945, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:23.080906531, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:23.080906531, lastModified=2024-05-02 22:36:25.084747530, delta=177996159001 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservice/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/internal/remoteservice/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservice/Activator$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/internal/remoteservice/Activator$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservice/Activator$RSDPRegistrations.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/internal/remoteservice/Activator$RSDPRegistrations.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservice/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/internal/remoteservice/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRSAContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRSAContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteCallListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteCallListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$7.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$AsyncArgs.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$AsyncArgs.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$ProxyClassLoader.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$ProxyClassLoader.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/AsyncMethod.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AsyncMethod.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/AsyncService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AsyncService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/CallbackRemoteCallListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/CallbackRemoteCallListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/Constants.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/Constants.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IAsyncCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IAsyncCallback.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IAsyncRemoteServiceProxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IAsyncRemoteServiceProxy.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IExtendedRemoteServiceRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IExtendedRemoteServiceRegistration.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IOSGiRemoteServiceContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IOSGiRemoteServiceContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRSAConsumerContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRSAConsumerContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRegistrationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRegistrationListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteCall.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteCall.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteCallListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteCallListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteFilter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceCallPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceCallPolicy.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceConsumer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceConsumer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceHost.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceHost.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceImplDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceImplDebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceProxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceProxy.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceProxyCreator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceProxyCreator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceReference.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceReference.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceRegistration.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter$RSARemoteServiceRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter$RSARemoteServiceRegistration.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteCall.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteCall.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteCallFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteCallFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$7.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceFilterImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceFilterImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceHelper$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceHelper$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceHelper$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceHelper$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceHelper$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceHelper$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceHelper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceReferenceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceReferenceImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceRegistryImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceRegistryImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientContainer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientContainer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientContainer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientContainer$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientContainer$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientContainer$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientContainer$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientContainer$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientService$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientService$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientService$UriRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientService$UriRequest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractParameterSerializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractParameterSerializer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer$RSAClientRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer$RSAClientRegistration.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractRSAClientService$RSARemoteCall.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractRSAClientService$RSARemoteCall.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/IRemoteCallParameter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/IRemoteCallParameter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/IRemoteCallParameterSerializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/IRemoteCallParameterSerializer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/IRemoteCallable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/IRemoteCallable.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/IRemoteCallableRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/IRemoteCallableRequestType.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/IRemoteResponseDeserializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/IRemoteResponseDeserializer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/IRemoteServiceClientContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/IRemoteServiceClientContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteCallParameter$Builder.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteCallParameter$Builder.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteCallParameter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteCallParameter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteCallParameterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteCallParameterFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteCallable$Builder.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteCallable$Builder.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteCallable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteCallable.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteCallableFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteCallableFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteServiceClientReference.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteServiceClientReference.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistration.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/client/StringParameterSerializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/StringParameterSerializer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteCallCompleteEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteCallCompleteEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteCallEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteCallEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteCallStartEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteCallStartEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteServiceChangedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteServiceChangedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteServiceEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteServiceEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteServiceReferenceRetrievedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteServiceReferenceRetrievedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteServiceRegisteredEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteServiceRegisteredEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteServiceUnregisteredEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteServiceUnregisteredEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/provider/AdapterConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/provider/AdapterConfig.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/provider/IRemoteServiceDistributionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/provider/IRemoteServiceDistributionProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/provider/PeerRemoteServiceContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/provider/PeerRemoteServiceContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/provider/RemoteServiceContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/provider/RemoteServiceContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider$Builder.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider$Builder.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/util/AsyncUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/AsyncUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/util/EndpointDescriptionPropertiesUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/EndpointDescriptionPropertiesUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/util/IDUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/IDUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/util/ObjectSerializationUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/ObjectSerializationUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/util/RemoteCallMethod.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/RemoteCallMethod.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/util/RemoteFilterImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/RemoteFilterImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/util/StreamUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/StreamUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/util/tracker/IRemoteServiceTrackerCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/tracker/IRemoteServiceTrackerCustomizer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker$AllTracked.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker$AllTracked.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker$Tracked.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker$Tracked.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@4806b5df [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservice/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/internal/remoteservice/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservice/Activator$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/internal/remoteservice/Activator$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservice/Activator$RSDPRegistrations.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/internal/remoteservice/Activator$RSDPRegistrations.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservice/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/internal/remoteservice/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRSAContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRSAContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteCallListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteCallListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$7.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$AsyncArgs.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$AsyncArgs.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService$ProxyClassLoader.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService$ProxyClassLoader.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/AbstractRemoteService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AbstractRemoteService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/AsyncMethod.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AsyncMethod.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/AsyncService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/AsyncService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/CallbackRemoteCallListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/CallbackRemoteCallListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/Constants.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/Constants.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IAsyncCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IAsyncCallback.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IAsyncRemoteServiceProxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IAsyncRemoteServiceProxy.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IExtendedRemoteServiceRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IExtendedRemoteServiceRegistration.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IOSGiRemoteServiceContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IOSGiRemoteServiceContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRSAConsumerContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRSAConsumerContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRegistrationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRegistrationListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteCall.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteCall.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteCallListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteCallListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteFilter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceCallPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceCallPolicy.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceConsumer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceConsumer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceHost.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceHost.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceImplDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceImplDebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceProxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceProxy.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceProxyCreator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceProxyCreator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceReference.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceReference.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/IRemoteServiceRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/IRemoteServiceRegistration.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter$RSARemoteServiceRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter$RSARemoteServiceRegistration.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteCall.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteCall.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteCallFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteCallFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$7.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceFilterImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceFilterImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceHelper$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceHelper$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceHelper$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceHelper$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceHelper$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceHelper$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceHelper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceReferenceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceReferenceImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/RemoteServiceRegistryImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/RemoteServiceRegistryImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientContainer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientContainer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientContainer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientContainer$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientContainer$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientContainer$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientContainer$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientContainer$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientService$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientService$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientService$UriRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientService$UriRequest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractClientService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractClientService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractParameterSerializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractParameterSerializer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer$RSAClientRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer$RSAClientRegistration.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractRSAClientService$RSARemoteCall.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractRSAClientService$RSARemoteCall.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/IRemoteCallParameter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/IRemoteCallParameter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/IRemoteCallParameterSerializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/IRemoteCallParameterSerializer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/IRemoteCallable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/IRemoteCallable.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/IRemoteCallableRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/IRemoteCallableRequestType.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/IRemoteResponseDeserializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/IRemoteResponseDeserializer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/IRemoteServiceClientContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/IRemoteServiceClientContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteCallParameter$Builder.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteCallParameter$Builder.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteCallParameter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteCallParameter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteCallParameterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteCallParameterFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteCallable$Builder.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteCallable$Builder.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteCallable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteCallable.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteCallableFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteCallableFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteServiceClientReference.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteServiceClientReference.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistration.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/client/StringParameterSerializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/client/StringParameterSerializer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteCallCompleteEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteCallCompleteEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteCallEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteCallEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteCallStartEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteCallStartEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteServiceChangedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteServiceChangedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteServiceEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteServiceEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteServiceReferenceRetrievedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteServiceReferenceRetrievedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteServiceRegisteredEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteServiceRegisteredEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/events/IRemoteServiceUnregisteredEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/events/IRemoteServiceUnregisteredEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/provider/AdapterConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/provider/AdapterConfig.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/provider/IRemoteServiceDistributionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/provider/IRemoteServiceDistributionProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/provider/PeerRemoteServiceContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/provider/PeerRemoteServiceContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/provider/RemoteServiceContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/provider/RemoteServiceContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider$Builder.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider$Builder.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/util/AsyncUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/AsyncUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/util/EndpointDescriptionPropertiesUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/EndpointDescriptionPropertiesUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/util/IDUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/IDUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/util/ObjectSerializationUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/ObjectSerializationUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/util/RemoteCallMethod.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/RemoteCallMethod.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/util/RemoteFilterImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/RemoteFilterImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/util/StreamUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/StreamUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/util/tracker/IRemoteServiceTrackerCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/tracker/IRemoteServiceTrackerCustomizer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker$AllTracked.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker$AllTracked.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker$Tracked.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker$Tracked.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes/org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker.class [DEBUG] parseClassFile(): path=java/util/concurrent/Callable.class resource=:jrt:/java.base/java/util/concurrent/Callable.class: [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [DEBUG] parseClassFile(): path=java/lang/reflect/InvocationHandler.class resource=:jrt:/java.base/java/lang/reflect/InvocationHandler.class: [DEBUG] parseClassFile(): path=java/lang/annotation/Annotation.class resource=:jrt:/java.base/java/lang/annotation/Annotation.class: [DEBUG] parseClassFile(): path=java/security/PrivilegedAction.class resource=:jrt:/java.base/java/security/PrivilegedAction.class: [DEBUG] parseClassFile(): path=java/security/PrivilegedExceptionAction.class resource=:jrt:/java.base/java/security/PrivilegedExceptionAction.class: [DEBUG] parseClassFile(): path=java/util/Enumeration.class resource=:jrt:/java.base/java/util/Enumeration.class: [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/org.eclipse.ecf.remoteservice-8.14.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/client/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/events/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/provider/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/util/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/util/tracker/ [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/Activator$RSDPRegistrations.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/Activator$2.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRSAContainer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRemoteCallListener.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRemoteService$2.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRemoteService$ProxyClassLoader.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRemoteService$AsyncArgs.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRemoteService$5.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRemoteService$1.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRemoteService$7.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRemoteService$3.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRemoteService$4.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRemoteService.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/AbstractRemoteService$6.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/AsyncMethod.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/AsyncService.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/CallbackRemoteCallListener.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/Constants.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IAsyncCallback.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IAsyncRemoteServiceProxy.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IExtendedRemoteServiceRegistration.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IOSGiRemoteServiceContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRSAConsumerContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRegistrationListener.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteCall.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteCallListener.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteFilter.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteService.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceCallPolicy.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceConsumer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceContainer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceHost.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceID.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceImplDebugOptions.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceListener.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceProxy.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceProxyCreator.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceReference.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/IRemoteServiceRegistration.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter$RSARemoteServiceRegistration.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteCall.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteCallFactory.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceContainer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$6.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$2.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$4.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$1.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$7.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$5.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl$3.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceFilterImpl.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceHelper$3.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceHelper.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceHelper$2.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceHelper$1.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceID.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceNamespace.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceReferenceImpl.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties$1.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$1.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl$Properties$2.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/RemoteServiceRegistryImpl.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractClientContainer$3.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractClientContainer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractClientContainer$5.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractClientContainer$4.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractClientContainer$2.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractClientContainer$1.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractClientService$1.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractClientService.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractClientService$UriRequest.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult$2.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractClientService$AsyncResult$1.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractParameterSerializer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer$RSAClientRegistration.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer$1.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractRSAClientService$RSARemoteCall.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/IRemoteCallParameter.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/IRemoteCallParameterSerializer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/IRemoteCallable.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/IRemoteCallableRequestType.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/IRemoteResponseDeserializer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/IRemoteServiceClientContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteCallParameter.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteCallParameter$Builder.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteCallParameterFactory.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteCallable$Builder.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteCallable.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteCallableFactory.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteServiceClientReference.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistration.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistry.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/client/StringParameterSerializer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteCallCompleteEvent.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteCallEvent.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteCallStartEvent.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteServiceChangedEvent.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteServiceEvent.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteServiceReferenceRetrievedEvent.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteServiceRegisteredEvent.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/events/IRemoteServiceUnregisteredEvent.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/provider/AdapterConfig.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/provider/IRemoteServiceDistributionProvider.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/provider/PeerRemoteServiceContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/provider/RemoteServiceContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider$Builder.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/AsyncUtil.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/EndpointDescriptionPropertiesUtil.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/IDUtil.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/ObjectSerializationUtil.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/RemoteCallMethod.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/RemoteFilterImpl.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/StreamUtil.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/tracker/IRemoteServiceTrackerCustomizer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker$Tracked.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker$AllTracked.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice-8.14.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/org.eclipse.ecf.remoteservice-8.14.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/org.eclipse.ecf.remoteservice-8.14.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/org.eclipse.ecf.remoteservice-8.14.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/org.eclipse.ecf.remoteservice-8.14.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/org.eclipse.ecf.remoteservice-8.14.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/org.eclipse.ecf.remoteservice-8.14.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@11446b25] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.remoteservice/8.14.0.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.remoteservice,8.14.0.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.remoteservice/8.14.0.v20230528-2254/org.eclipse.ecf.remoteservice-8.14.0.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.remoteservice.source/8.14.0.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.remoteservice.source,8.14.0.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.remoteservice.source/8.14.0.v20230528-2254/org.eclipse.ecf.remoteservice.source-8.14.0.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest >--------- [INFO] Building org.eclipse.ecf.remoteservice.rest 2.8.1-SNAPSHOT [25/114] [INFO] from framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.httpcomponents.httpclient,4.5.14 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14-p2artifacts.xml [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient-osgi:jar:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient-osgi:jar:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.jar (1.4 MB at 55 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-osgi/4.5.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.jar.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.cm:jar:1.6.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.cm:jar:1.6.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar (56 kB at 28 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.httpcomponents.httpcore,4.4.16 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16-p2artifacts.xml [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore-osgi:jar:4.4.16 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore-osgi:jar:4.4.16 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-osgi/4.4.16/httpcore-osgi-4.4.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-osgi/4.4.16/httpcore-osgi-4.4.16.jar (695 kB at 46 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-osgi/4.4.16/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-osgi/4.4.16/httpcore-osgi-4.4.16.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.14 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient.source/4.5.14/org.apache.httpcomponents.httpclient.source-4.5.14-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore.source/4.4.16/org.apache.httpcomponents.httpcore.source-4.4.16-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm.source/1.6.1.202109301733/org.osgi.service.cm.source-1.6.1.202109301733-p2artifacts.xml [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient-osgi:pom:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient-osgi:pom:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.pom (8.4 kB at 1.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-osgi/4.5.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient-cache:pom:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient-cache:pom:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.pom (6.6 kB at 943 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-cache/4.5.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:fluent-hc:pom:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:fluent-hc:pom:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.pom (5.3 kB at 657 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/fluent-hc/4.5.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.cm:pom:1.6.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.cm:pom:1.6.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.pom (2.1 kB at 2.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore-osgi:pom:4.4.16 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore-osgi:pom:4.4.16 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-osgi/4.4.16/httpcore-osgi-4.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-osgi/4.4.16/httpcore-osgi-4.4.16.pom (5.3 kB at 752 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-osgi/4.4.16/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-osgi/4.4.16/httpcore-osgi-4.4.16.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore-nio:pom:4.4.16 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore-nio:pom:4.4.16 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.pom (5.5 kB at 916 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.16/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=59489, ConflictMarker.markTime=28981, ConflictMarker.nodeCount=79, ConflictIdSorter.graphTime=22341, ConflictIdSorter.topsortTime=22619, ConflictIdSorter.conflictIdCount=30, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=259631, ConflictResolver.conflictItemCount=78, DfDependencyCollector.collectTime=55537832, DfDependencyCollector.transformTime=417654} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:eclipse-plugin:2.8.1-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] org.apache.httpcomponents:httpclient-osgi:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.14:compile [DEBUG] commons-codec:commons-codec:jar:1.11:compile [DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient-cache:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:fluent-hc:jar:4.5.14:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.apache.httpcomponents:httpcore-osgi:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.16:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient-cache:jar:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:fluent-hc:jar:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore-nio:jar:4.4.16 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient-cache:jar:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:fluent-hc:jar:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore-nio:jar:4.4.16 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar (164 kB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.jar (32 kB at 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.jar (369 kB at 12 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-cache/4.5.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/fluent-hc/4.5.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.16/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.jar.lastUpdated' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:35.505566986, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:35.505858817, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:35.505858817, lastModified=2024-05-02 22:36:24.438735197, delta=191067123620 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:35.505858817, lastModified=2024-05-02 22:36:24.438735197, delta=191067123620 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:35.505858817, lastModified=2024-05-02 22:36:24.438735197, delta=191067123620 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:35.506321087, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:35.506595003, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:35.506595003, lastModified=2024-05-02 22:36:25.084747530, delta=190421847473 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:35.505858817, lastModified=2024-05-02 22:36:24.438735197, delta=191067123620 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:35.505858817, lastModified=2024-05-02 22:36:24.438735197, delta=191067123620 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:39:35.507590640, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:39:35.507726904, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 19 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:35.526985129, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:35.540391850, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:35.505858817, lastModified=2024-05-02 22:36:24.438735197, delta=191067123620 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:35.505858817, lastModified=2024-05-02 22:36:24.438735197, delta=191067123620 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.8.1.v20240405-1603 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.remoteservice.rest) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.remoteservice.rest [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240405-1603 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:35Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.8.1.v20240405-1603 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.remoteservice.rest [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes [DEBUG] unqualifiedVersion: 2.8.1 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.remoteservice.rest-2.8.1-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[+org/apache/http/impl/client/*:~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/apache/http/impl/client/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/apache/http/impl/client/*:+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/apache/http/impl/client/*:+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar[+org/apache/http/impl/client/*:+org/apache/http/auth/*:+org/apache/http/client/*:+org/apache/http/client/config/*:+org/apache/http/client/entity/*:+org/apache/http/client/methods/*:+org/apache/http/client/params/*:+org/apache/http/client/utils/*:+org/apache/http/impl/auth/*:+org/apache/http/impl/client/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar[+org/apache/http/impl/client/*:+org/apache/http/*:+org/apache/http/entity/*:+org/apache/http/message/*:+org/apache/http/params/*:+org/apache/http/protocol/*:+org/apache/http/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/apache/http/impl/client/*:+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/apache/http/impl/client/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/apache/http/impl/client/*:+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/apache/http/impl/client/*:+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/apache/http/impl/client/*:+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/apache/http/impl/client/*:+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/apache/http/impl/client/*:+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/apache/http/impl/client/*:+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/apache/http/impl/client/*:+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[+org/apache/http/impl/client/*:~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/apache/http/impl/client/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/apache/http/impl/client/*:+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/apache/http/impl/client/*:+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar[+org/apache/http/impl/client/*:+org/apache/http/auth/*:+org/apache/http/client/*:+org/apache/http/client/config/*:+org/apache/http/client/entity/*:+org/apache/http/client/methods/*:+org/apache/http/client/params/*:+org/apache/http/client/utils/*:+org/apache/http/impl/auth/*:+org/apache/http/impl/client/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar[+org/apache/http/impl/client/*:+org/apache/http/*:+org/apache/http/entity/*:+org/apache/http/message/*:+org/apache/http/params/*:+org/apache/http/protocol/*:+org/apache/http/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/apache/http/impl/client/*:+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/apache/http/impl/client/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/apache/http/impl/client/*:+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/apache/http/impl/client/*:+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/apache/http/impl/client/*:+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/apache/http/impl/client/*:+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/apache/http/impl/client/*:+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/apache/http/impl/client/*:+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/apache/http/impl/client/*:+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[+org/apache/http/impl/client/*:~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/apache/http/impl/client/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/apache/http/impl/client/*:+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/apache/http/impl/client/*:+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar[+org/apache/http/impl/client/*:+org/apache/http/auth/*:+org/apache/http/client/*:+org/apache/http/client/config/*:+org/apache/http/client/entity/*:+org/apache/http/client/methods/*:+org/apache/http/client/params/*:+org/apache/http/client/utils/*:+org/apache/http/impl/auth/*:+org/apache/http/impl/client/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar[+org/apache/http/impl/client/*:+org/apache/http/*:+org/apache/http/entity/*:+org/apache/http/message/*:+org/apache/http/params/*:+org/apache/http/protocol/*:+org/apache/http/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/apache/http/impl/client/*:+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/apache/http/impl/client/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/apache/http/impl/client/*:+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/apache/http/impl/client/*:+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/apache/http/impl/client/*:+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/apache/http/impl/client/*:+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/apache/http/impl/client/*:+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/apache/http/impl/client/*:+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/apache/http/impl/client/*:+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/internal/remoteservice/rest/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/internal/remoteservice/rest/DebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/internal/remoteservice/rest/RestClientContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/IRestCall.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/RestCall.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/RestCallFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/RestCallableFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/RestException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/client/AbstractEntityRequestType.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/client/AbstractRequestType.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientService.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/client/HttpDeleteRequestType.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/client/HttpGetRequestType.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/client/HttpPatchRequestType.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/client/HttpPostRequestType.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/client/HttpPutRequestType.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/client/RestClientContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/client/RestClientContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/client/RestClientService.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/client/XMLRemoteResponseDeserializer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/identity/RestID.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/identity/RestNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/util/DSPresent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/util/DSUtil.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/remoteservice/rest/util/IDSPresent.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240405-1603 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:36Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.8.1.v20240405-1603 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.remoteservice.rest [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes [DEBUG] unqualifiedVersion: 2.8.1 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.remoteservice.rest-2.8.1-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@7616ea6e [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.rest-2.8.1-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (f) qualifier = v20240405-1603 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/org.eclipse.ecf.remoteservice.rest-2.8.1-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservice/rest/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/rest/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/rest/client/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/rest/identity/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/rest/util/ [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/rest/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/rest/DebugOptions.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/rest/RestClientContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/IRestCall.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/RestCall.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/RestCallFactory.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/RestCallableFactory.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/RestException.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/AbstractEntityRequestType.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/AbstractRequestType.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientService.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/HttpDeleteRequestType.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/HttpGetRequestType.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/HttpPatchRequestType.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/HttpPostRequestType.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/HttpPutRequestType.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/RestClientContainer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/RestClientContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/RestClientService.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/XMLRemoteResponseDeserializer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/identity/RestID.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/identity/RestNamespace.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/util/DSPresent.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/util/DSUtil.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/util/IDSPresent.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3060ca9e [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.rest-2.8.1-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (f) qualifier = v20240405-1603 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@618f49c0 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:36.547612246, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:36.548131551, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:36.548131551, lastModified=2024-05-02 22:36:24.438735197, delta=192109396354 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:36.548131551, lastModified=2024-05-02 22:36:24.438735197, delta=192109396354 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:36.548131551, lastModified=2024-05-02 22:36:24.438735197, delta=192109396354 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:36.548681217, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:36.548793276, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:36.548793276, lastModified=2024-05-02 22:36:25.084747530, delta=191464045746 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservice/rest/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/internal/remoteservice/rest/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservice/rest/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/internal/remoteservice/rest/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservice/rest/DebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/internal/remoteservice/rest/DebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservice/rest/RestClientContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/internal/remoteservice/rest/RestClientContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/IRestCall.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/IRestCall.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/RestCall.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/RestCall.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/RestCallFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/RestCallFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/RestCallableFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/RestCallableFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/RestException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/RestException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/AbstractEntityRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/AbstractEntityRequestType.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/AbstractRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/AbstractRequestType.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer$RestRemoteServiceClientRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer$RestRemoteServiceClientRegistration.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/HttpDeleteRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/HttpDeleteRequestType.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/HttpGetRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/HttpGetRequestType.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/HttpPatchRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/HttpPatchRequestType.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/HttpPostRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/HttpPostRequestType.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/HttpPutRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/HttpPutRequestType.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/RestClientContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/RestClientContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/RestClientContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/RestClientContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/RestClientService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/RestClientService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/XMLRemoteResponseDeserializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/XMLRemoteResponseDeserializer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/identity/RestID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/identity/RestID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/identity/RestNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/identity/RestNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/util/DSPresent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/util/DSPresent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/util/DSUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/util/DSUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/rest/util/IDSPresent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/util/IDSPresent.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@62a9727f [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservice/rest/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/internal/remoteservice/rest/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservice/rest/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/internal/remoteservice/rest/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservice/rest/DebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/internal/remoteservice/rest/DebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservice/rest/RestClientContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/internal/remoteservice/rest/RestClientContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/IRestCall.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/IRestCall.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/RestCall.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/RestCall.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/RestCallFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/RestCallFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/RestCallableFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/RestCallableFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/RestException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/RestException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/AbstractEntityRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/AbstractEntityRequestType.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/AbstractRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/AbstractRequestType.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer$RestRemoteServiceClientRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer$RestRemoteServiceClientRegistration.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/HttpDeleteRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/HttpDeleteRequestType.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/HttpGetRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/HttpGetRequestType.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/HttpPatchRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/HttpPatchRequestType.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/HttpPostRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/HttpPostRequestType.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/HttpPutRequestType.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/HttpPutRequestType.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/RestClientContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/RestClientContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/RestClientContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/RestClientContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/RestClientService.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/RestClientService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/client/XMLRemoteResponseDeserializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/client/XMLRemoteResponseDeserializer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/identity/RestID.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/identity/RestID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/identity/RestNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/identity/RestNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/util/DSPresent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/util/DSPresent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/util/DSUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/util/DSUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/rest/util/IDSPresent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes/org/eclipse/ecf/remoteservice/rest/util/IDSPresent.class [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/org.eclipse.ecf.remoteservice.rest-2.8.1-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservice/rest/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/rest/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/rest/client/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/rest/identity/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/rest/util/ [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/rest/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/rest/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/rest/DebugOptions.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/rest/RestClientContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/IRestCall.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/RestCall.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/RestCallFactory.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/RestCallableFactory.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/RestException.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/AbstractEntityRequestType.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/AbstractRequestType.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer$RestRemoteServiceClientRegistration.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientService.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/HttpDeleteRequestType.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/HttpGetRequestType.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/HttpPatchRequestType.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/HttpPostRequestType.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/HttpPutRequestType.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/RestClientContainer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/RestClientContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/RestClientService.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/client/XMLRemoteResponseDeserializer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/identity/RestID.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/identity/RestNamespace.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/util/DSPresent.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/util/DSUtil.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/rest/util/IDSPresent.class [DEBUG] adding entry META-INF/dspresent.xml [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.rest-2.8.1-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/org.eclipse.ecf.remoteservice.rest-2.8.1-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/org.eclipse.ecf.remoteservice.rest-2.8.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/org.eclipse.ecf.remoteservice.rest-2.8.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/org.eclipse.ecf.remoteservice.rest-2.8.1-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/org.eclipse.ecf.remoteservice.rest-2.8.1-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/org.eclipse.ecf.remoteservice.rest-2.8.1-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@419db59] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:eclipse-plugin:2.8.1-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.rest --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.remoteservice.rest/2.8.1.v20231021-2015 with delta: 0.0.0 [WARNING] Only qualifier changed for (org.eclipse.ecf.remoteservice.rest/2.8.1.v20240405-1603). Expected to have bigger x.y.z than what is available in baseline (2.8.1.v20231021-2015) [JENKINS] Archiving disabled [INFO] [INFO] -------< org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice >------- [INFO] Building org.eclipse.ecf.provider.remoteservice 4.6.1-SNAPSHOT [26/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=40738, ConflictMarker.markTime=31355, ConflictMarker.nodeCount=82, ConflictIdSorter.graphTime=23662, ConflictIdSorter.topsortTime=26038, ConflictIdSorter.conflictIdCount=20, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=171954, ConflictResolver.conflictItemCount=81, DfDependencyCollector.collectTime=692888, DfDependencyCollector.transformTime=325523} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:eclipse-plugin:4.6.1-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:39.577038339, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:39.577315875, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:39.577315875, lastModified=2024-05-02 22:36:24.438735197, delta=195138580678 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:39.577315875, lastModified=2024-05-02 22:36:24.438735197, delta=195138580678 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:39.577315875, lastModified=2024-05-02 22:36:24.438735197, delta=195138580678 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:39.577666996, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:39.577859122, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:39.577859122, lastModified=2024-05-02 22:36:25.084747530, delta=194493111592 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:39.577315875, lastModified=2024-05-02 22:36:24.438735197, delta=195138580678 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:39.577315875, lastModified=2024-05-02 22:36:24.438735197, delta=195138580678 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:39:39.578519748, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:39:39.578593443, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:39.583952683, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:39.592526282, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:39.577315875, lastModified=2024-05-02 22:36:24.438735197, delta=195138580678 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:39.577315875, lastModified=2024-05-02 22:36:24.438735197, delta=195138580678 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 4.6.1.v20210926-0332 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.remoteservice) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.remoteservice [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20210926-0332 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:39Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 4.6.1.v20210926-0332 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.remoteservice [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes [DEBUG] unqualifiedVersion: 4.6.1 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.remoteservice-4.6.1-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.8/1.8 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/framework/eventmgr/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/framework/eventmgr/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/framework/eventmgr/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/internal/provider/remoteservice/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/internal/provider/remoteservice/IRemoteServiceProviderDebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/provider/remoteservice/generic/AddRegistrationRequest.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/provider/remoteservice/generic/RemoteCallImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/provider/remoteservice/generic/RemoteFilterImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainerAdapterFactory.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceReferenceImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistryImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/provider/remoteservice/generic/Request.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/provider/remoteservice/generic/Response.java, -g, -nowarn, -target, 1.8, -source, 1.8, --release, 8, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20210926-0332 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:41Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 4.6.1.v20210926-0332 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.remoteservice [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes [DEBUG] unqualifiedVersion: 4.6.1 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.remoteservice-4.6.1-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.8/1.8 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@350fe89d [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.remoteservice-4.6.1-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (f) qualifier = v20210926-0332 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/org.eclipse.ecf.provider.remoteservice-4.6.1-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/provider/remoteservice/generic/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/remoteservice/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/remoteservice/IRemoteServiceProviderDebugOptions.java [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/AddRegistrationRequest.java [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject.java [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteCallImpl.java [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteFilterImpl.java [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainerAdapterFactory.java [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl.java [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceNamespace.java [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceReferenceImpl.java [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl.java [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistryImpl.java [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/Request.java [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/Response.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@763bd0fc [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.remoteservice-4.6.1-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (f) qualifier = v20210926-0332 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@1fab0b54 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:41.409498324, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:41.409730994, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:41.409730994, lastModified=2024-05-02 22:36:24.438735197, delta=196970995797 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:41.409730994, lastModified=2024-05-02 22:36:24.438735197, delta=196970995797 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:41.409730994, lastModified=2024-05-02 22:36:24.438735197, delta=196970995797 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:41.410070725, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:41.410150845, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:41.410150845, lastModified=2024-05-02 22:36:25.084747530, delta=196325403315 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/remoteservice/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/internal/provider/remoteservice/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/remoteservice/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/internal/provider/remoteservice/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/remoteservice/IRemoteServiceProviderDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/internal/provider/remoteservice/IRemoteServiceProviderDebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/AddRegistrationRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/AddRegistrationRequest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$10.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$10.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$11.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$11.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$12.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$12.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$13.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$13.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$14.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$14.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$15.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$15.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$16.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$16.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$17.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$17.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$7.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$8.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$9.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteCallImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteCallImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteFilterImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteFilterImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainerAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainerAdapterFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceReferenceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceReferenceImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistryImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistryImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/Request.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/Request.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/Response.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/Response.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@1f686634 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/remoteservice/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/internal/provider/remoteservice/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/remoteservice/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/internal/provider/remoteservice/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/remoteservice/IRemoteServiceProviderDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/internal/provider/remoteservice/IRemoteServiceProviderDebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/AddRegistrationRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/AddRegistrationRequest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$10.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$10.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$11.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$11.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$12.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$12.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$13.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$13.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$14.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$14.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$15.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$15.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$16.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$16.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$17.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$17.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$7.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$8.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$9.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteCallImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteCallImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteFilterImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteFilterImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainerAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainerAdapterFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceReferenceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceReferenceImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistryImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistryImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/Request.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/Request.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/remoteservice/generic/Response.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes/org/eclipse/ecf/provider/remoteservice/generic/Response.class [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [DEBUG] parseClassFile(): path=java/security/PrivilegedExceptionAction.class resource=:jrt:/java.base/java/security/PrivilegedExceptionAction.class: [DEBUG] parseClassFile(): path=java/security/PrivilegedAction.class resource=:jrt:/java.base/java/security/PrivilegedAction.class: [DEBUG] parseClassFile(): path=java/util/concurrent/Callable.class resource=:jrt:/java.base/java/util/concurrent/Callable.class: [DEBUG] parseClassFile(): path=java/util/Enumeration.class resource=:jrt:/java.base/java/util/Enumeration.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/org.eclipse.ecf.provider.remoteservice-4.6.1-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/provider/remoteservice/generic/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/remoteservice/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/remoteservice/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/remoteservice/IRemoteServiceProviderDebugOptions.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/AddRegistrationRequest.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$17.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$2.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$9.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$3.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$8.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$5.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$10.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$1.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$15.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$6.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$4.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$7.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$16.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$14.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$12.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$13.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject$11.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteCallImpl.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteFilterImpl.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainerAdapterFactory.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl$1.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl$1$1.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceNamespace.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceReferenceImpl.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$1.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties$1.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl$Properties$2.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistryImpl.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/Request.class [DEBUG] adding entry org/eclipse/ecf/provider/remoteservice/generic/Response.class [DEBUG] adding directory OSGI-INF/ [DEBUG] adding entry OSGI-INF/permissions.perm [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.remoteservice-4.6.1-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/org.eclipse.ecf.provider.remoteservice-4.6.1-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/org.eclipse.ecf.provider.remoteservice-4.6.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/org.eclipse.ecf.provider.remoteservice-4.6.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/org.eclipse.ecf.provider.remoteservice-4.6.1-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/org.eclipse.ecf.provider.remoteservice-4.6.1-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/org.eclipse.ecf.provider.remoteservice-4.6.1-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@532e7c1] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-License: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.remoteservice/4.6.1.v20210926-0332 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.remoteservice,4.6.1.v20210926-0332 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.remoteservice/4.6.1.v20210926-0332/org.eclipse.ecf.provider.remoteservice-4.6.1.v20210926-0332-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.remoteservice.source/4.6.1.v20210926-0332 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.remoteservice.source,4.6.1.v20210926-0332 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.remoteservice.source/4.6.1.v20210926-0332/org.eclipse.ecf.provider.remoteservice.source-4.6.1.v20210926-0332-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet >-------- [INFO] Building org.eclipse.ecf.remoteservice.servlet 1.0.201-SNAPSHOT [27/114] [INFO] from framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.http.service.api,1.2.2.v20231218-2126 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.http.service.api/1.2.2.v20231218-2126/org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126-p2artifacts.xml [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=42359, ConflictMarker.markTime=29875, ConflictMarker.nodeCount=101, ConflictIdSorter.graphTime=25163, ConflictIdSorter.topsortTime=32731, ConflictIdSorter.conflictIdCount=23, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=182790, ConflictResolver.conflictItemCount=100, DfDependencyCollector.collectTime=718740, DfDependencyCollector.transformTime=330414} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:eclipse-plugin:1.0.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:43.837710498, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:43.837985483, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:43.837985483, lastModified=2024-05-02 22:36:24.438735197, delta=199399250286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:43.837985483, lastModified=2024-05-02 22:36:24.438735197, delta=199399250286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:43.837985483, lastModified=2024-05-02 22:36:24.438735197, delta=199399250286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:43.838320869, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:43.838505860, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:43.838505860, lastModified=2024-05-02 22:36:25.084747530, delta=198753758330 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:43.837985483, lastModified=2024-05-02 22:36:24.438735197, delta=199399250286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:43.837985483, lastModified=2024-05-02 22:36:24.438735197, delta=199399250286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:39:43.839092586, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:39:43.839172148, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:43.844176818, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:43.852817981, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:43.837985483, lastModified=2024-05-02 22:36:24.438735197, delta=199399250286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:43.837985483, lastModified=2024-05-02 22:36:24.438735197, delta=199399250286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.201.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.remoteservice.servlet) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.remoteservice.servlet [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:44Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.remoteservice.servlet [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.remoteservice.servlet-1.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[+org/eclipse/ecf/provider/remoteservice/generic/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[+org/eclipse/ecf/provider/generic/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.http.service.api/1.2.2.v20231218-2126/org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126.jar[+org/osgi/service/http/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jetty.servlet-api/4.0.6/org.eclipse.jetty.servlet-api-4.0.6.jar[+javax/servlet/*:+javax/servlet/http/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[+org/eclipse/ecf/provider/remoteservice/generic/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[+org/eclipse/ecf/provider/generic/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.http.service.api/1.2.2.v20231218-2126/org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126.jar[+org/osgi/service/http/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jetty.servlet-api/4.0.6/org.eclipse.jetty.servlet-api-4.0.6.jar[+javax/servlet/*:+javax/servlet/http/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[+org/eclipse/ecf/provider/remoteservice/generic/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[+org/eclipse/ecf/provider/generic/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.http.service.api/1.2.2.v20231218-2126/org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126.jar[+org/osgi/service/http/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jetty.servlet-api/4.0.6/org.eclipse.jetty.servlet-api-4.0.6.jar[+javax/servlet/*:+javax/servlet/http/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/org/eclipse/ecf/remoteservice/servlet/HttpServiceComponent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/org/eclipse/ecf/remoteservice/servlet/IRemoteCallParameterDeserializer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/org/eclipse/ecf/remoteservice/servlet/IRemoteCallResponseSerializer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/org/eclipse/ecf/remoteservice/servlet/ObjectSerializationParameterDeserializer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/org/eclipse/ecf/remoteservice/servlet/ObjectSerializationResponseSerializer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/org/eclipse/ecf/remoteservice/servlet/RemoteServiceHttpServlet.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/org/eclipse/ecf/remoteservice/servlet/ServletServerContainer.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/org/eclipse/ecf/remoteservice/servlet/ServletServerContainerInstantiator.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:44Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.remoteservice.servlet [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.remoteservice.servlet-1.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6ace2d24 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.servlet-1.0.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/org.eclipse.ecf.remoteservice.servlet-1.0.201-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/servlet/ [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/HttpServiceComponent.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/IRemoteCallParameterDeserializer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/IRemoteCallResponseSerializer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/ObjectSerializationParameterDeserializer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/ObjectSerializationResponseSerializer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/RemoteServiceHttpServlet.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/ServletServerContainer.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/ServletServerContainerInstantiator.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@315cfab [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.servlet-1.0.201-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@29477c36 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:44.584055047, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:44.584317927, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:44.584317927, lastModified=2024-05-02 22:36:24.438735197, delta=200145582730 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:44.584317927, lastModified=2024-05-02 22:36:24.438735197, delta=200145582730 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:44.584317927, lastModified=2024-05-02 22:36:24.438735197, delta=200145582730 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:44.584721291, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:44.584804921, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:44.584804921, lastModified=2024-05-02 22:36:25.084747530, delta=199500057391 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/servlet/HttpServiceComponent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/HttpServiceComponent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/servlet/IRemoteCallParameterDeserializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/IRemoteCallParameterDeserializer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/servlet/IRemoteCallResponseSerializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/IRemoteCallResponseSerializer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/servlet/ObjectSerializationParameterDeserializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/ObjectSerializationParameterDeserializer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/servlet/ObjectSerializationResponseSerializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/ObjectSerializationResponseSerializer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/servlet/RemoteServiceHttpServlet.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/RemoteServiceHttpServlet.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/servlet/ServletServerContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/ServletServerContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/servlet/ServletServerContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/ServletServerContainerInstantiator.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@11ecd16c [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/servlet/HttpServiceComponent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/HttpServiceComponent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/servlet/IRemoteCallParameterDeserializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/IRemoteCallParameterDeserializer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/servlet/IRemoteCallResponseSerializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/IRemoteCallResponseSerializer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/servlet/ObjectSerializationParameterDeserializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/ObjectSerializationParameterDeserializer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/servlet/ObjectSerializationResponseSerializer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/ObjectSerializationResponseSerializer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/servlet/RemoteServiceHttpServlet.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/RemoteServiceHttpServlet.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/servlet/ServletServerContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/ServletServerContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/servlet/ServletServerContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes/org/eclipse/ecf/remoteservice/servlet/ServletServerContainerInstantiator.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/org.eclipse.ecf.remoteservice.servlet-1.0.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/servlet/ [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/HttpServiceComponent.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/IRemoteCallParameterDeserializer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/IRemoteCallResponseSerializer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/ObjectSerializationParameterDeserializer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/ObjectSerializationResponseSerializer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/RemoteServiceHttpServlet.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/ServletServerContainer.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/servlet/ServletServerContainerInstantiator.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.servlet-1.0.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/org.eclipse.ecf.remoteservice.servlet-1.0.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/org.eclipse.ecf.remoteservice.servlet-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/org.eclipse.ecf.remoteservice.servlet-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/org.eclipse.ecf.remoteservice.servlet-1.0.201-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/org.eclipse.ecf.remoteservice.servlet-1.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/org.eclipse.ecf.remoteservice.servlet-1.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@67ecce18] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.servlet --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.remoteservice.servlet/1.0.201.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.remoteservice.servlet,1.0.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.remoteservice.servlet/1.0.201.v20230528-2254/org.eclipse.ecf.remoteservice.servlet-1.0.201.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.remoteservice.servlet.source/1.0.201.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.remoteservice.servlet.source,1.0.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.remoteservice.servlet.source/1.0.201.v20230528-2254/org.eclipse.ecf.remoteservice.servlet.source-1.0.201.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy >-- [INFO] Building org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy 1.0.102-SNAPSHOT [28/114] [INFO] from osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=5114, ConflictMarker.markTime=6929, ConflictMarker.nodeCount=1, ConflictIdSorter.graphTime=1587, ConflictIdSorter.topsortTime=5534, ConflictIdSorter.conflictIdCount=0, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=10226, ConflictResolver.conflictItemCount=0, DfDependencyCollector.collectTime=3693, DfDependencyCollector.transformTime=42916} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:eclipse-plugin:1.0.102-SNAPSHOT [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:47.590175606, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:47.590484126, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:47.590484126, lastModified=2024-05-02 22:36:24.438735197, delta=203151748929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:47.590484126, lastModified=2024-05-02 22:36:24.438735197, delta=203151748929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:47.590484126, lastModified=2024-05-02 22:36:24.438735197, delta=203151748929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:47.590811162, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:47.590972561, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:47.590972561, lastModified=2024-05-02 22:36:25.084747530, delta=202506225031 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:47.590484126, lastModified=2024-05-02 22:36:24.438735197, delta=203151748929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:47.590484126, lastModified=2024-05-02 22:36:24.438735197, delta=203151748929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:39:47.591515605, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:39:47.591580761, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:47.596442178, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:47.604744979, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:47.590484126, lastModified=2024-05-02 22:36:24.438735197, delta=203151748929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:47.590484126, lastModified=2024-05-02 22:36:24.438735197, delta=203151748929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.102.v20221117-1507 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] -- end configuration -- [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fosgi%252Fbundles%252Forg.eclipse.ecf.osgi.services.remoteserviceadmin.proxy) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20221117-1507 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:47Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.102.v20221117-1507 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy [DEBUG] tychoProject.build.outputDirectories: [DEBUG] unqualifiedVersion: 1.0.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.102-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20221117-1507 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:47Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.102.v20221117-1507 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy [DEBUG] tychoProject.build.outputDirectories: [DEBUG] unqualifiedVersion: 1.0.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.102-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6decb67f [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.102-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (f) qualifier = v20221117-1507 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.102-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@539ca040 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.102-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (f) qualifier = v20221117-1507 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@3da137e2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:48.200913219, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:48.201292239, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:48.201292239, lastModified=2024-05-02 22:36:24.438735197, delta=203762557042 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:48.201292239, lastModified=2024-05-02 22:36:24.438735197, delta=203762557042 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:48.201292239, lastModified=2024-05-02 22:36:24.438735197, delta=203762557042 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:48.201822219, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:48.201928945, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:48.201928945, lastModified=2024-05-02 22:36:25.084747530, delta=203117181415 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.102-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.102-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.102-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.102-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@3ef9b0db] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/1.0.102.v20221117-1507 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy,1.0.102.v20221117-1507 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/1.0.102.v20221117-1507/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.102.v20221117-1507-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source/1.0.102.v20221117-1507 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source,1.0.102.v20221117-1507 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source/1.0.102.v20221117-1507/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source-1.0.102.v20221117-1507-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ----< org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin >---- [INFO] Building org.eclipse.osgi.services.remoteserviceadmin 1.6.301-SNAPSHOT [29/114] [INFO] from osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=8123, ConflictMarker.markTime=8418, ConflictMarker.nodeCount=4, ConflictIdSorter.graphTime=2835, ConflictIdSorter.topsortTime=7845, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=29064, ConflictResolver.conflictItemCount=3, DfDependencyCollector.collectTime=56501, DfDependencyCollector.transformTime=70422} [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:eclipse-plugin:1.6.301-SNAPSHOT [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:50.537410656, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:50.537675447, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:50.537675447, lastModified=2024-05-02 22:36:24.438735197, delta=206098940250 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:50.537675447, lastModified=2024-05-02 22:36:24.438735197, delta=206098940250 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:50.537675447, lastModified=2024-05-02 22:36:24.438735197, delta=206098940250 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:50.538002720, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:50.538165213, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:50.538165213, lastModified=2024-05-02 22:36:25.084747530, delta=205453417683 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:50.537675447, lastModified=2024-05-02 22:36:24.438735197, delta=206098940250 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:50.537675447, lastModified=2024-05-02 22:36:24.438735197, delta=206098940250 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:39:50.538726724, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:39:50.538790600, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:50.543559829, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:50.552212916, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:50.537675447, lastModified=2024-05-02 22:36:24.438735197, delta=206098940250 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:50.537675447, lastModified=2024-05-02 22:36:24.438735197, delta=206098940250 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.6.301.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] -- end configuration -- [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fosgi%252Fbundles%252Forg.eclipse.osgi.services.remoteserviceadmin) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.osgi.services.remoteserviceadmin [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:50Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.6.301.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes [DEBUG] unqualifiedVersion: 1.6.301 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.osgi.services.remoteserviceadmin-1.6.301-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/osgi/osgi.annotation.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/resource/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/osgi/osgi.annotation.jar /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/osgi/osgi.annotation.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/osgi/osgi.annotation.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/resource/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/osgi/osgi.annotation.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/resource/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/osgi/osgi.annotation.jar:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/EndpointDescription.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/EndpointEvent.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/EndpointEventListener.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/EndpointListener.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/EndpointPermission.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/ExportReference.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/ExportRegistration.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/ImportReference.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/ImportRegistration.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/RemoteConstants.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/RemoteServiceAdmin.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/RemoteServiceAdminEvent.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/RemoteServiceAdminListener.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/namespace/DiscoveryNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/namespace/DistributionNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/namespace/TopologyNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/namespace/package-info.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/package-info.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:51Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.6.301.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes [DEBUG] unqualifiedVersion: 1.6.301 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.osgi.services.remoteserviceadmin-1.6.301-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@14c015a6 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.osgi.services.remoteserviceadmin-1.6.301-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/org.eclipse.osgi.services.remoteserviceadmin-1.6.301-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/osgi/ [DEBUG] adding directory org/osgi/service/ [DEBUG] adding directory org/osgi/service/remoteserviceadmin/ [DEBUG] adding directory org/osgi/service/remoteserviceadmin/namespace/ [DEBUG] adding entry org/osgi/service/remoteserviceadmin/EndpointDescription.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/EndpointEvent.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/EndpointEventListener.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/EndpointListener.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/EndpointPermission.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/ExportReference.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/ExportRegistration.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/ImportReference.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/ImportRegistration.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/RemoteConstants.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/RemoteServiceAdmin.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/RemoteServiceAdminEvent.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/RemoteServiceAdminListener.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/namespace/DiscoveryNamespace.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/namespace/DistributionNamespace.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/namespace/TopologyNamespace.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/namespace/package-info.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/namespace/packageinfo [DEBUG] adding entry org/osgi/service/remoteserviceadmin/package-info.java [DEBUG] adding entry org/osgi/service/remoteserviceadmin/packageinfo [DEBUG] adding directory about_files/ [DEBUG] adding entry about.html [DEBUG] adding entry about_files/LICENSE-2.0.txt [DEBUG] adding entry bundle.properties [DEBUG] adding directory osgi/ [DEBUG] adding entry osgi/src.zip [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6628ac7b [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.osgi.services.remoteserviceadmin-1.6.301-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@42d5b9ac [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:51.391277147, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:51.391560094, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:51.391560094, lastModified=2024-05-02 22:36:24.438735197, delta=206952824897 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:51.391560094, lastModified=2024-05-02 22:36:24.438735197, delta=206952824897 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:51.391560094, lastModified=2024-05-02 22:36:24.438735197, delta=206952824897 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:51.392054271, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:51.392159238, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:51.392159238, lastModified=2024-05-02 22:36:25.084747530, delta=206307411708 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path= resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/package-info.class [DEBUG] visitClassFile(): path= resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/package-info.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointDescription$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointDescription$1.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointDescription$UnmodifiableDictionary.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointDescription$UnmodifiableDictionary.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointDescription.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointEvent.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointEventListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointEventListener.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointListener.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointPermission.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointPermission.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointPermissionCollection.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointPermissionCollection.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/ExportReference.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/ExportReference.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/ExportRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/ExportRegistration.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/ImportReference.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/ImportReference.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/ImportRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/ImportRegistration.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/RemoteConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/RemoteConstants.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/RemoteServiceAdmin.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/RemoteServiceAdmin.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/RemoteServiceAdminEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/RemoteServiceAdminEvent.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/RemoteServiceAdminListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/RemoteServiceAdminListener.class [DEBUG] parseClassFile(): path= resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/namespace/package-info.class [DEBUG] visitClassFile(): path= resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/namespace/package-info.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/namespace/DiscoveryNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/namespace/DiscoveryNamespace.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/namespace/DistributionNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/namespace/DistributionNamespace.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/namespace/TopologyNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/namespace/TopologyNamespace.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/namespace/package-info.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/namespace/package-info.class [DEBUG] parseClassFile(): path=org/osgi/service/remoteserviceadmin/package-info.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/package-info.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@3902039 [DEBUG] end [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointDescription$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointDescription$1.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointDescription$UnmodifiableDictionary.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointDescription$UnmodifiableDictionary.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointDescription.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointEvent.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointEventListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointEventListener.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointListener.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointPermission.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointPermission.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/EndpointPermissionCollection.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/EndpointPermissionCollection.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/ExportReference.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/ExportReference.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/ExportRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/ExportRegistration.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/ImportReference.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/ImportReference.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/ImportRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/ImportRegistration.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/RemoteConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/RemoteConstants.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/RemoteServiceAdmin.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/RemoteServiceAdmin.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/RemoteServiceAdminEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/RemoteServiceAdminEvent.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/RemoteServiceAdminListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/RemoteServiceAdminListener.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/namespace/DiscoveryNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/namespace/DiscoveryNamespace.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/namespace/DistributionNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/namespace/DistributionNamespace.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/namespace/TopologyNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/namespace/TopologyNamespace.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/namespace/package-info.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/namespace/package-info.class [DEBUG] visitClassFile(): path=org/osgi/service/remoteserviceadmin/package-info.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes/org/osgi/service/remoteserviceadmin/package-info.class [DEBUG] parseClassFile(): path=java/security/PrivilegedAction.class resource=:jrt:/java.base/java/security/PrivilegedAction.class: [DEBUG] Existing: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.5))" [DEBUG] New: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=11))" [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/org.eclipse.osgi.services.remoteserviceadmin-1.6.301-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/osgi/ [DEBUG] adding directory org/osgi/service/ [DEBUG] adding directory org/osgi/service/remoteserviceadmin/ [DEBUG] adding directory org/osgi/service/remoteserviceadmin/namespace/ [DEBUG] adding entry org/osgi/service/remoteserviceadmin/EndpointDescription$1.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/EndpointDescription$UnmodifiableDictionary.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/EndpointDescription.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/EndpointEvent.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/EndpointEventListener.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/EndpointListener.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/EndpointPermission.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/EndpointPermissionCollection.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/ExportReference.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/ExportRegistration.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/ImportReference.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/ImportRegistration.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/RemoteConstants.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/RemoteServiceAdmin.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/RemoteServiceAdminEvent.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/RemoteServiceAdminListener.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/namespace/DiscoveryNamespace.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/namespace/DistributionNamespace.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/namespace/TopologyNamespace.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/namespace/package-info.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/namespace/packageinfo [DEBUG] adding entry org/osgi/service/remoteserviceadmin/package-info.class [DEBUG] adding entry org/osgi/service/remoteserviceadmin/packageinfo [DEBUG] adding directory about_files/ [DEBUG] adding entry about.html [DEBUG] adding entry about_files/LICENSE-2.0.txt [DEBUG] adding entry bundle.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.osgi.services.remoteserviceadmin-1.6.301-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/org.eclipse.osgi.services.remoteserviceadmin-1.6.301-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/org.eclipse.osgi.services.remoteserviceadmin-1.6.301-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/org.eclipse.osgi.services.remoteserviceadmin-1.6.301-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/org.eclipse.osgi.services.remoteserviceadmin-1.6.301-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/org.eclipse.osgi.services.remoteserviceadmin-1.6.301-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/org.eclipse.osgi.services.remoteserviceadmin-1.6.301-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@2a21dba9] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only org/osgi/service/remoteserviceadmin/EndpointDescription.class: different org/osgi/service/remoteserviceadmin/EndpointPermission.class: different org/osgi/service/remoteserviceadmin/EndpointPermissionCollection.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.osgi.services.remoteserviceadmin/1.6.301.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.osgi.services.remoteserviceadmin,1.6.301.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services.remoteserviceadmin/1.6.301.v20231021-2050/org.eclipse.osgi.services.remoteserviceadmin-1.6.301.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.osgi.services.remoteserviceadmin.source/1.6.301.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.osgi.services.remoteserviceadmin.source,1.6.301.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services.remoteserviceadmin.source/1.6.301.v20231021-2050/org.eclipse.osgi.services.remoteserviceadmin.source-1.6.301.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin >-- [INFO] Building org.eclipse.ecf.osgi.services.remoteserviceadmin 4.9.3-SNAPSHOT [30/114] [INFO] from osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=64440, ConflictMarker.markTime=26668, ConflictMarker.nodeCount=76, ConflictIdSorter.graphTime=17207, ConflictIdSorter.topsortTime=19938, ConflictIdSorter.conflictIdCount=24, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=166265, ConflictResolver.conflictItemCount=75, DfDependencyCollector.collectTime=719365, DfDependencyCollector.transformTime=312448} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:eclipse-plugin:4.9.3-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:55.115675094, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:55.115941005, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:55.115941005, lastModified=2024-05-02 22:36:24.438735197, delta=210677205808 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:55.115941005, lastModified=2024-05-02 22:36:24.438735197, delta=210677205808 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:55.115941005, lastModified=2024-05-02 22:36:24.438735197, delta=210677205808 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:55.116274653, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:55.116445298, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:55.116445298, lastModified=2024-05-02 22:36:25.084747530, delta=210031697768 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:55.115941005, lastModified=2024-05-02 22:36:24.438735197, delta=210677205808 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:55.115941005, lastModified=2024-05-02 22:36:24.438735197, delta=210677205808 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:39:55.116964861, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:39:55.117027659, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:55.121799555, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:55.130096801, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:55.115941005, lastModified=2024-05-02 22:36:24.438735197, delta=210677205808 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:55.115941005, lastModified=2024-05-02 22:36:24.438735197, delta=210677205808 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 4.9.3.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fosgi%252Fbundles%252Forg.eclipse.ecf.osgi.services.remoteserviceadmin) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.osgi.services.remoteserviceadmin [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:55Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 4.9.3.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes [DEBUG] unqualifiedVersion: 4.9.3 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.osgi.services.remoteserviceadmin-4.9.3-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/.[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+javax/xml/parsers/*:+org/eclipse/osgi/framework/eventmgr/*:+org/osgi/framework/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/wiring/*:+org/osgi/resource/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:+org/xml/sax/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:+org/osgi/service/remoteserviceadmin/namespace/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/.[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+javax/xml/parsers/*:+org/eclipse/osgi/framework/eventmgr/*:+org/osgi/framework/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/wiring/*:+org/osgi/resource/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:+org/xml/sax/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:+org/osgi/service/remoteserviceadmin/namespace/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/.[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+javax/xml/parsers/*:+org/eclipse/osgi/framework/eventmgr/*:+org/osgi/framework/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/wiring/*:+org/osgi/resource/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:+org/xml/sax/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:+org/osgi/service/remoteserviceadmin/namespace/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/DebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/IDUtil.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/LogUtility.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/PropertiesUtil.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractConsumerContainerSelector.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractContainerSelector.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractMetadataFactory.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/ConsumerContainerSelector.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/DebugRemoteServiceAdminListener.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescription.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescriptionFactory.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescription.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionParseException.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionReader.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/HostContainerSelector.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/IConsumerContainerSelector.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/IDiscoveredEndpointDescriptionFactory.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionLocator.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionReader.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/IHostContainerSelector.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/IServiceInfoFactory.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/ITopologyManager.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteConstants.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteReferenceNotFoundException.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/SelectContainerException.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/ServiceInfoFactory.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager.java, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:39:56Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 4.9.3.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes [DEBUG] unqualifiedVersion: 4.9.3 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.osgi.services.remoteserviceadmin-4.9.3-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@5bed2af4 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.remoteserviceadmin-4.9.3-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.9.3-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/osgi/ [DEBUG] adding directory org/eclipse/ecf/internal/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/ [DEBUG] adding directory org/eclipse/ecf/osgi/ [DEBUG] adding directory org/eclipse/ecf/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/osgi/services/remoteserviceadmin/ [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/DebugOptions.java [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser.java [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/IDUtil.java [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/LogUtility.java [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/PropertiesUtil.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractConsumerContainerSelector.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractContainerSelector.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractMetadataFactory.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/ConsumerContainerSelector.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/DebugRemoteServiceAdminListener.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescription.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescriptionFactory.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescription.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionParseException.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionReader.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/HostContainerSelector.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/IConsumerContainerSelector.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/IDiscoveredEndpointDescriptionFactory.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionLocator.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionReader.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/IHostContainerSelector.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/IServiceInfoFactory.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/ITopologyManager.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteConstants.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteReferenceNotFoundException.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/SelectContainerException.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/ServiceInfoFactory.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl.java [DEBUG] adding entry about.html [DEBUG] adding entry bundle.properties [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@13ed799b [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.remoteserviceadmin-4.9.3-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@36918896 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:57.057034474, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:57.057387483, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:57.057387483, lastModified=2024-05-02 22:36:24.438735197, delta=212618652286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:57.057387483, lastModified=2024-05-02 22:36:24.438735197, delta=212618652286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:57.057387483, lastModified=2024-05-02 22:36:24.438735197, delta=212618652286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:57.057803165, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:57.057931020, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:57.057931020, lastModified=2024-05-02 22:36:25.084747530, delta=211973183490 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/DebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/DebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$AbstractHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$AbstractHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$ArrayMultiValueHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$ArrayMultiValueHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$DocHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$DocHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescription.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionDocHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionDocHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionsHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionsHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointPropertyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointPropertyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$IgnoringHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$IgnoringHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$ListMultiValueHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$ListMultiValueHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$MultiValueHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$MultiValueHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$RootHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$RootHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$SetMultiValueHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$SetMultiValueHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$XMLValueHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$XMLValueHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/IDUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/IDUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/LogUtility.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/LogUtility.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/PropertiesUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/PropertiesUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractConsumerContainerSelector.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractConsumerContainerSelector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractContainerSelector.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractContainerSelector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractMetadataFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractMetadataFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager$EndpointRegistrationHolder.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager$EndpointRegistrationHolder.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/ConsumerContainerSelector.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/ConsumerContainerSelector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/DebugRemoteServiceAdminListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/DebugRemoteServiceAdminListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescription.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescriptionFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescriptionFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties$Value.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties$Value.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescription.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$7.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$8.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointDescriptionBundleTrackerCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointDescriptionBundleTrackerCustomizer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointEventListenerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointEventListenerEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointEventListenerHolder.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointEventListenerHolder.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointListenerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointListenerEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointListenerHolder.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointListenerHolder.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$LocatorServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$LocatorServiceListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$LocatorTrackerCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$LocatorTrackerCustomizer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionParseException.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionParseException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionReader.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionReader.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ArrayProperty.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ArrayProperty.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ComplexProperty.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ComplexProperty.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ListProperty.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ListProperty.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$MultiValueProperty.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$MultiValueProperty.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$SetProperty.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$SetProperty.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$XmlProperty.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$XmlProperty.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/HostContainerSelector.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/HostContainerSelector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/IConsumerContainerSelector.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/IConsumerContainerSelector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/IDiscoveredEndpointDescriptionFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/IDiscoveredEndpointDescriptionFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionLocator.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionLocator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionReader.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionReader.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/IHostContainerSelector.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/IHostContainerSelector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/IServiceInfoFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/IServiceInfoFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/ITopologyManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/ITopologyManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteConstants.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteReferenceNotFoundException.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteReferenceNotFoundException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$10.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$10.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$11.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$11.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$12.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$12.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$13.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$13.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$14.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$14.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$15.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$15.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$16.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$16.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$7.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$8.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$9.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportEndpoint$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportEndpoint$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportEndpoint.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportEndpoint.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportReference.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportReference.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportRegistration.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportEndpoint.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportEndpoint.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportReference.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportReference.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportRegistration.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ProxyClassLoader.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ProxyClassLoader.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ProxyServiceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ProxyServiceFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RSAEventListenerHook.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RSAEventListenerHook.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RemoteServiceAdminEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RemoteServiceAdminEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RemoteServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RemoteServiceListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/SelectContainerException.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/SelectContainerException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/ServiceInfoFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/ServiceInfoFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$EndpointEventHolder.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$EndpointEventHolder.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointEventListener$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointEventListener$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointEventListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointEventListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointListener$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointListener$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@4fbfc05e [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/DebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/DebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$AbstractHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$AbstractHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$ArrayMultiValueHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$ArrayMultiValueHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$DocHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$DocHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescription.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionDocHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionDocHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionsHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionsHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointPropertyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointPropertyHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$IgnoringHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$IgnoringHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$ListMultiValueHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$ListMultiValueHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$MultiValueHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$MultiValueHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$RootHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$RootHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$SetMultiValueHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$SetMultiValueHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$XMLValueHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$XMLValueHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/IDUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/IDUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/LogUtility.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/LogUtility.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/PropertiesUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/PropertiesUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractConsumerContainerSelector.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractConsumerContainerSelector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractContainerSelector.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractContainerSelector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractMetadataFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractMetadataFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager$EndpointRegistrationHolder.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager$EndpointRegistrationHolder.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/ConsumerContainerSelector.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/ConsumerContainerSelector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/DebugRemoteServiceAdminListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/DebugRemoteServiceAdminListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescription.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescriptionFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescriptionFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties$Value.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties$Value.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescription.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescription.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$7.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$8.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointDescriptionBundleTrackerCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointDescriptionBundleTrackerCustomizer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointEventListenerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointEventListenerEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointEventListenerHolder.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointEventListenerHolder.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointListenerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointListenerEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointListenerHolder.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointListenerHolder.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$LocatorServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$LocatorServiceListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$LocatorTrackerCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$LocatorTrackerCustomizer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionParseException.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionParseException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionReader.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionReader.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ArrayProperty.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ArrayProperty.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ComplexProperty.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ComplexProperty.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ListProperty.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ListProperty.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$MultiValueProperty.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$MultiValueProperty.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$SetProperty.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$SetProperty.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$XmlProperty.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$XmlProperty.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/HostContainerSelector.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/HostContainerSelector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/IConsumerContainerSelector.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/IConsumerContainerSelector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/IDiscoveredEndpointDescriptionFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/IDiscoveredEndpointDescriptionFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionLocator.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionLocator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionReader.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionReader.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/IHostContainerSelector.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/IHostContainerSelector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/IServiceInfoFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/IServiceInfoFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/ITopologyManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/ITopologyManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteConstants.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteReferenceNotFoundException.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteReferenceNotFoundException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$10.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$10.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$11.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$11.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$12.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$12.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$13.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$13.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$14.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$14.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$15.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$15.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$16.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$16.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$7.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$8.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$9.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportEndpoint$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportEndpoint$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportEndpoint.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportEndpoint.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportReference.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportReference.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportRegistration.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportEndpoint.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportEndpoint.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportReference.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportReference.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportRegistration.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ProxyClassLoader.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ProxyClassLoader.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ProxyServiceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ProxyServiceFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RSAEventListenerHook.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RSAEventListenerHook.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RemoteServiceAdminEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RemoteServiceAdminEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RemoteServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RemoteServiceListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/SelectContainerException.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/SelectContainerException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/ServiceInfoFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/ServiceInfoFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$EndpointEventHolder.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$EndpointEventHolder.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointEventListener$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointEventListener$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointEventListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointEventListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointListener$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointListener$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl.class [DEBUG] parseClassFile(): path=java/security/PrivilegedAction.class resource=:jrt:/java.base/java/security/PrivilegedAction.class: [DEBUG] parseClassFile(): path=java/security/PrivilegedExceptionAction.class resource=:jrt:/java.base/java/security/PrivilegedExceptionAction.class: [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.9.3-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/osgi/ [DEBUG] adding directory org/eclipse/ecf/internal/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/ [DEBUG] adding directory org/eclipse/ecf/osgi/ [DEBUG] adding directory org/eclipse/ecf/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/osgi/services/remoteserviceadmin/ [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$2.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator$3.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/DebugOptions.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$ArrayMultiValueHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointPropertyHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$MultiValueHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$ListMultiValueHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescription.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$RootHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$AbstractHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$SetMultiValueHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$DocHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionDocHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$XMLValueHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$IgnoringHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointDescriptionsHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/IDUtil.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/LogUtility.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/PropertiesUtil.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractConsumerContainerSelector.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractContainerSelector.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractMetadataFactory.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager$EndpointRegistrationHolder.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/ConsumerContainerSelector.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/DebugRemoteServiceAdminListener.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescription.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescriptionFactory.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties$Value.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescription.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointListenerHolder.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$LocatorServiceListener.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$1.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointEventListenerHolder.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$3.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$4.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$LocatorTrackerCustomizer.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$6.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$7.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$5.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointListenerEvent.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointEventListenerEvent.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointDescriptionBundleTrackerCustomizer.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$8.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$2.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionParseException.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionReader.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$SetProperty.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$MultiValueProperty.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$XmlProperty.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ComplexProperty.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ArrayProperty.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter$ListProperty.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/HostContainerSelector.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/IConsumerContainerSelector.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/IDiscoveredEndpointDescriptionFactory.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionLocator.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionReader.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/IHostContainerSelector.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/IServiceInfoFactory.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/ITopologyManager.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteConstants.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteReferenceNotFoundException.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$9.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$15.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportEndpoint.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportEndpoint$1.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ProxyServiceFactory.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$8.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$14.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$2.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$7.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$4.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$11.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportRegistration.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportReference.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ProxyClassLoader.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$10.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RemoteServiceListener.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportReference.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$1.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$16.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ImportRegistration.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$5.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportEndpoint.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RSAEventListenerHook.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$12.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$13.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$6.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$3.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RemoteServiceAdminEvent.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/SelectContainerException.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/ServiceInfoFactory.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointListener.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointEventListener$1.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$2.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$1.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointEventListener.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$EndpointEventHolder.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointListener$1.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl$1$1.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl$1.class [DEBUG] adding directory OSGI-INF/ [DEBUG] adding entry .options [DEBUG] adding entry OSGI-INF/permissions.perm [DEBUG] adding entry about.html [DEBUG] adding entry bundle.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.remoteserviceadmin-4.9.3-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.9.3-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.9.3-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.9.3-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.9.3-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.9.3-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.9.3-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@1af29d78] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/Activator.class: different org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$AbstractHandler.class: different org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/EndpointDescriptionParser$EndpointPropertyHandler.class: different org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/LogUtility.class: different org/eclipse/ecf/internal/osgi/services/remoteserviceadmin/PropertiesUtil.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractConsumerContainerSelector.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractContainerSelector.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractMetadataFactory.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/ConsumerContainerSelector.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties$Value.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescription.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$1.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$EndpointDescriptionBundleTrackerCustomizer.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator$LocatorServiceListener.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionReader.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/HostContainerSelector.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/ITopologyManager.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteReferenceNotFoundException.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$3.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$ExportReference.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin$RemoteServiceAdminEvent.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/ServiceInfoFactory.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointEventListener$1.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager$ProxyEndpointListener$1.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl$1.class: different org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.osgi.services.remoteserviceadmin/4.9.3.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin,4.9.3.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.osgi.services.remoteserviceadmin/4.9.3.v20231021-2050/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.9.3.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.osgi.services.remoteserviceadmin.source/4.9.3.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.source,4.9.3.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.osgi.services.remoteserviceadmin.source/4.9.3.v20231021-2050/org.eclipse.ecf.osgi.services.remoteserviceadmin.source-4.9.3.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui >---------- [INFO] Building org.eclipse.ecf.remoteservice.ui 3.4.400-SNAPSHOT [31/114] [INFO] from framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.discovery.ui.properties 3.0.201.qualifier [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.201.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.edit:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.edit.source:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime_3.8.400.v20240321-1452.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.pde.runtime,3.8.400.v20240321-1452 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.runtime/3.8.400.v20240321-1452/org.eclipse.pde.runtime-3.8.400.v20240321-1452-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.runtime.source_3.8.400.v20240321-1452.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.pde.runtime.source,3.8.400.v20240321-1452 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.runtime.source/3.8.400.v20240321-1452/org.eclipse.pde.runtime.source-3.8.400.v20240321-1452-p2artifacts.xml [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=207549, ConflictMarker.markTime=128754, ConflictMarker.nodeCount=465, ConflictIdSorter.graphTime=89467, ConflictIdSorter.topsortTime=73976, ConflictIdSorter.conflictIdCount=163, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4195930, ConflictResolver.conflictItemCount=455, DfDependencyCollector.collectTime=2491027, DfDependencyCollector.transformTime=4756287} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:eclipse-plugin:3.4.400-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui:jar:3.0.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:jar:3.0.202-SNAPSHOT:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:jar:3.0.201-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit.ui:jar:2.23.0.v20230211-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit:jar:2.21.0.v20231208-1346:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.pde.runtime:jar:3.8.400.v20240321-1452:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.ui:jar:2.22.0.v20231002-1020:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.runtime.source:jar:3.8.400.v20240321-1452:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:59.951675108, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:39:59.951949018, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:59.951949018, lastModified=2024-05-02 22:36:24.438735197, delta=215513213821 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:59.951949018, lastModified=2024-05-02 22:36:24.438735197, delta=215513213821 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:59.951949018, lastModified=2024-05-02 22:36:24.438735197, delta=215513213821 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:59.952276722, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:39:59.952464450, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:39:59.952464450, lastModified=2024-05-02 22:36:25.084747530, delta=214867716920 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:59.951949018, lastModified=2024-05-02 22:36:24.438735197, delta=215513213821 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:59.951949018, lastModified=2024-05-02 22:36:24.438735197, delta=215513213821 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:39:59.953068858, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:39:59.953145246, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:59.958051921, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:39:59.965905519, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:59.951949018, lastModified=2024-05-02 22:36:24.438735197, delta=215513213821 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:39:59.951949018, lastModified=2024-05-02 22:36:24.438735197, delta=215513213821 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.4.400.v20210403-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.remoteservice.ui) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.remoteservice.ui [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20210403-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:00Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.4.400.v20210403-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.remoteservice.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes [DEBUG] unqualifiedVersion: 3.4.400 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.remoteservice.ui-3.4.400-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.7' { source level: 1.7, target level: 1.7}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.7/1.7 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:~org/eclipse/core/internal/expressions/*:~org/eclipse/core/internal/expressions/propertytester/*:~org/eclipse/core/internal/expressions/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes[+org/eclipse/ecf/discovery/ui/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[+org/eclipse/ui/views/properties/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.runtime/3.8.400.v20240321-1452/org.eclipse.pde.runtime-3.8.400.v20240321-1452.jar[~org/eclipse/pde/internal/runtime/*:~org/eclipse/pde/internal/runtime/registry/*:~org/eclipse/pde/internal/runtime/registry/model/*:~org/eclipse/pde/internal/runtime/spy/*:~org/eclipse/pde/internal/runtime/spy/dialogs/*:~org/eclipse/pde/internal/runtime/spy/handlers/*:~org/eclipse/pde/internal/runtime/spy/sections/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes[+org/eclipse/ecf/osgi/services/remoteserviceadmin/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:~org/eclipse/core/internal/expressions/*:~org/eclipse/core/internal/expressions/propertytester/*:~org/eclipse/core/internal/expressions/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes[+org/eclipse/ecf/discovery/ui/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[+org/eclipse/ui/views/properties/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.runtime/3.8.400.v20240321-1452/org.eclipse.pde.runtime-3.8.400.v20240321-1452.jar[~org/eclipse/pde/internal/runtime/*:~org/eclipse/pde/internal/runtime/registry/*:~org/eclipse/pde/internal/runtime/registry/model/*:~org/eclipse/pde/internal/runtime/spy/*:~org/eclipse/pde/internal/runtime/spy/dialogs/*:~org/eclipse/pde/internal/runtime/spy/handlers/*:~org/eclipse/pde/internal/runtime/spy/sections/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes[+org/eclipse/ecf/osgi/services/remoteserviceadmin/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[+org/eclipse/core/expressions/*:~org/eclipse/core/internal/expressions/*:~org/eclipse/core/internal/expressions/propertytester/*:~org/eclipse/core/internal/expressions/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes[+org/eclipse/ecf/discovery/ui/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes[+org/eclipse/ecf/discovery/ui/model/*:+org/eclipse/ecf/discovery/ui/model/impl/*:+org/eclipse/ecf/discovery/ui/model/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[+org/eclipse/ui/views/properties/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.runtime/3.8.400.v20240321-1452/org.eclipse.pde.runtime-3.8.400.v20240321-1452.jar[~org/eclipse/pde/internal/runtime/*:~org/eclipse/pde/internal/runtime/registry/*:~org/eclipse/pde/internal/runtime/registry/model/*:~org/eclipse/pde/internal/runtime/spy/*:~org/eclipse/pde/internal/runtime/spy/dialogs/*:~org/eclipse/pde/internal/runtime/spy/handlers/*:~org/eclipse/pde/internal/runtime/spy/sections/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes[+org/eclipse/ecf/osgi/services/remoteserviceadmin/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/DiscoveryComponent.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/RemoteServiceHandlerUtil.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/RemoteServicePerspective.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/ServicesViewExtension.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectRemoteServicehandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectionHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/DisonnectRemoteServicehandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/property/ConnectedTester.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteservice/ui/services/IServicesView.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAdapterFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAsyncInterfacesNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAsyncInterfacesNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointConfigTypesNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointConnectTargetIDNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointContainerIDNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointContentProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointDiscoveryGroupNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointDiscoveryGroupNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointECFNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointFrameworkIDNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointGroupNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointGroupNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointHostGroupNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointHostGroupNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointIDNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointIntentsNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointInterfacesNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointInterfacesNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNameValueNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNamespaceNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPackageVersionNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPackageVersionNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyGroupNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyGroupNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertySource.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointRemoteServiceFilterNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointRemoteServiceIDNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointServiceIDNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointTimestampNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/ImportRegistrationNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSAContentProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSANode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSAWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRegistrationNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/EndpointDescriptionRSANode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/EndpointDescriptionRSANodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExceptionNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExceptionNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportRegistrationNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportRegistrationNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportedServicesRootNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportedServicesRootNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportRegistrationNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportRegistrationNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportedEndpointsRootNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportedEndpointsRootNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/NameValuePropertyNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/NameValuePropertyNodeWorkbenchAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAAdapterFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAContentProvider.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ServiceIdNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/StackTraceElementNode.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteservices/ui/RSAImageRegistry.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteservices/ui/RemoteMethod.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/remoteservices/ui/util/PropertyUtils.java, -g, -nowarn, -target, 1.7, -source, 1.7, --release, 7, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20210403-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:01Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.4.400.v20210403-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.remoteservice.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes [DEBUG] unqualifiedVersion: 3.4.400 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.remoteservice.ui-3.4.400-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.7' { source level: 1.7, target level: 1.7}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.7/1.7 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@57530be7 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.ui-3.4.400-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (f) qualifier = v20210403-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.400-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservices/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservices/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservices/ui/handlers/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservices/ui/property/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ui/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ui/services/ [DEBUG] adding directory org/eclipse/ecf/remoteserviceadmin/ [DEBUG] adding directory org/eclipse/ecf/remoteserviceadmin/ui/ [DEBUG] adding directory org/eclipse/ecf/remoteserviceadmin/ui/endpoint/ [DEBUG] adding directory org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/ [DEBUG] adding directory org/eclipse/ecf/remoteserviceadmin/ui/rsa/ [DEBUG] adding directory org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ [DEBUG] adding directory org/eclipse/ecf/remoteservices/ [DEBUG] adding directory org/eclipse/ecf/remoteservices/ui/ [DEBUG] adding directory org/eclipse/ecf/remoteservices/ui/util/ [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/DiscoveryComponent.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/Messages.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/RemoteServiceHandlerUtil.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/RemoteServicePerspective.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/ServicesViewExtension.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectRemoteServicehandler.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectionHandler.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/DisonnectRemoteServicehandler.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/messages.properties [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/property/ConnectedTester.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/ui/services/IServicesView.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAdapterFactory.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAsyncInterfacesNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAsyncInterfacesNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointConfigTypesNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointConnectTargetIDNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointContainerIDNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointContentProvider.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointDiscoveryGroupNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointDiscoveryGroupNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointECFNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointFrameworkIDNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointGroupNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointGroupNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointHostGroupNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointHostGroupNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointIDNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointIntentsNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointInterfacesNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointInterfacesNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNameValueNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNamespaceNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPackageVersionNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPackageVersionNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyGroupNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyGroupNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertySource.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointRemoteServiceFilterNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointRemoteServiceIDNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointServiceIDNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointTimestampNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/ImportRegistrationNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSAContentProvider.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSANode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSAWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRegistrationNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/EndpointDescriptionRSANode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/EndpointDescriptionRSANodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExceptionNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExceptionNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportRegistrationNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportRegistrationNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportedServicesRootNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportedServicesRootNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportRegistrationNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportRegistrationNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportedEndpointsRootNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportedEndpointsRootNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/NameValuePropertyNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/NameValuePropertyNodeWorkbenchAdapter.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAAdapterFactory.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAContentProvider.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ServiceIdNode.java [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/StackTraceElementNode.java [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog.java [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/RSAImageRegistry.java [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/RemoteMethod.java [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/util/PropertyUtils.java [DEBUG] adding directory icons/ [DEBUG] adding directory icons/obj16/ [DEBUG] adding directory icons/ovr16/ [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/obj16/IHost.gif [DEBUG] adding entry icons/obj16/IServiceID.gif [DEBUG] adding entry icons/obj16/async_int_obj.gif [DEBUG] adding entry icons/obj16/endpoint_obj.gif [DEBUG] adding entry icons/obj16/error_st_obj.gif [DEBUG] adding entry icons/obj16/int_obj.gif [DEBUG] adding entry icons/obj16/location_obj.gif [DEBUG] adding entry icons/obj16/package_obj.gif [DEBUG] adding entry icons/obj16/property_obj.gif [DEBUG] adding entry icons/obj16/rsa_obj.gif [DEBUG] adding entry icons/obj16/rsvc_obj.gif [DEBUG] adding entry icons/obj16/rsvc_obj_tbg.gif [DEBUG] adding entry icons/obj16/rsvcproxy_obj.gif [DEBUG] adding entry icons/obj16/rsvcproxy_obj_tbg.gif [DEBUG] adding entry icons/ovr16/rsvcproxy_co.gif [DEBUG] adding entry icons/ovr16/rsvcproxy_co_alpha.gif [DEBUG] adding entry schema/org.eclipse.ecf.remoteservice.ui.servicesview.exsd [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1c4db64b [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.ui-3.4.400-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (f) qualifier = v20210403-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@6de0ad2d [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:01.299463475, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:01.299743771, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:01.299743771, lastModified=2024-05-02 22:36:24.438735197, delta=216861008574 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:01.299743771, lastModified=2024-05-02 22:36:24.438735197, delta=216861008574 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:01.299743771, lastModified=2024-05-02 22:36:24.438735197, delta=216861008574 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:01.300081110, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:01.300162933, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:01.300162933, lastModified=2024-05-02 22:36:25.084747530, delta=216215415403 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/DiscoveryComponent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/DiscoveryComponent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/RemoteServiceHandlerUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/RemoteServiceHandlerUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/RemoteServicePerspective.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/RemoteServicePerspective.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/ServicesViewExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/ServicesViewExtension.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectRemoteServicehandler$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectRemoteServicehandler$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectRemoteServicehandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectRemoteServicehandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectionHandler$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectionHandler$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectionHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectionHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/DisonnectRemoteServicehandler$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/DisonnectRemoteServicehandler$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/DisonnectRemoteServicehandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/DisonnectRemoteServicehandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/property/ConnectedTester.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/property/ConnectedTester.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/ui/services/IServicesView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservice/ui/services/IServicesView.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$7.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$8.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$9.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAdapterFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAsyncInterfacesNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAsyncInterfacesNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAsyncInterfacesNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAsyncInterfacesNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointConfigTypesNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointConfigTypesNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointConnectTargetIDNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointConnectTargetIDNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointContainerIDNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointContainerIDNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointContentProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointDiscoveryGroupNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointDiscoveryGroupNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointDiscoveryGroupNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointDiscoveryGroupNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointECFNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointECFNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointFrameworkIDNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointFrameworkIDNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointGroupNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointGroupNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointGroupNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointGroupNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointHostGroupNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointHostGroupNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointHostGroupNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointHostGroupNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointIDNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointIDNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointIntentsNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointIntentsNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointInterfacesNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointInterfacesNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointInterfacesNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointInterfacesNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNameValueNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNameValueNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNamespaceNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNamespaceNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPackageVersionNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPackageVersionNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPackageVersionNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPackageVersionNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyGroupNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyGroupNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyGroupNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyGroupNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertySource.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertySource.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointRemoteServiceFilterNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointRemoteServiceFilterNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointRemoteServiceIDNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointRemoteServiceIDNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointServiceIDNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointServiceIDNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointTimestampNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointTimestampNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/ImportRegistrationNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/ImportRegistrationNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSAContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSAContentProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSANode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSANode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSAWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSAWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRegistrationNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRegistrationNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/EndpointDescriptionRSANode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/EndpointDescriptionRSANode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/EndpointDescriptionRSANodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/EndpointDescriptionRSANodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExceptionNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExceptionNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExceptionNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExceptionNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportRegistrationNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportRegistrationNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportRegistrationNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportRegistrationNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportedServicesRootNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportedServicesRootNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportedServicesRootNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportedServicesRootNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportRegistrationNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportRegistrationNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportRegistrationNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportRegistrationNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportedEndpointsRootNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportedEndpointsRootNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportedEndpointsRootNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportedEndpointsRootNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/NameValuePropertyNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/NameValuePropertyNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/NameValuePropertyNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/NameValuePropertyNodeWorkbenchAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAAdapterFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAContentProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ServiceIdNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ServiceIdNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/StackTraceElementNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/StackTraceElementNode.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/ui/RSAImageRegistry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/RSAImageRegistry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/ui/RemoteMethod$Parameter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/RemoteMethod$Parameter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/ui/RemoteMethod.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/RemoteMethod.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/ui/util/PropertyUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/util/PropertyUtils.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@54bb42f2 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/DiscoveryComponent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/DiscoveryComponent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/RemoteServiceHandlerUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/RemoteServiceHandlerUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/RemoteServicePerspective.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/RemoteServicePerspective.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/ServicesViewExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/ServicesViewExtension.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectRemoteServicehandler$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectRemoteServicehandler$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectRemoteServicehandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectRemoteServicehandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectionHandler$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectionHandler$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectionHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectionHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/DisonnectRemoteServicehandler$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/DisonnectRemoteServicehandler$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/DisonnectRemoteServicehandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/DisonnectRemoteServicehandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservices/ui/property/ConnectedTester.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/internal/remoteservices/ui/property/ConnectedTester.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/ui/services/IServicesView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservice/ui/services/IServicesView.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$7.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$8.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$9.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAdapterFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAsyncInterfacesNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAsyncInterfacesNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAsyncInterfacesNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAsyncInterfacesNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointConfigTypesNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointConfigTypesNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointConnectTargetIDNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointConnectTargetIDNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointContainerIDNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointContainerIDNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointContentProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointDiscoveryGroupNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointDiscoveryGroupNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointDiscoveryGroupNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointDiscoveryGroupNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointECFNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointECFNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointFrameworkIDNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointFrameworkIDNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointGroupNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointGroupNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointGroupNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointGroupNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointHostGroupNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointHostGroupNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointHostGroupNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointHostGroupNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointIDNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointIDNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointIntentsNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointIntentsNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointInterfacesNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointInterfacesNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointInterfacesNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointInterfacesNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNameValueNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNameValueNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNamespaceNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNamespaceNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPackageVersionNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPackageVersionNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPackageVersionNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPackageVersionNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyGroupNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyGroupNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyGroupNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyGroupNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertySource.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertySource.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointRemoteServiceFilterNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointRemoteServiceFilterNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointRemoteServiceIDNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointRemoteServiceIDNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointServiceIDNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointServiceIDNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointTimestampNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointTimestampNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/ImportRegistrationNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/ImportRegistrationNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSAContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSAContentProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSANode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSANode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSAWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSAWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRegistrationNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRegistrationNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/EndpointDescriptionRSANode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/EndpointDescriptionRSANode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/EndpointDescriptionRSANodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/EndpointDescriptionRSANodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExceptionNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExceptionNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExceptionNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExceptionNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportRegistrationNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportRegistrationNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportRegistrationNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportRegistrationNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportedServicesRootNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportedServicesRootNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportedServicesRootNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportedServicesRootNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportRegistrationNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportRegistrationNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportRegistrationNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportRegistrationNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportedEndpointsRootNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportedEndpointsRootNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportedEndpointsRootNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportedEndpointsRootNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/NameValuePropertyNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/NameValuePropertyNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/NameValuePropertyNodeWorkbenchAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/NameValuePropertyNodeWorkbenchAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAAdapterFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAContentProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAContentProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ServiceIdNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ServiceIdNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/StackTraceElementNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/StackTraceElementNode.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/ui/RSAImageRegistry.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/RSAImageRegistry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/ui/RemoteMethod$Parameter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/RemoteMethod$Parameter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/ui/RemoteMethod.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/RemoteMethod.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/ui/util/PropertyUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes/org/eclipse/ecf/remoteservices/ui/util/PropertyUtils.class [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.400-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservices/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservices/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservices/ui/handlers/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservices/ui/property/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ui/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ui/services/ [DEBUG] adding directory org/eclipse/ecf/remoteserviceadmin/ [DEBUG] adding directory org/eclipse/ecf/remoteserviceadmin/ui/ [DEBUG] adding directory org/eclipse/ecf/remoteserviceadmin/ui/endpoint/ [DEBUG] adding directory org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/ [DEBUG] adding directory org/eclipse/ecf/remoteserviceadmin/ui/rsa/ [DEBUG] adding directory org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ [DEBUG] adding directory org/eclipse/ecf/remoteservices/ [DEBUG] adding directory org/eclipse/ecf/remoteservices/ui/ [DEBUG] adding directory org/eclipse/ecf/remoteservices/ui/util/ [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/DiscoveryComponent.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/Messages.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/RemoteServiceHandlerUtil.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/RemoteServicePerspective.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/ServicesViewExtension.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectRemoteServicehandler.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectRemoteServicehandler$1.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectionHandler$1.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/ConnectionHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/DisonnectRemoteServicehandler$1.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/DisonnectRemoteServicehandler.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$3.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$4.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$2.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$5.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler$1.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/property/ConnectedTester.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservices/ui/messages.properties [DEBUG] adding entry org/eclipse/ecf/remoteservice/ui/services/IServicesView.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$4.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$7.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$5.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$6.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$1.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$2.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$3.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$9.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/EndpointDiscoveryView$8.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/AbstractEndpointNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAdapterFactory.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAsyncInterfacesNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointAsyncInterfacesNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointConfigTypesNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointConnectTargetIDNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointContainerIDNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointContentProvider.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointDiscoveryGroupNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointDiscoveryGroupNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointECFNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointFrameworkIDNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointGroupNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointGroupNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointHostGroupNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointHostGroupNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointIDNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointIntentsNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointInterfacesNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointInterfacesNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNameValueNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNamespaceNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPackageVersionNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPackageVersionNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyGroupNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyGroupNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertyNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointPropertySource.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointRemoteServiceFilterNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointRemoteServiceIDNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointServiceIDNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/EndpointTimestampNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/endpoint/model/ImportRegistrationNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView$2.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/AbstractRemoteServiceAdminView$1.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$3.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$2.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/RemoteServiceAdminView$1.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSAContentProvider.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSANode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRSAWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/AbstractRegistrationNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/EndpointDescriptionRSANode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/EndpointDescriptionRSANodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExceptionNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExceptionNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportRegistrationNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportRegistrationNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportedServicesRootNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ExportedServicesRootNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportRegistrationNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportRegistrationNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportedEndpointsRootNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ImportedEndpointsRootNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/NameValuePropertyNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/NameValuePropertyNodeWorkbenchAdapter.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAAdapterFactory.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/RSAContentProvider.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/ServiceIdNode.class [DEBUG] adding entry org/eclipse/ecf/remoteserviceadmin/ui/rsa/model/StackTraceElementNode.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$4.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$1.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$2.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$6.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$5.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/MethodInvocationDialog$3.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/RSAImageRegistry.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/RemoteMethod$Parameter.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/RemoteMethod.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/ui/util/PropertyUtils.class [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory icons/ [DEBUG] adding directory icons/obj16/ [DEBUG] adding directory icons/ovr16/ [DEBUG] adding directory schema/ [DEBUG] adding entry OSGI-INF/discovery.xml [DEBUG] adding entry about.html [DEBUG] adding entry icons/obj16/IHost.gif [DEBUG] adding entry icons/obj16/IServiceID.gif [DEBUG] adding entry icons/obj16/async_int_obj.gif [DEBUG] adding entry icons/obj16/endpoint_obj.gif [DEBUG] adding entry icons/obj16/error_st_obj.gif [DEBUG] adding entry icons/obj16/int_obj.gif [DEBUG] adding entry icons/obj16/location_obj.gif [DEBUG] adding entry icons/obj16/package_obj.gif [DEBUG] adding entry icons/obj16/property_obj.gif [DEBUG] adding entry icons/obj16/rsa_obj.gif [DEBUG] adding entry icons/obj16/rsvc_obj.gif [DEBUG] adding entry icons/obj16/rsvc_obj_tbg.gif [DEBUG] adding entry icons/obj16/rsvcproxy_obj.gif [DEBUG] adding entry icons/obj16/rsvcproxy_obj_tbg.gif [DEBUG] adding entry icons/ovr16/rsvcproxy_co.gif [DEBUG] adding entry icons/ovr16/rsvcproxy_co_alpha.gif [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [DEBUG] adding entry schema/org.eclipse.ecf.remoteservice.ui.servicesview.exsd [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.ui-3.4.400-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.400-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.400-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.400-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.400-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.400-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.400-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@41368ffa] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-License: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.ui --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.remoteservice.ui/3.4.400.v20210403-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.remoteservice.ui,3.4.400.v20210403-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.remoteservice.ui/3.4.400.v20210403-2254/org.eclipse.ecf.remoteservice.ui-3.4.400.v20210403-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.remoteservice.ui.source/3.4.400.v20210403-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.remoteservice.ui.source,3.4.400.v20210403-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.remoteservice.ui.source/3.4.400.v20210403-2254/org.eclipse.ecf.remoteservice.ui.source-3.4.400.v20210403-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ----------------< org.eclipse.ecf:org.eclipse.ecf.ssl >----------------- [INFO] Building org.eclipse.ecf.ssl 1.3.100-SNAPSHOT [32/114] [INFO] from framework/bundles/org.eclipse.ecf.ssl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=15177, ConflictMarker.markTime=15148, ConflictMarker.nodeCount=29, ConflictIdSorter.graphTime=9031, ConflictIdSorter.topsortTime=13483, ConflictIdSorter.conflictIdCount=13, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=76436, ConflictResolver.conflictItemCount=28, DfDependencyCollector.collectTime=239287, DfDependencyCollector.transformTime=147170} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ssl:eclipse-plugin:1.3.100-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:04.753192334, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:04.753548266, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:04.753548266, lastModified=2024-05-02 22:36:24.438735197, delta=220314813069 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:04.753548266, lastModified=2024-05-02 22:36:24.438735197, delta=220314813069 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:04.753548266, lastModified=2024-05-02 22:36:24.438735197, delta=220314813069 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:04.754139469, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:04.754374985, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:04.754374985, lastModified=2024-05-02 22:36:25.084747530, delta=219669627455 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:04.753548266, lastModified=2024-05-02 22:36:24.438735197, delta=220314813069 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:04.753548266, lastModified=2024-05-02 22:36:24.438735197, delta=220314813069 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:40:04.755268561, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:40:04.755387274, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:04.760328500, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:04.768784282, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:04.753548266, lastModified=2024-05-02 22:36:24.438735197, delta=220314813069 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:04.753548266, lastModified=2024-05-02 22:36:24.438735197, delta=220314813069 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.3.100.v20240430-2140 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.ssl) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.ssl [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240430-2140 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:05Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.100.v20240430-2140 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.ssl [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes [DEBUG] unqualifiedVersion: 1.3.100 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.ssl-1.3.100-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/security/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/security/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/security/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src/org/eclipse/ecf/internal/ssl/CertificateChainSorter.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src/org/eclipse/ecf/internal/ssl/ECFCertificateException.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src/org/eclipse/ecf/internal/ssl/ECFSSLServerSocketFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src/org/eclipse/ecf/internal/ssl/ECFSSLSocketFactory.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src/org/eclipse/ecf/internal/ssl/ECFTrustManager.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src/org/eclipse/ecf/internal/ssl/SSLContextHelper.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240430-2140 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:05Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.100.v20240430-2140 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.ssl [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes [DEBUG] unqualifiedVersion: 1.3.100 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.ssl-1.3.100-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3091dcc2 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.ssl-1.3.100-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (f) qualifier = v20240430-2140 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/org.eclipse.ecf.ssl-1.3.100-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/ssl/ [DEBUG] adding entry org/eclipse/ecf/internal/ssl/CertificateChainSorter.java [DEBUG] adding entry org/eclipse/ecf/internal/ssl/ECFCertificateException.java [DEBUG] adding entry org/eclipse/ecf/internal/ssl/ECFSSLServerSocketFactory.java [DEBUG] adding entry org/eclipse/ecf/internal/ssl/ECFSSLSocketFactory.java [DEBUG] adding entry org/eclipse/ecf/internal/ssl/ECFTrustManager.java [DEBUG] adding entry org/eclipse/ecf/internal/ssl/SSLContextHelper.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@5672f6de [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.ssl-1.3.100-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (f) qualifier = v20240430-2140 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@d130ef1 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:05.481888128, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:05.482205266, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:05.482205266, lastModified=2024-05-02 22:36:24.438735197, delta=221043470069 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:05.482205266, lastModified=2024-05-02 22:36:24.438735197, delta=221043470069 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:05.482205266, lastModified=2024-05-02 22:36:24.438735197, delta=221043470069 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:05.482777523, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:05.482901948, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:05.482901948, lastModified=2024-05-02 22:36:25.084747530, delta=220398154418 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ssl/CertificateChainSorter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes/org/eclipse/ecf/internal/ssl/CertificateChainSorter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ssl/ECFCertificateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes/org/eclipse/ecf/internal/ssl/ECFCertificateException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ssl/ECFSSLServerSocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes/org/eclipse/ecf/internal/ssl/ECFSSLServerSocketFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ssl/ECFSSLSocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes/org/eclipse/ecf/internal/ssl/ECFSSLSocketFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ssl/ECFTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes/org/eclipse/ecf/internal/ssl/ECFTrustManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/ssl/SSLContextHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes/org/eclipse/ecf/internal/ssl/SSLContextHelper.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@5a24acf7 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ssl/CertificateChainSorter.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes/org/eclipse/ecf/internal/ssl/CertificateChainSorter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ssl/ECFCertificateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes/org/eclipse/ecf/internal/ssl/ECFCertificateException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ssl/ECFSSLServerSocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes/org/eclipse/ecf/internal/ssl/ECFSSLServerSocketFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ssl/ECFSSLSocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes/org/eclipse/ecf/internal/ssl/ECFSSLSocketFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ssl/ECFTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes/org/eclipse/ecf/internal/ssl/ECFTrustManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/ssl/SSLContextHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes/org/eclipse/ecf/internal/ssl/SSLContextHelper.class [DEBUG] parseClassFile(): path=javax/net/ssl/X509TrustManager.class resource=:jrt:/java.base/javax/net/ssl/X509TrustManager.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/org.eclipse.ecf.ssl-1.3.100-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/ssl/ [DEBUG] adding entry org/eclipse/ecf/internal/ssl/CertificateChainSorter.class [DEBUG] adding entry org/eclipse/ecf/internal/ssl/ECFCertificateException.class [DEBUG] adding entry org/eclipse/ecf/internal/ssl/ECFSSLServerSocketFactory.class [DEBUG] adding entry org/eclipse/ecf/internal/ssl/ECFSSLSocketFactory.class [DEBUG] adding entry org/eclipse/ecf/internal/ssl/ECFTrustManager.class [DEBUG] adding entry org/eclipse/ecf/internal/ssl/SSLContextHelper.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.ssl-1.3.100-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/org.eclipse.ecf.ssl-1.3.100-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/org.eclipse.ecf.ssl-1.3.100-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/org.eclipse.ecf.ssl-1.3.100-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/org.eclipse.ecf.ssl-1.3.100-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/org.eclipse.ecf.ssl-1.3.100-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/org.eclipse.ecf.ssl-1.3.100-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@79539507] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.ssl:eclipse-plugin:1.3.100-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.ssl --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.ssl/1.3.0.v20230507-1921 with delta: 0.0.100 [DEBUG] Found org.eclipse.ecf.ssl.source/1.3.0.v20230507-1921 with delta: 0.0.100 [JENKINS] Archiving disabled [INFO] [INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.ui.capabilities >----------- [INFO] Building org.eclipse.ecf.ui.capabilities 1.0.201-SNAPSHOT [33/114] [INFO] from framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=56645, ConflictMarker.markTime=49779, ConflictMarker.nodeCount=178, ConflictIdSorter.graphTime=25076, ConflictIdSorter.topsortTime=40958, ConflictIdSorter.conflictIdCount=139, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2208043, ConflictResolver.conflictItemCount=168, DfDependencyCollector.collectTime=823379, DfDependencyCollector.transformTime=2413432} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:eclipse-plugin:1.0.201-SNAPSHOT [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:08.828900052, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:08.829307153, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:08.829307153, lastModified=2024-05-02 22:36:24.438735197, delta=224390571956 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:08.829307153, lastModified=2024-05-02 22:36:24.438735197, delta=224390571956 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:08.829307153, lastModified=2024-05-02 22:36:24.438735197, delta=224390571956 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:08.829691243, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:08.829865615, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:08.829865615, lastModified=2024-05-02 22:36:25.084747530, delta=223745118085 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:08.829307153, lastModified=2024-05-02 22:36:24.438735197, delta=224390571956 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:08.829307153, lastModified=2024-05-02 22:36:24.438735197, delta=224390571956 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:40:08.830570107, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:40:08.830662261, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:08.835582673, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:08.844134403, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:08.829307153, lastModified=2024-05-02 22:36:24.438735197, delta=224390571956 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:08.829307153, lastModified=2024-05-02 22:36:24.438735197, delta=224390571956 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.201.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] -- end configuration -- [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.ecf.ui.capabilities) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.ui.capabilities [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:09Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.ui.capabilities [DEBUG] tychoProject.build.outputDirectories: [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.ui.capabilities-1.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.3' { source level: 1.3, target level: 1.1}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.3 (assumes 1.1)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:09Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.ecf.ui.capabilities [DEBUG] tychoProject.build.outputDirectories: [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.ui.capabilities-1.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.3' { source level: 1.3, target level: 1.1}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.3 (assumes 1.1)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@48a2f1a3 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.ui.capabilities-1.0.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/org.eclipse.ecf.ui.capabilities-1.0.201-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@79eccff9 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.ui.capabilities-1.0.201-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@6b1c1e87 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:09.721643405, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:09.721969417, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:09.721969417, lastModified=2024-05-02 22:36:24.438735197, delta=225283234220 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:09.721969417, lastModified=2024-05-02 22:36:24.438735197, delta=225283234220 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:09.721969417, lastModified=2024-05-02 22:36:24.438735197, delta=225283234220 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:09.722571128, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:09.722681208, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:09.722681208, lastModified=2024-05-02 22:36:25.084747530, delta=224637933678 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/org.eclipse.ecf.ui.capabilities-1.0.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.ui.capabilities-1.0.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/org.eclipse.ecf.ui.capabilities-1.0.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/org.eclipse.ecf.ui.capabilities-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/org.eclipse.ecf.ui.capabilities-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/org.eclipse.ecf.ui.capabilities-1.0.201-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/org.eclipse.ecf.ui.capabilities-1.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/org.eclipse.ecf.ui.capabilities-1.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@52e805ee] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.ui.capabilities --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.ui.capabilities/1.0.201.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.ui.capabilities,1.0.201.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.ui.capabilities/1.0.201.v20231021-2050/org.eclipse.ecf.ui.capabilities-1.0.201.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.ui.capabilities.source/1.0.201.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.ui.capabilities.source,1.0.201.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.ui.capabilities.source/1.0.201.v20231021-2050/org.eclipse.ecf.ui.capabilities.source-1.0.201.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -------------< org.eclipse.ecf:org.eclipse.team.ecf.core >-------------- [INFO] Building org.eclipse.team.ecf.core 1.0.201-SNAPSHOT [34/114] [INFO] from framework/bundles/org.eclipse.team.ecf.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core_3.10.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.team.core,3.10.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.10.400.v20240413-1529/org.eclipse.team.core-3.10.400.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.core.source_3.10.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.team.core.source,3.10.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core.source/3.10.400.v20240413-1529/org.eclipse.team.core.source-3.10.400.v20240413-1529-p2artifacts.xml [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=43467, ConflictMarker.markTime=72853, ConflictMarker.nodeCount=73, ConflictIdSorter.graphTime=19170, ConflictIdSorter.topsortTime=53365, ConflictIdSorter.conflictIdCount=35, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=279338, ConflictResolver.conflictItemCount=72, DfDependencyCollector.collectTime=337234, DfDependencyCollector.transformTime=489902} [DEBUG] org.eclipse.ecf:org.eclipse.team.ecf.core:eclipse-plugin:1.0.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:12.637675408, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:12.637929790, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:12.637929790, lastModified=2024-05-02 22:36:24.438735197, delta=228199194593 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:12.637929790, lastModified=2024-05-02 22:36:24.438735197, delta=228199194593 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:12.637929790, lastModified=2024-05-02 22:36:24.438735197, delta=228199194593 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:12.638303495, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:12.638481228, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:12.638481228, lastModified=2024-05-02 22:36:25.084747530, delta=227553733698 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:12.637929790, lastModified=2024-05-02 22:36:24.438735197, delta=228199194593 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:12.637929790, lastModified=2024-05-02 22:36:24.438735197, delta=228199194593 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:40:12.639038270, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:40:12.639098432, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:12.643936011, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:12.652466044, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:12.637929790, lastModified=2024-05-02 22:36:24.438735197, delta=228199194593 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:12.637929790, lastModified=2024-05-02 22:36:24.438735197, delta=228199194593 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.201.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.team.ecf.core) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.team.ecf.core [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:12Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.team.ecf.core [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.team.ecf.core-1.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.10.400.v20240413-1529/org.eclipse.team.core-3.10.400.v20240413-1529.jar[+org/eclipse/team/core/*:+org/eclipse/team/core/diff/*:+org/eclipse/team/core/diff/provider/*:+org/eclipse/team/core/history/*:+org/eclipse/team/core/history/provider/*:~org/eclipse/team/core/importing/provisional/*:+org/eclipse/team/core/mapping/*:+org/eclipse/team/core/mapping/provider/*:+org/eclipse/team/core/subscribers/*:+org/eclipse/team/core/synchronize/*:+org/eclipse/team/core/variants/*:~org/eclipse/team/internal/core/*:~org/eclipse/team/internal/core/history/*:~org/eclipse/team/internal/core/importing/*:~org/eclipse/team/internal/core/mapping/*:~org/eclipse/team/internal/core/streams/*:~org/eclipse/team/internal/core/subscribers/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[~org/eclipse/compare/internal/core/*:~org/eclipse/compare/internal/core/patch/*:+org/eclipse/compare/patch/*:+org/eclipse/compare/rangedifferencer/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.10.400.v20240413-1529/org.eclipse.team.core-3.10.400.v20240413-1529.jar[+org/eclipse/team/core/*:+org/eclipse/team/core/diff/*:+org/eclipse/team/core/diff/provider/*:+org/eclipse/team/core/history/*:+org/eclipse/team/core/history/provider/*:~org/eclipse/team/core/importing/provisional/*:+org/eclipse/team/core/mapping/*:+org/eclipse/team/core/mapping/provider/*:+org/eclipse/team/core/subscribers/*:+org/eclipse/team/core/synchronize/*:+org/eclipse/team/core/variants/*:~org/eclipse/team/internal/core/*:~org/eclipse/team/internal/core/history/*:~org/eclipse/team/internal/core/importing/*:~org/eclipse/team/internal/core/mapping/*:~org/eclipse/team/internal/core/streams/*:~org/eclipse/team/internal/core/subscribers/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[~org/eclipse/compare/internal/core/*:~org/eclipse/compare/internal/core/patch/*:+org/eclipse/compare/patch/*:+org/eclipse/compare/rangedifferencer/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.10.400.v20240413-1529/org.eclipse.team.core-3.10.400.v20240413-1529.jar[+org/eclipse/team/core/*:+org/eclipse/team/core/diff/*:+org/eclipse/team/core/diff/provider/*:+org/eclipse/team/core/history/*:+org/eclipse/team/core/history/provider/*:~org/eclipse/team/core/importing/provisional/*:+org/eclipse/team/core/mapping/*:+org/eclipse/team/core/mapping/provider/*:+org/eclipse/team/core/subscribers/*:+org/eclipse/team/core/synchronize/*:+org/eclipse/team/core/variants/*:~org/eclipse/team/internal/core/*:~org/eclipse/team/internal/core/history/*:~org/eclipse/team/internal/core/importing/*:~org/eclipse/team/internal/core/mapping/*:~org/eclipse/team/internal/core/streams/*:~org/eclipse/team/internal/core/subscribers/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[~org/eclipse/compare/internal/core/*:~org/eclipse/compare/internal/core/patch/*:+org/eclipse/compare/patch/*:+org/eclipse/compare/rangedifferencer/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/RemoteShare.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/RemoteSyncInfo.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/TeamSynchronization.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/messages/FetchResponse.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/messages/FetchVariantRequest.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/messages/FetchVariantsRequest.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/messages/IResponse.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/messages/ShareRequest.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/messages/ShareResponse.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariant.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantComparator.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantTree.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantTreeSubscriber.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/org/eclipse/team/internal/ecf/core/variants/RemoteStorage.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:13Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.team.ecf.core [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.team.ecf.core-1.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@5c41a490 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.team.ecf.core-1.0.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/org.eclipse.team.ecf.core-1.0.201-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/team/ [DEBUG] adding directory org/eclipse/team/internal/ [DEBUG] adding directory org/eclipse/team/internal/ecf/ [DEBUG] adding directory org/eclipse/team/internal/ecf/core/ [DEBUG] adding directory org/eclipse/team/internal/ecf/core/messages/ [DEBUG] adding directory org/eclipse/team/internal/ecf/core/variants/ [DEBUG] adding entry org/eclipse/team/internal/ecf/core/Messages.java [DEBUG] adding entry org/eclipse/team/internal/ecf/core/RemoteShare.java [DEBUG] adding entry org/eclipse/team/internal/ecf/core/RemoteSyncInfo.java [DEBUG] adding entry org/eclipse/team/internal/ecf/core/TeamSynchronization.java [DEBUG] adding entry org/eclipse/team/internal/ecf/core/messages.properties [DEBUG] adding entry org/eclipse/team/internal/ecf/core/messages/FetchResponse.java [DEBUG] adding entry org/eclipse/team/internal/ecf/core/messages/FetchVariantRequest.java [DEBUG] adding entry org/eclipse/team/internal/ecf/core/messages/FetchVariantsRequest.java [DEBUG] adding entry org/eclipse/team/internal/ecf/core/messages/IResponse.java [DEBUG] adding entry org/eclipse/team/internal/ecf/core/messages/ShareRequest.java [DEBUG] adding entry org/eclipse/team/internal/ecf/core/messages/ShareResponse.java [DEBUG] adding entry org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariant.java [DEBUG] adding entry org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantComparator.java [DEBUG] adding entry org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantTree.java [DEBUG] adding entry org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantTreeSubscriber.java [DEBUG] adding entry org/eclipse/team/internal/ecf/core/variants/RemoteStorage.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@62ab95d3 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.team.ecf.core-1.0.201-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@1e97f3e5 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:13.408756138, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:13.409027043, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:13.409027043, lastModified=2024-05-02 22:36:24.438735197, delta=228970291846 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:13.409027043, lastModified=2024-05-02 22:36:24.438735197, delta=228970291846 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:13.409027043, lastModified=2024-05-02 22:36:24.438735197, delta=228970291846 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:13.409418744, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:13.409501921, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:13.409501921, lastModified=2024-05-02 22:36:25.084747530, delta=228324754391 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/RemoteShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/RemoteShare.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/RemoteSyncInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/RemoteSyncInfo.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/TeamSynchronization.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/TeamSynchronization.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/messages/FetchResponse.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/messages/FetchResponse.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/messages/FetchVariantRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/messages/FetchVariantRequest.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/messages/FetchVariantsRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/messages/FetchVariantsRequest.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/messages/IResponse.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/messages/IResponse.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/messages/ShareRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/messages/ShareRequest.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/messages/ShareResponse.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/messages/ShareResponse.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariant.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariant.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantComparator.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantTree.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantTree.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantTreeSubscriber.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantTreeSubscriber.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/core/variants/RemoteStorage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/variants/RemoteStorage.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@786f8382 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/RemoteShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/RemoteShare.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/RemoteSyncInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/RemoteSyncInfo.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/TeamSynchronization.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/TeamSynchronization.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/messages/FetchResponse.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/messages/FetchResponse.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/messages/FetchVariantRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/messages/FetchVariantRequest.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/messages/FetchVariantsRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/messages/FetchVariantsRequest.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/messages/IResponse.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/messages/IResponse.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/messages/ShareRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/messages/ShareRequest.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/messages/ShareResponse.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/messages/ShareResponse.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariant.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariant.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantComparator.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantTree.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantTree.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantTreeSubscriber.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantTreeSubscriber.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/core/variants/RemoteStorage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes/org/eclipse/team/internal/ecf/core/variants/RemoteStorage.class [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/org.eclipse.team.ecf.core-1.0.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/team/ [DEBUG] adding directory org/eclipse/team/internal/ [DEBUG] adding directory org/eclipse/team/internal/ecf/ [DEBUG] adding directory org/eclipse/team/internal/ecf/core/ [DEBUG] adding directory org/eclipse/team/internal/ecf/core/messages/ [DEBUG] adding directory org/eclipse/team/internal/ecf/core/variants/ [DEBUG] adding entry org/eclipse/team/internal/ecf/core/Messages.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/RemoteShare.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/RemoteSyncInfo.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/TeamSynchronization.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/messages/FetchResponse.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/messages/FetchVariantRequest.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/messages/FetchVariantsRequest.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/messages/IResponse.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/messages/ShareRequest.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/messages/ShareResponse.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariant.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantComparator.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantTree.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/variants/RemoteResourceVariantTreeSubscriber.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/variants/RemoteStorage.class [DEBUG] adding entry org/eclipse/team/internal/ecf/core/messages.properties [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.team.ecf.core-1.0.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/org.eclipse.team.ecf.core-1.0.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/org.eclipse.team.ecf.core-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/org.eclipse.team.ecf.core-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/org.eclipse.team.ecf.core-1.0.201-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/org.eclipse.team.ecf.core-1.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/org.eclipse.team.ecf.core-1.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@7452fc39] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.team.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.team.ecf.core/1.0.201.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.team.ecf.core,1.0.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ecf.core/1.0.201.v20230528-2254/org.eclipse.team.ecf.core-1.0.201.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.team.ecf.core.source/1.0.201.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.team.ecf.core.source,1.0.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ecf.core.source/1.0.201.v20230528-2254/org.eclipse.team.ecf.core.source-1.0.201.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] --------------< org.eclipse.ecf:org.eclipse.team.ecf.ui >--------------- [INFO] Building org.eclipse.team.ecf.ui 1.0.201-SNAPSHOT [35/114] [INFO] from framework/bundles/org.eclipse.team.ecf.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare_3.11.0.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.compare,3.11.0.v20240419-1233 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare/3.11.0.v20240419-1233/org.eclipse.compare-3.11.0.v20240419-1233-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.compare.source_3.11.0.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.compare.source,3.11.0.v20240419-1233 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.source/3.11.0.v20240419-1233/org.eclipse.compare.source-3.11.0.v20240419-1233-p2artifacts.xml [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.ui:2.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.ui.source:2.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui_3.10.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.team.ui,3.10.400.v20240416-0654 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui/3.10.400.v20240416-0654/org.eclipse.team.ui-3.10.400.v20240416-0654-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.team.ui.source_3.10.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.team.ui.source,3.10.400.v20240416-0654 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui.source/3.10.400.v20240416-0654/org.eclipse.team.ui.source-3.10.400.v20240416-0654-p2artifacts.xml [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=370096, ConflictMarker.markTime=180198, ConflictMarker.nodeCount=703, ConflictIdSorter.graphTime=110219, ConflictIdSorter.topsortTime=86822, ConflictIdSorter.conflictIdCount=204, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=7024983, ConflictResolver.conflictItemCount=693, DfDependencyCollector.collectTime=3302263, DfDependencyCollector.transformTime=7814011} [DEBUG] org.eclipse.ecf:org.eclipse.team.ecf.ui:eclipse-plugin:1.0.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.team.ecf.core:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence.ui:jar:2.4.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ui:jar:2.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:16.698589793, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:16.698826313, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:16.698826313, lastModified=2024-05-02 22:36:24.438735197, delta=232260091116 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:16.698826313, lastModified=2024-05-02 22:36:24.438735197, delta=232260091116 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:16.698826313, lastModified=2024-05-02 22:36:24.438735197, delta=232260091116 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:16.699144888, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:16.699303873, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:16.699303873, lastModified=2024-05-02 22:36:25.084747530, delta=231614556343 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:16.698826313, lastModified=2024-05-02 22:36:24.438735197, delta=232260091116 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:16.698826313, lastModified=2024-05-02 22:36:24.438735197, delta=232260091116 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:40:16.699863295, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:40:16.699927282, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 6 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:16.705932488, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:16.716331241, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:16.698826313, lastModified=2024-05-02 22:36:24.438735197, delta=232260091116 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:16.698826313, lastModified=2024-05-02 22:36:24.438735197, delta=232260091116 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.201.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fframework%252Fbundles%252Forg.eclipse.team.ecf.ui) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.team.ecf.ui [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:17Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.team.ecf.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.team.ecf.ui-1.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.10.400.v20240413-1529/org.eclipse.team.core-3.10.400.v20240413-1529.jar[+org/eclipse/team/core/*:+org/eclipse/team/core/diff/*:+org/eclipse/team/core/diff/provider/*:+org/eclipse/team/core/history/*:+org/eclipse/team/core/history/provider/*:~org/eclipse/team/core/importing/provisional/*:+org/eclipse/team/core/mapping/*:+org/eclipse/team/core/mapping/provider/*:+org/eclipse/team/core/subscribers/*:+org/eclipse/team/core/synchronize/*:+org/eclipse/team/core/variants/*:~org/eclipse/team/internal/core/*:~org/eclipse/team/internal/core/history/*:~org/eclipse/team/internal/core/importing/*:~org/eclipse/team/internal/core/mapping/*:~org/eclipse/team/internal/core/streams/*:~org/eclipse/team/internal/core/subscribers/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[~org/eclipse/compare/internal/core/*:~org/eclipse/compare/internal/core/patch/*:+org/eclipse/compare/patch/*:+org/eclipse/compare/rangedifferencer/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui/3.10.400.v20240416-0654/org.eclipse.team.ui-3.10.400.v20240416-0654.jar[~org/eclipse/team/internal/ui/*:~org/eclipse/team/internal/ui/actions/*:~org/eclipse/team/internal/ui/dialogs/*:~org/eclipse/team/internal/ui/history/*:~org/eclipse/team/internal/ui/mapping/*:~org/eclipse/team/internal/ui/preferences/*:~org/eclipse/team/internal/ui/registry/*:~org/eclipse/team/internal/ui/synchronize/*:~org/eclipse/team/internal/ui/synchronize/actions/*:~org/eclipse/team/internal/ui/synchronize/patch/*:~org/eclipse/team/internal/ui/wizards/*:+org/eclipse/team/ui/*:+org/eclipse/team/ui/history/*:+org/eclipse/team/ui/mapping/*:+org/eclipse/team/ui/synchronize/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar[+org/eclipse/ui/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/ide/*:+org/eclipse/ui/ide/dialogs/*:+org/eclipse/ui/ide/fileSystem/*:+org/eclipse/ui/ide/undo/*:~org/eclipse/ui/internal/ide/*:~org/eclipse/ui/internal/ide/actions/*:~org/eclipse/ui/internal/ide/addons/*:~org/eclipse/ui/internal/ide/commands/*:~org/eclipse/ui/internal/ide/dialogs/*:~org/eclipse/ui/internal/ide/filesystem/*:~org/eclipse/ui/internal/ide/handlers/*:~org/eclipse/ui/internal/ide/misc/*:~org/eclipse/ui/internal/ide/model/*:~org/eclipse/ui/internal/ide/registry/*:~org/eclipse/ui/internal/ide/undo/*:~org/eclipse/ui/internal/views/bookmarkexplorer/*:~org/eclipse/ui/internal/views/framelist/*:~org/eclipse/ui/internal/views/helpers/*:~org/eclipse/ui/internal/views/markers/*:~org/eclipse/ui/internal/views/navigator/*:~org/eclipse/ui/internal/views/properties/*:~org/eclipse/ui/internal/views/tasklist/*:~org/eclipse/ui/internal/wizards/datatransfer/*:~org/eclipse/ui/internal/wizards/datatransfer/expressions/*:~org/eclipse/ui/internal/wizards/newresource/*:+org/eclipse/ui/model/*:+org/eclipse/ui/part/*:+org/eclipse/ui/views/framelist/*:+org/eclipse/ui/views/markers/*:~org/eclipse/ui/views/markers/internal/*:+org/eclipse/ui/views/navigator/*:+org/eclipse/ui/views/properties/*:+org/eclipse/ui/views/tasklist/*:+org/eclipse/ui/wizards/datatransfer/*:+org/eclipse/ui/wizards/newresource/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.100.v20240321-1445/org.eclipse.equinox.bidi-1.5.100.v20240321-1445.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/properties/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.10.200.v20240425-1316/org.eclipse.equinox.p2.engine-2.10.200.v20240425-1316.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.9.100.v20240416-0654/org.eclipse.equinox.p2.metadata-2.9.100.v20240416-0654.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.11.100.v20240321-1450/org.eclipse.equinox.p2.core-2.11.100.v20240321-1450.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.17.200.v20231201-1637/org.eclipse.e4.ui.ide-3.17.200.v20231201-1637.jar[~org/eclipse/e4/ui/internal/workspace/markers/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare/3.11.0.v20240419-1233/org.eclipse.compare-3.11.0.v20240419-1233.jar[+org/eclipse/compare/*:+org/eclipse/compare/contentmergeviewer/*:~org/eclipse/compare/internal/*:~org/eclipse/compare/internal/merge/*:~org/eclipse/compare/internal/patch/*:+org/eclipse/compare/patch/*:+org/eclipse/compare/structuremergeviewer/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.17.400.v20240424-0941/org.eclipse.ui.workbench.texteditor-3.17.400.v20240424-0941.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.17.300.v20240416-0658/org.eclipse.ui.editors-3.17.300.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers/3.8.300.v20240207-1054/org.eclipse.core.filebuffers-3.8.300.v20240207-1054.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes[~org/eclipse/ecf/internal/presence/ui/*:~org/eclipse/ecf/internal/presence/ui/dialogs/*:+org/eclipse/ecf/presence/ui/*:+org/eclipse/ecf/presence/ui/chatroom/*:+org/eclipse/ecf/presence/ui/dnd/*:+org/eclipse/ecf/presence/ui/menu/*:+org/eclipse/ecf/presence/ui/roster/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes[+org/eclipse/team/internal/ecf/core/*:+org/eclipse/team/internal/ecf/core/messages/*:+org/eclipse/team/internal/ecf/core/variants/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.10.400.v20240413-1529/org.eclipse.team.core-3.10.400.v20240413-1529.jar[+org/eclipse/team/core/*:+org/eclipse/team/core/diff/*:+org/eclipse/team/core/diff/provider/*:+org/eclipse/team/core/history/*:+org/eclipse/team/core/history/provider/*:~org/eclipse/team/core/importing/provisional/*:+org/eclipse/team/core/mapping/*:+org/eclipse/team/core/mapping/provider/*:+org/eclipse/team/core/subscribers/*:+org/eclipse/team/core/synchronize/*:+org/eclipse/team/core/variants/*:~org/eclipse/team/internal/core/*:~org/eclipse/team/internal/core/history/*:~org/eclipse/team/internal/core/importing/*:~org/eclipse/team/internal/core/mapping/*:~org/eclipse/team/internal/core/streams/*:~org/eclipse/team/internal/core/subscribers/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[~org/eclipse/compare/internal/core/*:~org/eclipse/compare/internal/core/patch/*:+org/eclipse/compare/patch/*:+org/eclipse/compare/rangedifferencer/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui/3.10.400.v20240416-0654/org.eclipse.team.ui-3.10.400.v20240416-0654.jar[~org/eclipse/team/internal/ui/*:~org/eclipse/team/internal/ui/actions/*:~org/eclipse/team/internal/ui/dialogs/*:~org/eclipse/team/internal/ui/history/*:~org/eclipse/team/internal/ui/mapping/*:~org/eclipse/team/internal/ui/preferences/*:~org/eclipse/team/internal/ui/registry/*:~org/eclipse/team/internal/ui/synchronize/*:~org/eclipse/team/internal/ui/synchronize/actions/*:~org/eclipse/team/internal/ui/synchronize/patch/*:~org/eclipse/team/internal/ui/wizards/*:+org/eclipse/team/ui/*:+org/eclipse/team/ui/history/*:+org/eclipse/team/ui/mapping/*:+org/eclipse/team/ui/synchronize/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar[+org/eclipse/ui/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/ide/*:+org/eclipse/ui/ide/dialogs/*:+org/eclipse/ui/ide/fileSystem/*:+org/eclipse/ui/ide/undo/*:~org/eclipse/ui/internal/ide/*:~org/eclipse/ui/internal/ide/actions/*:~org/eclipse/ui/internal/ide/addons/*:~org/eclipse/ui/internal/ide/commands/*:~org/eclipse/ui/internal/ide/dialogs/*:~org/eclipse/ui/internal/ide/filesystem/*:~org/eclipse/ui/internal/ide/handlers/*:~org/eclipse/ui/internal/ide/misc/*:~org/eclipse/ui/internal/ide/model/*:~org/eclipse/ui/internal/ide/registry/*:~org/eclipse/ui/internal/ide/undo/*:~org/eclipse/ui/internal/views/bookmarkexplorer/*:~org/eclipse/ui/internal/views/framelist/*:~org/eclipse/ui/internal/views/helpers/*:~org/eclipse/ui/internal/views/markers/*:~org/eclipse/ui/internal/views/navigator/*:~org/eclipse/ui/internal/views/properties/*:~org/eclipse/ui/internal/views/tasklist/*:~org/eclipse/ui/internal/wizards/datatransfer/*:~org/eclipse/ui/internal/wizards/datatransfer/expressions/*:~org/eclipse/ui/internal/wizards/newresource/*:+org/eclipse/ui/model/*:+org/eclipse/ui/part/*:+org/eclipse/ui/views/framelist/*:+org/eclipse/ui/views/markers/*:~org/eclipse/ui/views/markers/internal/*:+org/eclipse/ui/views/navigator/*:+org/eclipse/ui/views/properties/*:+org/eclipse/ui/views/tasklist/*:+org/eclipse/ui/wizards/datatransfer/*:+org/eclipse/ui/wizards/newresource/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.100.v20240321-1445/org.eclipse.equinox.bidi-1.5.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/properties/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.10.200.v20240425-1316/org.eclipse.equinox.p2.engine-2.10.200.v20240425-1316.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.9.100.v20240416-0654/org.eclipse.equinox.p2.metadata-2.9.100.v20240416-0654.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.11.100.v20240321-1450/org.eclipse.equinox.p2.core-2.11.100.v20240321-1450.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.17.200.v20231201-1637/org.eclipse.e4.ui.ide-3.17.200.v20231201-1637.jar[~org/eclipse/e4/ui/internal/workspace/markers/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare/3.11.0.v20240419-1233/org.eclipse.compare-3.11.0.v20240419-1233.jar[+org/eclipse/compare/*:+org/eclipse/compare/contentmergeviewer/*:~org/eclipse/compare/internal/*:~org/eclipse/compare/internal/merge/*:~org/eclipse/compare/internal/patch/*:+org/eclipse/compare/patch/*:+org/eclipse/compare/structuremergeviewer/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.17.400.v20240424-0941/org.eclipse.ui.workbench.texteditor-3.17.400.v20240424-0941.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.17.300.v20240416-0658/org.eclipse.ui.editors-3.17.300.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers/3.8.300.v20240207-1054/org.eclipse.core.filebuffers-3.8.300.v20240207-1054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes[~org/eclipse/ecf/internal/presence/ui/*:~org/eclipse/ecf/internal/presence/ui/dialogs/*:+org/eclipse/ecf/presence/ui/*:+org/eclipse/ecf/presence/ui/chatroom/*:+org/eclipse/ecf/presence/ui/dnd/*:+org/eclipse/ecf/presence/ui/menu/*:+org/eclipse/ecf/presence/ui/roster/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes[+org/eclipse/team/internal/ecf/core/*:+org/eclipse/team/internal/ecf/core/messages/*:+org/eclipse/team/internal/ecf/core/variants/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.10.400.v20240413-1529/org.eclipse.team.core-3.10.400.v20240413-1529.jar[+org/eclipse/team/core/*:+org/eclipse/team/core/diff/*:+org/eclipse/team/core/diff/provider/*:+org/eclipse/team/core/history/*:+org/eclipse/team/core/history/provider/*:~org/eclipse/team/core/importing/provisional/*:+org/eclipse/team/core/mapping/*:+org/eclipse/team/core/mapping/provider/*:+org/eclipse/team/core/subscribers/*:+org/eclipse/team/core/synchronize/*:+org/eclipse/team/core/variants/*:~org/eclipse/team/internal/core/*:~org/eclipse/team/internal/core/history/*:~org/eclipse/team/internal/core/importing/*:~org/eclipse/team/internal/core/mapping/*:~org/eclipse/team/internal/core/streams/*:~org/eclipse/team/internal/core/subscribers/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[~org/eclipse/compare/internal/core/*:~org/eclipse/compare/internal/core/patch/*:+org/eclipse/compare/patch/*:+org/eclipse/compare/rangedifferencer/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui/3.10.400.v20240416-0654/org.eclipse.team.ui-3.10.400.v20240416-0654.jar[~org/eclipse/team/internal/ui/*:~org/eclipse/team/internal/ui/actions/*:~org/eclipse/team/internal/ui/dialogs/*:~org/eclipse/team/internal/ui/history/*:~org/eclipse/team/internal/ui/mapping/*:~org/eclipse/team/internal/ui/preferences/*:~org/eclipse/team/internal/ui/registry/*:~org/eclipse/team/internal/ui/synchronize/*:~org/eclipse/team/internal/ui/synchronize/actions/*:~org/eclipse/team/internal/ui/synchronize/patch/*:~org/eclipse/team/internal/ui/wizards/*:+org/eclipse/team/ui/*:+org/eclipse/team/ui/history/*:+org/eclipse/team/ui/mapping/*:+org/eclipse/team/ui/synchronize/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar[+org/eclipse/ui/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/ide/*:+org/eclipse/ui/ide/dialogs/*:+org/eclipse/ui/ide/fileSystem/*:+org/eclipse/ui/ide/undo/*:~org/eclipse/ui/internal/ide/*:~org/eclipse/ui/internal/ide/actions/*:~org/eclipse/ui/internal/ide/addons/*:~org/eclipse/ui/internal/ide/commands/*:~org/eclipse/ui/internal/ide/dialogs/*:~org/eclipse/ui/internal/ide/filesystem/*:~org/eclipse/ui/internal/ide/handlers/*:~org/eclipse/ui/internal/ide/misc/*:~org/eclipse/ui/internal/ide/model/*:~org/eclipse/ui/internal/ide/registry/*:~org/eclipse/ui/internal/ide/undo/*:~org/eclipse/ui/internal/views/bookmarkexplorer/*:~org/eclipse/ui/internal/views/framelist/*:~org/eclipse/ui/internal/views/helpers/*:~org/eclipse/ui/internal/views/markers/*:~org/eclipse/ui/internal/views/navigator/*:~org/eclipse/ui/internal/views/properties/*:~org/eclipse/ui/internal/views/tasklist/*:~org/eclipse/ui/internal/wizards/datatransfer/*:~org/eclipse/ui/internal/wizards/datatransfer/expressions/*:~org/eclipse/ui/internal/wizards/newresource/*:+org/eclipse/ui/model/*:+org/eclipse/ui/part/*:+org/eclipse/ui/views/framelist/*:+org/eclipse/ui/views/markers/*:~org/eclipse/ui/views/markers/internal/*:+org/eclipse/ui/views/navigator/*:+org/eclipse/ui/views/properties/*:+org/eclipse/ui/views/tasklist/*:+org/eclipse/ui/wizards/datatransfer/*:+org/eclipse/ui/wizards/newresource/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.100.v20240321-1445/org.eclipse.equinox.bidi-1.5.100.v20240321-1445.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/properties/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.10.200.v20240425-1316/org.eclipse.equinox.p2.engine-2.10.200.v20240425-1316.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.9.100.v20240416-0654/org.eclipse.equinox.p2.metadata-2.9.100.v20240416-0654.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.11.100.v20240321-1450/org.eclipse.equinox.p2.core-2.11.100.v20240321-1450.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.17.200.v20231201-1637/org.eclipse.e4.ui.ide-3.17.200.v20231201-1637.jar[~org/eclipse/e4/ui/internal/workspace/markers/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare/3.11.0.v20240419-1233/org.eclipse.compare-3.11.0.v20240419-1233.jar[+org/eclipse/compare/*:+org/eclipse/compare/contentmergeviewer/*:~org/eclipse/compare/internal/*:~org/eclipse/compare/internal/merge/*:~org/eclipse/compare/internal/patch/*:+org/eclipse/compare/patch/*:+org/eclipse/compare/structuremergeviewer/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.17.400.v20240424-0941/org.eclipse.ui.workbench.texteditor-3.17.400.v20240424-0941.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.17.300.v20240416-0658/org.eclipse.ui.editors-3.17.300.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers/3.8.300.v20240207-1054/org.eclipse.core.filebuffers-3.8.300.v20240207-1054.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes[~org/eclipse/ecf/internal/presence/ui/*:~org/eclipse/ecf/internal/presence/ui/dialogs/*:+org/eclipse/ecf/presence/ui/*:+org/eclipse/ecf/presence/ui/chatroom/*:+org/eclipse/ecf/presence/ui/dnd/*:+org/eclipse/ecf/presence/ui/menu/*:+org/eclipse/ecf/presence/ui/roster/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/classes[+org/eclipse/team/internal/ecf/core/*:+org/eclipse/team/internal/ecf/core/messages/*:+org/eclipse/team/internal/ecf/core/variants/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/ECFStart.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/WorkbenchAwareRemoteShare.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteAction.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/handlers/CompareWithMenuContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithHandler.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithMenuContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/subscriber/RemoteSubscriberParticipant.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizard.java, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:17Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/framework/bundles/org.eclipse.team.ecf.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.team.ecf.ui-1.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@5aaeef9c [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.team.ecf.ui-1.0.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/org.eclipse.team.ecf.ui-1.0.201-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/team/ [DEBUG] adding directory org/eclipse/team/internal/ [DEBUG] adding directory org/eclipse/team/internal/ecf/ [DEBUG] adding directory org/eclipse/team/internal/ecf/ui/ [DEBUG] adding directory org/eclipse/team/internal/ecf/ui/actions/ [DEBUG] adding directory org/eclipse/team/internal/ecf/ui/handlers/ [DEBUG] adding directory org/eclipse/team/internal/ecf/ui/subscriber/ [DEBUG] adding directory org/eclipse/team/internal/ecf/ui/wizards/ [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/ECFStart.java [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/Messages.java [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/WorkbenchAwareRemoteShare.java [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteAction.java [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.java [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler.java [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/handlers/CompareWithMenuContributionItem.java [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithHandler.java [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithMenuContributionItem.java [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/messages.properties [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/subscriber/RemoteSubscriberParticipant.java [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizard.java [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1b67b9e0 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.team.ecf.ui-1.0.201-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@98df8a3 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:17.973490003, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:17.973802585, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:17.973802585, lastModified=2024-05-02 22:36:24.438735197, delta=233535067388 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:17.973802585, lastModified=2024-05-02 22:36:24.438735197, delta=233535067388 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:17.973802585, lastModified=2024-05-02 22:36:24.438735197, delta=233535067388 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:17.974309365, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:17.974429143, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:17.974429143, lastModified=2024-05-02 22:36:25.084747530, delta=232889681613 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/ECFStart$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/ECFStart$1.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/ECFStart$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/ECFStart$2.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/ECFStart.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/ECFStart.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/WorkbenchAwareRemoteShare$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/WorkbenchAwareRemoteShare$1.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/WorkbenchAwareRemoteShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/WorkbenchAwareRemoteShare.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteAction.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation$OverrideWithRemoteRunnable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation$OverrideWithRemoteRunnable.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler$1.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler$2.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/handlers/CompareWithMenuContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/handlers/CompareWithMenuContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithHandler$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithHandler$1.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithHandler.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithMenuContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithMenuContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/subscriber/RemoteSubscriberParticipant$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/subscriber/RemoteSubscriberParticipant$1.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/subscriber/RemoteSubscriberParticipant.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/subscriber/RemoteSubscriberParticipant.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizard.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$1.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$2.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$3.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$4.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$5.class [DEBUG] parseClassFile(): path=org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@74a74cfd [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/ECFStart$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/ECFStart$1.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/ECFStart$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/ECFStart$2.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/ECFStart.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/ECFStart.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/WorkbenchAwareRemoteShare$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/WorkbenchAwareRemoteShare$1.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/WorkbenchAwareRemoteShare.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/WorkbenchAwareRemoteShare.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteAction.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation$OverrideWithRemoteRunnable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation$OverrideWithRemoteRunnable.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler$1.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler$2.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/handlers/CompareWithMenuContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/handlers/CompareWithMenuContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithHandler$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithHandler$1.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithHandler.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithMenuContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithMenuContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/subscriber/RemoteSubscriberParticipant$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/subscriber/RemoteSubscriberParticipant$1.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/subscriber/RemoteSubscriberParticipant.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/subscriber/RemoteSubscriberParticipant.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizard.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$1.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$2.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$3.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$4.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$5.class [DEBUG] visitClassFile(): path=org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/classes/org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage.class [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/org.eclipse.team.ecf.ui-1.0.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/team/ [DEBUG] adding directory org/eclipse/team/internal/ [DEBUG] adding directory org/eclipse/team/internal/ecf/ [DEBUG] adding directory org/eclipse/team/internal/ecf/ui/ [DEBUG] adding directory org/eclipse/team/internal/ecf/ui/actions/ [DEBUG] adding directory org/eclipse/team/internal/ecf/ui/handlers/ [DEBUG] adding directory org/eclipse/team/internal/ecf/ui/subscriber/ [DEBUG] adding directory org/eclipse/team/internal/ecf/ui/wizards/ [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/ECFStart$1.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/ECFStart$2.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/ECFStart.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/Messages.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/WorkbenchAwareRemoteShare$1.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/WorkbenchAwareRemoteShare.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteAction.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation$OverrideWithRemoteRunnable.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler$2.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/handlers/CompareWithHandler$1.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/handlers/CompareWithMenuContributionItem.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithHandler$1.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithHandler.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/handlers/SynchronizeWithMenuContributionItem.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/subscriber/RemoteSubscriberParticipant.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/subscriber/RemoteSubscriberParticipant$1.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizard.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$1.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$3.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$2.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$4.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/wizards/RemotePeerSynchronizeWizardPage$5.class [DEBUG] adding entry org/eclipse/team/internal/ecf/ui/messages.properties [DEBUG] adding directory icons/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/collaboration.gif [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.team.ecf.ui-1.0.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/org.eclipse.team.ecf.ui-1.0.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/org.eclipse.team.ecf.ui-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/org.eclipse.team.ecf.ui-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/org.eclipse.team.ecf.ui-1.0.201-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/org.eclipse.team.ecf.ui-1.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/org.eclipse.team.ecf.ui-1.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@78d39842] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.team.ecf.ui --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.team.ecf.ui/1.0.201.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.team.ecf.ui,1.0.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ecf.ui/1.0.201.v20230528-2254/org.eclipse.team.ecf.ui-1.0.201.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.team.ecf.ui.source/1.0.201.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.team.ecf.ui.source,1.0.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ecf.ui.source/1.0.201.v20230528-2254/org.eclipse.team.ecf.ui.source-1.0.201.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console >-- [INFO] Building org.eclipse.ecf.osgi.services.remoteserviceadmin.console 1.3.1-SNAPSHOT [36/114] [INFO] from osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=47866, ConflictMarker.markTime=35230, ConflictMarker.nodeCount=120, ConflictIdSorter.graphTime=27983, ConflictIdSorter.topsortTime=25313, ConflictIdSorter.conflictIdCount=31, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=259126, ConflictResolver.conflictItemCount=119, DfDependencyCollector.collectTime=835506, DfDependencyCollector.transformTime=415216} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:eclipse-plugin:1.3.1-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.console:jar:1.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] org.apache.felix:org.apache.felix.gogo.command:jar:1.1.2:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.6:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.service.component.annotations:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:20.284247102, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:20.284504727, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:20.284504727, lastModified=2024-05-02 22:36:24.438735197, delta=235845769530 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:20.284504727, lastModified=2024-05-02 22:36:24.438735197, delta=235845769530 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:20.284504727, lastModified=2024-05-02 22:36:24.438735197, delta=235845769530 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:20.284856977, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:20.285017419, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:20.285017419, lastModified=2024-05-02 22:36:25.084747530, delta=235200269889 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:20.284504727, lastModified=2024-05-02 22:36:24.438735197, delta=235845769530 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:20.284504727, lastModified=2024-05-02 22:36:24.438735197, delta=235845769530 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:40:20.285548582, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:40:20.285608966, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:20.290467122, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:20.300242496, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:20.284504727, lastModified=2024-05-02 22:36:24.438735197, delta=235845769530 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:20.284504727, lastModified=2024-05-02 22:36:24.438735197, delta=235845769530 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.3.1.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fosgi%252Fbundles%252Forg.eclipse.ecf.osgi.services.remoteserviceadmin.console) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.osgi.services.remoteserviceadmin.console [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:20Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.1.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes [DEBUG] unqualifiedVersion: 1.3.1 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.3.1-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.7' { source level: 1.7, target level: 1.7}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.7/1.7 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar[+org/apache/felix/gogo/runtime/*:+org/apache/felix/gogo/runtime/activator/*:+org/apache/felix/gogo/runtime/threadio/*:+org/apache/felix/service/command/*:+org/apache/felix/service/command/annotations/*:+org/apache/felix/service/threadio/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes[+org/eclipse/ecf/console/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes[+org/eclipse/ecf/osgi/services/remoteserviceadmin/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component.annotations/1.5.1.202212101352/org.osgi.service.component.annotations-1.5.1.202212101352.jar[+org/osgi/service/component/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar[+org/apache/felix/gogo/runtime/*:+org/apache/felix/gogo/runtime/activator/*:+org/apache/felix/gogo/runtime/threadio/*:+org/apache/felix/service/command/*:+org/apache/felix/service/command/annotations/*:+org/apache/felix/service/threadio/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes[+org/eclipse/ecf/console/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes[+org/eclipse/ecf/osgi/services/remoteserviceadmin/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component.annotations/1.5.1.202212101352/org.osgi.service.component.annotations-1.5.1.202212101352.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar[+org/apache/felix/gogo/runtime/*:+org/apache/felix/gogo/runtime/activator/*:+org/apache/felix/gogo/runtime/threadio/*:+org/apache/felix/service/command/*:+org/apache/felix/service/command/annotations/*:+org/apache/felix/service/threadio/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes[+org/eclipse/ecf/console/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes[+org/eclipse/ecf/osgi/services/remoteserviceadmin/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component.annotations/1.5.1.202212101352/org.osgi.service.component.annotations-1.5.1.202212101352.jar[+org/osgi/service/component/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/console/RSACommand.java, -g, -nowarn, -target, 1.7, -source, 1.7, --release, 7, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:20Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.1.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes [DEBUG] unqualifiedVersion: 1.3.1 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.3.1-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.7' { source level: 1.7, target level: 1.7}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.7/1.7 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@50313bd9 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.3.1-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.3.1-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/osgi/ [DEBUG] adding directory org/eclipse/ecf/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/osgi/services/remoteserviceadmin/ [DEBUG] adding directory org/eclipse/ecf/osgi/services/remoteserviceadmin/console/ [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/console/RSACommand.java [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4001fc46 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.3.1-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@1ab7c33a [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:21.091954213, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:21.092208754, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:21.092208754, lastModified=2024-05-02 22:36:24.438735197, delta=236653473557 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:21.092208754, lastModified=2024-05-02 22:36:24.438735197, delta=236653473557 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:21.092208754, lastModified=2024-05-02 22:36:24.438735197, delta=236653473557 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:21.092545342, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:21.092625894, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:21.092625894, lastModified=2024-05-02 22:36:25.084747530, delta=236007878364 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/console/RSACommand.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/console/RSACommand.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@1118a9c2 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/remoteserviceadmin/console/RSACommand.class resource=/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes/org/eclipse/ecf/osgi/services/remoteserviceadmin/console/RSACommand.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Reference.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Reference.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Reference.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Reference.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Reference.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Reference.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Reference.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Reference.class): [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Activate.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Activate.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Activate.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Activate.class): [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Deactivate.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Deactivate.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Deactivate.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Deactivate.class): [DEBUG] Unable to determine whether the meta annotation org.apache.felix.service.command.Descriptor applied to type org.eclipse.ecf.osgi.services.remoteserviceadmin.console.RSACommand provides bundle annotations as it is not on the project build path. If this annotation does provide bundle annotations then it must be present on the build path in order to be processed [DEBUG] Unable to determine whether the meta annotation org.apache.felix.service.command.Parameter applied to type org.eclipse.ecf.osgi.services.remoteserviceadmin.console.RSACommand provides bundle annotations as it is not on the project build path. If this annotation does provide bundle annotations then it must be present on the build path in order to be processed [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.3.1-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/osgi/ [DEBUG] adding directory org/eclipse/ecf/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/osgi/services/remoteserviceadmin/ [DEBUG] adding directory org/eclipse/ecf/osgi/services/remoteserviceadmin/console/ [DEBUG] adding entry org/eclipse/ecf/osgi/services/remoteserviceadmin/console/RSACommand.class [DEBUG] adding directory OSGI-INF/ [DEBUG] adding entry OSGI-INF/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.RSACommand.xml [DEBUG] adding entry about.html [DEBUG] adding entry bundle.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.3.1-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.3.1-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.3.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.3.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.3.1-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.3.1-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.3.1-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@4a6e2ac] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.osgi.services.remoteserviceadmin.console/1.3.1.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.console,1.3.1.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/1.3.1.v20230528-2254/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.3.1.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source/1.3.1.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source,1.3.1.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source/1.3.1.v20230528-2254/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source-1.3.1.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -----< org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution >----- [INFO] Building org.eclipse.ecf.osgi.services.distribution 2.1.700-SNAPSHOT [37/114] [INFO] from compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=38080, ConflictMarker.markTime=28906, ConflictMarker.nodeCount=95, ConflictIdSorter.graphTime=24476, ConflictIdSorter.topsortTime=21031, ConflictIdSorter.conflictIdCount=25, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=185313, ConflictResolver.conflictItemCount=94, DfDependencyCollector.collectTime=484079, DfDependencyCollector.transformTime=316657} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:eclipse-plugin:2.1.700-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:27.101341252, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:27.101650813, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:27.101650813, lastModified=2024-05-02 22:36:24.438735197, delta=242662915616 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:27.101650813, lastModified=2024-05-02 22:36:24.438735197, delta=242662915616 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:27.101650813, lastModified=2024-05-02 22:36:24.438735197, delta=242662915616 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:27.102001498, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:27.102173022, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:27.102173022, lastModified=2024-05-02 22:36:25.084747530, delta=242017425492 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:27.101650813, lastModified=2024-05-02 22:36:24.438735197, delta=242662915616 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:27.101650813, lastModified=2024-05-02 22:36:24.438735197, delta=242662915616 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:40:27.102723144, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:40:27.102785643, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:27.107680637, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:27.116254770, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:27.101650813, lastModified=2024-05-02 22:36:24.438735197, delta=242662915616 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:27.101650813, lastModified=2024-05-02 22:36:24.438735197, delta=242662915616 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.1.700.v20231021-2127 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fcompendium%252Fbundles%252Forg.eclipse.ecf.osgi.services.distribution) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.osgi.services.distribution [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2127 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:27Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.1.700.v20231021-2127 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/compendium/bundles/org.eclipse.ecf.osgi.services.distribution [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes [DEBUG] unqualifiedVersion: 2.1.700 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.osgi.services.distribution-2.1.700-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes[+org/eclipse/ecf/osgi/services/remoteserviceadmin/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/framework/hooks/service/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes[+org/eclipse/ecf/osgi/services/remoteserviceadmin/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/framework/hooks/service/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes[+org/eclipse/ecf/osgi/services/remoteserviceadmin/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/framework/hooks/service/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/org/eclipse/ecf/internal/osgi/services/distribution/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/org/eclipse/ecf/internal/osgi/services/distribution/BasicTopologyManager.java, /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/org/eclipse/ecf/osgi/services/distribution/IDistributionConstants.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2127 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:27Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.1.700.v20231021-2127 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/compendium/bundles/org.eclipse.ecf.osgi.services.distribution [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes [DEBUG] unqualifiedVersion: 2.1.700 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.osgi.services.distribution-2.1.700-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@71c89475 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.distribution-2.1.700-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/org.eclipse.ecf.osgi.services.distribution-2.1.700-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/osgi/ [DEBUG] adding directory org/eclipse/ecf/internal/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/internal/osgi/services/distribution/ [DEBUG] adding directory org/eclipse/ecf/osgi/ [DEBUG] adding directory org/eclipse/ecf/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/osgi/services/distribution/ [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/distribution/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/distribution/BasicTopologyManager.java [DEBUG] adding entry org/eclipse/ecf/osgi/services/distribution/IDistributionConstants.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@2847e7f9 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.distribution-2.1.700-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@55a7bdd5 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:27.880694500, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:27.881002336, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:27.881002336, lastModified=2024-05-02 22:36:24.438735197, delta=243442267139 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:27.881002336, lastModified=2024-05-02 22:36:24.438735197, delta=243442267139 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:27.881002336, lastModified=2024-05-02 22:36:24.438735197, delta=243442267139 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:27.881563009, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:27.881670409, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:27.881670409, lastModified=2024-05-02 22:36:25.084747530, delta=242796922879 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/distribution/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes/org/eclipse/ecf/internal/osgi/services/distribution/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/osgi/services/distribution/BasicTopologyManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes/org/eclipse/ecf/internal/osgi/services/distribution/BasicTopologyManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/osgi/services/distribution/IDistributionConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes/org/eclipse/ecf/osgi/services/distribution/IDistributionConstants.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@f809f09 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/distribution/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes/org/eclipse/ecf/internal/osgi/services/distribution/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/osgi/services/distribution/BasicTopologyManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes/org/eclipse/ecf/internal/osgi/services/distribution/BasicTopologyManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/osgi/services/distribution/IDistributionConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes/org/eclipse/ecf/osgi/services/distribution/IDistributionConstants.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/org.eclipse.ecf.osgi.services.distribution-2.1.700-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/osgi/ [DEBUG] adding directory org/eclipse/ecf/internal/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/internal/osgi/services/distribution/ [DEBUG] adding directory org/eclipse/ecf/osgi/ [DEBUG] adding directory org/eclipse/ecf/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/osgi/services/distribution/ [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/distribution/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/osgi/services/distribution/BasicTopologyManager.class [DEBUG] adding entry org/eclipse/ecf/osgi/services/distribution/IDistributionConstants.class [DEBUG] adding directory OSGI-INF/ [DEBUG] adding entry OSGI-INF/permissions.perm [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.distribution-2.1.700-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/org.eclipse.ecf.osgi.services.distribution-2.1.700-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/org.eclipse.ecf.osgi.services.distribution-2.1.700-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/org.eclipse.ecf.osgi.services.distribution-2.1.700-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/org.eclipse.ecf.osgi.services.distribution-2.1.700-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/org.eclipse.ecf.osgi.services.distribution-2.1.700-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/org.eclipse.ecf.osgi.services.distribution-2.1.700-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@3b3b3e5a] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.osgi.services.distribution/2.1.700.v20231021-2127 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.osgi.services.distribution,2.1.700.v20231021-2127 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.osgi.services.distribution/2.1.700.v20231021-2127/org.eclipse.ecf.osgi.services.distribution-2.1.700.v20231021-2127-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.osgi.services.distribution.source/2.1.700.v20231021-2127 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.osgi.services.distribution.source,2.1.700.v20231021-2127 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.osgi.services.distribution.source/2.1.700.v20231021-2127/org.eclipse.ecf.osgi.services.distribution.source-2.1.700.v20231021-2127-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -------------< org.eclipse.ecf:ch.ethz.iks.r_osgi.remote >-------------- [INFO] Building ch.ethz.iks.r_osgi.remote 1.3.0-SNAPSHOT [38/114] [INFO] from protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=27626, ConflictMarker.markTime=22103, ConflictMarker.nodeCount=61, ConflictIdSorter.graphTime=14193, ConflictIdSorter.topsortTime=16776, ConflictIdSorter.conflictIdCount=21, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=133553, ConflictResolver.conflictItemCount=60, DfDependencyCollector.collectTime=333817, DfDependencyCollector.transformTime=232227} [DEBUG] org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:eclipse-plugin:1.3.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:30.842728501, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:30.842982481, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:30.842982481, lastModified=2024-05-02 22:36:24.438735197, delta=246404247284 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:30.842982481, lastModified=2024-05-02 22:36:24.438735197, delta=246404247284 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:30.842982481, lastModified=2024-05-02 22:36:24.438735197, delta=246404247284 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:30.843397242, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:30.843565373, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:30.843565373, lastModified=2024-05-02 22:36:25.084747530, delta=245758817843 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:30.842982481, lastModified=2024-05-02 22:36:24.438735197, delta=246404247284 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:30.842982481, lastModified=2024-05-02 22:36:24.438735197, delta=246404247284 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:40:30.844258150, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:40:30.844346036, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:30.849651219, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:30.858258854, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:30.842982481, lastModified=2024-05-02 22:36:24.438735197, delta=246404247284 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:30.842982481, lastModified=2024-05-02 22:36:24.438735197, delta=246404247284 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.3.0.v20240406-1023 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fprotocols%252Fbundles%252Fch.ethz.iks.r_osgi.remote) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of ch.ethz.iks.r_osgi.remote [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240406-1023 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:31Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.0.v20240406-1023 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/protocols/bundles/ch.ethz.iks.r_osgi.remote [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes [DEBUG] unqualifiedVersion: 1.3.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = ch.ethz.iks.r_osgi.remote-1.3.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/packageadmin/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/eclipse/ecf/remoteservice/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0.jar[+org/objectweb/asm/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/packageadmin/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/eclipse/ecf/remoteservice/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0.jar[+org/objectweb/asm/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/packageadmin/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/eclipse/ecf/remoteservice/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0.jar[+org/objectweb/asm/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/AsyncRemoteCallCallback.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/RemoteOSGiException.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/RemoteOSGiService.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/RemoteServiceEvent.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/RemoteServiceListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/RemoteServiceReference.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/Remoting.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/SmartProxy.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/SurrogateRegistration.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/URI.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/channels/ChannelEndpoint.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/channels/ChannelEndpointManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/channels/NetworkChannel.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/channels/NetworkChannelFactory.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/AsyncCallback.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/CodeAnalyzer.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiActivator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteServiceReferenceImpl.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteServiceRegistration.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/TCPChannelFactory.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/TimeOffset.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/messages/DeliverBundlesMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/messages/DeliverServiceMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/messages/LeaseMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/messages/LeaseUpdateMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/messages/RemoteCallMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/messages/RemoteCallResultMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/messages/RemoteEventMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/messages/RemoteOSGiMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/messages/RequestBundleMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/messages/RequestDependenciesMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/messages/RequestServiceMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/messages/StreamRequestMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/messages/StreamResultMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/messages/TimeOffsetMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/service_discovery/ServiceDiscoveryHandler.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/service_discovery/ServiceDiscoveryListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/streams/InputStreamHandle.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/streams/InputStreamProxy.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/streams/OutputStreamHandle.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/streams/OutputStreamProxy.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/types/BoxedPrimitive.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/types/ServiceUIComponent.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/types/Timestamp.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/util/CollectionUtils.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/util/MathUtils.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/util/ScheduleListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/util/Scheduler.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/util/SmartConstants.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/util/SmartObjectInputStream.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/util/SmartObjectOutputStream.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/util/StringUtils.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: ---------- 1. WARNING in /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/CodeAnalyzer.java (at line 687) public void visitTableSwitchInsn(final int min, final int max, final Label dflt, final Label[] labels) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike CodeAnalyzer.MethodAnalyzer.visitTableSwitchInsn(int, int, Label, Label[]) and MethodVisitor.visitTableSwitchInsn(int, int, Label, Label...) ---------- 1 problem (1 warning) [WARNING] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/CodeAnalyzer.java:[687] public void visitTableSwitchInsn(final int min, final int max, final Label dflt, final Label[] labels) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike CodeAnalyzer.MethodAnalyzer.visitTableSwitchInsn(int, int, Label, Label[]) and MethodVisitor.visitTableSwitchInsn(int, int, Label, Label...) 1 problem (1 warning) [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240406-1023 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:31Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.0.v20240406-1023 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/protocols/bundles/ch.ethz.iks.r_osgi.remote [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes [DEBUG] unqualifiedVersion: 1.3.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = ch.ethz.iks.r_osgi.remote-1.3.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4fd252d9 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = ch.ethz.iks.r_osgi.remote-1.3.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (f) qualifier = v20240406-1023 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.3.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory ch/ [DEBUG] adding directory ch/ethz/ [DEBUG] adding directory ch/ethz/iks/ [DEBUG] adding directory ch/ethz/iks/r_osgi/ [DEBUG] adding directory ch/ethz/iks/r_osgi/channels/ [DEBUG] adding directory ch/ethz/iks/r_osgi/impl/ [DEBUG] adding directory ch/ethz/iks/r_osgi/messages/ [DEBUG] adding directory ch/ethz/iks/r_osgi/service_discovery/ [DEBUG] adding directory ch/ethz/iks/r_osgi/streams/ [DEBUG] adding directory ch/ethz/iks/r_osgi/types/ [DEBUG] adding directory ch/ethz/iks/util/ [DEBUG] adding entry ch/ethz/iks/r_osgi/AsyncRemoteCallCallback.java [DEBUG] adding entry ch/ethz/iks/r_osgi/RemoteOSGiException.java [DEBUG] adding entry ch/ethz/iks/r_osgi/RemoteOSGiService.java [DEBUG] adding entry ch/ethz/iks/r_osgi/RemoteServiceEvent.java [DEBUG] adding entry ch/ethz/iks/r_osgi/RemoteServiceListener.java [DEBUG] adding entry ch/ethz/iks/r_osgi/RemoteServiceReference.java [DEBUG] adding entry ch/ethz/iks/r_osgi/Remoting.java [DEBUG] adding entry ch/ethz/iks/r_osgi/SmartProxy.java [DEBUG] adding entry ch/ethz/iks/r_osgi/SurrogateRegistration.java [DEBUG] adding entry ch/ethz/iks/r_osgi/URI.java [DEBUG] adding entry ch/ethz/iks/r_osgi/channels/ChannelEndpoint.java [DEBUG] adding entry ch/ethz/iks/r_osgi/channels/ChannelEndpointManager.java [DEBUG] adding entry ch/ethz/iks/r_osgi/channels/NetworkChannel.java [DEBUG] adding entry ch/ethz/iks/r_osgi/channels/NetworkChannelFactory.java [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/AsyncCallback.java [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.java [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/CodeAnalyzer.java [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/ProxyGenerator.java [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/RemoteOSGiActivator.java [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/RemoteServiceReferenceImpl.java [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/RemoteServiceRegistration.java [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/TCPChannelFactory.java [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/TimeOffset.java [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/DeliverBundlesMessage.java [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/DeliverServiceMessage.java [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/LeaseMessage.java [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/LeaseUpdateMessage.java [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/RemoteCallMessage.java [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/RemoteCallResultMessage.java [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/RemoteEventMessage.java [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/RemoteOSGiMessage.java [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/RequestBundleMessage.java [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/RequestDependenciesMessage.java [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/RequestServiceMessage.java [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/StreamRequestMessage.java [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/StreamResultMessage.java [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/TimeOffsetMessage.java [DEBUG] adding entry ch/ethz/iks/r_osgi/service_discovery/ServiceDiscoveryHandler.java [DEBUG] adding entry ch/ethz/iks/r_osgi/service_discovery/ServiceDiscoveryListener.java [DEBUG] adding entry ch/ethz/iks/r_osgi/streams/InputStreamHandle.java [DEBUG] adding entry ch/ethz/iks/r_osgi/streams/InputStreamProxy.java [DEBUG] adding entry ch/ethz/iks/r_osgi/streams/OutputStreamHandle.java [DEBUG] adding entry ch/ethz/iks/r_osgi/streams/OutputStreamProxy.java [DEBUG] adding entry ch/ethz/iks/r_osgi/types/BoxedPrimitive.java [DEBUG] adding entry ch/ethz/iks/r_osgi/types/ServiceUIComponent.java [DEBUG] adding entry ch/ethz/iks/r_osgi/types/Timestamp.java [DEBUG] adding entry ch/ethz/iks/util/CollectionUtils.java [DEBUG] adding entry ch/ethz/iks/util/MathUtils.java [DEBUG] adding entry ch/ethz/iks/util/ScheduleListener.java [DEBUG] adding entry ch/ethz/iks/util/Scheduler.java [DEBUG] adding entry ch/ethz/iks/util/SmartConstants.java [DEBUG] adding entry ch/ethz/iks/util/SmartObjectInputStream.java [DEBUG] adding entry ch/ethz/iks/util/SmartObjectOutputStream.java [DEBUG] adding entry ch/ethz/iks/util/StringUtils.java [DEBUG] adding entry LICENSE.txt [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@22041666 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = ch.ethz.iks.r_osgi.remote-1.3.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (f) qualifier = v20240406-1023 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@73446cbc [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:32.197568830, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:32.197861547, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:32.197861547, lastModified=2024-05-02 22:36:24.438735197, delta=247759126350 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:32.197861547, lastModified=2024-05-02 22:36:24.438735197, delta=247759126350 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:32.197861547, lastModified=2024-05-02 22:36:24.438735197, delta=247759126350 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:32.198195566, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:32.198277425, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:32.198277425, lastModified=2024-05-02 22:36:25.084747530, delta=247113529895 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/AsyncRemoteCallCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/AsyncRemoteCallCallback.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/RemoteOSGiException.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/RemoteOSGiException.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/RemoteOSGiService.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/RemoteOSGiService.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/RemoteServiceEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/RemoteServiceEvent.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/RemoteServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/RemoteServiceListener.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/RemoteServiceReference.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/RemoteServiceReference.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/Remoting.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/Remoting.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/SmartProxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/SmartProxy.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/SurrogateRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/SurrogateRegistration.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/URI.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/URI.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/channels/ChannelEndpoint.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/channels/ChannelEndpoint.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/channels/ChannelEndpointManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/channels/ChannelEndpointManager.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/channels/NetworkChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/channels/NetworkChannel.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/channels/NetworkChannelFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/channels/NetworkChannelFactory.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/AsyncCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/AsyncCallback.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$1.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$2.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$3.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$EventForwarder.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$EventForwarder.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$WaitingCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$WaitingCallback.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer$Mapping.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer$Mapping.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/CodeAnalyzer$MethodAnalyzer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/CodeAnalyzer$MethodAnalyzer.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/CodeAnalyzer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/CodeAnalyzer.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/ProxyGenerator$ClassRewriter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ProxyGenerator$ClassRewriter.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/ProxyGenerator$MethodRewriter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ProxyGenerator$MethodRewriter.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/ProxyGenerator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ProxyGenerator.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteOSGiActivator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteOSGiActivator.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$1.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$2.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$3.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$4.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteServiceReferenceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteServiceReferenceImpl.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteServiceRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteServiceRegistration.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPAcceptorThread.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPAcceptorThread.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPChannel$ReceiverThread.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPChannel$ReceiverThread.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPChannel.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/TCPChannelFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/TCPChannelFactory.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/impl/TimeOffset.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/TimeOffset.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/messages/DeliverBundlesMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/DeliverBundlesMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/messages/DeliverServiceMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/DeliverServiceMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/messages/LeaseMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/LeaseMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/messages/LeaseUpdateMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/LeaseUpdateMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/messages/RemoteCallMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/RemoteCallMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/messages/RemoteCallResultMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/RemoteCallResultMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/messages/RemoteEventMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/RemoteEventMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/messages/RemoteOSGiMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/RemoteOSGiMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/messages/RequestBundleMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/RequestBundleMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/messages/RequestDependenciesMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/RequestDependenciesMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/messages/RequestServiceMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/RequestServiceMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/messages/StreamRequestMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/StreamRequestMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/messages/StreamResultMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/StreamResultMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/messages/TimeOffsetMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/TimeOffsetMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/service_discovery/ServiceDiscoveryHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/service_discovery/ServiceDiscoveryHandler.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/service_discovery/ServiceDiscoveryListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/service_discovery/ServiceDiscoveryListener.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/streams/InputStreamHandle.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/streams/InputStreamHandle.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/streams/InputStreamProxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/streams/InputStreamProxy.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/streams/OutputStreamHandle.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/streams/OutputStreamHandle.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/streams/OutputStreamProxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/streams/OutputStreamProxy.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/types/BoxedPrimitive.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/types/BoxedPrimitive.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/types/ServiceUIComponent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/types/ServiceUIComponent.class [DEBUG] parseClassFile(): path=ch/ethz/iks/r_osgi/types/Timestamp.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/types/Timestamp.class [DEBUG] parseClassFile(): path=ch/ethz/iks/util/CollectionUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/CollectionUtils.class [DEBUG] parseClassFile(): path=ch/ethz/iks/util/MathUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/MathUtils.class [DEBUG] parseClassFile(): path=ch/ethz/iks/util/ScheduleListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/ScheduleListener.class [DEBUG] parseClassFile(): path=ch/ethz/iks/util/Scheduler$ScheduleThread.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/Scheduler$ScheduleThread.class [DEBUG] parseClassFile(): path=ch/ethz/iks/util/Scheduler.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/Scheduler.class [DEBUG] parseClassFile(): path=ch/ethz/iks/util/SmartConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/SmartConstants.class [DEBUG] parseClassFile(): path=ch/ethz/iks/util/SmartObjectInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/SmartObjectInputStream.class [DEBUG] parseClassFile(): path=ch/ethz/iks/util/SmartObjectOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/SmartObjectOutputStream.class [DEBUG] parseClassFile(): path=ch/ethz/iks/util/StringUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/StringUtils.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@6cf0c297 [DEBUG] end [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/AsyncRemoteCallCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/AsyncRemoteCallCallback.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/RemoteOSGiException.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/RemoteOSGiException.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/RemoteOSGiService.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/RemoteOSGiService.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/RemoteServiceEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/RemoteServiceEvent.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/RemoteServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/RemoteServiceListener.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/RemoteServiceReference.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/RemoteServiceReference.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/Remoting.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/Remoting.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/SmartProxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/SmartProxy.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/SurrogateRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/SurrogateRegistration.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/URI.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/URI.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/channels/ChannelEndpoint.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/channels/ChannelEndpoint.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/channels/ChannelEndpointManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/channels/ChannelEndpointManager.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/channels/NetworkChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/channels/NetworkChannel.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/channels/NetworkChannelFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/channels/NetworkChannelFactory.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/AsyncCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/AsyncCallback.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$1.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$2.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$3.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$EventForwarder.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$EventForwarder.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$WaitingCallback.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$WaitingCallback.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer$Mapping.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer$Mapping.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/CodeAnalyzer$MethodAnalyzer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/CodeAnalyzer$MethodAnalyzer.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/CodeAnalyzer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/CodeAnalyzer.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/ProxyGenerator$ClassRewriter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ProxyGenerator$ClassRewriter.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/ProxyGenerator$MethodRewriter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ProxyGenerator$MethodRewriter.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/ProxyGenerator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/ProxyGenerator.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteOSGiActivator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteOSGiActivator.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$1.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$2.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$3.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$4.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteServiceReferenceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteServiceReferenceImpl.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/RemoteServiceRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/RemoteServiceRegistration.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPAcceptorThread.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPAcceptorThread.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPChannel$ReceiverThread.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPChannel$ReceiverThread.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPChannel.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/TCPChannelFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/TCPChannelFactory.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/impl/TimeOffset.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/impl/TimeOffset.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/messages/DeliverBundlesMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/DeliverBundlesMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/messages/DeliverServiceMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/DeliverServiceMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/messages/LeaseMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/LeaseMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/messages/LeaseUpdateMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/LeaseUpdateMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/messages/RemoteCallMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/RemoteCallMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/messages/RemoteCallResultMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/RemoteCallResultMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/messages/RemoteEventMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/RemoteEventMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/messages/RemoteOSGiMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/RemoteOSGiMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/messages/RequestBundleMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/RequestBundleMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/messages/RequestDependenciesMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/RequestDependenciesMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/messages/RequestServiceMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/RequestServiceMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/messages/StreamRequestMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/StreamRequestMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/messages/StreamResultMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/StreamResultMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/messages/TimeOffsetMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/messages/TimeOffsetMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/service_discovery/ServiceDiscoveryHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/service_discovery/ServiceDiscoveryHandler.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/service_discovery/ServiceDiscoveryListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/service_discovery/ServiceDiscoveryListener.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/streams/InputStreamHandle.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/streams/InputStreamHandle.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/streams/InputStreamProxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/streams/InputStreamProxy.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/streams/OutputStreamHandle.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/streams/OutputStreamHandle.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/streams/OutputStreamProxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/streams/OutputStreamProxy.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/types/BoxedPrimitive.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/types/BoxedPrimitive.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/types/ServiceUIComponent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/types/ServiceUIComponent.class [DEBUG] visitClassFile(): path=ch/ethz/iks/r_osgi/types/Timestamp.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/r_osgi/types/Timestamp.class [DEBUG] visitClassFile(): path=ch/ethz/iks/util/CollectionUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/CollectionUtils.class [DEBUG] visitClassFile(): path=ch/ethz/iks/util/MathUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/MathUtils.class [DEBUG] visitClassFile(): path=ch/ethz/iks/util/ScheduleListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/ScheduleListener.class [DEBUG] visitClassFile(): path=ch/ethz/iks/util/Scheduler$ScheduleThread.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/Scheduler$ScheduleThread.class [DEBUG] visitClassFile(): path=ch/ethz/iks/util/Scheduler.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/Scheduler.class [DEBUG] visitClassFile(): path=ch/ethz/iks/util/SmartConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/SmartConstants.class [DEBUG] visitClassFile(): path=ch/ethz/iks/util/SmartObjectInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/SmartObjectInputStream.class [DEBUG] visitClassFile(): path=ch/ethz/iks/util/SmartObjectOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/SmartObjectOutputStream.class [DEBUG] visitClassFile(): path=ch/ethz/iks/util/StringUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes/ch/ethz/iks/util/StringUtils.class [DEBUG] parseClassFile(): path=java/util/EventListener.class resource=:jrt:/java.base/java/util/EventListener.class: [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [DEBUG] parseClassFile(): path=org/osgi/service/event/EventHandler.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar(org/osgi/service/event/EventHandler.class): [DEBUG] parseClassFile(): path=java/lang/Comparable.class resource=:jrt:/java.base/java/lang/Comparable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.3.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory ch/ [DEBUG] adding directory ch/ethz/ [DEBUG] adding directory ch/ethz/iks/ [DEBUG] adding directory ch/ethz/iks/r_osgi/ [DEBUG] adding directory ch/ethz/iks/r_osgi/channels/ [DEBUG] adding directory ch/ethz/iks/r_osgi/impl/ [DEBUG] adding directory ch/ethz/iks/r_osgi/messages/ [DEBUG] adding directory ch/ethz/iks/r_osgi/service_discovery/ [DEBUG] adding directory ch/ethz/iks/r_osgi/streams/ [DEBUG] adding directory ch/ethz/iks/r_osgi/types/ [DEBUG] adding directory ch/ethz/iks/util/ [DEBUG] adding entry ch/ethz/iks/r_osgi/AsyncRemoteCallCallback.class [DEBUG] adding entry ch/ethz/iks/r_osgi/RemoteOSGiException.class [DEBUG] adding entry ch/ethz/iks/r_osgi/RemoteOSGiService.class [DEBUG] adding entry ch/ethz/iks/r_osgi/RemoteServiceEvent.class [DEBUG] adding entry ch/ethz/iks/r_osgi/RemoteServiceListener.class [DEBUG] adding entry ch/ethz/iks/r_osgi/RemoteServiceReference.class [DEBUG] adding entry ch/ethz/iks/r_osgi/Remoting.class [DEBUG] adding entry ch/ethz/iks/r_osgi/SmartProxy.class [DEBUG] adding entry ch/ethz/iks/r_osgi/SurrogateRegistration.class [DEBUG] adding entry ch/ethz/iks/r_osgi/URI.class [DEBUG] adding entry ch/ethz/iks/r_osgi/channels/ChannelEndpoint.class [DEBUG] adding entry ch/ethz/iks/r_osgi/channels/ChannelEndpointManager.class [DEBUG] adding entry ch/ethz/iks/r_osgi/channels/NetworkChannel.class [DEBUG] adding entry ch/ethz/iks/r_osgi/channels/NetworkChannelFactory.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/AsyncCallback.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$1.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$2.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$WaitingCallback.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$EventForwarder.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl$3.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer$Mapping.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/CodeAnalyzer.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/CodeAnalyzer$MethodAnalyzer.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/ProxyGenerator.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/ProxyGenerator$ClassRewriter.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/ProxyGenerator$MethodRewriter.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/RemoteOSGiActivator.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$1.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$2.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$3.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl$4.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/RemoteServiceReferenceImpl.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/RemoteServiceRegistration.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/TCPChannelFactory.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPAcceptorThread.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPChannel.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/TCPChannelFactory$TCPChannel$ReceiverThread.class [DEBUG] adding entry ch/ethz/iks/r_osgi/impl/TimeOffset.class [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/DeliverBundlesMessage.class [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/DeliverServiceMessage.class [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/LeaseMessage.class [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/LeaseUpdateMessage.class [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/RemoteCallMessage.class [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/RemoteCallResultMessage.class [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/RemoteEventMessage.class [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/RemoteOSGiMessage.class [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/RequestBundleMessage.class [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/RequestDependenciesMessage.class [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/RequestServiceMessage.class [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/StreamRequestMessage.class [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/StreamResultMessage.class [DEBUG] adding entry ch/ethz/iks/r_osgi/messages/TimeOffsetMessage.class [DEBUG] adding entry ch/ethz/iks/r_osgi/service_discovery/ServiceDiscoveryHandler.class [DEBUG] adding entry ch/ethz/iks/r_osgi/service_discovery/ServiceDiscoveryListener.class [DEBUG] adding entry ch/ethz/iks/r_osgi/streams/InputStreamHandle.class [DEBUG] adding entry ch/ethz/iks/r_osgi/streams/InputStreamProxy.class [DEBUG] adding entry ch/ethz/iks/r_osgi/streams/OutputStreamHandle.class [DEBUG] adding entry ch/ethz/iks/r_osgi/streams/OutputStreamProxy.class [DEBUG] adding entry ch/ethz/iks/r_osgi/types/BoxedPrimitive.class [DEBUG] adding entry ch/ethz/iks/r_osgi/types/ServiceUIComponent.class [DEBUG] adding entry ch/ethz/iks/r_osgi/types/Timestamp.class [DEBUG] adding entry ch/ethz/iks/util/CollectionUtils.class [DEBUG] adding entry ch/ethz/iks/util/MathUtils.class [DEBUG] adding entry ch/ethz/iks/util/ScheduleListener.class [DEBUG] adding entry ch/ethz/iks/util/Scheduler.class [DEBUG] adding entry ch/ethz/iks/util/Scheduler$ScheduleThread.class [DEBUG] adding entry ch/ethz/iks/util/SmartConstants.class [DEBUG] adding entry ch/ethz/iks/util/SmartObjectInputStream.class [DEBUG] adding entry ch/ethz/iks/util/SmartObjectOutputStream.class [DEBUG] adding entry ch/ethz/iks/util/StringUtils.class [DEBUG] adding entry LICENSE.txt [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = ch.ethz.iks.r_osgi.remote-1.3.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.3.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.3.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.3.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.3.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.3.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.3.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@6023f005] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:eclipse-plugin:1.3.0-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ ch.ethz.iks.r_osgi.remote --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found ch.ethz.iks.r_osgi.remote/1.3.0.v20231021-2015 with delta: 0.0.0 [WARNING] Only qualifier changed for (ch.ethz.iks.r_osgi.remote/1.3.0.v20240406-1023). Expected to have bigger x.y.z than what is available in baseline (1.3.0.v20231021-2015) [JENKINS] Archiving disabled [INFO] [INFO] ------------------< org.eclipse.ecf:ch.ethz.iks.slp >------------------- [INFO] Building ch.ethz.iks.slp 1.4.1-SNAPSHOT [39/114] [INFO] from protocols/bundles/ch.ethz.iks.slp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=10946, ConflictMarker.markTime=10784, ConflictMarker.nodeCount=4, ConflictIdSorter.graphTime=3366, ConflictIdSorter.topsortTime=8867, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=35405, ConflictResolver.conflictItemCount=3, DfDependencyCollector.collectTime=59151, DfDependencyCollector.transformTime=84522} [DEBUG] org.eclipse.ecf:ch.ethz.iks.slp:eclipse-plugin:1.4.1-SNAPSHOT [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.eclipse.ecf:ch.ethz.iks.slp.jars.extra.classpath:jar:r7stubs.jar:1.4.1-SNAPSHOT:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:35.906773005, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:35.907056366, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:35.907056366, lastModified=2024-05-02 22:36:24.438735197, delta=251468321169 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:35.907056366, lastModified=2024-05-02 22:36:24.438735197, delta=251468321169 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:35.907056366, lastModified=2024-05-02 22:36:24.438735197, delta=251468321169 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:35.907433302, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:35.907607796, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:35.907607796, lastModified=2024-05-02 22:36:25.084747530, delta=250822860266 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:35.907056366, lastModified=2024-05-02 22:36:24.438735197, delta=251468321169 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:35.907056366, lastModified=2024-05-02 22:36:24.438735197, delta=251468321169 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:40:35.908171163, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:40:35.908240630, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:35.913377089, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:35.922565298, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:35.907056366, lastModified=2024-05-02 22:36:24.438735197, delta=251468321169 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:35.907056366, lastModified=2024-05-02 22:36:24.438735197, delta=251468321169 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.4.1.v20240406-1023 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] -- end configuration -- [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fprotocols%252Fbundles%252Fch.ethz.iks.slp) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of ch.ethz.iks.slp [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240406-1023 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:36Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.4.1.v20240406-1023 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/protocols/bundles/ch.ethz.iks.slp [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes [DEBUG] unqualifiedVersion: 1.4.1 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/resources excludes [] includes [] [DEBUG] ignoreDelta true [INFO] Copying 1 resource from src/main/resources to target/classes [DEBUG] Copying file LICENSE.txt [DEBUG] file LICENSE.txt has a filtered file extension [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resource 'LICENSE.txt'. [DEBUG] copy /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/resources/LICENSE.txt to /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/LICENSE.txt [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = ch.ethz.iks.slp-1.4.1-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src_r7stubs] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:ch.ethz.iks.slp:1.4.1.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:ch.ethz.iks.slp:1.4.1.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes] [INFO] Rules: -access all- [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:ch.ethz.iks.slp:1.4.1.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src_r7stubs [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src_r7stubs/org/osgi/service/log/Logger.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:ch.ethz.iks.slp:1.4.1.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:ch.ethz.iks.slp:1.4.1.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes] [INFO] Rules: -access all- [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:ch.ethz.iks.slp:1.4.1.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/Advertiser.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/Locator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/ServiceLocationEnumeration.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/ServiceLocationException.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/ServiceType.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/ServiceURL.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/AdvertiserImpl.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/AttributeReply.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/AttributeRequest.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/AuthenticatedURL.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/AuthenticationBlock.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/DAAdvertisement.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/LocatorImpl.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/PlatformAbstraction.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/ReplyMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/RequestMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/SLPConfiguration.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/SLPCore.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/SLPDaemon.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/SLPDaemonImpl.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/SLPMessage.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/SLPUtils.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/Service.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/ServiceAcknowledgement.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/ServiceDeregistration.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/ServiceLocationEnumerationImpl.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/ServiceRegistration.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/ServiceReply.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/ServiceRequest.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/ServiceTypeReply.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/ServiceTypeRequest.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/attr/AttributeListVisitor.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/attr/gen/Displayer.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/attr/gen/Parser.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/attr/gen/ParserException.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/attr/gen/Rule.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/attr/gen/Visitor.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/filter/Filter.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240406-1023 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:36Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.4.1.v20240406-1023 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/protocols/bundles/ch.ethz.iks.slp [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes [DEBUG] unqualifiedVersion: 1.4.1 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = ch.ethz.iks.slp-1.4.1-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6df31e7 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = ch.ethz.iks.slp-1.4.1-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (f) qualifier = v20240406-1023 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ch.ethz.iks.slp-1.4.1-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory ch/ [DEBUG] adding directory ch/ethz/ [DEBUG] adding directory ch/ethz/iks/ [DEBUG] adding directory ch/ethz/iks/slp/ [DEBUG] adding directory ch/ethz/iks/slp/impl/ [DEBUG] adding directory ch/ethz/iks/slp/impl/attr/ [DEBUG] adding directory ch/ethz/iks/slp/impl/attr/gen/ [DEBUG] adding directory ch/ethz/iks/slp/impl/filter/ [DEBUG] adding entry ch/ethz/iks/slp/Advertiser.java [DEBUG] adding entry ch/ethz/iks/slp/Locator.java [DEBUG] adding entry ch/ethz/iks/slp/ServiceLocationEnumeration.java [DEBUG] adding entry ch/ethz/iks/slp/ServiceLocationException.java [DEBUG] adding entry ch/ethz/iks/slp/ServiceType.java [DEBUG] adding entry ch/ethz/iks/slp/ServiceURL.java [DEBUG] adding entry ch/ethz/iks/slp/impl/Activator.java [DEBUG] adding entry ch/ethz/iks/slp/impl/AdvertiserImpl.java [DEBUG] adding entry ch/ethz/iks/slp/impl/AttributeReply.java [DEBUG] adding entry ch/ethz/iks/slp/impl/AttributeRequest.java [DEBUG] adding entry ch/ethz/iks/slp/impl/AuthenticatedURL.java [DEBUG] adding entry ch/ethz/iks/slp/impl/AuthenticationBlock.java [DEBUG] adding entry ch/ethz/iks/slp/impl/DAAdvertisement.java [DEBUG] adding entry ch/ethz/iks/slp/impl/LocatorImpl.java [DEBUG] adding entry ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java [DEBUG] adding entry ch/ethz/iks/slp/impl/PlatformAbstraction.java [DEBUG] adding entry ch/ethz/iks/slp/impl/ReplyMessage.java [DEBUG] adding entry ch/ethz/iks/slp/impl/RequestMessage.java [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPConfiguration.java [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPCore.java [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPDaemon.java [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPDaemonImpl.java [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPMessage.java [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPUtils.java [DEBUG] adding entry ch/ethz/iks/slp/impl/Service.java [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceAcknowledgement.java [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceDeregistration.java [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceLocationEnumerationImpl.java [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceRegistration.java [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceReply.java [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceRequest.java [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceTypeReply.java [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceTypeRequest.java [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/AttributeListVisitor.java [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/README.txt [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/attributes.abnf [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Displayer.java [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser.java [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/ParserException.java [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Rule.java [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Visitor.java [DEBUG] adding entry ch/ethz/iks/slp/impl/filter/Filter.java [DEBUG] adding entry ch/ethz/iks/slp/impl/package.html [DEBUG] adding entry ch/ethz/iks/slp/package.html [DEBUG] adding directory org/ [DEBUG] adding directory org/osgi/ [DEBUG] adding directory org/osgi/service/ [DEBUG] adding directory org/osgi/service/log/ [DEBUG] adding entry org/osgi/service/log/Logger.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@12846b79 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = ch.ethz.iks.slp-1.4.1-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (f) qualifier = v20240406-1023 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@221b41ed [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/osgi/ [DEBUG] adding directory org/osgi/service/ [DEBUG] adding directory org/osgi/service/log/ [DEBUG] adding entry org/osgi/service/log/Logger.class [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:36.803928597, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:36.804307391, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:36.804307391, lastModified=2024-05-02 22:36:24.438735197, delta=252365572194 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:36.804307391, lastModified=2024-05-02 22:36:24.438735197, delta=252365572194 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:36.804307391, lastModified=2024-05-02 22:36:24.438735197, delta=252365572194 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:36.804920666, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:36.805052397, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:36.805052397, lastModified=2024-05-02 22:36:25.084747530, delta=251720304867 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/Advertiser.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/Advertiser.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/Locator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/Locator.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/ServiceLocationEnumeration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/ServiceLocationEnumeration.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/ServiceLocationException.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/ServiceLocationException.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/ServiceType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/ServiceType.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/ServiceURL.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/ServiceURL.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/Activator$1.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/Activator$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/Activator$2.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/Activator.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/AdvertiserImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/AdvertiserImpl.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/AttributeReply.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/AttributeReply.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/AttributeRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/AttributeRequest.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/AuthenticatedURL.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/AuthenticatedURL.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/AuthenticationBlock.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/AuthenticationBlock.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/DAAdvertisement.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/DAAdvertisement.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/LocatorImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/LocatorImpl.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/OSGiPlatformAbstraction$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction$1.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/OSGiPlatformAbstraction$NullPatternLogService.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction$NullPatternLogService.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/PlatformAbstraction.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/PlatformAbstraction.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/ReplyMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ReplyMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/RequestMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/RequestMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/SLPConfiguration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPConfiguration.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/SLPCore$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPCore$1.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/SLPCore$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPCore$2.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/SLPCore.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPCore.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/SLPDaemon.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPDaemon.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/SLPDaemonImpl$ServiceDisposalThread.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPDaemonImpl$ServiceDisposalThread.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/SLPDaemonImpl$TcpServerThread.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPDaemonImpl$TcpServerThread.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/SLPDaemonImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPDaemonImpl.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/SLPMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPMessage.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/SLPUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPUtils.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/Service.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/Service.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/ServiceAcknowledgement.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceAcknowledgement.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/ServiceDeregistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceDeregistration.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/ServiceLocationEnumerationImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceLocationEnumerationImpl.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/ServiceRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceRegistration.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/ServiceReply.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceReply.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/ServiceRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceRequest.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/ServiceTypeReply.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceTypeReply.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/ServiceTypeRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceTypeRequest.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/AttributeListVisitor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/AttributeListVisitor.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Displayer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Displayer.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$DIGIT.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$DIGIT.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$HEXDIG.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$HEXDIG.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$NumericValue.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$NumericValue.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$StringValue.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$StringValue.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$attr_list.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$attr_list.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$attr_tag.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$attr_tag.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$attr_val.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$attr_val.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$attr_val_list.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$attr_val_list.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$attribute.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$attribute.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$boolval.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$boolval.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$escape_val.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$escape_val.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$intval.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$intval.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$opaque.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$opaque.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$safe_tag.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$safe_tag.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$safe_val.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$safe_val.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$strval.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$strval.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/ParserException.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/ParserException.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Rule.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Rule.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Visitor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Visitor.class [DEBUG] parseClassFile(): path=ch/ethz/iks/slp/impl/filter/Filter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/filter/Filter.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@1dd55d1b [DEBUG] end [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/Advertiser.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/Advertiser.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/Locator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/Locator.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/ServiceLocationEnumeration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/ServiceLocationEnumeration.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/ServiceLocationException.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/ServiceLocationException.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/ServiceType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/ServiceType.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/ServiceURL.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/ServiceURL.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/Activator$1.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/Activator$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/Activator$2.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/Activator.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/AdvertiserImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/AdvertiserImpl.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/AttributeReply.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/AttributeReply.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/AttributeRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/AttributeRequest.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/AuthenticatedURL.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/AuthenticatedURL.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/AuthenticationBlock.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/AuthenticationBlock.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/DAAdvertisement.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/DAAdvertisement.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/LocatorImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/LocatorImpl.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/OSGiPlatformAbstraction$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction$1.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/OSGiPlatformAbstraction$NullPatternLogService.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction$NullPatternLogService.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/PlatformAbstraction.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/PlatformAbstraction.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/ReplyMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ReplyMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/RequestMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/RequestMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/SLPConfiguration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPConfiguration.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/SLPCore$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPCore$1.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/SLPCore$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPCore$2.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/SLPCore.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPCore.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/SLPDaemon.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPDaemon.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/SLPDaemonImpl$ServiceDisposalThread.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPDaemonImpl$ServiceDisposalThread.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/SLPDaemonImpl$TcpServerThread.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPDaemonImpl$TcpServerThread.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/SLPDaemonImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPDaemonImpl.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/SLPMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPMessage.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/SLPUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/SLPUtils.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/Service.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/Service.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/ServiceAcknowledgement.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceAcknowledgement.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/ServiceDeregistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceDeregistration.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/ServiceLocationEnumerationImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceLocationEnumerationImpl.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/ServiceRegistration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceRegistration.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/ServiceReply.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceReply.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/ServiceRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceRequest.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/ServiceTypeReply.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceTypeReply.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/ServiceTypeRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/ServiceTypeRequest.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/AttributeListVisitor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/AttributeListVisitor.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Displayer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Displayer.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$DIGIT.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$DIGIT.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$HEXDIG.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$HEXDIG.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$NumericValue.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$NumericValue.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$StringValue.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$StringValue.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$attr_list.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$attr_list.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$attr_tag.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$attr_tag.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$attr_val.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$attr_val.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$attr_val_list.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$attr_val_list.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$attribute.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$attribute.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$boolval.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$boolval.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$escape_val.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$escape_val.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$intval.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$intval.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$opaque.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$opaque.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$safe_tag.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$safe_tag.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$safe_val.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$safe_val.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser$strval.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser$strval.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Parser.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Parser.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/ParserException.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/ParserException.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Rule.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Rule.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/attr/gen/Visitor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/attr/gen/Visitor.class [DEBUG] visitClassFile(): path=ch/ethz/iks/slp/impl/filter/Filter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes/ch/ethz/iks/slp/impl/filter/Filter.class [DEBUG] parseClassFile(): path=java/util/Enumeration.class resource=:jrt:/java.base/java/util/Enumeration.class: [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ch.ethz.iks.slp-1.4.1-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory ch/ [DEBUG] adding directory ch/ethz/ [DEBUG] adding directory ch/ethz/iks/ [DEBUG] adding directory ch/ethz/iks/slp/ [DEBUG] adding directory ch/ethz/iks/slp/impl/ [DEBUG] adding directory ch/ethz/iks/slp/impl/attr/ [DEBUG] adding directory ch/ethz/iks/slp/impl/attr/gen/ [DEBUG] adding directory ch/ethz/iks/slp/impl/filter/ [DEBUG] adding entry LICENSE.txt [DEBUG] adding entry ch/ethz/iks/slp/Advertiser.class [DEBUG] adding entry ch/ethz/iks/slp/Locator.class [DEBUG] adding entry ch/ethz/iks/slp/ServiceLocationEnumeration.class [DEBUG] adding entry ch/ethz/iks/slp/ServiceLocationException.class [DEBUG] adding entry ch/ethz/iks/slp/ServiceType.class [DEBUG] adding entry ch/ethz/iks/slp/ServiceURL.class [DEBUG] adding entry ch/ethz/iks/slp/impl/Activator$1.class [DEBUG] adding entry ch/ethz/iks/slp/impl/Activator.class [DEBUG] adding entry ch/ethz/iks/slp/impl/Activator$2.class [DEBUG] adding entry ch/ethz/iks/slp/impl/AdvertiserImpl.class [DEBUG] adding entry ch/ethz/iks/slp/impl/AttributeReply.class [DEBUG] adding entry ch/ethz/iks/slp/impl/AttributeRequest.class [DEBUG] adding entry ch/ethz/iks/slp/impl/AuthenticatedURL.class [DEBUG] adding entry ch/ethz/iks/slp/impl/AuthenticationBlock.class [DEBUG] adding entry ch/ethz/iks/slp/impl/DAAdvertisement.class [DEBUG] adding entry ch/ethz/iks/slp/impl/LocatorImpl.class [DEBUG] adding entry ch/ethz/iks/slp/impl/OSGiPlatformAbstraction$1.class [DEBUG] adding entry ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.class [DEBUG] adding entry ch/ethz/iks/slp/impl/OSGiPlatformAbstraction$NullPatternLogService.class [DEBUG] adding entry ch/ethz/iks/slp/impl/PlatformAbstraction.class [DEBUG] adding entry ch/ethz/iks/slp/impl/ReplyMessage.class [DEBUG] adding entry ch/ethz/iks/slp/impl/RequestMessage.class [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPConfiguration.class [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPCore$1.class [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPCore.class [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPCore$2.class [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPDaemon.class [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPDaemonImpl.class [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPDaemonImpl$ServiceDisposalThread.class [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPDaemonImpl$TcpServerThread.class [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPMessage.class [DEBUG] adding entry ch/ethz/iks/slp/impl/SLPUtils.class [DEBUG] adding entry ch/ethz/iks/slp/impl/Service.class [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceAcknowledgement.class [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceDeregistration.class [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceLocationEnumerationImpl.class [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceRegistration.class [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceReply.class [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceRequest.class [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceTypeReply.class [DEBUG] adding entry ch/ethz/iks/slp/impl/ServiceTypeRequest.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/AttributeListVisitor.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Displayer.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$safe_tag.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$opaque.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$intval.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$NumericValue.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$attr_tag.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$DIGIT.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$escape_val.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$safe_val.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$StringValue.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$HEXDIG.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$boolval.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$strval.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$attribute.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$attr_val.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$attr_val_list.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Parser$attr_list.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/ParserException.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Rule.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/gen/Visitor.class [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/README.txt [DEBUG] adding entry ch/ethz/iks/slp/impl/attr/attributes.abnf [DEBUG] adding entry ch/ethz/iks/slp/impl/filter/Filter.class [DEBUG] adding entry ch/ethz/iks/slp/impl/package.html [DEBUG] adding entry ch/ethz/iks/slp/package.html [DEBUG] adding entry about.html [DEBUG] adding directory src/ [DEBUG] adding directory src/main/ [DEBUG] adding directory src/main/resources/ [DEBUG] adding entry src/main/resources/LICENSE.txt [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = ch.ethz.iks.slp-1.4.1-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ch.ethz.iks.slp-1.4.1-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ch.ethz.iks.slp-1.4.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ch.ethz.iks.slp-1.4.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ch.ethz.iks.slp-1.4.1-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ch.ethz.iks.slp-1.4.1-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ch.ethz.iks.slp-1.4.1-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@1d059199] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:ch.ethz.iks.slp:eclipse-plugin:1.4.1-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ ch.ethz.iks.slp --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found ch.ethz.iks.slp/1.4.1.v20230528-2254 with delta: 0.0.0 [WARNING] Only qualifier changed for (ch.ethz.iks.slp/1.4.1.v20240406-1023). Expected to have bigger x.y.z than what is available in baseline (1.4.1.v20230528-2254) [JENKINS] Archiving disabled [INFO] [INFO] ---------------< org.eclipse.ecf:org.jivesoftware.smack >--------------- [INFO] Building org.jivesoftware.smack 3.4.0-SNAPSHOT [40/114] [INFO] from protocols/bundles/org.jivesoftware.smack/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns_3.5.3.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.xbill.dns,3.5.3 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3-p2artifacts.xml [DEBUG] Resolving artifact dnsjava:dnsjava:jar:3.5.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact dnsjava:dnsjava:jar:3.5.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dnsjava/dnsjava/3.5.3/dnsjava-3.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dnsjava/dnsjava/3.5.3/dnsjava-3.5.3.jar (538 kB at 7.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/dnsjava/dnsjava/3.5.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/dnsjava/dnsjava/3.5.3/dnsjava-3.5.3.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api_2.0.13.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,slf4j.api,2.0.13 to /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.api/2.0.13/slf4j.api-2.0.13-p2artifacts.xml [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:2.0.13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:2.0.13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar (69 kB at 34 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/2.0.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.xbill.dns.source_3.5.3.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.xbill.dns.source,3.5.3 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns.source/3.5.3/org.xbill.dns.source-3.5.3-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple_2.0.13.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,slf4j.simple,2.0.13 to /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.simple/2.0.13/slf4j.simple-2.0.13-p2artifacts.xml [DEBUG] Resolving artifact org.slf4j:slf4j-simple:jar:2.0.13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-simple:jar:2.0.13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.13/slf4j-simple-2.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.13/slf4j-simple-2.0.13.jar (16 kB at 2.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-simple/2.0.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-simple/2.0.13/slf4j-simple-2.0.13.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.api.source_2.0.13.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,slf4j.api.source,2.0.13 to /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.api.source/2.0.13/slf4j.api.source-2.0.13-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/slf4j.simple.source_2.0.13.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,slf4j.simple.source,2.0.13 to /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.simple.source/2.0.13/slf4j.simple.source-2.0.13-p2artifacts.xml [DEBUG] Resolving artifact dnsjava:dnsjava:pom:3.5.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact dnsjava:dnsjava:pom:3.5.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dnsjava/dnsjava/3.5.3/dnsjava-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dnsjava/dnsjava/3.5.3/dnsjava-3.5.3.pom (22 kB at 2.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/dnsjava/dnsjava/3.5.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/dnsjava/dnsjava/3.5.3/dnsjava-3.5.3.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:2.0.13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:2.0.13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.pom (2.8 kB at 202 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/2.0.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:2.0.13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:2.0.13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.13/slf4j-parent-2.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.13/slf4j-parent-2.0.13.pom (13 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-parent/2.0.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-parent/2.0.13/slf4j-parent-2.0.13.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-bom:pom:2.0.13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-bom:pom:2.0.13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.13/slf4j-bom-2.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.13/slf4j-bom-2.0.13.pom (7.3 kB at 916 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-bom/2.0.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-bom/2.0.13/slf4j-bom-2.0.13.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-simple:pom:2.0.13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-simple:pom:2.0.13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.13/slf4j-simple-2.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.13/slf4j-simple-2.0.13.pom (1.3 kB at 88 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-simple/2.0.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-simple/2.0.13/slf4j-simple-2.0.13.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=31762, ConflictMarker.markTime=17185, ConflictMarker.nodeCount=33, ConflictIdSorter.graphTime=19814, ConflictIdSorter.topsortTime=15495, ConflictIdSorter.conflictIdCount=13, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=77725, ConflictResolver.conflictItemCount=25, DfDependencyCollector.collectTime=66433111, DfDependencyCollector.transformTime=181948} [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:eclipse-plugin:3.4.0-SNAPSHOT [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] dnsjava:dnsjava:jar:3.5.3:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack.source:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:40.235586020, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:40.235902986, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:40.235902986, lastModified=2024-05-02 22:36:24.438735197, delta=255797167789 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:40.235902986, lastModified=2024-05-02 22:36:24.438735197, delta=255797167789 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:40.235902986, lastModified=2024-05-02 22:36:24.438735197, delta=255797167789 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:40.236295550, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:40.236481514, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:40.236481514, lastModified=2024-05-02 22:36:25.084747530, delta=255151733984 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:40.235902986, lastModified=2024-05-02 22:36:24.438735197, delta=255797167789 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:40.235902986, lastModified=2024-05-02 22:36:24.438735197, delta=255797167789 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:40:40.237061185, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:40:40.237127741, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:40.241988325, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:40.250264434, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:40.235902986, lastModified=2024-05-02 22:36:24.438735197, delta=255797167789 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:40.235902986, lastModified=2024-05-02 22:36:24.438735197, delta=255797167789 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.4.0.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] -- end configuration -- [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fprotocols%252Fbundles%252Forg.jivesoftware.smack) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.jivesoftware.smack [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:40Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.4.0.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/protocols/bundles/org.jivesoftware.smack [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes [DEBUG] unqualifiedVersion: 3.4.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.jivesoftware.smack-3.4.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[+org/xbill/DNS/*:+org/xbill/DNS/config/*:+org/xbill/DNS/dnssec/*:+org/xbill/DNS/hosts/*:+org/xbill/DNS/lookup/*:+org/xbill/DNS/spi/*:+org/xbill/DNS/tools/*:+org/xbill/DNS/utils/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[+org/xbill/DNS/*:+org/xbill/DNS/config/*:+org/xbill/DNS/dnssec/*:+org/xbill/DNS/hosts/*:+org/xbill/DNS/lookup/*:+org/xbill/DNS/spi/*:+org/xbill/DNS/tools/*:+org/xbill/DNS/utils/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src [INFO] Compiling 408 source files to /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[+org/xbill/DNS/*:+org/xbill/DNS/config/*:+org/xbill/DNS/dnssec/*:+org/xbill/DNS/hosts/*:+org/xbill/DNS/lookup/*:+org/xbill/DNS/spi/*:+org/xbill/DNS/tools/*:+org/xbill/DNS/utils/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/AbstractConnectionListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/AccountManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/Chat.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/ChatManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/ChatManagerListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/Connection.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/ConnectionConfiguration.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/ConnectionCreationListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/ConnectionListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/MessageListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/NonSASLAuthentication.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/OpenTrustManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/PacketCollector.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/PacketInterceptor.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/PacketListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/PacketReader.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/PacketWriter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/PrivacyList.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/PrivacyListListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/PrivacyListManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/ReconnectionManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/Roster.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/RosterEntry.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/RosterGroup.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/RosterListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/SASLAuthentication.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/ServerTrustManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/SmackConfiguration.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/SmackError.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/UserAuthentication.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/XMPPConnection.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/XMPPException.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/compression/Java7ZlibInputOutputStream.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/compression/JzlibInputOutputStream.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/compression/XMPPInputOutputStream.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/debugger/ConsoleDebugger.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/debugger/LiteDebugger.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/debugger/SmackDebugger.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/filter/AndFilter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/filter/FromContainsFilter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/filter/FromMatchesFilter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/filter/IQTypeFilter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/filter/MessageTypeFilter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/filter/NotFilter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/filter/OrFilter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/filter/PacketExtensionFilter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/filter/PacketFilter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/filter/PacketIDFilter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/filter/PacketTypeFilter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/filter/ThreadFilter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/filter/ToContainsFilter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/keepalive/KeepAliveManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/Authentication.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/Bind.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/DefaultPacketExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/IQ.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/Message.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/Packet.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/PacketExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/Presence.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/Privacy.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/PrivacyItem.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/Registration.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/RosterPacket.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/Session.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/StreamError.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/packet/XMPPError.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/ping/PingFailedListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/ping/packet/Ping.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/ping/provider/PingProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/provider/EmbeddedExtensionProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/provider/IQProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/provider/PacketExtensionProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/provider/PrivacyProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/provider/ProviderManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/proxy/DirectSocketFactory.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/proxy/HTTPProxySocketFactory.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/proxy/ProxyException.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/proxy/ProxyInfo.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/proxy/Socks4ProxySocketFactory.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/proxy/Socks5ProxySocketFactory.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/sasl/SASLAnonymous.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/sasl/SASLCramMD5Mechanism.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/sasl/SASLDigestMD5Mechanism.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/sasl/SASLExternalMechanism.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/sasl/SASLGSSAPIMechanism.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/sasl/SASLMechanism.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/sasl/SASLPlainMechanism.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/Base32Encoder.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/Base64.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/Base64Encoder.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/Base64FileUrlEncoder.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/Cache.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/DNSUtil.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/DateFormatType.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/ObservableReader.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/ObservableWriter.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/PacketParserUtils.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/ReaderListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/StringEncoder.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/StringUtils.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/SyncPacketSend.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/WriterListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/collections/AbstractEmptyIterator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/collections/AbstractHashedMap.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/collections/AbstractKeyValue.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/collections/AbstractMapEntry.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/collections/AbstractReferenceMap.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/collections/DefaultMapEntry.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/collections/EmptyIterator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/collections/EmptyMapIterator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/collections/IterableMap.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/collections/KeyValue.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/collections/MapIterator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/collections/ReferenceMap.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/collections/ResettableIterator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/dns/DNSJavaResolver.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/dns/DNSResolver.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/dns/HostAddress.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/dns/JavaxResolver.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/util/dns/SRVRecord.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/ChatState.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/ChatStateListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/ChatStateManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/DefaultMessageEventRequestListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/Form.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/FormField.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/GroupChatInvitation.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/LastActivityManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/MessageEventManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/MessageEventNotificationListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/MessageEventRequestListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/MultipleRecipientInfo.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/MultipleRecipientManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/NodeInformationProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/OfflineMessageHeader.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/OfflineMessageManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/PEPListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/PEPManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/PrivateDataManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/RemoteRosterEntry.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/ReportedData.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/RosterExchangeListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/RosterExchangeManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/ServiceDiscoveryManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/SharedGroupManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/XHTMLManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/XHTMLText.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bookmark/BookmarkManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bookmark/BookmarkedConference.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bookmark/BookmarkedURL.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bookmark/Bookmarks.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bookmark/SharedBookmark.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/BytestreamListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/BytestreamManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/BytestreamRequest.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/BytestreamSession.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/ibb/CloseListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/ibb/DataListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamRequest.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/ibb/InitiationListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/Close.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/Data.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/DataPacketExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/Open.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/ibb/provider/CloseIQProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/ibb/provider/DataPacketProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/ibb/provider/OpenIQProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/socks5/InitiationListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamRequest.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamSession.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/socks5/Socks5Client.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/socks5/Socks5ClientForInitiator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/socks5/Socks5Proxy.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/socks5/Socks5Utils.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/bytestreams/socks5/provider/BytestreamsProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/commands/AdHocCommand.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/commands/AdHocCommandManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/commands/AdHocCommandNote.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/commands/LocalCommand.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/commands/LocalCommandFactory.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/commands/RemoteCommand.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/debugger/EnhancedDebugger.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/entitycaps/EntityCapsManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/entitycaps/cache/EntityCapsPersistentCache.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/entitycaps/cache/SimpleDirectoryPersistentCache.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/entitycaps/packet/CapsExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/entitycaps/provider/CapsExtensionProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/filetransfer/FaultTolerantNegotiator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/filetransfer/FileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/filetransfer/FileTransferListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/filetransfer/FileTransferManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/filetransfer/FileTransferRequest.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/filetransfer/IncomingFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/filetransfer/StreamNegotiator.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/Affiliate.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/ConnectionDetachedPacketCollector.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/DeafOccupantInterceptor.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/DefaultParticipantStatusListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/DefaultUserStatusListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/DiscussionHistory.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/HostedRoom.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/InvitationListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/InvitationRejectionListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/MultiUserChat.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/Occupant.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/PacketMultiplexListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/ParticipantStatusListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/RoomInfo.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/RoomListenerMultiplexor.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/SubjectUpdatedListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/muc/UserStatusListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/AdHocCommandData.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/AttentionExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/ChatStateExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/DataForm.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/DefaultPrivateData.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/DelayInfo.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/DelayInformation.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/DiscoverInfo.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/DiscoverItems.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/Header.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/HeadersExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/LastActivity.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/MUCAdmin.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/MUCInitialPresence.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/MUCOwner.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/MUCUser.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/MessageEvent.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/MultipleAddresses.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/Nick.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/OfflineMessageInfo.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/OfflineMessageRequest.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/PEPEvent.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/PEPItem.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/PEPPubSub.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/PrivateData.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/RosterExchange.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/SharedGroupsInfo.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/StreamInitiation.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/Time.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/VCard.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/Version.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/packet/XHTMLExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/ping/PingManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/AdHocCommandDataProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/DataFormProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/DelayInfoProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/DelayInformationProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/DiscoverInfoProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/DiscoverItemsProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/EmbeddedExtensionProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/HeaderProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/HeadersProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/MUCAdminProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/MUCOwnerProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/MUCUserProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/MessageEventProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/MultipleAddressesProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/PEPProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/PrivateDataProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/RosterExchangeProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/StreamInitiationProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/VCardProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/XHTMLExtensionProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/AccessModel.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/Affiliation.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/AffiliationsExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/ChildrenAssociationPolicy.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/CollectionNode.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/ConfigurationEvent.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/ConfigureForm.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/ConfigureNodeFields.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/EmbeddedPacketExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/EventElement.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/EventElementType.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/FormNode.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/FormNodeType.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/FormType.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/GetItemsRequest.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/Item.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/ItemDeleteEvent.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/ItemPublishEvent.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/ItemReply.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/ItemsExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/LeafNode.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/Node.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/NodeEvent.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/NodeExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/NodeType.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/OptionsExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/PayloadItem.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/PresenceState.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/PubSubElementType.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/PubSubManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/PublishItem.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/PublishModel.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/RetractItem.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/SimplePayload.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/SubscribeExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/SubscribeForm.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/SubscribeOptionFields.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/Subscription.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/SubscriptionEvent.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/SubscriptionsExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/UnsubscribeExtension.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/listener/ItemDeleteListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/listener/ItemEventListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/listener/NodeConfigListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/packet/PubSub.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/packet/PubSubNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/packet/SyncPacketSend.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/AffiliationProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/AffiliationsProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/ConfigEventProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/EventProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/FormNodeProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/ItemProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/ItemsProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/PubSubProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/RetractEventProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/SimpleNodeProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/SubscriptionProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/SubscriptionsProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/util/NodeUtils.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/util/XmlUtils.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/receipts/DeliveryReceipt.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/receipts/DeliveryReceiptManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/receipts/DeliveryReceiptRequest.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/receipts/ReceiptReceivedListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/search/SimpleUserSearch.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/search/UserSearch.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/search/UserSearchManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/MetaData.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/QueueUser.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/WorkgroupInvitation.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/WorkgroupInvitationListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/Agent.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/AgentRoster.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/AgentRosterListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/AgentSession.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/InvitationRequest.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/Offer.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/OfferConfirmation.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/OfferConfirmationListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/OfferContent.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/OfferListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/QueueUsersListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/RevokedOffer.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/TranscriptManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/TranscriptSearchManager.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/TransferRequest.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/UserRequest.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/agent/WorkgroupQueue.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/ext/history/AgentChatSession.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/ext/macros/Macro.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/ext/macros/MacroGroup.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/ext/macros/Macros.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/AgentInfo.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/AgentStatus.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/AgentWorkgroups.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/DepartQueuePacket.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/MetaDataProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/MonitorPacket.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/OccupantsInfo.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/OfferRequestProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/OfferRevokeProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/QueueDetails.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/QueueOverview.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/QueueUpdate.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/RoomInvitation.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/RoomTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/SessionID.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/Transcript.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/TranscriptProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/TranscriptSearch.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/Transcripts.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/TranscriptsProvider.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/UserID.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/settings/ChatSetting.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/settings/ChatSettings.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/settings/GenericSettings.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/settings/OfflineSettings.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/settings/SearchSettings.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/settings/SoundSettings.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/user/QueueListener.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/user/Workgroup.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/util/ListenerEventDispatcher.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/util/MetaDataUtils.java, /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/workgroup/util/ModelUtil.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:41Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.4.0.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/protocols/bundles/org.jivesoftware.smack [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes [DEBUG] unqualifiedVersion: 3.4.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.jivesoftware.smack-3.4.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@79abf525 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.jivesoftware.smack-3.4.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.4.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/jivesoftware/ [DEBUG] adding directory org/jivesoftware/smack/ [DEBUG] adding directory org/jivesoftware/smack/compression/ [DEBUG] adding directory org/jivesoftware/smack/debugger/ [DEBUG] adding directory org/jivesoftware/smack/filter/ [DEBUG] adding directory org/jivesoftware/smack/keepalive/ [DEBUG] adding directory org/jivesoftware/smack/packet/ [DEBUG] adding directory org/jivesoftware/smack/ping/ [DEBUG] adding directory org/jivesoftware/smack/ping/packet/ [DEBUG] adding directory org/jivesoftware/smack/ping/provider/ [DEBUG] adding directory org/jivesoftware/smack/provider/ [DEBUG] adding directory org/jivesoftware/smack/proxy/ [DEBUG] adding directory org/jivesoftware/smack/sasl/ [DEBUG] adding directory org/jivesoftware/smack/util/ [DEBUG] adding directory org/jivesoftware/smack/util/collections/ [DEBUG] adding directory org/jivesoftware/smack/util/dns/ [DEBUG] adding directory org/jivesoftware/smackx/ [DEBUG] adding directory org/jivesoftware/smackx/bookmark/ [DEBUG] adding directory org/jivesoftware/smackx/bytestreams/ [DEBUG] adding directory org/jivesoftware/smackx/bytestreams/ibb/ [DEBUG] adding directory org/jivesoftware/smackx/bytestreams/ibb/packet/ [DEBUG] adding directory org/jivesoftware/smackx/bytestreams/ibb/provider/ [DEBUG] adding directory org/jivesoftware/smackx/bytestreams/socks5/ [DEBUG] adding directory org/jivesoftware/smackx/bytestreams/socks5/packet/ [DEBUG] adding directory org/jivesoftware/smackx/bytestreams/socks5/provider/ [DEBUG] adding directory org/jivesoftware/smackx/commands/ [DEBUG] adding directory org/jivesoftware/smackx/debugger/ [DEBUG] adding directory org/jivesoftware/smackx/entitycaps/ [DEBUG] adding directory org/jivesoftware/smackx/entitycaps/cache/ [DEBUG] adding directory org/jivesoftware/smackx/entitycaps/packet/ [DEBUG] adding directory org/jivesoftware/smackx/entitycaps/provider/ [DEBUG] adding directory org/jivesoftware/smackx/filetransfer/ [DEBUG] adding directory org/jivesoftware/smackx/muc/ [DEBUG] adding directory org/jivesoftware/smackx/packet/ [DEBUG] adding directory org/jivesoftware/smackx/ping/ [DEBUG] adding directory org/jivesoftware/smackx/provider/ [DEBUG] adding directory org/jivesoftware/smackx/pubsub/ [DEBUG] adding directory org/jivesoftware/smackx/pubsub/listener/ [DEBUG] adding directory org/jivesoftware/smackx/pubsub/packet/ [DEBUG] adding directory org/jivesoftware/smackx/pubsub/provider/ [DEBUG] adding directory org/jivesoftware/smackx/pubsub/util/ [DEBUG] adding directory org/jivesoftware/smackx/receipts/ [DEBUG] adding directory org/jivesoftware/smackx/search/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/agent/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/ext/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/ext/forms/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/ext/history/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/ext/macros/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/ext/notes/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/packet/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/settings/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/user/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/util/ [DEBUG] adding entry org/jivesoftware/smack/AbstractConnectionListener.java [DEBUG] adding entry org/jivesoftware/smack/AccountManager.java [DEBUG] adding entry org/jivesoftware/smack/Chat.java [DEBUG] adding entry org/jivesoftware/smack/ChatManager.java [DEBUG] adding entry org/jivesoftware/smack/ChatManagerListener.java [DEBUG] adding entry org/jivesoftware/smack/Connection.java [DEBUG] adding entry org/jivesoftware/smack/ConnectionConfiguration.java [DEBUG] adding entry org/jivesoftware/smack/ConnectionCreationListener.java [DEBUG] adding entry org/jivesoftware/smack/ConnectionListener.java [DEBUG] adding entry org/jivesoftware/smack/MessageListener.java [DEBUG] adding entry org/jivesoftware/smack/NonSASLAuthentication.java [DEBUG] adding entry org/jivesoftware/smack/OpenTrustManager.java [DEBUG] adding entry org/jivesoftware/smack/PacketCollector.java [DEBUG] adding entry org/jivesoftware/smack/PacketInterceptor.java [DEBUG] adding entry org/jivesoftware/smack/PacketListener.java [DEBUG] adding entry org/jivesoftware/smack/PacketReader.java [DEBUG] adding entry org/jivesoftware/smack/PacketWriter.java [DEBUG] adding entry org/jivesoftware/smack/PrivacyList.java [DEBUG] adding entry org/jivesoftware/smack/PrivacyListListener.java [DEBUG] adding entry org/jivesoftware/smack/PrivacyListManager.java [DEBUG] adding entry org/jivesoftware/smack/ReconnectionManager.java [DEBUG] adding entry org/jivesoftware/smack/Roster.java [DEBUG] adding entry org/jivesoftware/smack/RosterEntry.java [DEBUG] adding entry org/jivesoftware/smack/RosterGroup.java [DEBUG] adding entry org/jivesoftware/smack/RosterListener.java [DEBUG] adding entry org/jivesoftware/smack/SASLAuthentication.java [DEBUG] adding entry org/jivesoftware/smack/ServerTrustManager.java [DEBUG] adding entry org/jivesoftware/smack/SmackConfiguration.java [DEBUG] adding entry org/jivesoftware/smack/SmackError.java [DEBUG] adding entry org/jivesoftware/smack/UserAuthentication.java [DEBUG] adding entry org/jivesoftware/smack/XMPPConnection.java [DEBUG] adding entry org/jivesoftware/smack/XMPPException.java [DEBUG] adding entry org/jivesoftware/smack/compression/Java7ZlibInputOutputStream.java [DEBUG] adding entry org/jivesoftware/smack/compression/JzlibInputOutputStream.java [DEBUG] adding entry org/jivesoftware/smack/compression/XMPPInputOutputStream.java [DEBUG] adding entry org/jivesoftware/smack/debugger/ConsoleDebugger.java [DEBUG] adding entry org/jivesoftware/smack/debugger/LiteDebugger.java [DEBUG] adding entry org/jivesoftware/smack/debugger/SmackDebugger.java [DEBUG] adding entry org/jivesoftware/smack/debugger/package.html [DEBUG] adding entry org/jivesoftware/smack/filter/AndFilter.java [DEBUG] adding entry org/jivesoftware/smack/filter/FromContainsFilter.java [DEBUG] adding entry org/jivesoftware/smack/filter/FromMatchesFilter.java [DEBUG] adding entry org/jivesoftware/smack/filter/IQTypeFilter.java [DEBUG] adding entry org/jivesoftware/smack/filter/MessageTypeFilter.java [DEBUG] adding entry org/jivesoftware/smack/filter/NotFilter.java [DEBUG] adding entry org/jivesoftware/smack/filter/OrFilter.java [DEBUG] adding entry org/jivesoftware/smack/filter/PacketExtensionFilter.java [DEBUG] adding entry org/jivesoftware/smack/filter/PacketFilter.java [DEBUG] adding entry org/jivesoftware/smack/filter/PacketIDFilter.java [DEBUG] adding entry org/jivesoftware/smack/filter/PacketTypeFilter.java [DEBUG] adding entry org/jivesoftware/smack/filter/ThreadFilter.java [DEBUG] adding entry org/jivesoftware/smack/filter/ToContainsFilter.java [DEBUG] adding entry org/jivesoftware/smack/filter/package.html [DEBUG] adding entry org/jivesoftware/smack/keepalive/KeepAliveManager.java [DEBUG] adding entry org/jivesoftware/smack/package.html [DEBUG] adding entry org/jivesoftware/smack/packet/Authentication.java [DEBUG] adding entry org/jivesoftware/smack/packet/Bind.java [DEBUG] adding entry org/jivesoftware/smack/packet/DefaultPacketExtension.java [DEBUG] adding entry org/jivesoftware/smack/packet/IQ.java [DEBUG] adding entry org/jivesoftware/smack/packet/Message.java [DEBUG] adding entry org/jivesoftware/smack/packet/Packet.java [DEBUG] adding entry org/jivesoftware/smack/packet/PacketExtension.java [DEBUG] adding entry org/jivesoftware/smack/packet/Presence.java [DEBUG] adding entry org/jivesoftware/smack/packet/Privacy.java [DEBUG] adding entry org/jivesoftware/smack/packet/PrivacyItem.java [DEBUG] adding entry org/jivesoftware/smack/packet/Registration.java [DEBUG] adding entry org/jivesoftware/smack/packet/RosterPacket.java [DEBUG] adding entry org/jivesoftware/smack/packet/Session.java [DEBUG] adding entry org/jivesoftware/smack/packet/StreamError.java [DEBUG] adding entry org/jivesoftware/smack/packet/XMPPError.java [DEBUG] adding entry org/jivesoftware/smack/packet/package.html [DEBUG] adding entry org/jivesoftware/smack/ping/PingFailedListener.java [DEBUG] adding entry org/jivesoftware/smack/ping/packet/Ping.java [DEBUG] adding entry org/jivesoftware/smack/ping/provider/PingProvider.java [DEBUG] adding entry org/jivesoftware/smack/provider/EmbeddedExtensionProvider.java [DEBUG] adding entry org/jivesoftware/smack/provider/IQProvider.java [DEBUG] adding entry org/jivesoftware/smack/provider/PacketExtensionProvider.java [DEBUG] adding entry org/jivesoftware/smack/provider/PrivacyProvider.java [DEBUG] adding entry org/jivesoftware/smack/provider/ProviderManager.java [DEBUG] adding entry org/jivesoftware/smack/provider/package.html [DEBUG] adding entry org/jivesoftware/smack/proxy/DirectSocketFactory.java [DEBUG] adding entry org/jivesoftware/smack/proxy/HTTPProxySocketFactory.java [DEBUG] adding entry org/jivesoftware/smack/proxy/ProxyException.java [DEBUG] adding entry org/jivesoftware/smack/proxy/ProxyInfo.java [DEBUG] adding entry org/jivesoftware/smack/proxy/Socks4ProxySocketFactory.java [DEBUG] adding entry org/jivesoftware/smack/proxy/Socks5ProxySocketFactory.java [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLAnonymous.java [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLCramMD5Mechanism.java [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLDigestMD5Mechanism.java [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLExternalMechanism.java [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLGSSAPIMechanism.java [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLMechanism.java [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLPlainMechanism.java [DEBUG] adding entry org/jivesoftware/smack/sasl/package.html [DEBUG] adding entry org/jivesoftware/smack/util/Base32Encoder.java [DEBUG] adding entry org/jivesoftware/smack/util/Base64.java [DEBUG] adding entry org/jivesoftware/smack/util/Base64Encoder.java [DEBUG] adding entry org/jivesoftware/smack/util/Base64FileUrlEncoder.java [DEBUG] adding entry org/jivesoftware/smack/util/Cache.java [DEBUG] adding entry org/jivesoftware/smack/util/DNSUtil.java [DEBUG] adding entry org/jivesoftware/smack/util/DateFormatType.java [DEBUG] adding entry org/jivesoftware/smack/util/ObservableReader.java [DEBUG] adding entry org/jivesoftware/smack/util/ObservableWriter.java [DEBUG] adding entry org/jivesoftware/smack/util/PacketParserUtils.java [DEBUG] adding entry org/jivesoftware/smack/util/ReaderListener.java [DEBUG] adding entry org/jivesoftware/smack/util/StringEncoder.java [DEBUG] adding entry org/jivesoftware/smack/util/StringUtils.java [DEBUG] adding entry org/jivesoftware/smack/util/SyncPacketSend.java [DEBUG] adding entry org/jivesoftware/smack/util/WriterListener.java [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractEmptyIterator.java [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractHashedMap.java [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractKeyValue.java [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractMapEntry.java [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractReferenceMap.java [DEBUG] adding entry org/jivesoftware/smack/util/collections/DefaultMapEntry.java [DEBUG] adding entry org/jivesoftware/smack/util/collections/EmptyIterator.java [DEBUG] adding entry org/jivesoftware/smack/util/collections/EmptyMapIterator.java [DEBUG] adding entry org/jivesoftware/smack/util/collections/IterableMap.java [DEBUG] adding entry org/jivesoftware/smack/util/collections/KeyValue.java [DEBUG] adding entry org/jivesoftware/smack/util/collections/MapIterator.java [DEBUG] adding entry org/jivesoftware/smack/util/collections/ReferenceMap.java [DEBUG] adding entry org/jivesoftware/smack/util/collections/ResettableIterator.java [DEBUG] adding entry org/jivesoftware/smack/util/dns/DNSJavaResolver.java [DEBUG] adding entry org/jivesoftware/smack/util/dns/DNSResolver.java [DEBUG] adding entry org/jivesoftware/smack/util/dns/HostAddress.java [DEBUG] adding entry org/jivesoftware/smack/util/dns/JavaxResolver.java [DEBUG] adding entry org/jivesoftware/smack/util/dns/SRVRecord.java [DEBUG] adding entry org/jivesoftware/smack/util/package.html [DEBUG] adding entry org/jivesoftware/smackx/ChatState.java [DEBUG] adding entry org/jivesoftware/smackx/ChatStateListener.java [DEBUG] adding entry org/jivesoftware/smackx/ChatStateManager.java [DEBUG] adding entry org/jivesoftware/smackx/DefaultMessageEventRequestListener.java [DEBUG] adding entry org/jivesoftware/smackx/Form.java [DEBUG] adding entry org/jivesoftware/smackx/FormField.java [DEBUG] adding entry org/jivesoftware/smackx/GroupChatInvitation.java [DEBUG] adding entry org/jivesoftware/smackx/LastActivityManager.java [DEBUG] adding entry org/jivesoftware/smackx/MessageEventManager.java [DEBUG] adding entry org/jivesoftware/smackx/MessageEventNotificationListener.java [DEBUG] adding entry org/jivesoftware/smackx/MessageEventRequestListener.java [DEBUG] adding entry org/jivesoftware/smackx/MultipleRecipientInfo.java [DEBUG] adding entry org/jivesoftware/smackx/MultipleRecipientManager.java [DEBUG] adding entry org/jivesoftware/smackx/NodeInformationProvider.java [DEBUG] adding entry org/jivesoftware/smackx/OfflineMessageHeader.java [DEBUG] adding entry org/jivesoftware/smackx/OfflineMessageManager.java [DEBUG] adding entry org/jivesoftware/smackx/PEPListener.java [DEBUG] adding entry org/jivesoftware/smackx/PEPManager.java [DEBUG] adding entry org/jivesoftware/smackx/PrivateDataManager.java [DEBUG] adding entry org/jivesoftware/smackx/RemoteRosterEntry.java [DEBUG] adding entry org/jivesoftware/smackx/ReportedData.java [DEBUG] adding entry org/jivesoftware/smackx/RosterExchangeListener.java [DEBUG] adding entry org/jivesoftware/smackx/RosterExchangeManager.java [DEBUG] adding entry org/jivesoftware/smackx/ServiceDiscoveryManager.java [DEBUG] adding entry org/jivesoftware/smackx/SharedGroupManager.java [DEBUG] adding entry org/jivesoftware/smackx/XHTMLManager.java [DEBUG] adding entry org/jivesoftware/smackx/XHTMLText.java [DEBUG] adding entry org/jivesoftware/smackx/bookmark/BookmarkManager.java [DEBUG] adding entry org/jivesoftware/smackx/bookmark/BookmarkedConference.java [DEBUG] adding entry org/jivesoftware/smackx/bookmark/BookmarkedURL.java [DEBUG] adding entry org/jivesoftware/smackx/bookmark/Bookmarks.java [DEBUG] adding entry org/jivesoftware/smackx/bookmark/SharedBookmark.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/BytestreamListener.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/BytestreamManager.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/BytestreamRequest.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/BytestreamSession.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/CloseListener.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/DataListener.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamListener.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamRequest.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InitiationListener.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/packet/Close.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/packet/Data.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/packet/DataPacketExtension.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/packet/Open.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/provider/CloseIQProvider.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/provider/DataPacketProvider.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/provider/OpenIQProvider.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/InitiationListener.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamListener.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamRequest.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamSession.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5Client.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5ClientForInitiator.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5Proxy.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5Utils.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream.java [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/provider/BytestreamsProvider.java [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommand.java [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommandManager.java [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommandNote.java [DEBUG] adding entry org/jivesoftware/smackx/commands/LocalCommand.java [DEBUG] adding entry org/jivesoftware/smackx/commands/LocalCommandFactory.java [DEBUG] adding entry org/jivesoftware/smackx/commands/RemoteCommand.java [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger.java [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.java [DEBUG] adding entry org/jivesoftware/smackx/debugger/package.html [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/EntityCapsManager.java [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/cache/EntityCapsPersistentCache.java [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/cache/SimpleDirectoryPersistentCache.java [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/packet/CapsExtension.java [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/provider/CapsExtensionProvider.java [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FaultTolerantNegotiator.java [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransfer.java [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransferListener.java [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransferManager.java [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.java [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransferRequest.java [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator.java [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/IncomingFileTransfer.java [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer.java [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator.java [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/StreamNegotiator.java [DEBUG] adding entry org/jivesoftware/smackx/muc/Affiliate.java [DEBUG] adding entry org/jivesoftware/smackx/muc/ConnectionDetachedPacketCollector.java [DEBUG] adding entry org/jivesoftware/smackx/muc/DeafOccupantInterceptor.java [DEBUG] adding entry org/jivesoftware/smackx/muc/DefaultParticipantStatusListener.java [DEBUG] adding entry org/jivesoftware/smackx/muc/DefaultUserStatusListener.java [DEBUG] adding entry org/jivesoftware/smackx/muc/DiscussionHistory.java [DEBUG] adding entry org/jivesoftware/smackx/muc/HostedRoom.java [DEBUG] adding entry org/jivesoftware/smackx/muc/InvitationListener.java [DEBUG] adding entry org/jivesoftware/smackx/muc/InvitationRejectionListener.java [DEBUG] adding entry org/jivesoftware/smackx/muc/MultiUserChat.java [DEBUG] adding entry org/jivesoftware/smackx/muc/Occupant.java [DEBUG] adding entry org/jivesoftware/smackx/muc/PacketMultiplexListener.java [DEBUG] adding entry org/jivesoftware/smackx/muc/ParticipantStatusListener.java [DEBUG] adding entry org/jivesoftware/smackx/muc/RoomInfo.java [DEBUG] adding entry org/jivesoftware/smackx/muc/RoomListenerMultiplexor.java [DEBUG] adding entry org/jivesoftware/smackx/muc/SubjectUpdatedListener.java [DEBUG] adding entry org/jivesoftware/smackx/muc/UserStatusListener.java [DEBUG] adding entry org/jivesoftware/smackx/muc/package.html [DEBUG] adding entry org/jivesoftware/smackx/package.html [DEBUG] adding entry org/jivesoftware/smackx/packet/AdHocCommandData.java [DEBUG] adding entry org/jivesoftware/smackx/packet/AttentionExtension.java [DEBUG] adding entry org/jivesoftware/smackx/packet/ChatStateExtension.java [DEBUG] adding entry org/jivesoftware/smackx/packet/DataForm.java [DEBUG] adding entry org/jivesoftware/smackx/packet/DefaultPrivateData.java [DEBUG] adding entry org/jivesoftware/smackx/packet/DelayInfo.java [DEBUG] adding entry org/jivesoftware/smackx/packet/DelayInformation.java [DEBUG] adding entry org/jivesoftware/smackx/packet/DiscoverInfo.java [DEBUG] adding entry org/jivesoftware/smackx/packet/DiscoverItems.java [DEBUG] adding entry org/jivesoftware/smackx/packet/Header.java [DEBUG] adding entry org/jivesoftware/smackx/packet/HeadersExtension.java [DEBUG] adding entry org/jivesoftware/smackx/packet/LastActivity.java [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCAdmin.java [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCInitialPresence.java [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCOwner.java [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCUser.java [DEBUG] adding entry org/jivesoftware/smackx/packet/MessageEvent.java [DEBUG] adding entry org/jivesoftware/smackx/packet/MultipleAddresses.java [DEBUG] adding entry org/jivesoftware/smackx/packet/Nick.java [DEBUG] adding entry org/jivesoftware/smackx/packet/OfflineMessageInfo.java [DEBUG] adding entry org/jivesoftware/smackx/packet/OfflineMessageRequest.java [DEBUG] adding entry org/jivesoftware/smackx/packet/PEPEvent.java [DEBUG] adding entry org/jivesoftware/smackx/packet/PEPItem.java [DEBUG] adding entry org/jivesoftware/smackx/packet/PEPPubSub.java [DEBUG] adding entry org/jivesoftware/smackx/packet/PrivateData.java [DEBUG] adding entry org/jivesoftware/smackx/packet/RosterExchange.java [DEBUG] adding entry org/jivesoftware/smackx/packet/SharedGroupsInfo.java [DEBUG] adding entry org/jivesoftware/smackx/packet/StreamInitiation.java [DEBUG] adding entry org/jivesoftware/smackx/packet/Time.java [DEBUG] adding entry org/jivesoftware/smackx/packet/VCard.java [DEBUG] adding entry org/jivesoftware/smackx/packet/Version.java [DEBUG] adding entry org/jivesoftware/smackx/packet/XHTMLExtension.java [DEBUG] adding entry org/jivesoftware/smackx/packet/package.html [DEBUG] adding entry org/jivesoftware/smackx/ping/PingManager.java [DEBUG] adding entry org/jivesoftware/smackx/provider/AdHocCommandDataProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/DataFormProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/DelayInfoProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/DelayInformationProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/DiscoverInfoProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/DiscoverItemsProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/EmbeddedExtensionProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/HeaderProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/HeadersProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/MUCAdminProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/MUCOwnerProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/MUCUserProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/MessageEventProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/MultipleAddressesProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/PEPProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/PrivateDataProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/RosterExchangeProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/StreamInitiationProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/VCardProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/XHTMLExtensionProvider.java [DEBUG] adding entry org/jivesoftware/smackx/provider/package.html [DEBUG] adding entry org/jivesoftware/smackx/pubsub/AccessModel.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/Affiliation.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/AffiliationsExtension.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ChildrenAssociationPolicy.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/CollectionNode.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ConfigurationEvent.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ConfigureForm.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ConfigureNodeFields.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/EmbeddedPacketExtension.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/EventElement.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/EventElementType.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/FormNode.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/FormNodeType.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/FormType.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/GetItemsRequest.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/Item.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ItemDeleteEvent.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ItemPublishEvent.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ItemReply.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ItemsExtension.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/LeafNode.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/Node.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/NodeEvent.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/NodeExtension.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/NodeType.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/OptionsExtension.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/PayloadItem.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/PresenceState.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/PubSubElementType.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/PubSubManager.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/PublishItem.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/PublishModel.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/RetractItem.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/SimplePayload.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/SubscribeExtension.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/SubscribeForm.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/SubscribeOptionFields.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/Subscription.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/SubscriptionEvent.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/SubscriptionsExtension.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/UnsubscribeExtension.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/listener/ItemDeleteListener.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/listener/ItemEventListener.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/listener/NodeConfigListener.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/packet/PubSub.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/packet/PubSubNamespace.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/packet/SyncPacketSend.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/AffiliationProvider.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/AffiliationsProvider.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/ConfigEventProvider.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/EventProvider.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/FormNodeProvider.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/ItemProvider.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/ItemsProvider.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/PubSubProvider.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/RetractEventProvider.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/SimpleNodeProvider.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/SubscriptionProvider.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/SubscriptionsProvider.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/util/NodeUtils.java [DEBUG] adding entry org/jivesoftware/smackx/pubsub/util/XmlUtils.java [DEBUG] adding entry org/jivesoftware/smackx/receipts/DeliveryReceipt.java [DEBUG] adding entry org/jivesoftware/smackx/receipts/DeliveryReceiptManager.java [DEBUG] adding entry org/jivesoftware/smackx/receipts/DeliveryReceiptRequest.java [DEBUG] adding entry org/jivesoftware/smackx/receipts/ReceiptReceivedListener.java [DEBUG] adding entry org/jivesoftware/smackx/search/SimpleUserSearch.java [DEBUG] adding entry org/jivesoftware/smackx/search/UserSearch.java [DEBUG] adding entry org/jivesoftware/smackx/search/UserSearchManager.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/MetaData.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/QueueUser.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/WorkgroupInvitation.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/WorkgroupInvitationListener.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/Agent.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/AgentRoster.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/AgentRosterListener.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/AgentSession.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/InvitationRequest.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/Offer.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/OfferConfirmation.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/OfferConfirmationListener.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/OfferContent.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/OfferListener.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/QueueUsersListener.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/RevokedOffer.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/TranscriptManager.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/TranscriptSearchManager.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/TransferRequest.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/UserRequest.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/WorkgroupQueue.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/history/AgentChatSession.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/macros/Macro.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/macros/MacroGroup.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/macros/Macros.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/AgentInfo.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/AgentStatus.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/AgentWorkgroups.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/DepartQueuePacket.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/MetaDataProvider.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/MonitorPacket.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/OccupantsInfo.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/OfferRequestProvider.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/OfferRevokeProvider.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/QueueDetails.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/QueueOverview.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/QueueUpdate.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/RoomInvitation.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/RoomTransfer.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/SessionID.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/Transcript.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/TranscriptProvider.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/TranscriptSearch.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/Transcripts.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/TranscriptsProvider.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/UserID.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/ChatSetting.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/ChatSettings.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/GenericSettings.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/OfflineSettings.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/SearchSettings.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/SoundSettings.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/user/QueueListener.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/user/Workgroup.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/util/ListenerEventDispatcher.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/util/MetaDataUtils.java [DEBUG] adding entry org/jivesoftware/smackx/workgroup/util/ModelUtil.java [DEBUG] adding entry overview.html [DEBUG] adding entry META-INF/eclipse.inf [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@72288b2b [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.jivesoftware.smack-3.4.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@28ac67f1 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:41.828454975, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:41.828700163, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:41.828700163, lastModified=2024-05-02 22:36:24.438735197, delta=257389964966 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:41.828700163, lastModified=2024-05-02 22:36:24.438735197, delta=257389964966 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:41.828700163, lastModified=2024-05-02 22:36:24.438735197, delta=257389964966 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:41.829046329, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:41.829130113, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:41.829130113, lastModified=2024-05-02 22:36:25.084747530, delta=256744382583 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/jivesoftware/smack/AbstractConnectionListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/AbstractConnectionListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/AccountManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/AccountManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/Chat.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Chat.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ChatManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ChatManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ChatManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ChatManager$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ChatManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ChatManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ChatManagerListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ChatManagerListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/Connection$InterceptorWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Connection$InterceptorWrapper.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/Connection$ListenerWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Connection$ListenerWrapper.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/Connection.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Connection.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ConnectionConfiguration$SecurityMode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ConnectionConfiguration$SecurityMode.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ConnectionConfiguration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ConnectionConfiguration.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ConnectionCreationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ConnectionCreationListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ConnectionListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ConnectionListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/MessageListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/MessageListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/NonSASLAuthentication.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/NonSASLAuthentication.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/OpenTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/OpenTrustManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PacketCollector.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketCollector.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PacketInterceptor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketInterceptor.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PacketListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PacketReader$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketReader$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PacketReader$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketReader$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PacketReader$ListenerNotification.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketReader$ListenerNotification.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PacketReader.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketReader.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PacketWriter$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketWriter$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PacketWriter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketWriter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PrivacyList.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PrivacyList.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PrivacyListListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PrivacyListListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PrivacyListManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PrivacyListManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PrivacyListManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PrivacyListManager$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PrivacyListManager$3$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PrivacyListManager$3$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PrivacyListManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PrivacyListManager$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/PrivacyListManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PrivacyListManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ReconnectionManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ReconnectionManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ReconnectionManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ReconnectionManager$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ReconnectionManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ReconnectionManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/Roster$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Roster$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/Roster$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Roster$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/Roster$PresencePacketListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Roster$PresencePacketListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/Roster$RosterPacketListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Roster$RosterPacketListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/Roster$SubscriptionMode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Roster$SubscriptionMode.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/Roster.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Roster.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/RosterEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/RosterEntry.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/RosterGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/RosterGroup.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/RosterListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/RosterListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/SASLAuthentication.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/SASLAuthentication.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ServerTrustManager$KeyStoreOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ServerTrustManager$KeyStoreOptions.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ServerTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ServerTrustManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/SmackConfiguration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/SmackConfiguration.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/SmackError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/SmackError.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/UserAuthentication.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/UserAuthentication.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/XMPPConnection.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/XMPPConnection.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/XMPPException.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/XMPPException.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/compression/Java7ZlibInputOutputStream$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/compression/Java7ZlibInputOutputStream$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/compression/Java7ZlibInputOutputStream$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/compression/Java7ZlibInputOutputStream$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/compression/Java7ZlibInputOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/compression/Java7ZlibInputOutputStream.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/compression/JzlibInputOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/compression/JzlibInputOutputStream.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/compression/XMPPInputOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/compression/XMPPInputOutputStream.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/ConsoleDebugger$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/ConsoleDebugger$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/ConsoleDebugger$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/ConsoleDebugger$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/ConsoleDebugger$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/ConsoleDebugger$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/ConsoleDebugger$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/ConsoleDebugger$4.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/ConsoleDebugger.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/ConsoleDebugger.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$10.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$10.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$4.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$5.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$6.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$7.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$8.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$9.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$PopupListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$PopupListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/debugger/SmackDebugger.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/SmackDebugger.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/filter/AndFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/AndFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/filter/FromContainsFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/FromContainsFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/filter/FromMatchesFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/FromMatchesFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/filter/IQTypeFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/IQTypeFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/filter/MessageTypeFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/MessageTypeFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/filter/NotFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/NotFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/filter/OrFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/OrFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/filter/PacketExtensionFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/PacketExtensionFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/filter/PacketFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/PacketFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/filter/PacketIDFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/PacketIDFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/filter/PacketTypeFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/PacketTypeFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/filter/ThreadFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/ThreadFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/filter/ToContainsFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/ToContainsFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/keepalive/KeepAliveManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/keepalive/KeepAliveManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/keepalive/KeepAliveManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/keepalive/KeepAliveManager$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/keepalive/KeepAliveManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/keepalive/KeepAliveManager$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/keepalive/KeepAliveManager$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/keepalive/KeepAliveManager$4.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/keepalive/KeepAliveManager$5$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/keepalive/KeepAliveManager$5$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/keepalive/KeepAliveManager$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/keepalive/KeepAliveManager$5.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/keepalive/KeepAliveManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/keepalive/KeepAliveManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/Authentication.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Authentication.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/Bind.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Bind.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/DefaultPacketExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/DefaultPacketExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/IQ$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/IQ$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/IQ$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/IQ$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/IQ$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/IQ$Type.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/IQ.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/IQ.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/Message$Body.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Message$Body.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/Message$Subject.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Message$Subject.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/Message$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Message$Type.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/Message.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Message.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/Packet.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Packet.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/PacketExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/PacketExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/Presence$Mode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Presence$Mode.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/Presence$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Presence$Type.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/Presence.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Presence.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/Privacy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Privacy.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/PrivacyItem$PrivacyRule.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/PrivacyItem$PrivacyRule.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/PrivacyItem$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/PrivacyItem$Type.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/PrivacyItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/PrivacyItem.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/Registration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Registration.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/RosterPacket$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/RosterPacket$Item.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/RosterPacket$ItemStatus.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/RosterPacket$ItemStatus.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/RosterPacket$ItemType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/RosterPacket$ItemType.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/RosterPacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/RosterPacket.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/Session.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Session.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/StreamError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/StreamError.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/XMPPError$Condition.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/XMPPError$Condition.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/XMPPError$ErrorSpecification.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/XMPPError$ErrorSpecification.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/XMPPError$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/XMPPError$Type.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/packet/XMPPError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/XMPPError.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ping/PingFailedListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ping/PingFailedListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ping/packet/Ping.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ping/packet/Ping.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/ping/provider/PingProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ping/provider/PingProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/provider/EmbeddedExtensionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/provider/EmbeddedExtensionProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/provider/IQProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/provider/IQProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/provider/PacketExtensionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/provider/PacketExtensionProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/provider/PrivacyProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/provider/PrivacyProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/provider/ProviderManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/provider/ProviderManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/proxy/DirectSocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/proxy/DirectSocketFactory.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/proxy/HTTPProxySocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/proxy/HTTPProxySocketFactory.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/proxy/ProxyException.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/proxy/ProxyException.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/proxy/ProxyInfo$ProxyType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/proxy/ProxyInfo$ProxyType.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/proxy/ProxyInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/proxy/ProxyInfo.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/proxy/Socks4ProxySocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/proxy/Socks4ProxySocketFactory.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/proxy/Socks5ProxySocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/proxy/Socks5ProxySocketFactory.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/sasl/SASLAnonymous.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLAnonymous.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/sasl/SASLCramMD5Mechanism.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLCramMD5Mechanism.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/sasl/SASLDigestMD5Mechanism.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLDigestMD5Mechanism.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/sasl/SASLExternalMechanism.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLExternalMechanism.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/sasl/SASLGSSAPIMechanism.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLGSSAPIMechanism.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/sasl/SASLMechanism$AuthMechanism.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLMechanism$AuthMechanism.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/sasl/SASLMechanism$Challenge.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLMechanism$Challenge.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/sasl/SASLMechanism$Failure.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLMechanism$Failure.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/sasl/SASLMechanism$Response.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLMechanism$Response.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/sasl/SASLMechanism$Success.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLMechanism$Success.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/sasl/SASLMechanism.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLMechanism.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/sasl/SASLPlainMechanism.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLPlainMechanism.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Base32Encoder.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Base32Encoder.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Base64$InputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Base64$InputStream.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Base64$OutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Base64$OutputStream.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Base64.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Base64.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Base64Encoder.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Base64Encoder.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Base64FileUrlEncoder.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Base64FileUrlEncoder.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Cache$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$1$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Cache$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Cache$2$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$2$1$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Cache$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$2$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Cache$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Cache$CacheObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$CacheObject.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Cache$LinkedList.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$LinkedList.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Cache$LinkedListNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$LinkedListNode.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/Cache.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/DNSUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/DNSUtil.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/DateFormatType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/DateFormatType.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/ObservableReader.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/ObservableReader.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/ObservableWriter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/ObservableWriter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/PacketParserUtils$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/PacketParserUtils$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/PacketParserUtils$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/PacketParserUtils$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/PacketParserUtils$UnparsedResultIQ.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/PacketParserUtils$UnparsedResultIQ.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/PacketParserUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/PacketParserUtils.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/ReaderListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/ReaderListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/StringEncoder.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/StringEncoder.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/StringUtils$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/StringUtils$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/StringUtils$PatternCouplings.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/StringUtils$PatternCouplings.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/StringUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/StringUtils.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/SyncPacketSend.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/SyncPacketSend.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/WriterListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/WriterListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractEmptyIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractEmptyIterator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$EntrySet.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$EntrySet.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$EntrySetIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$EntrySetIterator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$HashEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$HashEntry.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$HashIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$HashIterator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$HashMapIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$HashMapIterator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$KeySet.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$KeySet.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$KeySetIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$KeySetIterator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$Values.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$Values.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$ValuesIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$ValuesIterator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractKeyValue.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractKeyValue.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractMapEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractMapEntry.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntry.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntrySet.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntrySet.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntrySetIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntrySetIterator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceIteratorBase.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceIteratorBase.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceKeySet.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceKeySet.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceKeySetIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceKeySetIterator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceMapIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceMapIterator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceValues.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceValues.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceValuesIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceValuesIterator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$SoftRef.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$SoftRef.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$WeakRef.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$WeakRef.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/DefaultMapEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/DefaultMapEntry.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/EmptyIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/EmptyIterator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/EmptyMapIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/EmptyMapIterator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/IterableMap.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/IterableMap.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/KeyValue.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/KeyValue.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/MapIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/MapIterator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/ReferenceMap.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/ReferenceMap.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/collections/ResettableIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/ResettableIterator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/dns/DNSJavaResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/dns/DNSJavaResolver.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/dns/DNSResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/dns/DNSResolver.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/dns/HostAddress.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/dns/HostAddress.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/dns/JavaxResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/dns/JavaxResolver.class [DEBUG] parseClassFile(): path=org/jivesoftware/smack/util/dns/SRVRecord.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/dns/SRVRecord.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ChatState.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ChatState.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ChatStateListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ChatStateListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ChatStateManager$IncomingMessageInterceptor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ChatStateManager$IncomingMessageInterceptor.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ChatStateManager$OutgoingMessageInterceptor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ChatStateManager$OutgoingMessageInterceptor.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ChatStateManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ChatStateManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/DefaultMessageEventRequestListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/DefaultMessageEventRequestListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/Form.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/Form.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/FormField$Option.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/FormField$Option.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/FormField.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/FormField.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/GroupChatInvitation$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/GroupChatInvitation$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/GroupChatInvitation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/GroupChatInvitation.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/LastActivityManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/LastActivityManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/LastActivityManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/LastActivityManager$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/LastActivityManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/LastActivityManager$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/LastActivityManager$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/LastActivityManager$4.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/LastActivityManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/LastActivityManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/MessageEventManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/MessageEventManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/MessageEventManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/MessageEventManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/MessageEventNotificationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/MessageEventNotificationListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/MessageEventRequestListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/MessageEventRequestListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/MultipleRecipientInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/MultipleRecipientInfo.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/MultipleRecipientManager$PacketCopy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/MultipleRecipientManager$PacketCopy.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/MultipleRecipientManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/MultipleRecipientManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/NodeInformationProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/NodeInformationProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/OfflineMessageHeader.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/OfflineMessageHeader.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/OfflineMessageManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/OfflineMessageManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/OfflineMessageManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/OfflineMessageManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/PEPListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PEPListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/PEPManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PEPManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/PEPManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PEPManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/PrivateDataManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PrivateDataManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/PrivateDataManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PrivateDataManager$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/PrivateDataManager$PrivateDataIQProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PrivateDataManager$PrivateDataIQProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/PrivateDataManager$PrivateDataResult.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PrivateDataManager$PrivateDataResult.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/PrivateDataManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PrivateDataManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/RemoteRosterEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/RemoteRosterEntry.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ReportedData$Column.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ReportedData$Column.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ReportedData$Field.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ReportedData$Field.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ReportedData$Row.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ReportedData$Row.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ReportedData.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ReportedData.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/RosterExchangeListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/RosterExchangeListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/RosterExchangeManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/RosterExchangeManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/RosterExchangeManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/RosterExchangeManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ServiceDiscoveryManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ServiceDiscoveryManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ServiceDiscoveryManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ServiceDiscoveryManager$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ServiceDiscoveryManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ServiceDiscoveryManager$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ServiceDiscoveryManager$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ServiceDiscoveryManager$4.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ServiceDiscoveryManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ServiceDiscoveryManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/SharedGroupManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/SharedGroupManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/XHTMLManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/XHTMLManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/XHTMLManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/XHTMLManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/XHTMLText.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/XHTMLText.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bookmark/BookmarkManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bookmark/BookmarkManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bookmark/BookmarkedConference.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bookmark/BookmarkedConference.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bookmark/BookmarkedURL.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bookmark/BookmarkedURL.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bookmark/Bookmarks$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bookmark/Bookmarks$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bookmark/Bookmarks.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bookmark/Bookmarks.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bookmark/SharedBookmark.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bookmark/SharedBookmark.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/BytestreamListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/BytestreamListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/BytestreamManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/BytestreamManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/BytestreamRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/BytestreamRequest.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/BytestreamSession.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/BytestreamSession.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/CloseListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/CloseListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/DataListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/DataListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$1$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$StanzaType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$StanzaType.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamRequest.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBDataPacketFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBDataPacketFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBInputStream.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBOutputStream.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBInputStream$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBInputStream$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBInputStream.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBOutputStream.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBInputStream$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBInputStream$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBInputStream.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBOutputStream.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InitiationListener$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InitiationListener$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InitiationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InitiationListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/packet/Close.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/packet/Close.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/packet/Data.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/packet/Data.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/packet/DataPacketExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/packet/DataPacketExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/packet/Open.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/packet/Open.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/provider/CloseIQProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/provider/CloseIQProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/provider/DataPacketProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/provider/DataPacketProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/provider/OpenIQProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/provider/OpenIQProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/InitiationListener$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/InitiationListener$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/InitiationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/InitiationListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager$1$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamRequest.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamSession.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamSession.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5Client$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5Client$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5Client.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5Client.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5ClientForInitiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5ClientForInitiator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5Proxy$Socks5ServerProcess.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5Proxy$Socks5ServerProcess.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5Proxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5Proxy.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5Utils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5Utils.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$Activate.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$Activate.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$Mode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$Mode.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$StreamHost.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$StreamHost.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$StreamHostUsed.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$StreamHostUsed.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/provider/BytestreamsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/provider/BytestreamsProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommand$Action.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommand$Action.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommand$SpecificErrorCondition.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommand$SpecificErrorCondition.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommand$Status.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommand$Status.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommand.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommand.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$4.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$5.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$6.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$7.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$AdHocCommandInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$AdHocCommandInfo.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandNote$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandNote$Type.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandNote.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandNote.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/LocalCommand.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/LocalCommand.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/LocalCommandFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/LocalCommandFactory.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/commands/RemoteCommand.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/RemoteCommand.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$1$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$10.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$10.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$11$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$11$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$11.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$11.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$12$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$12$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$12.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$12.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$13.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$13.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$14.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$14.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$15.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$15.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$16.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$16.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$17.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$17.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$18.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$18.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$19.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$19.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$2$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$20.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$20.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$21.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$21.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$22.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$22.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$3$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$3$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$3$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$3$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$3$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$3$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$3$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$3$4.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$3$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$3$5.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$4.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$5.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$6.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$7.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$8.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$9.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$AdHocPacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$AdHocPacket.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$PopupListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$PopupListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$SelectionListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$SelectionListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$PopupListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$PopupListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$4.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$5.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$6.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$7.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$8.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$NodeVerHash.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$NodeVerHash.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/entitycaps/cache/EntityCapsPersistentCache.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/cache/EntityCapsPersistentCache.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/entitycaps/cache/SimpleDirectoryPersistentCache.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/cache/SimpleDirectoryPersistentCache.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/entitycaps/packet/CapsExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/packet/CapsExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/entitycaps/provider/CapsExtensionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/provider/CapsExtensionProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/FaultTolerantNegotiator$NegotiatorService.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FaultTolerantNegotiator$NegotiatorService.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/FaultTolerantNegotiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FaultTolerantNegotiator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransfer$Error.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransfer$Error.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransfer$Status.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransfer$Status.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransfer.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransferListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransferListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransferManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransferManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransferManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransferManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransferNegotiator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransferNegotiator$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransferRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransferRequest.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator$ByteStreamRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator$ByteStreamRequest.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator$IBBOpenSidFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator$IBBOpenSidFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/IncomingFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/IncomingFileTransfer$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/IncomingFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/IncomingFileTransfer$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/IncomingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/IncomingFileTransfer.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$NegotiationProgress.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$NegotiationProgress.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator$ByteStreamRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator$ByteStreamRequest.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator$BytestreamSIDFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator$BytestreamSIDFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/filetransfer/StreamNegotiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/StreamNegotiator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/Affiliate.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/Affiliate.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/ConnectionDetachedPacketCollector.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/ConnectionDetachedPacketCollector.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/DeafOccupantInterceptor$DeafExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/DeafOccupantInterceptor$DeafExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/DeafOccupantInterceptor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/DeafOccupantInterceptor.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/DefaultParticipantStatusListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/DefaultParticipantStatusListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/DefaultUserStatusListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/DefaultUserStatusListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/DiscussionHistory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/DiscussionHistory.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/HostedRoom.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/HostedRoom.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/InvitationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/InvitationListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/InvitationRejectionListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/InvitationRejectionListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$1$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$4.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$5.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$6.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$InvitationsMonitor$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$InvitationsMonitor$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$InvitationsMonitor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$InvitationsMonitor.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/Occupant.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/Occupant.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/PacketMultiplexListener$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/PacketMultiplexListener$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/PacketMultiplexListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/PacketMultiplexListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/ParticipantStatusListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/ParticipantStatusListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/RoomInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/RoomInfo.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/RoomListenerMultiplexor$RoomMultiplexFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/RoomListenerMultiplexor$RoomMultiplexFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/RoomListenerMultiplexor$RoomMultiplexListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/RoomListenerMultiplexor$RoomMultiplexListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/RoomListenerMultiplexor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/RoomListenerMultiplexor.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/SubjectUpdatedListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/SubjectUpdatedListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/muc/UserStatusListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/UserStatusListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/AdHocCommandData$SpecificError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/AdHocCommandData$SpecificError.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/AdHocCommandData.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/AdHocCommandData.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/AttentionExtension$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/AttentionExtension$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/AttentionExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/AttentionExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/ChatStateExtension$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/ChatStateExtension$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/ChatStateExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/ChatStateExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/DataForm$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DataForm$Item.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/DataForm$ReportedData.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DataForm$ReportedData.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/DataForm.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DataForm.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/DefaultPrivateData.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DefaultPrivateData.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/DelayInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DelayInfo.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/DelayInformation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DelayInformation.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/DiscoverInfo$Feature.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DiscoverInfo$Feature.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/DiscoverInfo$Identity.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DiscoverInfo$Identity.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/DiscoverInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DiscoverInfo.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/DiscoverItems$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DiscoverItems$Item.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/DiscoverItems.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DiscoverItems.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/Header.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/Header.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/HeadersExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/HeadersExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/LastActivity$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/LastActivity$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/LastActivity.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/LastActivity.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MUCAdmin$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCAdmin$Item.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MUCAdmin.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCAdmin.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MUCInitialPresence$History.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCInitialPresence$History.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MUCInitialPresence.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCInitialPresence.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MUCOwner$Destroy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCOwner$Destroy.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MUCOwner$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCOwner$Item.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MUCOwner.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCOwner.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MUCUser$Decline.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCUser$Decline.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MUCUser$Destroy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCUser$Destroy.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MUCUser$Invite.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCUser$Invite.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MUCUser$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCUser$Item.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MUCUser$Status.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCUser$Status.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MUCUser.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCUser.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MessageEvent.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MultipleAddresses$Address.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MultipleAddresses$Address.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/MultipleAddresses.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MultipleAddresses.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/Nick$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/Nick$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/Nick.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/Nick.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/OfflineMessageInfo$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/OfflineMessageInfo$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/OfflineMessageInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/OfflineMessageInfo.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/OfflineMessageRequest$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/OfflineMessageRequest$Item.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/OfflineMessageRequest$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/OfflineMessageRequest$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/OfflineMessageRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/OfflineMessageRequest.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/PEPEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/PEPEvent.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/PEPItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/PEPItem.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/PEPPubSub.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/PEPPubSub.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/PrivateData.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/PrivateData.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/RosterExchange.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/RosterExchange.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/SharedGroupsInfo$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/SharedGroupsInfo$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/SharedGroupsInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/SharedGroupsInfo.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/StreamInitiation$Feature.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/StreamInitiation$Feature.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/StreamInitiation$File.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/StreamInitiation$File.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/StreamInitiation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/StreamInitiation.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/Time.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/Time.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/VCard$ContentBuilder.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$ContentBuilder.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$4.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$5.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$6.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$7.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$8.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/VCard.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/Version.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/Version.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/packet/XHTMLExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/XHTMLExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ping/PingManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ping/PingManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ping/PingManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ping/PingManager$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/ping/PingManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ping/PingManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadActionError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadActionError.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadLocaleError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadLocaleError.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadPayloadError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadPayloadError.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadSessionIDError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadSessionIDError.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/AdHocCommandDataProvider$MalformedActionError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/AdHocCommandDataProvider$MalformedActionError.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/AdHocCommandDataProvider$SessionExpiredError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/AdHocCommandDataProvider$SessionExpiredError.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/AdHocCommandDataProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/AdHocCommandDataProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/DataFormProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/DataFormProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/DelayInfoProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/DelayInfoProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/DelayInformationProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/DelayInformationProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/DiscoverInfoProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/DiscoverInfoProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/DiscoverItemsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/DiscoverItemsProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/EmbeddedExtensionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/EmbeddedExtensionProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/HeaderProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/HeaderProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/HeadersProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/HeadersProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/MUCAdminProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/MUCAdminProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/MUCOwnerProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/MUCOwnerProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/MUCUserProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/MUCUserProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/MessageEventProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/MessageEventProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/MultipleAddressesProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/MultipleAddressesProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/PEPProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/PEPProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/PrivateDataProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/PrivateDataProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/RosterExchangeProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/RosterExchangeProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/StreamInitiationProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/StreamInitiationProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/VCardProvider$VCardReader.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/VCardProvider$VCardReader.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/VCardProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/VCardProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/provider/XHTMLExtensionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/XHTMLExtensionProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/AccessModel.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/AccessModel.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/Affiliation$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Affiliation$Type.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/Affiliation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Affiliation.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/AffiliationsExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/AffiliationsExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/ChildrenAssociationPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ChildrenAssociationPolicy.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/CollectionNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/CollectionNode.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/ConfigurationEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ConfigurationEvent.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/ConfigureForm.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ConfigureForm.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/ConfigureNodeFields.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ConfigureNodeFields.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/EmbeddedPacketExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/EmbeddedPacketExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/EventElement.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/EventElement.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/EventElementType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/EventElementType.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/FormNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/FormNode.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/FormNodeType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/FormNodeType.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/FormType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/FormType.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/GetItemsRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/GetItemsRequest.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Item.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/ItemDeleteEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ItemDeleteEvent.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/ItemPublishEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ItemPublishEvent.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/ItemReply.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ItemReply.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/ItemsExtension$ItemsElementType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ItemsExtension$ItemsElementType.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/ItemsExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ItemsExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/LeafNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/LeafNode.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/Node$EventContentFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Node$EventContentFilter.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/Node$ItemDeleteTranslator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Node$ItemDeleteTranslator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/Node$ItemEventTranslator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Node$ItemEventTranslator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/Node$NodeConfigTranslator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Node$NodeConfigTranslator.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/Node.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Node.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/NodeEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/NodeEvent.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/NodeExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/NodeExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/NodeType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/NodeType.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/OptionsExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/OptionsExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/PayloadItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/PayloadItem.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/PresenceState.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/PresenceState.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/PubSubElementType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/PubSubElementType.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/PubSubManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/PubSubManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/PublishItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/PublishItem.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/PublishModel.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/PublishModel.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/RetractItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/RetractItem.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/SimplePayload.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/SimplePayload.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/SubscribeExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/SubscribeExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/SubscribeForm.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/SubscribeForm.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/SubscribeOptionFields.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/SubscribeOptionFields.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/Subscription$State.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Subscription$State.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/Subscription.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Subscription.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/SubscriptionEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/SubscriptionEvent.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/SubscriptionsExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/SubscriptionsExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/UnsubscribeExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/UnsubscribeExtension.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/listener/ItemDeleteListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/listener/ItemDeleteListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/listener/ItemEventListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/listener/ItemEventListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/listener/NodeConfigListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/listener/NodeConfigListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/packet/PubSub.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/packet/PubSub.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/packet/PubSubNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/packet/PubSubNamespace.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/packet/SyncPacketSend.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/packet/SyncPacketSend.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/provider/AffiliationProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/AffiliationProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/provider/AffiliationsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/AffiliationsProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/provider/ConfigEventProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/ConfigEventProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/provider/EventProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/EventProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/provider/FormNodeProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/FormNodeProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/provider/ItemProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/ItemProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/provider/ItemsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/ItemsProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/provider/PubSubProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/PubSubProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/provider/RetractEventProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/RetractEventProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/provider/SimpleNodeProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/SimpleNodeProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/provider/SubscriptionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/SubscriptionProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/provider/SubscriptionsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/SubscriptionsProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/util/NodeUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/util/NodeUtils.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/pubsub/util/XmlUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/util/XmlUtils.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/receipts/DeliveryReceipt$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/receipts/DeliveryReceipt$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/receipts/DeliveryReceipt.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/receipts/DeliveryReceipt.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/receipts/DeliveryReceiptManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/receipts/DeliveryReceiptManager$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/receipts/DeliveryReceiptManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/receipts/DeliveryReceiptManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/receipts/DeliveryReceiptRequest$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/receipts/DeliveryReceiptRequest$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/receipts/DeliveryReceiptRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/receipts/DeliveryReceiptRequest.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/receipts/ReceiptReceivedListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/receipts/ReceiptReceivedListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/search/SimpleUserSearch.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/search/SimpleUserSearch.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/search/UserSearch$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/search/UserSearch$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/search/UserSearch.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/search/UserSearch.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/search/UserSearchManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/search/UserSearchManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/MetaData.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/MetaData.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/QueueUser.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/QueueUser.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/WorkgroupInvitation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/WorkgroupInvitation.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/WorkgroupInvitationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/WorkgroupInvitationListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/Agent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/Agent.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentRoster$AgentStatusListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentRoster$AgentStatusListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentRoster$PresencePacketListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentRoster$PresencePacketListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentRoster.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentRoster.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentRosterListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentRosterListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentSession$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentSession$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentSession$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentSession$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentSession$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentSession$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentSession$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentSession$4.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentSession$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentSession$5.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentSession.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentSession.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/InvitationRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/InvitationRequest.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/Offer$AcceptPacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/Offer$AcceptPacket.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/Offer$RejectPacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/Offer$RejectPacket.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/Offer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/Offer.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/OfferConfirmation$NotifyServicePacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/OfferConfirmation$NotifyServicePacket.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/OfferConfirmation$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/OfferConfirmation$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/OfferConfirmation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/OfferConfirmation.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/OfferConfirmationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/OfferConfirmationListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/OfferContent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/OfferContent.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/OfferListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/OfferListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/QueueUsersListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/QueueUsersListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/RevokedOffer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/RevokedOffer.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/TranscriptManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/TranscriptManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/TranscriptSearchManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/TranscriptSearchManager.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/TransferRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/TransferRequest.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/UserRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/UserRequest.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/WorkgroupQueue$Status.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/WorkgroupQueue$Status.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/agent/WorkgroupQueue.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/WorkgroupQueue.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm$InternalProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory$InternalProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/ext/history/AgentChatSession.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/history/AgentChatSession.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/ext/macros/Macro.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/macros/Macro.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/ext/macros/MacroGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/macros/MacroGroup.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/ext/macros/Macros$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/macros/Macros$InternalProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/ext/macros/Macros.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/macros/Macros.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentInfo$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentInfo$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentInfo.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentStatus$ChatInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentStatus$ChatInfo.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentStatus$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentStatus$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentStatus.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentStatus.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest$Item.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentWorkgroups$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentWorkgroups$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentWorkgroups.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentWorkgroups.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/DepartQueuePacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/DepartQueuePacket.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/MetaDataProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/MetaDataProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/MonitorPacket$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/MonitorPacket$InternalProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/MonitorPacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/MonitorPacket.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/OccupantsInfo$OccupantInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/OccupantsInfo$OccupantInfo.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/OccupantsInfo$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/OccupantsInfo$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/OccupantsInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/OccupantsInfo.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/OfferRequestProvider$OfferRequestPacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/OfferRequestProvider$OfferRequestPacket.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/OfferRequestProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/OfferRequestProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/OfferRevokeProvider$OfferRevokePacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/OfferRevokeProvider$OfferRevokePacket.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/OfferRevokeProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/OfferRevokeProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/QueueDetails$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/QueueDetails$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/QueueDetails.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/QueueDetails.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/QueueOverview$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/QueueOverview$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/QueueOverview.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/QueueOverview.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/QueueUpdate$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/QueueUpdate$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/QueueUpdate.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/QueueUpdate.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/RoomInvitation$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/RoomInvitation$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/RoomInvitation$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/RoomInvitation$Type.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/RoomInvitation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/RoomInvitation.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/RoomTransfer$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/RoomTransfer$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/RoomTransfer$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/RoomTransfer$Type.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/RoomTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/RoomTransfer.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/SessionID$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/SessionID$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/SessionID.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/SessionID.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/Transcript.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/Transcript.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/TranscriptProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/TranscriptProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/TranscriptSearch$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/TranscriptSearch$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/TranscriptSearch.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/TranscriptSearch.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/Transcripts$AgentDetail.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/Transcripts$AgentDetail.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/Transcripts$TranscriptSummary.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/Transcripts$TranscriptSummary.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/Transcripts.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/Transcripts.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/TranscriptsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/TranscriptsProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/UserID$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/UserID$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/UserID.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/UserID.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation$Provider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/settings/ChatSetting.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/ChatSetting.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/settings/ChatSettings$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/ChatSettings$InternalProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/settings/ChatSettings.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/ChatSettings.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/settings/GenericSettings$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/GenericSettings$InternalProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/settings/GenericSettings.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/GenericSettings.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/settings/OfflineSettings$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/OfflineSettings$InternalProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/settings/OfflineSettings.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/OfflineSettings.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/settings/SearchSettings$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/SearchSettings$InternalProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/settings/SearchSettings.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/SearchSettings.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/settings/SoundSettings$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/SoundSettings$InternalProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/settings/SoundSettings.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/SoundSettings.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties$InternalProvider.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/user/QueueListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/user/QueueListener.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/user/Workgroup$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/user/Workgroup$1.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/user/Workgroup$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/user/Workgroup$2.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/user/Workgroup$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/user/Workgroup$3.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/user/Workgroup$JoinQueuePacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/user/Workgroup$JoinQueuePacket.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/user/Workgroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/user/Workgroup.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/util/ListenerEventDispatcher$TripletContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/util/ListenerEventDispatcher$TripletContainer.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/util/ListenerEventDispatcher.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/util/ListenerEventDispatcher.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/util/MetaDataUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/util/MetaDataUtils.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/util/ModelUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/util/ModelUtil.class [DEBUG] parseClassFile(): path=org/jivesoftware/smackx/workgroup/util/ReverseListIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/util/ReverseListIterator.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@377f163c [DEBUG] end [DEBUG] visitClassFile(): path=org/jivesoftware/smack/AbstractConnectionListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/AbstractConnectionListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/AccountManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/AccountManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/Chat.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Chat.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ChatManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ChatManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ChatManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ChatManager$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ChatManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ChatManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ChatManagerListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ChatManagerListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/Connection$InterceptorWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Connection$InterceptorWrapper.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/Connection$ListenerWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Connection$ListenerWrapper.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/Connection.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Connection.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ConnectionConfiguration$SecurityMode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ConnectionConfiguration$SecurityMode.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ConnectionConfiguration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ConnectionConfiguration.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ConnectionCreationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ConnectionCreationListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ConnectionListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ConnectionListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/MessageListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/MessageListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/NonSASLAuthentication.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/NonSASLAuthentication.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/OpenTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/OpenTrustManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PacketCollector.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketCollector.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PacketInterceptor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketInterceptor.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PacketListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PacketReader$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketReader$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PacketReader$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketReader$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PacketReader$ListenerNotification.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketReader$ListenerNotification.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PacketReader.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketReader.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PacketWriter$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketWriter$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PacketWriter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PacketWriter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PrivacyList.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PrivacyList.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PrivacyListListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PrivacyListListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PrivacyListManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PrivacyListManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PrivacyListManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PrivacyListManager$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PrivacyListManager$3$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PrivacyListManager$3$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PrivacyListManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PrivacyListManager$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/PrivacyListManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/PrivacyListManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ReconnectionManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ReconnectionManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ReconnectionManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ReconnectionManager$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ReconnectionManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ReconnectionManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/Roster$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Roster$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/Roster$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Roster$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/Roster$PresencePacketListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Roster$PresencePacketListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/Roster$RosterPacketListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Roster$RosterPacketListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/Roster$SubscriptionMode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Roster$SubscriptionMode.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/Roster.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/Roster.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/RosterEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/RosterEntry.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/RosterGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/RosterGroup.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/RosterListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/RosterListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/SASLAuthentication.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/SASLAuthentication.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ServerTrustManager$KeyStoreOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ServerTrustManager$KeyStoreOptions.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ServerTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ServerTrustManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/SmackConfiguration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/SmackConfiguration.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/SmackError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/SmackError.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/UserAuthentication.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/UserAuthentication.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/XMPPConnection.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/XMPPConnection.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/XMPPException.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/XMPPException.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/compression/Java7ZlibInputOutputStream$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/compression/Java7ZlibInputOutputStream$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/compression/Java7ZlibInputOutputStream$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/compression/Java7ZlibInputOutputStream$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/compression/Java7ZlibInputOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/compression/Java7ZlibInputOutputStream.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/compression/JzlibInputOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/compression/JzlibInputOutputStream.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/compression/XMPPInputOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/compression/XMPPInputOutputStream.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/ConsoleDebugger$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/ConsoleDebugger$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/ConsoleDebugger$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/ConsoleDebugger$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/ConsoleDebugger$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/ConsoleDebugger$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/ConsoleDebugger$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/ConsoleDebugger$4.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/ConsoleDebugger.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/ConsoleDebugger.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$10.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$10.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$4.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$5.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$6.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$7.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$8.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$9.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger$PopupListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger$PopupListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/LiteDebugger.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/LiteDebugger.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/debugger/SmackDebugger.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/debugger/SmackDebugger.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/filter/AndFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/AndFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/filter/FromContainsFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/FromContainsFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/filter/FromMatchesFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/FromMatchesFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/filter/IQTypeFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/IQTypeFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/filter/MessageTypeFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/MessageTypeFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/filter/NotFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/NotFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/filter/OrFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/OrFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/filter/PacketExtensionFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/PacketExtensionFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/filter/PacketFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/PacketFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/filter/PacketIDFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/PacketIDFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/filter/PacketTypeFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/PacketTypeFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/filter/ThreadFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/ThreadFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/filter/ToContainsFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/filter/ToContainsFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/keepalive/KeepAliveManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/keepalive/KeepAliveManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/keepalive/KeepAliveManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/keepalive/KeepAliveManager$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/keepalive/KeepAliveManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/keepalive/KeepAliveManager$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/keepalive/KeepAliveManager$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/keepalive/KeepAliveManager$4.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/keepalive/KeepAliveManager$5$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/keepalive/KeepAliveManager$5$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/keepalive/KeepAliveManager$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/keepalive/KeepAliveManager$5.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/keepalive/KeepAliveManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/keepalive/KeepAliveManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/Authentication.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Authentication.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/Bind.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Bind.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/DefaultPacketExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/DefaultPacketExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/IQ$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/IQ$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/IQ$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/IQ$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/IQ$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/IQ$Type.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/IQ.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/IQ.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/Message$Body.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Message$Body.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/Message$Subject.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Message$Subject.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/Message$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Message$Type.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/Message.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Message.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/Packet.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Packet.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/PacketExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/PacketExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/Presence$Mode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Presence$Mode.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/Presence$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Presence$Type.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/Presence.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Presence.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/Privacy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Privacy.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/PrivacyItem$PrivacyRule.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/PrivacyItem$PrivacyRule.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/PrivacyItem$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/PrivacyItem$Type.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/PrivacyItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/PrivacyItem.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/Registration.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Registration.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/RosterPacket$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/RosterPacket$Item.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/RosterPacket$ItemStatus.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/RosterPacket$ItemStatus.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/RosterPacket$ItemType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/RosterPacket$ItemType.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/RosterPacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/RosterPacket.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/Session.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/Session.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/StreamError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/StreamError.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/XMPPError$Condition.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/XMPPError$Condition.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/XMPPError$ErrorSpecification.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/XMPPError$ErrorSpecification.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/XMPPError$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/XMPPError$Type.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/packet/XMPPError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/packet/XMPPError.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ping/PingFailedListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ping/PingFailedListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ping/packet/Ping.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ping/packet/Ping.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/ping/provider/PingProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/ping/provider/PingProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/provider/EmbeddedExtensionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/provider/EmbeddedExtensionProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/provider/IQProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/provider/IQProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/provider/PacketExtensionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/provider/PacketExtensionProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/provider/PrivacyProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/provider/PrivacyProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/provider/ProviderManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/provider/ProviderManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/proxy/DirectSocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/proxy/DirectSocketFactory.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/proxy/HTTPProxySocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/proxy/HTTPProxySocketFactory.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/proxy/ProxyException.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/proxy/ProxyException.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/proxy/ProxyInfo$ProxyType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/proxy/ProxyInfo$ProxyType.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/proxy/ProxyInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/proxy/ProxyInfo.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/proxy/Socks4ProxySocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/proxy/Socks4ProxySocketFactory.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/proxy/Socks5ProxySocketFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/proxy/Socks5ProxySocketFactory.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/sasl/SASLAnonymous.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLAnonymous.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/sasl/SASLCramMD5Mechanism.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLCramMD5Mechanism.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/sasl/SASLDigestMD5Mechanism.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLDigestMD5Mechanism.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/sasl/SASLExternalMechanism.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLExternalMechanism.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/sasl/SASLGSSAPIMechanism.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLGSSAPIMechanism.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/sasl/SASLMechanism$AuthMechanism.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLMechanism$AuthMechanism.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/sasl/SASLMechanism$Challenge.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLMechanism$Challenge.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/sasl/SASLMechanism$Failure.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLMechanism$Failure.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/sasl/SASLMechanism$Response.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLMechanism$Response.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/sasl/SASLMechanism$Success.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLMechanism$Success.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/sasl/SASLMechanism.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLMechanism.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/sasl/SASLPlainMechanism.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/sasl/SASLPlainMechanism.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Base32Encoder.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Base32Encoder.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Base64$InputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Base64$InputStream.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Base64$OutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Base64$OutputStream.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Base64.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Base64.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Base64Encoder.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Base64Encoder.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Base64FileUrlEncoder.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Base64FileUrlEncoder.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Cache$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$1$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Cache$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Cache$2$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$2$1$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Cache$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$2$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Cache$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Cache$CacheObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$CacheObject.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Cache$LinkedList.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$LinkedList.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Cache$LinkedListNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache$LinkedListNode.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/Cache.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/Cache.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/DNSUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/DNSUtil.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/DateFormatType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/DateFormatType.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/ObservableReader.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/ObservableReader.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/ObservableWriter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/ObservableWriter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/PacketParserUtils$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/PacketParserUtils$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/PacketParserUtils$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/PacketParserUtils$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/PacketParserUtils$UnparsedResultIQ.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/PacketParserUtils$UnparsedResultIQ.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/PacketParserUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/PacketParserUtils.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/ReaderListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/ReaderListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/StringEncoder.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/StringEncoder.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/StringUtils$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/StringUtils$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/StringUtils$PatternCouplings.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/StringUtils$PatternCouplings.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/StringUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/StringUtils.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/SyncPacketSend.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/SyncPacketSend.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/WriterListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/WriterListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractEmptyIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractEmptyIterator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$EntrySet.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$EntrySet.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$EntrySetIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$EntrySetIterator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$HashEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$HashEntry.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$HashIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$HashIterator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$HashMapIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$HashMapIterator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$KeySet.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$KeySet.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$KeySetIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$KeySetIterator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$Values.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$Values.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap$ValuesIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap$ValuesIterator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractHashedMap.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractHashedMap.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractKeyValue.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractKeyValue.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractMapEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractMapEntry.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntry.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntrySet.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntrySet.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntrySetIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntrySetIterator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceIteratorBase.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceIteratorBase.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceKeySet.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceKeySet.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceKeySetIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceKeySetIterator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceMapIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceMapIterator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceValues.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceValues.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceValuesIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceValuesIterator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$SoftRef.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$SoftRef.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap$WeakRef.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap$WeakRef.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/AbstractReferenceMap.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/AbstractReferenceMap.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/DefaultMapEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/DefaultMapEntry.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/EmptyIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/EmptyIterator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/EmptyMapIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/EmptyMapIterator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/IterableMap.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/IterableMap.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/KeyValue.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/KeyValue.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/MapIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/MapIterator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/ReferenceMap.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/ReferenceMap.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/collections/ResettableIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/collections/ResettableIterator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/dns/DNSJavaResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/dns/DNSJavaResolver.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/dns/DNSResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/dns/DNSResolver.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/dns/HostAddress.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/dns/HostAddress.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/dns/JavaxResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/dns/JavaxResolver.class [DEBUG] visitClassFile(): path=org/jivesoftware/smack/util/dns/SRVRecord.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smack/util/dns/SRVRecord.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ChatState.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ChatState.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ChatStateListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ChatStateListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ChatStateManager$IncomingMessageInterceptor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ChatStateManager$IncomingMessageInterceptor.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ChatStateManager$OutgoingMessageInterceptor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ChatStateManager$OutgoingMessageInterceptor.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ChatStateManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ChatStateManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/DefaultMessageEventRequestListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/DefaultMessageEventRequestListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/Form.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/Form.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/FormField$Option.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/FormField$Option.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/FormField.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/FormField.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/GroupChatInvitation$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/GroupChatInvitation$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/GroupChatInvitation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/GroupChatInvitation.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/LastActivityManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/LastActivityManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/LastActivityManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/LastActivityManager$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/LastActivityManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/LastActivityManager$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/LastActivityManager$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/LastActivityManager$4.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/LastActivityManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/LastActivityManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/MessageEventManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/MessageEventManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/MessageEventManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/MessageEventManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/MessageEventNotificationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/MessageEventNotificationListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/MessageEventRequestListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/MessageEventRequestListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/MultipleRecipientInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/MultipleRecipientInfo.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/MultipleRecipientManager$PacketCopy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/MultipleRecipientManager$PacketCopy.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/MultipleRecipientManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/MultipleRecipientManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/NodeInformationProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/NodeInformationProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/OfflineMessageHeader.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/OfflineMessageHeader.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/OfflineMessageManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/OfflineMessageManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/OfflineMessageManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/OfflineMessageManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/PEPListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PEPListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/PEPManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PEPManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/PEPManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PEPManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/PrivateDataManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PrivateDataManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/PrivateDataManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PrivateDataManager$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/PrivateDataManager$PrivateDataIQProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PrivateDataManager$PrivateDataIQProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/PrivateDataManager$PrivateDataResult.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PrivateDataManager$PrivateDataResult.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/PrivateDataManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/PrivateDataManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/RemoteRosterEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/RemoteRosterEntry.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ReportedData$Column.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ReportedData$Column.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ReportedData$Field.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ReportedData$Field.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ReportedData$Row.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ReportedData$Row.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ReportedData.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ReportedData.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/RosterExchangeListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/RosterExchangeListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/RosterExchangeManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/RosterExchangeManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/RosterExchangeManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/RosterExchangeManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ServiceDiscoveryManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ServiceDiscoveryManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ServiceDiscoveryManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ServiceDiscoveryManager$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ServiceDiscoveryManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ServiceDiscoveryManager$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ServiceDiscoveryManager$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ServiceDiscoveryManager$4.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ServiceDiscoveryManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ServiceDiscoveryManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/SharedGroupManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/SharedGroupManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/XHTMLManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/XHTMLManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/XHTMLManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/XHTMLManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/XHTMLText.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/XHTMLText.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bookmark/BookmarkManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bookmark/BookmarkManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bookmark/BookmarkedConference.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bookmark/BookmarkedConference.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bookmark/BookmarkedURL.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bookmark/BookmarkedURL.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bookmark/Bookmarks$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bookmark/Bookmarks$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bookmark/Bookmarks.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bookmark/Bookmarks.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bookmark/SharedBookmark.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bookmark/SharedBookmark.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/BytestreamListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/BytestreamListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/BytestreamManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/BytestreamManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/BytestreamRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/BytestreamRequest.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/BytestreamSession.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/BytestreamSession.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/CloseListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/CloseListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/DataListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/DataListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$1$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$StanzaType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$StanzaType.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamRequest.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBDataPacketFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBDataPacketFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBInputStream.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBOutputStream.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBInputStream$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBInputStream$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBInputStream.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBOutputStream.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBInputStream$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBInputStream$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBInputStream.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBOutputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBOutputStream.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InitiationListener$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InitiationListener$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/InitiationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/InitiationListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/packet/Close.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/packet/Close.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/packet/Data.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/packet/Data.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/packet/DataPacketExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/packet/DataPacketExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/packet/Open.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/packet/Open.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/provider/CloseIQProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/provider/CloseIQProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/provider/DataPacketProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/provider/DataPacketProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/ibb/provider/OpenIQProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/ibb/provider/OpenIQProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/InitiationListener$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/InitiationListener$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/InitiationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/InitiationListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager$1$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamRequest.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamSession.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamSession.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5Client$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5Client$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5Client.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5Client.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5ClientForInitiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5ClientForInitiator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5Proxy$Socks5ServerProcess.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5Proxy$Socks5ServerProcess.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5Proxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5Proxy.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/Socks5Utils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/Socks5Utils.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$Activate.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$Activate.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$Mode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$Mode.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$StreamHost.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$StreamHost.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$StreamHostUsed.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$StreamHostUsed.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/bytestreams/socks5/provider/BytestreamsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/bytestreams/socks5/provider/BytestreamsProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommand$Action.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommand$Action.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommand$SpecificErrorCondition.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommand$SpecificErrorCondition.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommand$Status.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommand$Status.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommand.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommand.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$4.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$5.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$6.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$7.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager$AdHocCommandInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager$AdHocCommandInfo.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandNote$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandNote$Type.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/AdHocCommandNote.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/AdHocCommandNote.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/LocalCommand.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/LocalCommand.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/LocalCommandFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/LocalCommandFactory.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/commands/RemoteCommand.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/commands/RemoteCommand.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$1$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$10.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$10.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$11$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$11$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$11.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$11.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$12$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$12$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$12.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$12.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$13.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$13.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$14.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$14.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$15.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$15.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$16.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$16.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$17.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$17.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$18.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$18.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$19.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$19.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$2$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$20.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$20.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$21.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$21.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$22.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$22.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$3$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$3$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$3$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$3$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$3$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$3$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$3$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$3$4.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$3$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$3$5.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$4.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$5.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$6.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$7.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$8.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$9.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$9.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$AdHocPacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$AdHocPacket.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$PopupListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$PopupListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger$SelectionListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger$SelectionListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebugger.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebugger.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$PopupListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$PopupListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$4.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$5.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$6.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$7.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$8.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager$NodeVerHash.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager$NodeVerHash.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/entitycaps/EntityCapsManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/EntityCapsManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/entitycaps/cache/EntityCapsPersistentCache.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/cache/EntityCapsPersistentCache.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/entitycaps/cache/SimpleDirectoryPersistentCache.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/cache/SimpleDirectoryPersistentCache.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/entitycaps/packet/CapsExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/packet/CapsExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/entitycaps/provider/CapsExtensionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/entitycaps/provider/CapsExtensionProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/FaultTolerantNegotiator$NegotiatorService.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FaultTolerantNegotiator$NegotiatorService.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/FaultTolerantNegotiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FaultTolerantNegotiator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransfer$Error.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransfer$Error.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransfer$Status.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransfer$Status.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransfer.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransferListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransferListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransferManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransferManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransferManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransferManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransferNegotiator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransferNegotiator$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/FileTransferRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/FileTransferRequest.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator$ByteStreamRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator$ByteStreamRequest.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator$IBBOpenSidFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator$IBBOpenSidFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/IncomingFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/IncomingFileTransfer$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/IncomingFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/IncomingFileTransfer$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/IncomingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/IncomingFileTransfer.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$NegotiationProgress.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$NegotiationProgress.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator$ByteStreamRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator$ByteStreamRequest.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator$BytestreamSIDFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator$BytestreamSIDFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/filetransfer/StreamNegotiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/filetransfer/StreamNegotiator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/Affiliate.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/Affiliate.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/ConnectionDetachedPacketCollector.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/ConnectionDetachedPacketCollector.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/DeafOccupantInterceptor$DeafExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/DeafOccupantInterceptor$DeafExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/DeafOccupantInterceptor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/DeafOccupantInterceptor.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/DefaultParticipantStatusListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/DefaultParticipantStatusListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/DefaultUserStatusListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/DefaultUserStatusListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/DiscussionHistory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/DiscussionHistory.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/HostedRoom.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/HostedRoom.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/InvitationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/InvitationListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/InvitationRejectionListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/InvitationRejectionListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$1$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$4.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$5.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$6.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$InvitationsMonitor$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$InvitationsMonitor$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat$InvitationsMonitor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat$InvitationsMonitor.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/MultiUserChat.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/MultiUserChat.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/Occupant.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/Occupant.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/PacketMultiplexListener$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/PacketMultiplexListener$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/PacketMultiplexListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/PacketMultiplexListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/ParticipantStatusListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/ParticipantStatusListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/RoomInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/RoomInfo.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/RoomListenerMultiplexor$RoomMultiplexFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/RoomListenerMultiplexor$RoomMultiplexFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/RoomListenerMultiplexor$RoomMultiplexListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/RoomListenerMultiplexor$RoomMultiplexListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/RoomListenerMultiplexor.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/RoomListenerMultiplexor.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/SubjectUpdatedListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/SubjectUpdatedListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/muc/UserStatusListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/muc/UserStatusListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/AdHocCommandData$SpecificError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/AdHocCommandData$SpecificError.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/AdHocCommandData.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/AdHocCommandData.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/AttentionExtension$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/AttentionExtension$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/AttentionExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/AttentionExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/ChatStateExtension$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/ChatStateExtension$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/ChatStateExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/ChatStateExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/DataForm$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DataForm$Item.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/DataForm$ReportedData.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DataForm$ReportedData.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/DataForm.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DataForm.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/DefaultPrivateData.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DefaultPrivateData.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/DelayInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DelayInfo.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/DelayInformation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DelayInformation.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/DiscoverInfo$Feature.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DiscoverInfo$Feature.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/DiscoverInfo$Identity.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DiscoverInfo$Identity.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/DiscoverInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DiscoverInfo.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/DiscoverItems$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DiscoverItems$Item.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/DiscoverItems.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/DiscoverItems.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/Header.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/Header.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/HeadersExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/HeadersExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/LastActivity$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/LastActivity$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/LastActivity.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/LastActivity.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MUCAdmin$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCAdmin$Item.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MUCAdmin.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCAdmin.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MUCInitialPresence$History.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCInitialPresence$History.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MUCInitialPresence.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCInitialPresence.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MUCOwner$Destroy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCOwner$Destroy.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MUCOwner$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCOwner$Item.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MUCOwner.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCOwner.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MUCUser$Decline.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCUser$Decline.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MUCUser$Destroy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCUser$Destroy.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MUCUser$Invite.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCUser$Invite.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MUCUser$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCUser$Item.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MUCUser$Status.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCUser$Status.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MUCUser.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MUCUser.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MessageEvent.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MultipleAddresses$Address.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MultipleAddresses$Address.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/MultipleAddresses.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/MultipleAddresses.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/Nick$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/Nick$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/Nick.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/Nick.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/OfflineMessageInfo$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/OfflineMessageInfo$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/OfflineMessageInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/OfflineMessageInfo.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/OfflineMessageRequest$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/OfflineMessageRequest$Item.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/OfflineMessageRequest$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/OfflineMessageRequest$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/OfflineMessageRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/OfflineMessageRequest.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/PEPEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/PEPEvent.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/PEPItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/PEPItem.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/PEPPubSub.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/PEPPubSub.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/PrivateData.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/PrivateData.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/RosterExchange.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/RosterExchange.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/SharedGroupsInfo$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/SharedGroupsInfo$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/SharedGroupsInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/SharedGroupsInfo.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/StreamInitiation$Feature.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/StreamInitiation$Feature.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/StreamInitiation$File.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/StreamInitiation$File.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/StreamInitiation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/StreamInitiation.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/Time.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/Time.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/VCard$ContentBuilder.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$ContentBuilder.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$4.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$5.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$6.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$7.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter$8.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/VCard$VCardWriter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard$VCardWriter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/VCard.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/VCard.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/Version.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/Version.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/packet/XHTMLExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/packet/XHTMLExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ping/PingManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ping/PingManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ping/PingManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ping/PingManager$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/ping/PingManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/ping/PingManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadActionError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadActionError.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadLocaleError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadLocaleError.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadPayloadError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadPayloadError.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadSessionIDError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadSessionIDError.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/AdHocCommandDataProvider$MalformedActionError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/AdHocCommandDataProvider$MalformedActionError.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/AdHocCommandDataProvider$SessionExpiredError.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/AdHocCommandDataProvider$SessionExpiredError.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/AdHocCommandDataProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/AdHocCommandDataProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/DataFormProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/DataFormProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/DelayInfoProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/DelayInfoProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/DelayInformationProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/DelayInformationProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/DiscoverInfoProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/DiscoverInfoProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/DiscoverItemsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/DiscoverItemsProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/EmbeddedExtensionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/EmbeddedExtensionProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/HeaderProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/HeaderProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/HeadersProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/HeadersProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/MUCAdminProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/MUCAdminProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/MUCOwnerProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/MUCOwnerProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/MUCUserProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/MUCUserProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/MessageEventProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/MessageEventProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/MultipleAddressesProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/MultipleAddressesProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/PEPProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/PEPProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/PrivateDataProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/PrivateDataProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/RosterExchangeProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/RosterExchangeProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/StreamInitiationProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/StreamInitiationProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/VCardProvider$VCardReader.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/VCardProvider$VCardReader.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/VCardProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/VCardProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/provider/XHTMLExtensionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/provider/XHTMLExtensionProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/AccessModel.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/AccessModel.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/Affiliation$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Affiliation$Type.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/Affiliation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Affiliation.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/AffiliationsExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/AffiliationsExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/ChildrenAssociationPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ChildrenAssociationPolicy.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/CollectionNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/CollectionNode.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/ConfigurationEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ConfigurationEvent.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/ConfigureForm.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ConfigureForm.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/ConfigureNodeFields.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ConfigureNodeFields.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/EmbeddedPacketExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/EmbeddedPacketExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/EventElement.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/EventElement.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/EventElementType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/EventElementType.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/FormNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/FormNode.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/FormNodeType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/FormNodeType.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/FormType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/FormType.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/GetItemsRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/GetItemsRequest.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Item.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/ItemDeleteEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ItemDeleteEvent.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/ItemPublishEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ItemPublishEvent.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/ItemReply.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ItemReply.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/ItemsExtension$ItemsElementType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ItemsExtension$ItemsElementType.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/ItemsExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/ItemsExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/LeafNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/LeafNode.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/Node$EventContentFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Node$EventContentFilter.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/Node$ItemDeleteTranslator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Node$ItemDeleteTranslator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/Node$ItemEventTranslator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Node$ItemEventTranslator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/Node$NodeConfigTranslator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Node$NodeConfigTranslator.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/Node.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Node.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/NodeEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/NodeEvent.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/NodeExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/NodeExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/NodeType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/NodeType.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/OptionsExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/OptionsExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/PayloadItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/PayloadItem.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/PresenceState.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/PresenceState.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/PubSubElementType.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/PubSubElementType.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/PubSubManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/PubSubManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/PublishItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/PublishItem.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/PublishModel.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/PublishModel.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/RetractItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/RetractItem.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/SimplePayload.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/SimplePayload.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/SubscribeExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/SubscribeExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/SubscribeForm.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/SubscribeForm.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/SubscribeOptionFields.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/SubscribeOptionFields.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/Subscription$State.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Subscription$State.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/Subscription.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/Subscription.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/SubscriptionEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/SubscriptionEvent.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/SubscriptionsExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/SubscriptionsExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/UnsubscribeExtension.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/UnsubscribeExtension.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/listener/ItemDeleteListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/listener/ItemDeleteListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/listener/ItemEventListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/listener/ItemEventListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/listener/NodeConfigListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/listener/NodeConfigListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/packet/PubSub.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/packet/PubSub.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/packet/PubSubNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/packet/PubSubNamespace.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/packet/SyncPacketSend.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/packet/SyncPacketSend.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/provider/AffiliationProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/AffiliationProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/provider/AffiliationsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/AffiliationsProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/provider/ConfigEventProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/ConfigEventProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/provider/EventProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/EventProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/provider/FormNodeProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/FormNodeProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/provider/ItemProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/ItemProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/provider/ItemsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/ItemsProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/provider/PubSubProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/PubSubProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/provider/RetractEventProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/RetractEventProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/provider/SimpleNodeProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/SimpleNodeProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/provider/SubscriptionProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/SubscriptionProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/provider/SubscriptionsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/provider/SubscriptionsProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/util/NodeUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/util/NodeUtils.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/pubsub/util/XmlUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/pubsub/util/XmlUtils.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/receipts/DeliveryReceipt$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/receipts/DeliveryReceipt$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/receipts/DeliveryReceipt.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/receipts/DeliveryReceipt.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/receipts/DeliveryReceiptManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/receipts/DeliveryReceiptManager$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/receipts/DeliveryReceiptManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/receipts/DeliveryReceiptManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/receipts/DeliveryReceiptRequest$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/receipts/DeliveryReceiptRequest$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/receipts/DeliveryReceiptRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/receipts/DeliveryReceiptRequest.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/receipts/ReceiptReceivedListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/receipts/ReceiptReceivedListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/search/SimpleUserSearch.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/search/SimpleUserSearch.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/search/UserSearch$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/search/UserSearch$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/search/UserSearch.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/search/UserSearch.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/search/UserSearchManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/search/UserSearchManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/MetaData.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/MetaData.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/QueueUser.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/QueueUser.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/WorkgroupInvitation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/WorkgroupInvitation.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/WorkgroupInvitationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/WorkgroupInvitationListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/Agent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/Agent.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentRoster$AgentStatusListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentRoster$AgentStatusListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentRoster$PresencePacketListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentRoster$PresencePacketListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentRoster.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentRoster.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentRosterListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentRosterListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentSession$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentSession$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentSession$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentSession$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentSession$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentSession$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentSession$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentSession$4.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentSession$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentSession$5.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/AgentSession.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/AgentSession.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/InvitationRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/InvitationRequest.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/Offer$AcceptPacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/Offer$AcceptPacket.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/Offer$RejectPacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/Offer$RejectPacket.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/Offer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/Offer.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/OfferConfirmation$NotifyServicePacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/OfferConfirmation$NotifyServicePacket.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/OfferConfirmation$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/OfferConfirmation$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/OfferConfirmation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/OfferConfirmation.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/OfferConfirmationListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/OfferConfirmationListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/OfferContent.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/OfferContent.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/OfferListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/OfferListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/QueueUsersListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/QueueUsersListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/RevokedOffer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/RevokedOffer.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/TranscriptManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/TranscriptManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/TranscriptSearchManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/TranscriptSearchManager.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/TransferRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/TransferRequest.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/UserRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/UserRequest.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/WorkgroupQueue$Status.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/WorkgroupQueue$Status.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/agent/WorkgroupQueue.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/agent/WorkgroupQueue.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm$InternalProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory$InternalProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/ext/history/AgentChatSession.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/history/AgentChatSession.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/ext/macros/Macro.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/macros/Macro.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/ext/macros/MacroGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/macros/MacroGroup.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/ext/macros/Macros$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/macros/Macros$InternalProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/ext/macros/Macros.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/macros/Macros.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentInfo$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentInfo$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentInfo.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentStatus$ChatInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentStatus$ChatInfo.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentStatus$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentStatus$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentStatus.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentStatus.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest$Item.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest$Item.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentWorkgroups$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentWorkgroups$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/AgentWorkgroups.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/AgentWorkgroups.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/DepartQueuePacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/DepartQueuePacket.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/MetaDataProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/MetaDataProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/MonitorPacket$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/MonitorPacket$InternalProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/MonitorPacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/MonitorPacket.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/OccupantsInfo$OccupantInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/OccupantsInfo$OccupantInfo.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/OccupantsInfo$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/OccupantsInfo$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/OccupantsInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/OccupantsInfo.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/OfferRequestProvider$OfferRequestPacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/OfferRequestProvider$OfferRequestPacket.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/OfferRequestProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/OfferRequestProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/OfferRevokeProvider$OfferRevokePacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/OfferRevokeProvider$OfferRevokePacket.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/OfferRevokeProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/OfferRevokeProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/QueueDetails$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/QueueDetails$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/QueueDetails.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/QueueDetails.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/QueueOverview$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/QueueOverview$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/QueueOverview.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/QueueOverview.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/QueueUpdate$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/QueueUpdate$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/QueueUpdate.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/QueueUpdate.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/RoomInvitation$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/RoomInvitation$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/RoomInvitation$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/RoomInvitation$Type.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/RoomInvitation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/RoomInvitation.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/RoomTransfer$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/RoomTransfer$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/RoomTransfer$Type.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/RoomTransfer$Type.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/RoomTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/RoomTransfer.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/SessionID$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/SessionID$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/SessionID.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/SessionID.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/Transcript.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/Transcript.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/TranscriptProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/TranscriptProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/TranscriptSearch$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/TranscriptSearch$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/TranscriptSearch.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/TranscriptSearch.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/Transcripts$AgentDetail.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/Transcripts$AgentDetail.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/Transcripts$TranscriptSummary.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/Transcripts$TranscriptSummary.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/Transcripts.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/Transcripts.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/TranscriptsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/TranscriptsProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/UserID$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/UserID$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/UserID.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/UserID.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation$Provider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation$Provider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/settings/ChatSetting.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/ChatSetting.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/settings/ChatSettings$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/ChatSettings$InternalProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/settings/ChatSettings.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/ChatSettings.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/settings/GenericSettings$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/GenericSettings$InternalProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/settings/GenericSettings.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/GenericSettings.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/settings/OfflineSettings$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/OfflineSettings$InternalProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/settings/OfflineSettings.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/OfflineSettings.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/settings/SearchSettings$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/SearchSettings$InternalProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/settings/SearchSettings.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/SearchSettings.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/settings/SoundSettings$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/SoundSettings$InternalProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/settings/SoundSettings.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/SoundSettings.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties$InternalProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties$InternalProvider.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/user/QueueListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/user/QueueListener.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/user/Workgroup$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/user/Workgroup$1.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/user/Workgroup$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/user/Workgroup$2.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/user/Workgroup$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/user/Workgroup$3.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/user/Workgroup$JoinQueuePacket.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/user/Workgroup$JoinQueuePacket.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/user/Workgroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/user/Workgroup.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/util/ListenerEventDispatcher$TripletContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/util/ListenerEventDispatcher$TripletContainer.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/util/ListenerEventDispatcher.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/util/ListenerEventDispatcher.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/util/MetaDataUtils.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/util/MetaDataUtils.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/util/ModelUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/util/ModelUtil.class [DEBUG] visitClassFile(): path=org/jivesoftware/smackx/workgroup/util/ReverseListIterator.class resource=/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes/org/jivesoftware/smackx/workgroup/util/ReverseListIterator.class [DEBUG] parseClassFile(): path=java/lang/Cloneable.class resource=:jrt:/java.base/java/lang/Cloneable.class: [DEBUG] parseClassFile(): path=javax/net/ssl/X509TrustManager.class resource=:jrt:/java.base/javax/net/ssl/X509TrustManager.class: [DEBUG] parseClassFile(): path=java/util/concurrent/ThreadFactory.class resource=:jrt:/java.base/java/util/concurrent/ThreadFactory.class: [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [DEBUG] parseClassFile(): path=java/awt/event/ActionListener.class resource=:jrt:/java.desktop/java/awt/event/ActionListener.class: [DEBUG] parseClassFile(): path=javax/security/auth/callback/CallbackHandler.class resource=:jrt:/java.base/javax/security/auth/callback/CallbackHandler.class: [DEBUG] parseClassFile(): path=java/util/Iterator.class resource=:jrt:/java.base/java/util/Iterator.class: [DEBUG] parseClassFile(): path=java/util/Map.class resource=:jrt:/java.base/java/util/Map.class: [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [DEBUG] parseClassFile(): path=java/util/Map$Entry.class resource=:jrt:/java.base/java/util/Map$Entry.class: [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [DEBUG] parseClassFile(): path=java/lang/Comparable.class resource=:jrt:/java.base/java/lang/Comparable.class: [DEBUG] parseClassFile(): path=java/util/concurrent/Callable.class resource=:jrt:/java.base/java/util/concurrent/Callable.class: [DEBUG] parseClassFile(): path=javax/swing/event/ListSelectionListener.class resource=:jrt:/java.desktop/javax/swing/event/ListSelectionListener.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.4.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/jivesoftware/ [DEBUG] adding directory org/jivesoftware/smack/ [DEBUG] adding directory org/jivesoftware/smack/compression/ [DEBUG] adding directory org/jivesoftware/smack/debugger/ [DEBUG] adding directory org/jivesoftware/smack/filter/ [DEBUG] adding directory org/jivesoftware/smack/keepalive/ [DEBUG] adding directory org/jivesoftware/smack/packet/ [DEBUG] adding directory org/jivesoftware/smack/ping/ [DEBUG] adding directory org/jivesoftware/smack/ping/packet/ [DEBUG] adding directory org/jivesoftware/smack/ping/provider/ [DEBUG] adding directory org/jivesoftware/smack/provider/ [DEBUG] adding directory org/jivesoftware/smack/proxy/ [DEBUG] adding directory org/jivesoftware/smack/sasl/ [DEBUG] adding directory org/jivesoftware/smack/util/ [DEBUG] adding directory org/jivesoftware/smack/util/collections/ [DEBUG] adding directory org/jivesoftware/smack/util/dns/ [DEBUG] adding directory org/jivesoftware/smackx/ [DEBUG] adding directory org/jivesoftware/smackx/bookmark/ [DEBUG] adding directory org/jivesoftware/smackx/bytestreams/ [DEBUG] adding directory org/jivesoftware/smackx/bytestreams/ibb/ [DEBUG] adding directory org/jivesoftware/smackx/bytestreams/ibb/packet/ [DEBUG] adding directory org/jivesoftware/smackx/bytestreams/ibb/provider/ [DEBUG] adding directory org/jivesoftware/smackx/bytestreams/socks5/ [DEBUG] adding directory org/jivesoftware/smackx/bytestreams/socks5/packet/ [DEBUG] adding directory org/jivesoftware/smackx/bytestreams/socks5/provider/ [DEBUG] adding directory org/jivesoftware/smackx/commands/ [DEBUG] adding directory org/jivesoftware/smackx/debugger/ [DEBUG] adding directory org/jivesoftware/smackx/entitycaps/ [DEBUG] adding directory org/jivesoftware/smackx/entitycaps/cache/ [DEBUG] adding directory org/jivesoftware/smackx/entitycaps/packet/ [DEBUG] adding directory org/jivesoftware/smackx/entitycaps/provider/ [DEBUG] adding directory org/jivesoftware/smackx/filetransfer/ [DEBUG] adding directory org/jivesoftware/smackx/muc/ [DEBUG] adding directory org/jivesoftware/smackx/packet/ [DEBUG] adding directory org/jivesoftware/smackx/ping/ [DEBUG] adding directory org/jivesoftware/smackx/provider/ [DEBUG] adding directory org/jivesoftware/smackx/pubsub/ [DEBUG] adding directory org/jivesoftware/smackx/pubsub/listener/ [DEBUG] adding directory org/jivesoftware/smackx/pubsub/packet/ [DEBUG] adding directory org/jivesoftware/smackx/pubsub/provider/ [DEBUG] adding directory org/jivesoftware/smackx/pubsub/util/ [DEBUG] adding directory org/jivesoftware/smackx/receipts/ [DEBUG] adding directory org/jivesoftware/smackx/search/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/agent/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/ext/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/ext/forms/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/ext/history/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/ext/macros/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/ext/notes/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/packet/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/settings/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/user/ [DEBUG] adding directory org/jivesoftware/smackx/workgroup/util/ [DEBUG] adding entry org/jivesoftware/smack/AbstractConnectionListener.class [DEBUG] adding entry org/jivesoftware/smack/AccountManager.class [DEBUG] adding entry org/jivesoftware/smack/Chat.class [DEBUG] adding entry org/jivesoftware/smack/ChatManager.class [DEBUG] adding entry org/jivesoftware/smack/ChatManager$2.class [DEBUG] adding entry org/jivesoftware/smack/ChatManager$1.class [DEBUG] adding entry org/jivesoftware/smack/ChatManagerListener.class [DEBUG] adding entry org/jivesoftware/smack/Connection$ListenerWrapper.class [DEBUG] adding entry org/jivesoftware/smack/Connection.class [DEBUG] adding entry org/jivesoftware/smack/Connection$InterceptorWrapper.class [DEBUG] adding entry org/jivesoftware/smack/ConnectionConfiguration.class [DEBUG] adding entry org/jivesoftware/smack/ConnectionConfiguration$SecurityMode.class [DEBUG] adding entry org/jivesoftware/smack/ConnectionCreationListener.class [DEBUG] adding entry org/jivesoftware/smack/ConnectionListener.class [DEBUG] adding entry org/jivesoftware/smack/MessageListener.class [DEBUG] adding entry org/jivesoftware/smack/NonSASLAuthentication.class [DEBUG] adding entry org/jivesoftware/smack/OpenTrustManager.class [DEBUG] adding entry org/jivesoftware/smack/PacketCollector.class [DEBUG] adding entry org/jivesoftware/smack/PacketInterceptor.class [DEBUG] adding entry org/jivesoftware/smack/PacketListener.class [DEBUG] adding entry org/jivesoftware/smack/PacketReader$1.class [DEBUG] adding entry org/jivesoftware/smack/PacketReader$2.class [DEBUG] adding entry org/jivesoftware/smack/PacketReader.class [DEBUG] adding entry org/jivesoftware/smack/PacketReader$ListenerNotification.class [DEBUG] adding entry org/jivesoftware/smack/PacketWriter$1.class [DEBUG] adding entry org/jivesoftware/smack/PacketWriter.class [DEBUG] adding entry org/jivesoftware/smack/PrivacyList.class [DEBUG] adding entry org/jivesoftware/smack/PrivacyListListener.class [DEBUG] adding entry org/jivesoftware/smack/PrivacyListManager$3.class [DEBUG] adding entry org/jivesoftware/smack/PrivacyListManager$1.class [DEBUG] adding entry org/jivesoftware/smack/PrivacyListManager$2.class [DEBUG] adding entry org/jivesoftware/smack/PrivacyListManager.class [DEBUG] adding entry org/jivesoftware/smack/PrivacyListManager$3$1.class [DEBUG] adding entry org/jivesoftware/smack/ReconnectionManager$2.class [DEBUG] adding entry org/jivesoftware/smack/ReconnectionManager$1.class [DEBUG] adding entry org/jivesoftware/smack/ReconnectionManager.class [DEBUG] adding entry org/jivesoftware/smack/Roster$2.class [DEBUG] adding entry org/jivesoftware/smack/Roster.class [DEBUG] adding entry org/jivesoftware/smack/Roster$1.class [DEBUG] adding entry org/jivesoftware/smack/Roster$SubscriptionMode.class [DEBUG] adding entry org/jivesoftware/smack/Roster$RosterPacketListener.class [DEBUG] adding entry org/jivesoftware/smack/Roster$PresencePacketListener.class [DEBUG] adding entry org/jivesoftware/smack/RosterEntry.class [DEBUG] adding entry org/jivesoftware/smack/RosterGroup.class [DEBUG] adding entry org/jivesoftware/smack/RosterListener.class [DEBUG] adding entry org/jivesoftware/smack/SASLAuthentication.class [DEBUG] adding entry org/jivesoftware/smack/ServerTrustManager.class [DEBUG] adding entry org/jivesoftware/smack/ServerTrustManager$KeyStoreOptions.class [DEBUG] adding entry org/jivesoftware/smack/SmackConfiguration.class [DEBUG] adding entry org/jivesoftware/smack/SmackError.class [DEBUG] adding entry org/jivesoftware/smack/UserAuthentication.class [DEBUG] adding entry org/jivesoftware/smack/XMPPConnection.class [DEBUG] adding entry org/jivesoftware/smack/XMPPException.class [DEBUG] adding entry org/jivesoftware/smack/compression/Java7ZlibInputOutputStream.class [DEBUG] adding entry org/jivesoftware/smack/compression/Java7ZlibInputOutputStream$1.class [DEBUG] adding entry org/jivesoftware/smack/compression/Java7ZlibInputOutputStream$2.class [DEBUG] adding entry org/jivesoftware/smack/compression/JzlibInputOutputStream.class [DEBUG] adding entry org/jivesoftware/smack/compression/XMPPInputOutputStream.class [DEBUG] adding entry org/jivesoftware/smack/debugger/ConsoleDebugger$4.class [DEBUG] adding entry org/jivesoftware/smack/debugger/ConsoleDebugger$2.class [DEBUG] adding entry org/jivesoftware/smack/debugger/ConsoleDebugger$3.class [DEBUG] adding entry org/jivesoftware/smack/debugger/ConsoleDebugger$1.class [DEBUG] adding entry org/jivesoftware/smack/debugger/ConsoleDebugger.class [DEBUG] adding entry org/jivesoftware/smack/debugger/LiteDebugger$5.class [DEBUG] adding entry org/jivesoftware/smack/debugger/LiteDebugger.class [DEBUG] adding entry org/jivesoftware/smack/debugger/LiteDebugger$9.class [DEBUG] adding entry org/jivesoftware/smack/debugger/LiteDebugger$10.class [DEBUG] adding entry org/jivesoftware/smack/debugger/LiteDebugger$4.class [DEBUG] adding entry org/jivesoftware/smack/debugger/LiteDebugger$PopupListener.class [DEBUG] adding entry org/jivesoftware/smack/debugger/LiteDebugger$8.class [DEBUG] adding entry org/jivesoftware/smack/debugger/LiteDebugger$7.class [DEBUG] adding entry org/jivesoftware/smack/debugger/LiteDebugger$2.class [DEBUG] adding entry org/jivesoftware/smack/debugger/LiteDebugger$1.class [DEBUG] adding entry org/jivesoftware/smack/debugger/LiteDebugger$3.class [DEBUG] adding entry org/jivesoftware/smack/debugger/LiteDebugger$6.class [DEBUG] adding entry org/jivesoftware/smack/debugger/SmackDebugger.class [DEBUG] adding entry org/jivesoftware/smack/debugger/package.html [DEBUG] adding entry org/jivesoftware/smack/filter/AndFilter.class [DEBUG] adding entry org/jivesoftware/smack/filter/FromContainsFilter.class [DEBUG] adding entry org/jivesoftware/smack/filter/FromMatchesFilter.class [DEBUG] adding entry org/jivesoftware/smack/filter/IQTypeFilter.class [DEBUG] adding entry org/jivesoftware/smack/filter/MessageTypeFilter.class [DEBUG] adding entry org/jivesoftware/smack/filter/NotFilter.class [DEBUG] adding entry org/jivesoftware/smack/filter/OrFilter.class [DEBUG] adding entry org/jivesoftware/smack/filter/PacketExtensionFilter.class [DEBUG] adding entry org/jivesoftware/smack/filter/PacketFilter.class [DEBUG] adding entry org/jivesoftware/smack/filter/PacketIDFilter.class [DEBUG] adding entry org/jivesoftware/smack/filter/PacketTypeFilter.class [DEBUG] adding entry org/jivesoftware/smack/filter/ThreadFilter.class [DEBUG] adding entry org/jivesoftware/smack/filter/ToContainsFilter.class [DEBUG] adding entry org/jivesoftware/smack/filter/package.html [DEBUG] adding entry org/jivesoftware/smack/keepalive/KeepAliveManager$4.class [DEBUG] adding entry org/jivesoftware/smack/keepalive/KeepAliveManager.class [DEBUG] adding entry org/jivesoftware/smack/keepalive/KeepAliveManager$3.class [DEBUG] adding entry org/jivesoftware/smack/keepalive/KeepAliveManager$1.class [DEBUG] adding entry org/jivesoftware/smack/keepalive/KeepAliveManager$5$1.class [DEBUG] adding entry org/jivesoftware/smack/keepalive/KeepAliveManager$2.class [DEBUG] adding entry org/jivesoftware/smack/keepalive/KeepAliveManager$5.class [DEBUG] adding entry org/jivesoftware/smack/packet/Authentication.class [DEBUG] adding entry org/jivesoftware/smack/packet/Bind.class [DEBUG] adding entry org/jivesoftware/smack/packet/DefaultPacketExtension.class [DEBUG] adding entry org/jivesoftware/smack/packet/IQ$2.class [DEBUG] adding entry org/jivesoftware/smack/packet/IQ.class [DEBUG] adding entry org/jivesoftware/smack/packet/IQ$1.class [DEBUG] adding entry org/jivesoftware/smack/packet/IQ$Type.class [DEBUG] adding entry org/jivesoftware/smack/packet/Message.class [DEBUG] adding entry org/jivesoftware/smack/packet/Message$Subject.class [DEBUG] adding entry org/jivesoftware/smack/packet/Message$Body.class [DEBUG] adding entry org/jivesoftware/smack/packet/Message$Type.class [DEBUG] adding entry org/jivesoftware/smack/packet/Packet.class [DEBUG] adding entry org/jivesoftware/smack/packet/PacketExtension.class [DEBUG] adding entry org/jivesoftware/smack/packet/Presence$Type.class [DEBUG] adding entry org/jivesoftware/smack/packet/Presence.class [DEBUG] adding entry org/jivesoftware/smack/packet/Presence$Mode.class [DEBUG] adding entry org/jivesoftware/smack/packet/Privacy.class [DEBUG] adding entry org/jivesoftware/smack/packet/PrivacyItem.class [DEBUG] adding entry org/jivesoftware/smack/packet/PrivacyItem$Type.class [DEBUG] adding entry org/jivesoftware/smack/packet/PrivacyItem$PrivacyRule.class [DEBUG] adding entry org/jivesoftware/smack/packet/Registration.class [DEBUG] adding entry org/jivesoftware/smack/packet/RosterPacket.class [DEBUG] adding entry org/jivesoftware/smack/packet/RosterPacket$Item.class [DEBUG] adding entry org/jivesoftware/smack/packet/RosterPacket$ItemType.class [DEBUG] adding entry org/jivesoftware/smack/packet/RosterPacket$ItemStatus.class [DEBUG] adding entry org/jivesoftware/smack/packet/Session.class [DEBUG] adding entry org/jivesoftware/smack/packet/StreamError.class [DEBUG] adding entry org/jivesoftware/smack/packet/XMPPError$Type.class [DEBUG] adding entry org/jivesoftware/smack/packet/XMPPError.class [DEBUG] adding entry org/jivesoftware/smack/packet/XMPPError$Condition.class [DEBUG] adding entry org/jivesoftware/smack/packet/XMPPError$ErrorSpecification.class [DEBUG] adding entry org/jivesoftware/smack/packet/package.html [DEBUG] adding entry org/jivesoftware/smack/ping/PingFailedListener.class [DEBUG] adding entry org/jivesoftware/smack/ping/packet/Ping.class [DEBUG] adding entry org/jivesoftware/smack/ping/provider/PingProvider.class [DEBUG] adding entry org/jivesoftware/smack/provider/EmbeddedExtensionProvider.class [DEBUG] adding entry org/jivesoftware/smack/provider/IQProvider.class [DEBUG] adding entry org/jivesoftware/smack/provider/PacketExtensionProvider.class [DEBUG] adding entry org/jivesoftware/smack/provider/PrivacyProvider.class [DEBUG] adding entry org/jivesoftware/smack/provider/ProviderManager.class [DEBUG] adding entry org/jivesoftware/smack/provider/package.html [DEBUG] adding entry org/jivesoftware/smack/proxy/DirectSocketFactory.class [DEBUG] adding entry org/jivesoftware/smack/proxy/HTTPProxySocketFactory.class [DEBUG] adding entry org/jivesoftware/smack/proxy/ProxyException.class [DEBUG] adding entry org/jivesoftware/smack/proxy/ProxyInfo$ProxyType.class [DEBUG] adding entry org/jivesoftware/smack/proxy/ProxyInfo.class [DEBUG] adding entry org/jivesoftware/smack/proxy/Socks4ProxySocketFactory.class [DEBUG] adding entry org/jivesoftware/smack/proxy/Socks5ProxySocketFactory.class [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLAnonymous.class [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLCramMD5Mechanism.class [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLDigestMD5Mechanism.class [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLExternalMechanism.class [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLGSSAPIMechanism.class [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLMechanism$Challenge.class [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLMechanism$Success.class [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLMechanism$AuthMechanism.class [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLMechanism$Failure.class [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLMechanism.class [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLMechanism$Response.class [DEBUG] adding entry org/jivesoftware/smack/sasl/SASLPlainMechanism.class [DEBUG] adding entry org/jivesoftware/smack/sasl/package.html [DEBUG] adding entry org/jivesoftware/smack/util/Base32Encoder.class [DEBUG] adding entry org/jivesoftware/smack/util/Base64$OutputStream.class [DEBUG] adding entry org/jivesoftware/smack/util/Base64$InputStream.class [DEBUG] adding entry org/jivesoftware/smack/util/Base64.class [DEBUG] adding entry org/jivesoftware/smack/util/Base64Encoder.class [DEBUG] adding entry org/jivesoftware/smack/util/Base64FileUrlEncoder.class [DEBUG] adding entry org/jivesoftware/smack/util/Cache.class [DEBUG] adding entry org/jivesoftware/smack/util/Cache$CacheObject.class [DEBUG] adding entry org/jivesoftware/smack/util/Cache$LinkedList.class [DEBUG] adding entry org/jivesoftware/smack/util/Cache$2$1$1.class [DEBUG] adding entry org/jivesoftware/smack/util/Cache$LinkedListNode.class [DEBUG] adding entry org/jivesoftware/smack/util/Cache$1$1.class [DEBUG] adding entry org/jivesoftware/smack/util/Cache$1.class [DEBUG] adding entry org/jivesoftware/smack/util/Cache$2.class [DEBUG] adding entry org/jivesoftware/smack/util/Cache$2$1.class [DEBUG] adding entry org/jivesoftware/smack/util/DNSUtil.class [DEBUG] adding entry org/jivesoftware/smack/util/DateFormatType.class [DEBUG] adding entry org/jivesoftware/smack/util/ObservableReader.class [DEBUG] adding entry org/jivesoftware/smack/util/ObservableWriter.class [DEBUG] adding entry org/jivesoftware/smack/util/PacketParserUtils$2.class [DEBUG] adding entry org/jivesoftware/smack/util/PacketParserUtils$1.class [DEBUG] adding entry org/jivesoftware/smack/util/PacketParserUtils.class [DEBUG] adding entry org/jivesoftware/smack/util/PacketParserUtils$UnparsedResultIQ.class [DEBUG] adding entry org/jivesoftware/smack/util/ReaderListener.class [DEBUG] adding entry org/jivesoftware/smack/util/StringEncoder.class [DEBUG] adding entry org/jivesoftware/smack/util/StringUtils$1.class [DEBUG] adding entry org/jivesoftware/smack/util/StringUtils.class [DEBUG] adding entry org/jivesoftware/smack/util/StringUtils$PatternCouplings.class [DEBUG] adding entry org/jivesoftware/smack/util/SyncPacketSend.class [DEBUG] adding entry org/jivesoftware/smack/util/WriterListener.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractEmptyIterator.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractHashedMap.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractHashedMap$EntrySet.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractHashedMap$KeySetIterator.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractHashedMap$KeySet.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractHashedMap$Values.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractHashedMap$EntrySetIterator.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractHashedMap$ValuesIterator.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractHashedMap$HashMapIterator.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractHashedMap$HashIterator.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractHashedMap$HashEntry.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractKeyValue.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractMapEntry.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractReferenceMap$WeakRef.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntry.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceKeySetIterator.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntrySetIterator.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceKeySet.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceMapIterator.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractReferenceMap.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceIteratorBase.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceEntrySet.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceValuesIterator.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractReferenceMap$SoftRef.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/AbstractReferenceMap$ReferenceValues.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/DefaultMapEntry.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/EmptyIterator.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/EmptyMapIterator.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/IterableMap.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/KeyValue.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/MapIterator.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/ReferenceMap.class [DEBUG] adding entry org/jivesoftware/smack/util/collections/ResettableIterator.class [DEBUG] adding entry org/jivesoftware/smack/util/dns/DNSJavaResolver.class [DEBUG] adding entry org/jivesoftware/smack/util/dns/DNSResolver.class [DEBUG] adding entry org/jivesoftware/smack/util/dns/HostAddress.class [DEBUG] adding entry org/jivesoftware/smack/util/dns/JavaxResolver.class [DEBUG] adding entry org/jivesoftware/smack/util/dns/SRVRecord.class [DEBUG] adding entry org/jivesoftware/smack/util/package.html [DEBUG] adding entry org/jivesoftware/smack/package.html [DEBUG] adding entry org/jivesoftware/smackx/ChatState.class [DEBUG] adding entry org/jivesoftware/smackx/ChatStateListener.class [DEBUG] adding entry org/jivesoftware/smackx/ChatStateManager.class [DEBUG] adding entry org/jivesoftware/smackx/ChatStateManager$IncomingMessageInterceptor.class [DEBUG] adding entry org/jivesoftware/smackx/ChatStateManager$OutgoingMessageInterceptor.class [DEBUG] adding entry org/jivesoftware/smackx/DefaultMessageEventRequestListener.class [DEBUG] adding entry org/jivesoftware/smackx/Form.class [DEBUG] adding entry org/jivesoftware/smackx/FormField.class [DEBUG] adding entry org/jivesoftware/smackx/FormField$Option.class [DEBUG] adding entry org/jivesoftware/smackx/GroupChatInvitation.class [DEBUG] adding entry org/jivesoftware/smackx/GroupChatInvitation$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/LastActivityManager.class [DEBUG] adding entry org/jivesoftware/smackx/LastActivityManager$2.class [DEBUG] adding entry org/jivesoftware/smackx/LastActivityManager$4.class [DEBUG] adding entry org/jivesoftware/smackx/LastActivityManager$3.class [DEBUG] adding entry org/jivesoftware/smackx/LastActivityManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/MessageEventManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/MessageEventManager.class [DEBUG] adding entry org/jivesoftware/smackx/MessageEventNotificationListener.class [DEBUG] adding entry org/jivesoftware/smackx/MessageEventRequestListener.class [DEBUG] adding entry org/jivesoftware/smackx/MultipleRecipientInfo.class [DEBUG] adding entry org/jivesoftware/smackx/MultipleRecipientManager.class [DEBUG] adding entry org/jivesoftware/smackx/MultipleRecipientManager$PacketCopy.class [DEBUG] adding entry org/jivesoftware/smackx/NodeInformationProvider.class [DEBUG] adding entry org/jivesoftware/smackx/OfflineMessageHeader.class [DEBUG] adding entry org/jivesoftware/smackx/OfflineMessageManager.class [DEBUG] adding entry org/jivesoftware/smackx/OfflineMessageManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/PEPListener.class [DEBUG] adding entry org/jivesoftware/smackx/PEPManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/PEPManager.class [DEBUG] adding entry org/jivesoftware/smackx/PrivateDataManager$PrivateDataResult.class [DEBUG] adding entry org/jivesoftware/smackx/PrivateDataManager$2.class [DEBUG] adding entry org/jivesoftware/smackx/PrivateDataManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/PrivateDataManager.class [DEBUG] adding entry org/jivesoftware/smackx/PrivateDataManager$PrivateDataIQProvider.class [DEBUG] adding entry org/jivesoftware/smackx/RemoteRosterEntry.class [DEBUG] adding entry org/jivesoftware/smackx/ReportedData$Row.class [DEBUG] adding entry org/jivesoftware/smackx/ReportedData.class [DEBUG] adding entry org/jivesoftware/smackx/ReportedData$Field.class [DEBUG] adding entry org/jivesoftware/smackx/ReportedData$Column.class [DEBUG] adding entry org/jivesoftware/smackx/RosterExchangeListener.class [DEBUG] adding entry org/jivesoftware/smackx/RosterExchangeManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/RosterExchangeManager.class [DEBUG] adding entry org/jivesoftware/smackx/ServiceDiscoveryManager.class [DEBUG] adding entry org/jivesoftware/smackx/ServiceDiscoveryManager$4.class [DEBUG] adding entry org/jivesoftware/smackx/ServiceDiscoveryManager$3.class [DEBUG] adding entry org/jivesoftware/smackx/ServiceDiscoveryManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/ServiceDiscoveryManager$2.class [DEBUG] adding entry org/jivesoftware/smackx/SharedGroupManager.class [DEBUG] adding entry org/jivesoftware/smackx/XHTMLManager.class [DEBUG] adding entry org/jivesoftware/smackx/XHTMLManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/XHTMLText.class [DEBUG] adding entry org/jivesoftware/smackx/bookmark/BookmarkManager.class [DEBUG] adding entry org/jivesoftware/smackx/bookmark/BookmarkedConference.class [DEBUG] adding entry org/jivesoftware/smackx/bookmark/BookmarkedURL.class [DEBUG] adding entry org/jivesoftware/smackx/bookmark/Bookmarks$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/bookmark/Bookmarks.class [DEBUG] adding entry org/jivesoftware/smackx/bookmark/SharedBookmark.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/BytestreamListener.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/BytestreamManager.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/BytestreamRequest.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/BytestreamSession.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/CloseListener.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/DataListener.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamListener.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$StanzaType.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager$1$1.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamManager.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamRequest.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBInputStream.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBInputStream.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBInputStream$1.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBInputStream$1.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBOutputStream.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBDataPacketFilter.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$MessageIBBOutputStream.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IQIBBInputStream.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InBandBytestreamSession$IBBOutputStream.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InitiationListener$1.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/InitiationListener.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/packet/Close.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/packet/Data.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/packet/DataPacketExtension.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/packet/Open.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/provider/CloseIQProvider.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/provider/DataPacketProvider.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/ibb/provider/OpenIQProvider.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/InitiationListener.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/InitiationListener$1.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamListener.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager$1$1.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamRequest.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamSession.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5Client$1.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5Client.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5ClientForInitiator.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5Proxy.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5Proxy$Socks5ServerProcess.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/Socks5Utils.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$StreamHost.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$Mode.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$StreamHostUsed.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/packet/Bytestream$Activate.class [DEBUG] adding entry org/jivesoftware/smackx/bytestreams/socks5/provider/BytestreamsProvider.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommand$Action.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommand$Status.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommand.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommand$SpecificErrorCondition.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommandManager.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommandManager$7.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommandManager$4.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommandManager$2.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommandManager$5.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommandManager$3.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommandManager$AdHocCommandInfo.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommandManager$6.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommandManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommandNote$Type.class [DEBUG] adding entry org/jivesoftware/smackx/commands/AdHocCommandNote.class [DEBUG] adding entry org/jivesoftware/smackx/commands/LocalCommand.class [DEBUG] adding entry org/jivesoftware/smackx/commands/LocalCommandFactory.class [DEBUG] adding entry org/jivesoftware/smackx/commands/RemoteCommand.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$14.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$19.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$11$1.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$4.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$3$1.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$12$1.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$1$1.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$3$5.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$3$4.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$8.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$3$2.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$16.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$21.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$12.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$13.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$6.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$11.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$AdHocPacket.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$18.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$22.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$15.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$17.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$5.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$PopupListener.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$2$1.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$20.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$1.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$7.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$SelectionListener.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$3.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$3$3.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$9.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$2.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebugger$10.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$3.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$1.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$PopupListener.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow$2.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.class [DEBUG] adding entry org/jivesoftware/smackx/debugger/package.html [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/EntityCapsManager$3.class [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/EntityCapsManager$NodeVerHash.class [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/EntityCapsManager$5.class [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/EntityCapsManager$4.class [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/EntityCapsManager$7.class [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/EntityCapsManager.class [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/EntityCapsManager$2.class [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/EntityCapsManager$8.class [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/EntityCapsManager$6.class [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/EntityCapsManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/cache/EntityCapsPersistentCache.class [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/cache/SimpleDirectoryPersistentCache.class [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/packet/CapsExtension.class [DEBUG] adding entry org/jivesoftware/smackx/entitycaps/provider/CapsExtensionProvider.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FaultTolerantNegotiator$NegotiatorService.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FaultTolerantNegotiator.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransfer.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransfer$Error.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransfer$Status.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransferListener.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransferManager.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransferManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransferNegotiator$2.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransferNegotiator$1.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/FileTransferRequest.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator$IBBOpenSidFilter.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator$ByteStreamRequest.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/IBBTransferNegotiator.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/IncomingFileTransfer.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/IncomingFileTransfer$1.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/IncomingFileTransfer$2.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$3.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$2.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$1.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer$NegotiationProgress.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/OutgoingFileTransfer.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator$BytestreamSIDFilter.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator$ByteStreamRequest.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/Socks5TransferNegotiator.class [DEBUG] adding entry org/jivesoftware/smackx/filetransfer/StreamNegotiator.class [DEBUG] adding entry org/jivesoftware/smackx/muc/Affiliate.class [DEBUG] adding entry org/jivesoftware/smackx/muc/ConnectionDetachedPacketCollector.class [DEBUG] adding entry org/jivesoftware/smackx/muc/DeafOccupantInterceptor$DeafExtension.class [DEBUG] adding entry org/jivesoftware/smackx/muc/DeafOccupantInterceptor.class [DEBUG] adding entry org/jivesoftware/smackx/muc/DefaultParticipantStatusListener.class [DEBUG] adding entry org/jivesoftware/smackx/muc/DefaultUserStatusListener.class [DEBUG] adding entry org/jivesoftware/smackx/muc/DiscussionHistory.class [DEBUG] adding entry org/jivesoftware/smackx/muc/HostedRoom.class [DEBUG] adding entry org/jivesoftware/smackx/muc/InvitationListener.class [DEBUG] adding entry org/jivesoftware/smackx/muc/InvitationRejectionListener.class [DEBUG] adding entry org/jivesoftware/smackx/muc/MultiUserChat$3.class [DEBUG] adding entry org/jivesoftware/smackx/muc/MultiUserChat$6.class [DEBUG] adding entry org/jivesoftware/smackx/muc/MultiUserChat$2.class [DEBUG] adding entry org/jivesoftware/smackx/muc/MultiUserChat$1$1.class [DEBUG] adding entry org/jivesoftware/smackx/muc/MultiUserChat$1.class [DEBUG] adding entry org/jivesoftware/smackx/muc/MultiUserChat$InvitationsMonitor.class [DEBUG] adding entry org/jivesoftware/smackx/muc/MultiUserChat$InvitationsMonitor$1.class [DEBUG] adding entry org/jivesoftware/smackx/muc/MultiUserChat.class [DEBUG] adding entry org/jivesoftware/smackx/muc/MultiUserChat$4.class [DEBUG] adding entry org/jivesoftware/smackx/muc/MultiUserChat$5.class [DEBUG] adding entry org/jivesoftware/smackx/muc/Occupant.class [DEBUG] adding entry org/jivesoftware/smackx/muc/PacketMultiplexListener.class [DEBUG] adding entry org/jivesoftware/smackx/muc/PacketMultiplexListener$1.class [DEBUG] adding entry org/jivesoftware/smackx/muc/ParticipantStatusListener.class [DEBUG] adding entry org/jivesoftware/smackx/muc/RoomInfo.class [DEBUG] adding entry org/jivesoftware/smackx/muc/RoomListenerMultiplexor.class [DEBUG] adding entry org/jivesoftware/smackx/muc/RoomListenerMultiplexor$RoomMultiplexListener.class [DEBUG] adding entry org/jivesoftware/smackx/muc/RoomListenerMultiplexor$RoomMultiplexFilter.class [DEBUG] adding entry org/jivesoftware/smackx/muc/SubjectUpdatedListener.class [DEBUG] adding entry org/jivesoftware/smackx/muc/UserStatusListener.class [DEBUG] adding entry org/jivesoftware/smackx/muc/package.html [DEBUG] adding entry org/jivesoftware/smackx/packet/AdHocCommandData$SpecificError.class [DEBUG] adding entry org/jivesoftware/smackx/packet/AdHocCommandData.class [DEBUG] adding entry org/jivesoftware/smackx/packet/AttentionExtension$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/packet/AttentionExtension.class [DEBUG] adding entry org/jivesoftware/smackx/packet/ChatStateExtension.class [DEBUG] adding entry org/jivesoftware/smackx/packet/ChatStateExtension$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/packet/DataForm$ReportedData.class [DEBUG] adding entry org/jivesoftware/smackx/packet/DataForm$Item.class [DEBUG] adding entry org/jivesoftware/smackx/packet/DataForm.class [DEBUG] adding entry org/jivesoftware/smackx/packet/DefaultPrivateData.class [DEBUG] adding entry org/jivesoftware/smackx/packet/DelayInfo.class [DEBUG] adding entry org/jivesoftware/smackx/packet/DelayInformation.class [DEBUG] adding entry org/jivesoftware/smackx/packet/DiscoverInfo$Feature.class [DEBUG] adding entry org/jivesoftware/smackx/packet/DiscoverInfo.class [DEBUG] adding entry org/jivesoftware/smackx/packet/DiscoverInfo$Identity.class [DEBUG] adding entry org/jivesoftware/smackx/packet/DiscoverItems.class [DEBUG] adding entry org/jivesoftware/smackx/packet/DiscoverItems$Item.class [DEBUG] adding entry org/jivesoftware/smackx/packet/Header.class [DEBUG] adding entry org/jivesoftware/smackx/packet/HeadersExtension.class [DEBUG] adding entry org/jivesoftware/smackx/packet/LastActivity.class [DEBUG] adding entry org/jivesoftware/smackx/packet/LastActivity$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCAdmin$Item.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCAdmin.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCInitialPresence.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCInitialPresence$History.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCOwner.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCOwner$Destroy.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCOwner$Item.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCUser.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCUser$Destroy.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCUser$Item.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCUser$Invite.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCUser$Decline.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MUCUser$Status.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MessageEvent.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MultipleAddresses.class [DEBUG] adding entry org/jivesoftware/smackx/packet/MultipleAddresses$Address.class [DEBUG] adding entry org/jivesoftware/smackx/packet/Nick.class [DEBUG] adding entry org/jivesoftware/smackx/packet/Nick$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/packet/OfflineMessageInfo.class [DEBUG] adding entry org/jivesoftware/smackx/packet/OfflineMessageInfo$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/packet/OfflineMessageRequest.class [DEBUG] adding entry org/jivesoftware/smackx/packet/OfflineMessageRequest$Item.class [DEBUG] adding entry org/jivesoftware/smackx/packet/OfflineMessageRequest$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/packet/PEPEvent.class [DEBUG] adding entry org/jivesoftware/smackx/packet/PEPItem.class [DEBUG] adding entry org/jivesoftware/smackx/packet/PEPPubSub.class [DEBUG] adding entry org/jivesoftware/smackx/packet/PrivateData.class [DEBUG] adding entry org/jivesoftware/smackx/packet/RosterExchange.class [DEBUG] adding entry org/jivesoftware/smackx/packet/SharedGroupsInfo.class [DEBUG] adding entry org/jivesoftware/smackx/packet/SharedGroupsInfo$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/packet/StreamInitiation.class [DEBUG] adding entry org/jivesoftware/smackx/packet/StreamInitiation$Feature.class [DEBUG] adding entry org/jivesoftware/smackx/packet/StreamInitiation$File.class [DEBUG] adding entry org/jivesoftware/smackx/packet/Time.class [DEBUG] adding entry org/jivesoftware/smackx/packet/VCard$VCardWriter$5.class [DEBUG] adding entry org/jivesoftware/smackx/packet/VCard$VCardWriter$6.class [DEBUG] adding entry org/jivesoftware/smackx/packet/VCard$VCardWriter$3.class [DEBUG] adding entry org/jivesoftware/smackx/packet/VCard.class [DEBUG] adding entry org/jivesoftware/smackx/packet/VCard$VCardWriter$8.class [DEBUG] adding entry org/jivesoftware/smackx/packet/VCard$VCardWriter$2.class [DEBUG] adding entry org/jivesoftware/smackx/packet/VCard$VCardWriter$7.class [DEBUG] adding entry org/jivesoftware/smackx/packet/VCard$VCardWriter$4.class [DEBUG] adding entry org/jivesoftware/smackx/packet/VCard$ContentBuilder.class [DEBUG] adding entry org/jivesoftware/smackx/packet/VCard$VCardWriter.class [DEBUG] adding entry org/jivesoftware/smackx/packet/VCard$VCardWriter$1.class [DEBUG] adding entry org/jivesoftware/smackx/packet/Version.class [DEBUG] adding entry org/jivesoftware/smackx/packet/XHTMLExtension.class [DEBUG] adding entry org/jivesoftware/smackx/packet/package.html [DEBUG] adding entry org/jivesoftware/smackx/ping/PingManager.class [DEBUG] adding entry org/jivesoftware/smackx/ping/PingManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/ping/PingManager$2.class [DEBUG] adding entry org/jivesoftware/smackx/provider/AdHocCommandDataProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadLocaleError.class [DEBUG] adding entry org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadSessionIDError.class [DEBUG] adding entry org/jivesoftware/smackx/provider/AdHocCommandDataProvider$MalformedActionError.class [DEBUG] adding entry org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadActionError.class [DEBUG] adding entry org/jivesoftware/smackx/provider/AdHocCommandDataProvider$SessionExpiredError.class [DEBUG] adding entry org/jivesoftware/smackx/provider/AdHocCommandDataProvider$BadPayloadError.class [DEBUG] adding entry org/jivesoftware/smackx/provider/DataFormProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/DelayInfoProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/DelayInformationProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/DiscoverInfoProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/DiscoverItemsProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/EmbeddedExtensionProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/HeaderProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/HeadersProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/MUCAdminProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/MUCOwnerProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/MUCUserProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/MessageEventProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/MultipleAddressesProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/PEPProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/PrivateDataProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/RosterExchangeProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/StreamInitiationProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/VCardProvider$VCardReader.class [DEBUG] adding entry org/jivesoftware/smackx/provider/VCardProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/XHTMLExtensionProvider.class [DEBUG] adding entry org/jivesoftware/smackx/provider/package.html [DEBUG] adding entry org/jivesoftware/smackx/pubsub/AccessModel.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/Affiliation.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/Affiliation$Type.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/AffiliationsExtension.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ChildrenAssociationPolicy.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/CollectionNode.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ConfigurationEvent.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ConfigureForm.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ConfigureNodeFields.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/EmbeddedPacketExtension.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/EventElement.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/EventElementType.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/FormNode.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/FormNodeType.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/FormType.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/GetItemsRequest.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/Item.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ItemDeleteEvent.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ItemPublishEvent.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ItemReply.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ItemsExtension.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/ItemsExtension$ItemsElementType.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/LeafNode.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/Node.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/Node$ItemDeleteTranslator.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/Node$NodeConfigTranslator.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/Node$EventContentFilter.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/Node$ItemEventTranslator.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/NodeEvent.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/NodeExtension.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/NodeType.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/OptionsExtension.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/PayloadItem.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/PresenceState.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/PubSubElementType.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/PubSubManager.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/PublishItem.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/PublishModel.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/RetractItem.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/SimplePayload.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/SubscribeExtension.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/SubscribeForm.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/SubscribeOptionFields.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/Subscription.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/Subscription$State.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/SubscriptionEvent.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/SubscriptionsExtension.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/UnsubscribeExtension.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/listener/ItemDeleteListener.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/listener/ItemEventListener.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/listener/NodeConfigListener.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/packet/PubSub.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/packet/PubSubNamespace.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/packet/SyncPacketSend.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/AffiliationProvider.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/AffiliationsProvider.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/ConfigEventProvider.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/EventProvider.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/FormNodeProvider.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/ItemProvider.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/ItemsProvider.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/PubSubProvider.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/RetractEventProvider.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/SimpleNodeProvider.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/SubscriptionProvider.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/provider/SubscriptionsProvider.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/util/NodeUtils.class [DEBUG] adding entry org/jivesoftware/smackx/pubsub/util/XmlUtils.class [DEBUG] adding entry org/jivesoftware/smackx/receipts/DeliveryReceipt$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/receipts/DeliveryReceipt.class [DEBUG] adding entry org/jivesoftware/smackx/receipts/DeliveryReceiptManager.class [DEBUG] adding entry org/jivesoftware/smackx/receipts/DeliveryReceiptManager$1.class [DEBUG] adding entry org/jivesoftware/smackx/receipts/DeliveryReceiptRequest.class [DEBUG] adding entry org/jivesoftware/smackx/receipts/DeliveryReceiptRequest$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/receipts/ReceiptReceivedListener.class [DEBUG] adding entry org/jivesoftware/smackx/search/SimpleUserSearch.class [DEBUG] adding entry org/jivesoftware/smackx/search/UserSearch$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/search/UserSearch.class [DEBUG] adding entry org/jivesoftware/smackx/search/UserSearchManager.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/MetaData.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/QueueUser.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/WorkgroupInvitation.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/WorkgroupInvitationListener.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/Agent.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/AgentRoster$AgentStatusListener.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/AgentRoster.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/AgentRoster$PresencePacketListener.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/AgentRosterListener.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/AgentSession$3.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/AgentSession$2.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/AgentSession$5.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/AgentSession.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/AgentSession$1.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/AgentSession$4.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/InvitationRequest.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/Offer$AcceptPacket.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/Offer$RejectPacket.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/Offer.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/OfferConfirmation$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/OfferConfirmation$NotifyServicePacket.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/OfferConfirmation.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/OfferConfirmationListener.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/OfferContent.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/OfferListener.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/QueueUsersListener.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/RevokedOffer.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/TranscriptManager.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/TranscriptSearchManager.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/TransferRequest.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/UserRequest.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/WorkgroupQueue.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/agent/WorkgroupQueue$Status.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm$InternalProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/forms/WorkgroupForm.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/history/AgentChatHistory$InternalProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/history/AgentChatSession.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/history/ChatMetadata$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/macros/Macro.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/macros/MacroGroup.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/macros/Macros.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/macros/Macros$InternalProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/ext/notes/ChatNotes.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/AgentInfo.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/AgentInfo$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/AgentStatus$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/AgentStatus.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/AgentStatus$ChatInfo.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest$Item.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/AgentStatusRequest$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/AgentWorkgroups$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/AgentWorkgroups.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/DepartQueuePacket.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/MetaDataProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/MonitorPacket.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/MonitorPacket$InternalProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/OccupantsInfo$OccupantInfo.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/OccupantsInfo.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/OccupantsInfo$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/OfferRequestProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/OfferRequestProvider$OfferRequestPacket.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/OfferRevokeProvider$OfferRevokePacket.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/OfferRevokeProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/QueueDetails.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/QueueDetails$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/QueueOverview.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/QueueOverview$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/QueueUpdate.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/QueueUpdate$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/RoomInvitation.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/RoomInvitation$Type.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/RoomInvitation$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/RoomTransfer.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/RoomTransfer$Type.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/RoomTransfer$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/SessionID$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/SessionID.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/Transcript.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/TranscriptProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/TranscriptSearch.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/TranscriptSearch$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/Transcripts$AgentDetail.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/Transcripts$TranscriptSummary.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/Transcripts.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/TranscriptsProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/UserID.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/UserID$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/packet/WorkgroupInformation$Provider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/ChatSetting.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/ChatSettings.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/ChatSettings$InternalProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/GenericSettings$InternalProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/GenericSettings.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/OfflineSettings.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/OfflineSettings$InternalProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/SearchSettings.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/SearchSettings$InternalProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/SoundSettings$InternalProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/SoundSettings.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/settings/WorkgroupProperties$InternalProvider.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/user/QueueListener.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/user/Workgroup$2.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/user/Workgroup.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/user/Workgroup$3.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/user/Workgroup$1.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/user/Workgroup$JoinQueuePacket.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/util/ListenerEventDispatcher$TripletContainer.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/util/ListenerEventDispatcher.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/util/MetaDataUtils.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/util/ReverseListIterator.class [DEBUG] adding entry org/jivesoftware/smackx/workgroup/util/ModelUtil.class [DEBUG] adding entry org/jivesoftware/smackx/package.html [DEBUG] adding entry overview.html [DEBUG] adding entry META-INF/eclipse.inf [DEBUG] adding entry META-INF/smack-config.xml [DEBUG] adding entry META-INF/smack.providers [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding directory jars/ [DEBUG] adding entry jars/xpp.jar [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.jivesoftware.smack-3.4.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.4.0-SNAPSHOT.jar_unpacked_10820488267971750076/jars/xpp.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.4.0-SNAPSHOT.jar_unpacked_10820488267971750076/jars/xpp.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.4.0-SNAPSHOT.jar_unpacked_10820488267971750076/jars/xpp.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.4.0-SNAPSHOT.jar_unpacked_10820488267971750076/jars/xpp.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.4.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.4.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.4.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.4.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.4.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.4.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@332e2043] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.jivesoftware.smack --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.jivesoftware.smack/3.4.0.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.jivesoftware.smack,3.4.0.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.jivesoftware.smack/3.4.0.v20231021-2050/org.jivesoftware.smack-3.4.0.v20231021-2050-p2artifacts.xml [DEBUG] Found org.jivesoftware.smack.source/3.4.0.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.jivesoftware.smack.source,3.4.0.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.jivesoftware.smack.source/3.4.0.v20231021-2050/org.jivesoftware.smack.source-3.4.0.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.provider.datashare >--------- [INFO] Building org.eclipse.ecf.provider.datashare 1.6.1-SNAPSHOT [41/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=29300, ConflictMarker.markTime=22050, ConflictMarker.nodeCount=65, ConflictIdSorter.graphTime=16028, ConflictIdSorter.topsortTime=18229, ConflictIdSorter.conflictIdCount=16, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=110644, ConflictResolver.conflictItemCount=64, DfDependencyCollector.collectTime=343007, DfDependencyCollector.transformTime=213756} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.datashare:eclipse-plugin:1.6.1-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:47.023513446, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:47.023806430, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:47.023806430, lastModified=2024-05-02 22:36:24.438735197, delta=262585071233 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:47.023806430, lastModified=2024-05-02 22:36:24.438735197, delta=262585071233 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:47.023806430, lastModified=2024-05-02 22:36:24.438735197, delta=262585071233 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:47.024135727, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:47.024298443, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:47.024298443, lastModified=2024-05-02 22:36:25.084747530, delta=261939550913 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:47.023806430, lastModified=2024-05-02 22:36:24.438735197, delta=262585071233 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:47.023806430, lastModified=2024-05-02 22:36:24.438735197, delta=262585071233 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:40:47.024839009, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:40:47.024901148, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:47.029726128, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:47.037766781, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:47.023806430, lastModified=2024-05-02 22:36:24.438735197, delta=262585071233 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:47.023806430, lastModified=2024-05-02 22:36:24.438735197, delta=262585071233 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.6.1.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.datashare) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.datashare [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:47Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.6.1.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.datashare [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes [DEBUG] unqualifiedVersion: 1.6.1 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.datashare-1.6.1-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/org/eclipse/ecf/internal/provider/datashare/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/org/eclipse/ecf/internal/provider/datashare/DatashareProviderDebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/org/eclipse/ecf/provider/datashare/BaseChannel.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/org/eclipse/ecf/provider/datashare/DatashareContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/org/eclipse/ecf/provider/datashare/DatashareContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/org/eclipse/ecf/provider/datashare/DatashareContainerAdapterFactory.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/org/eclipse/ecf/provider/datashare/DatashareContainerConfig.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:47Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.6.1.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.datashare [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes [DEBUG] unqualifiedVersion: 1.6.1 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.datashare-1.6.1-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@35c9115d [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.datashare-1.6.1-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/org.eclipse.ecf.provider.datashare-1.6.1-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/datashare/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/datashare/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/datashare/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/datashare/DatashareProviderDebugOptions.java [DEBUG] adding entry org/eclipse/ecf/provider/datashare/BaseChannel.java [DEBUG] adding entry org/eclipse/ecf/provider/datashare/DatashareContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/datashare/DatashareContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/provider/datashare/DatashareContainerAdapterFactory.java [DEBUG] adding entry org/eclipse/ecf/provider/datashare/DatashareContainerConfig.java [DEBUG] adding entry org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4e6e7e8c [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.datashare-1.6.1-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@58e9865b [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:47.783809748, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:47.784074210, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:47.784074210, lastModified=2024-05-02 22:36:24.438735197, delta=263345339013 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:47.784074210, lastModified=2024-05-02 22:36:24.438735197, delta=263345339013 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:47.784074210, lastModified=2024-05-02 22:36:24.438735197, delta=263345339013 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:47.784429075, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:47.784512922, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:47.784512922, lastModified=2024-05-02 22:36:25.084747530, delta=262699765392 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/datashare/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/internal/provider/datashare/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/datashare/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/internal/provider/datashare/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/datashare/DatashareProviderDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/internal/provider/datashare/DatashareProviderDebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/BaseChannel$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/BaseChannel$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/BaseChannel$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/BaseChannel$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/BaseChannel$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/BaseChannel$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/BaseChannel$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/BaseChannel$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/BaseChannel$ChannelMsg.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/BaseChannel$ChannelMsg.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/BaseChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/BaseChannel.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/DatashareContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/DatashareContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/DatashareContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/DatashareContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/DatashareContainerAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/DatashareContainerAdapterFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/DatashareContainerConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/DatashareContainerConfig.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@4b5db107 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/datashare/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/internal/provider/datashare/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/datashare/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/internal/provider/datashare/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/datashare/DatashareProviderDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/internal/provider/datashare/DatashareProviderDebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/BaseChannel$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/BaseChannel$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/BaseChannel$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/BaseChannel$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/BaseChannel$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/BaseChannel$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/BaseChannel$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/BaseChannel$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/BaseChannel$ChannelMsg.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/BaseChannel$ChannelMsg.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/BaseChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/BaseChannel.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/DatashareContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/DatashareContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/DatashareContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/DatashareContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/DatashareContainerAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/DatashareContainerAdapterFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/DatashareContainerConfig.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/DatashareContainerConfig.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes/org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter.class [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/org.eclipse.ecf.provider.datashare-1.6.1-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/datashare/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/datashare/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/datashare/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/datashare/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/datashare/DatashareProviderDebugOptions.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/BaseChannel$4.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/BaseChannel$ChannelMsg.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/BaseChannel$1.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/BaseChannel.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/BaseChannel$3.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/BaseChannel$2.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/DatashareContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/DatashareContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/DatashareContainerAdapterFactory.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/DatashareContainerConfig.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1$1.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$1$2.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/SharedObjectDatashareContainerAdapter$2.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.datashare-1.6.1-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/org.eclipse.ecf.provider.datashare-1.6.1-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/org.eclipse.ecf.provider.datashare-1.6.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/org.eclipse.ecf.provider.datashare-1.6.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/org.eclipse.ecf.provider.datashare-1.6.1-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/org.eclipse.ecf.provider.datashare-1.6.1-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/org.eclipse.ecf.provider.datashare-1.6.1-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@6e91580d] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.datashare --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.datashare/1.6.1.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.datashare,1.6.1.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.datashare/1.6.1.v20230528-2254/org.eclipse.ecf.provider.datashare-1.6.1.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.datashare.source/1.6.1.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.datashare.source,1.6.1.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.datashare.source/1.6.1.v20230528-2254/org.eclipse.ecf.provider.datashare.source-1.6.1.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -------< org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio >------- [INFO] Building org.eclipse.ecf.provider.datashare.nio 0.9.301-SNAPSHOT [42/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.ecf.tests.provider.datashare.nio 1.0.100.qualifier [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=26434, ConflictMarker.markTime=21013, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=13733, ConflictIdSorter.topsortTime=16212, ConflictIdSorter.conflictIdCount=14, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=113865, ConflictResolver.conflictItemCount=39, DfDependencyCollector.collectTime=305994, DfDependencyCollector.transformTime=212564} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:eclipse-plugin:0.9.301-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:50.629217504, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:50.629630966, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:50.629630966, lastModified=2024-05-02 22:36:24.438735197, delta=266190895769 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:50.629630966, lastModified=2024-05-02 22:36:24.438735197, delta=266190895769 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:50.629630966, lastModified=2024-05-02 22:36:24.438735197, delta=266190895769 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:50.630174585, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:50.630441974, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:50.630441974, lastModified=2024-05-02 22:36:25.084747530, delta=265545694444 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:50.629630966, lastModified=2024-05-02 22:36:24.438735197, delta=266190895769 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:50.629630966, lastModified=2024-05-02 22:36:24.438735197, delta=266190895769 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:40:50.631067715, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:40:50.631146465, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:50.637114655, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:50.645846430, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:50.629630966, lastModified=2024-05-02 22:36:24.438735197, delta=266190895769 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:50.629630966, lastModified=2024-05-02 22:36:24.438735197, delta=266190895769 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 0.9.301.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.datashare.nio) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.datashare.nio [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:50Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 0.9.301.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.datashare.nio [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes [DEBUG] unqualifiedVersion: 0.9.301 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.datashare.nio-0.9.301-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src/org/eclipse/ecf/provider/datashare/nio/ChannelData.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src/org/eclipse/ecf/provider/datashare/nio/NIOChannel.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src/org/eclipse/ecf/provider/datashare/nio/Util.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:51Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 0.9.301.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.datashare.nio [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes [DEBUG] unqualifiedVersion: 0.9.301 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.datashare.nio-0.9.301-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@73c39442 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.datashare.nio-0.9.301-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/org.eclipse.ecf.provider.datashare.nio-0.9.301-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/datashare/ [DEBUG] adding directory org/eclipse/ecf/provider/datashare/nio/ [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/ChannelData.java [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIOChannel.java [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/Util.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@12fbebc6 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.datashare.nio-0.9.301-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@607c78a7 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:51.378369448, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:51.378637833, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:51.378637833, lastModified=2024-05-02 22:36:24.438735197, delta=266939902636 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:51.378637833, lastModified=2024-05-02 22:36:24.438735197, delta=266939902636 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:51.378637833, lastModified=2024-05-02 22:36:24.438735197, delta=266939902636 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:51.378977597, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:51.379086076, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:51.379086076, lastModified=2024-05-02 22:36:25.084747530, delta=266294338546 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/ChannelData.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/ChannelData.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIOChannel$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIOChannel$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIOChannel$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIOChannel$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIOChannel$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIOChannel$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIOChannel$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIOChannel$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIOChannel$ChannelMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIOChannel$ChannelMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIOChannel$ProcessingRunnable.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIOChannel$ProcessingRunnable.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIOChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIOChannel.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$ConnectionRunnable.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$ConnectionRunnable.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/datashare/nio/Util.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/Util.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@21d23e62 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/ChannelData.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/ChannelData.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIOChannel$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIOChannel$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIOChannel$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIOChannel$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIOChannel$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIOChannel$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIOChannel$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIOChannel$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIOChannel$ChannelMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIOChannel$ChannelMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIOChannel$ProcessingRunnable.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIOChannel$ProcessingRunnable.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIOChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIOChannel.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$ConnectionRunnable.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$ConnectionRunnable.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/datashare/nio/Util.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes/org/eclipse/ecf/provider/datashare/nio/Util.class [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/org.eclipse.ecf.provider.datashare.nio-0.9.301-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/datashare/ [DEBUG] adding directory org/eclipse/ecf/provider/datashare/nio/ [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/ChannelData.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIOChannel.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIOChannel$2.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIOChannel$ChannelMessage.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIOChannel$ProcessingRunnable.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIOChannel$3.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIOChannel$4.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIOChannel$1.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$4.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$3.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$1.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$2.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$5.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer$ConnectionRunnable.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/NIODatashareContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/datashare/nio/Util.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.datashare.nio-0.9.301-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/org.eclipse.ecf.provider.datashare.nio-0.9.301-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/org.eclipse.ecf.provider.datashare.nio-0.9.301-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/org.eclipse.ecf.provider.datashare.nio-0.9.301-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/org.eclipse.ecf.provider.datashare.nio-0.9.301-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/org.eclipse.ecf.provider.datashare.nio-0.9.301-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/org.eclipse.ecf.provider.datashare.nio-0.9.301-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@e98ff00] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.datashare.nio/0.9.301.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.datashare.nio,0.9.301.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.datashare.nio/0.9.301.v20230528-2254/org.eclipse.ecf.provider.datashare.nio-0.9.301.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.datashare.nio.source/0.9.301.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.datashare.nio.source,0.9.301.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.datashare.nio.source/0.9.301.v20230528-2254/org.eclipse.ecf.provider.datashare.nio.source-0.9.301.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.provider.discovery >--------- [INFO] Building org.eclipse.ecf.provider.discovery 3.0.102-SNAPSHOT [43/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=23126, ConflictMarker.markTime=18564, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=10060, ConflictIdSorter.topsortTime=30550, ConflictIdSorter.conflictIdCount=14, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=101388, ConflictResolver.conflictItemCount=39, DfDependencyCollector.collectTime=267464, DfDependencyCollector.transformTime=204942} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.discovery:eclipse-plugin:3.0.102-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:54.802575494, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:54.802804508, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:54.802804508, lastModified=2024-05-02 22:36:24.438735197, delta=270364069311 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:54.802804508, lastModified=2024-05-02 22:36:24.438735197, delta=270364069311 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:54.802804508, lastModified=2024-05-02 22:36:24.438735197, delta=270364069311 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:54.803121903, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:54.803297436, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:54.803297436, lastModified=2024-05-02 22:36:25.084747530, delta=269718549906 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:54.802804508, lastModified=2024-05-02 22:36:24.438735197, delta=270364069311 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:54.802804508, lastModified=2024-05-02 22:36:24.438735197, delta=270364069311 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:40:54.803852598, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:40:54.803916660, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:54.809000909, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:54.817486009, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:54.802804508, lastModified=2024-05-02 22:36:24.438735197, delta=270364069311 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:54.802804508, lastModified=2024-05-02 22:36:24.438735197, delta=270364069311 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.0.102.v20230528-2316 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.discovery) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.discovery [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2316 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:55Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.0.102.v20230528-2316 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.discovery [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes [DEBUG] unqualifiedVersion: 3.0.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.discovery-3.0.102-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/internal/provider/discovery/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/internal/provider/discovery/CompositeNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/internal/provider/discovery/CompositeServiceID.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/internal/provider/discovery/DiscoveryProviderDebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeServiceContainerEvent.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeServiceTypeContainerEvent.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainerInstantiator.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2316 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:55Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.0.102.v20230528-2316 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.discovery [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes [DEBUG] unqualifiedVersion: 3.0.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.discovery-3.0.102-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@71bf034e [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.discovery-3.0.102-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (f) qualifier = v20230528-2316 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/org.eclipse.ecf.provider.discovery-3.0.102-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/discovery/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/discovery/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/discovery/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/discovery/CompositeNamespace.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/discovery/CompositeServiceID.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/discovery/DiscoveryProviderDebugOptions.java [DEBUG] adding entry org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/provider/discovery/CompositeServiceContainerEvent.java [DEBUG] adding entry org/eclipse/ecf/provider/discovery/CompositeServiceTypeContainerEvent.java [DEBUG] adding entry org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainerInstantiator.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@d233ae3 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.discovery-3.0.102-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (f) qualifier = v20230528-2316 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@7dda0b1d [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:55.528589287, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:55.528868203, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:55.528868203, lastModified=2024-05-02 22:36:24.438735197, delta=271090133006 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:55.528868203, lastModified=2024-05-02 22:36:24.438735197, delta=271090133006 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:55.528868203, lastModified=2024-05-02 22:36:24.438735197, delta=271090133006 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:55.529438545, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:55.529524560, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:55.529524560, lastModified=2024-05-02 22:36:25.084747530, delta=270444777030 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/discovery/Activator$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/internal/provider/discovery/Activator$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/discovery/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/internal/provider/discovery/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/discovery/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/internal/provider/discovery/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/discovery/CompositeNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/internal/provider/discovery/CompositeNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/discovery/CompositeServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/internal/provider/discovery/CompositeServiceID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/discovery/DiscoveryProviderDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/internal/provider/discovery/DiscoveryProviderDebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeContainerServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeContainerServiceListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeContainerServiceTypeListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeContainerServiceTypeListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeServiceInfoWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeServiceInfoWrapper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/discovery/CompositeServiceContainerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/CompositeServiceContainerEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/discovery/CompositeServiceTypeContainerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/CompositeServiceTypeContainerEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainerInstantiator.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@57a0c71b [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/discovery/Activator$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/internal/provider/discovery/Activator$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/discovery/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/internal/provider/discovery/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/discovery/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/internal/provider/discovery/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/discovery/CompositeNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/internal/provider/discovery/CompositeNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/discovery/CompositeServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/internal/provider/discovery/CompositeServiceID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/discovery/DiscoveryProviderDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/internal/provider/discovery/DiscoveryProviderDebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeContainerServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeContainerServiceListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeContainerServiceTypeListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeContainerServiceTypeListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeServiceInfoWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeServiceInfoWrapper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/discovery/CompositeServiceContainerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/CompositeServiceContainerEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/discovery/CompositeServiceTypeContainerEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/CompositeServiceTypeContainerEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainerInstantiator.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/org.eclipse.ecf.provider.discovery-3.0.102-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/discovery/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/discovery/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/discovery/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/discovery/Activator$1$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/discovery/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/discovery/CompositeNamespace.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/discovery/CompositeServiceID.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/discovery/DiscoveryProviderDebugOptions.class [DEBUG] adding entry org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeContainerServiceTypeListener.class [DEBUG] adding entry org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeContainerServiceListener.class [DEBUG] adding entry org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer$CompositeServiceInfoWrapper.class [DEBUG] adding entry org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/provider/discovery/CompositeServiceContainerEvent.class [DEBUG] adding entry org/eclipse/ecf/provider/discovery/CompositeServiceTypeContainerEvent.class [DEBUG] adding entry org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainerInstantiator.class [DEBUG] adding entry .options [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.discovery-3.0.102-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/org.eclipse.ecf.provider.discovery-3.0.102-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/org.eclipse.ecf.provider.discovery-3.0.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/org.eclipse.ecf.provider.discovery-3.0.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/org.eclipse.ecf.provider.discovery-3.0.102-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/org.eclipse.ecf.provider.discovery-3.0.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/org.eclipse.ecf.provider.discovery-3.0.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@6480d5d1] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.provider.discovery:eclipse-plugin:3.0.102-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.discovery --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.provider.dnssd >----------- [INFO] Building org.eclipse.ecf.provider.dnssd 1.3.0-SNAPSHOT [44/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=29905, ConflictMarker.markTime=25680, ConflictMarker.nodeCount=71, ConflictIdSorter.graphTime=15185, ConflictIdSorter.topsortTime=19078, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=237819, ConflictResolver.conflictItemCount=63, DfDependencyCollector.collectTime=400592, DfDependencyCollector.transformTime=348424} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:eclipse-plugin:1.3.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] dnsjava:dnsjava:jar:3.5.3:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:57.696827197, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:57.697094431, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:57.697094431, lastModified=2024-05-02 22:36:24.438735197, delta=273258359234 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:57.697094431, lastModified=2024-05-02 22:36:24.438735197, delta=273258359234 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:57.697094431, lastModified=2024-05-02 22:36:24.438735197, delta=273258359234 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:57.697434864, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:57.697649674, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:57.697649674, lastModified=2024-05-02 22:36:25.084747530, delta=272612902144 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:57.697094431, lastModified=2024-05-02 22:36:24.438735197, delta=273258359234 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:57.697094431, lastModified=2024-05-02 22:36:24.438735197, delta=273258359234 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:40:57.698482438, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:40:57.698580930, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:57.704089345, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:57.712671081, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:57.697094431, lastModified=2024-05-02 22:36:24.438735197, delta=273258359234 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:57.697094431, lastModified=2024-05-02 22:36:24.438735197, delta=273258359234 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.3.0.v20240405-2224 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.dnssd) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.dnssd [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240405-2224 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:57Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.0.v20240405-2224 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.dnssd [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes [DEBUG] unqualifiedVersion: 1.3.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.dnssd-1.3.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: [org/eclipse/equinox/concurrent/future/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar] [INFO] Rules: [org/osgi/service/cm/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar] [INFO] Rules: [org/osgi/service/cm/annotations/*] [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[+org/xbill/DNS/*:+org/xbill/DNS/config/*:+org/xbill/DNS/dnssec/*:+org/xbill/DNS/hosts/*:+org/xbill/DNS/lookup/*:+org/xbill/DNS/spi/*:+org/xbill/DNS/tools/*:+org/xbill/DNS/utils/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/*:+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: [org/eclipse/equinox/concurrent/future/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar] [INFO] Rules: [org/osgi/service/cm/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar] [INFO] Rules: [org/osgi/service/cm/annotations/*] [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: [org/eclipse/equinox/concurrent/future/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar] [INFO] Rules: [org/osgi/service/cm/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar] [INFO] Rules: [org/osgi/service/cm/annotations/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[+org/xbill/DNS/*:+org/xbill/DNS/config/*:+org/xbill/DNS/dnssec/*:+org/xbill/DNS/hosts/*:+org/xbill/DNS/lookup/*:+org/xbill/DNS/spi/*:+org/xbill/DNS/tools/*:+org/xbill/DNS/utils/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/*:+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[+org/xbill/DNS/*:+org/xbill/DNS/config/*:+org/xbill/DNS/dnssec/*:+org/xbill/DNS/hosts/*:+org/xbill/DNS/lookup/*:+org/xbill/DNS/spi/*:+org/xbill/DNS/tools/*:+org/xbill/DNS/utils/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/*:+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/org/eclipse/ecf/provider/dnssd/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/org/eclipse/ecf/provider/dnssd/BnRDnsSdServiceTypeID.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/org/eclipse/ecf/provider/dnssd/ContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/org/eclipse/ecf/provider/dnssd/DnsSdDebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryAdvertiser.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryException.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryLocator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/org/eclipse/ecf/provider/dnssd/DnsSdNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/org/eclipse/ecf/provider/dnssd/DnsSdServiceID.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/org/eclipse/ecf/provider/dnssd/DnsSdServiceTypeID.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/org/eclipse/ecf/provider/dnssd/IDnsSdDiscoveryConstants.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/org/eclipse/ecf/provider/dnssd/Messages.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240405-2224 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:40:58Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.0.v20240405-2224 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.dnssd [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes [DEBUG] unqualifiedVersion: 1.3.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.dnssd-1.3.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@173d1981 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.dnssd-1.3.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (f) qualifier = v20240405-2224 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/org.eclipse.ecf.provider.dnssd-1.3.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/dnssd/ [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/Activator.java [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/BnRDnsSdServiceTypeID.java [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/ContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdDebugOptions.java [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryAdvertiser.java [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.java [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryException.java [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryLocator.java [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdNamespace.java [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdServiceID.java [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdServiceTypeID.java [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/IDnsSdDiscoveryConstants.java [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/Messages.java [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/messages.properties [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@26ed57d8 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.dnssd-1.3.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (f) qualifier = v20240405-2224 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@21bc8398 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:58.425842832, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:40:58.426088446, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:58.426088446, lastModified=2024-05-02 22:36:24.438735197, delta=273987353249 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:58.426088446, lastModified=2024-05-02 22:36:24.438735197, delta=273987353249 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:40:58.426088446, lastModified=2024-05-02 22:36:24.438735197, delta=273987353249 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:40:58.426418258, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:40:58.426508743, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:40:58.426508743, lastModified=2024-05-02 22:36:25.084747530, delta=273341761213 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/Activator$DnsSdManagedServiceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/Activator$DnsSdManagedServiceFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/Activator$DnsSdServiceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/Activator$DnsSdServiceFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/BnRDnsSdServiceTypeID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/BnRDnsSdServiceTypeID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/ContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/ContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdDebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryAdvertiser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryAdvertiser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter$SRVRecordComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter$SRVRecordComparator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryException.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryLocator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryLocator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdServiceID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdServiceTypeID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdServiceTypeID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/IDnsSdDiscoveryConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/IDnsSdDiscoveryConstants.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/dnssd/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/Messages.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@1435b2fe [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/Activator$DnsSdManagedServiceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/Activator$DnsSdManagedServiceFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/Activator$DnsSdServiceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/Activator$DnsSdServiceFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/BnRDnsSdServiceTypeID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/BnRDnsSdServiceTypeID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/ContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/ContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdDebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryAdvertiser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryAdvertiser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter$SRVRecordComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter$SRVRecordComparator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryException.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryLocator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryLocator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdServiceID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/DnsSdServiceTypeID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/DnsSdServiceTypeID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/IDnsSdDiscoveryConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/IDnsSdDiscoveryConstants.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/dnssd/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes/org/eclipse/ecf/provider/dnssd/Messages.class [DEBUG] parseClassFile(): path=org/osgi/service/cm/ManagedServiceFactory.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar(org/osgi/service/cm/ManagedServiceFactory.class): [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/org.eclipse.ecf.provider.dnssd-1.3.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/dnssd/ [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/Activator.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/Activator$DnsSdManagedServiceFactory.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/Activator$DnsSdServiceFactory.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/BnRDnsSdServiceTypeID.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/ContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdDebugOptions.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryAdvertiser.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter$SRVRecordComparator.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryException.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryLocator.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdNamespace.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdServiceID.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/DnsSdServiceTypeID.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/IDnsSdDiscoveryConstants.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/Messages.class [DEBUG] adding entry org/eclipse/ecf/provider/dnssd/messages.properties [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.dnssd-1.3.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/org.eclipse.ecf.provider.dnssd-1.3.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/org.eclipse.ecf.provider.dnssd-1.3.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/org.eclipse.ecf.provider.dnssd-1.3.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/org.eclipse.ecf.provider.dnssd-1.3.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/org.eclipse.ecf.provider.dnssd-1.3.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/org.eclipse.ecf.provider.dnssd-1.3.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@4887abcf] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:eclipse-plugin:1.3.0-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.dnssd --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.dnssd/1.2.302.v20230528-2254 with delta: 0.1.-302 [DEBUG] Found org.eclipse.ecf.provider.dnssd.source/1.2.302.v20230528-2254 with delta: 0.1.-302 [JENKINS] Archiving disabled [INFO] [INFO] -------< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer >-------- [INFO] Building org.eclipse.ecf.provider.filetransfer 3.3.0-SNAPSHOT [45/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net_1.5.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.net,1.5.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.source_1.5.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.net.source,1.5.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.source/1.5.400.v20240413-1529/org.eclipse.core.net.source-1.5.400.v20240413-1529-p2artifacts.xml [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=38891, ConflictMarker.markTime=53990, ConflictMarker.nodeCount=52, ConflictIdSorter.graphTime=13837, ConflictIdSorter.topsortTime=41237, ConflictIdSorter.conflictIdCount=22, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=227030, ConflictResolver.conflictItemCount=51, DfDependencyCollector.collectTime=567336, DfDependencyCollector.transformTime=408565} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:eclipse-plugin:3.3.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:00.838134272, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:00.838390127, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:00.838390127, lastModified=2024-05-02 22:36:24.438735197, delta=276399654930 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:00.838390127, lastModified=2024-05-02 22:36:24.438735197, delta=276399654930 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:00.838390127, lastModified=2024-05-02 22:36:24.438735197, delta=276399654930 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:00.838759010, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:00.838928997, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:00.838928997, lastModified=2024-05-02 22:36:25.084747530, delta=275754181467 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:00.838390127, lastModified=2024-05-02 22:36:24.438735197, delta=276399654930 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:00.838390127, lastModified=2024-05-02 22:36:24.438735197, delta=276399654930 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:41:00.839551995, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:41:00.839622726, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:00.844389510, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:00.852651361, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:00.838390127, lastModified=2024-05-02 22:36:24.438735197, delta=276399654930 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:00.838390127, lastModified=2024-05-02 22:36:24.438735197, delta=276399654930 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.3.0.v20240429-0913 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.filetransfer) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.filetransfer [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32.x86_64_1.2.300.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.net.win32.x86_64,1.2.300.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.net.win32_1.1.400.v20240414-0911.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.net.win32,1.1.400.v20240414-0911 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911-p2artifacts.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240429-0913 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:01Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.3.0.v20240429-0913 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.filetransfer [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes [DEBUG] unqualifiedVersion: 3.3.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.filetransfer-3.3.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529.jar[+org/eclipse/core/net/proxy/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529.jar[+org/eclipse/core/net/proxy/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529.jar[+org/eclipse/core/net/proxy/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/internal/provider/filetransfer/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/internal/provider/filetransfer/DebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/internal/provider/filetransfer/IURLConnectionModifier.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/internal/provider/filetransfer/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/IFileTransferProtocolToFactoryMapper.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/browse/LocalFileSystemBrowser.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFileAttributes.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapterFactory.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFileAttributes.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketEvent.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketWrapper.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/events/socket/SocketClosedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/events/socket/SocketConnectedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/events/socket/SocketCreatedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventSource.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/identity/FileTransferID.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/identity/FileTransferNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractUrlConnectionOutgoingFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/outgoing/LocalFileOutgoingFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapterFactory.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/retrieve/HttpHelper.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapterFactory.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/util/PollingInputStream.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/util/ProxySetupHelper.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream.java, -g, -nowarn, -target, 17, -source, 17, --release, 17, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240429-0913 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:01Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.3.0.v20240429-0913 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.filetransfer [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes [DEBUG] unqualifiedVersion: 3.3.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.filetransfer-3.3.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@36b2e523 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer-3.3.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (f) qualifier = v20240429-0913 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/org.eclipse.ecf.provider.filetransfer-3.3.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/browse/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/events/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/events/socket/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/identity/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/outgoing/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/retrieve/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/util/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/DebugOptions.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/IURLConnectionModifier.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/Messages.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/messages.properties [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/IFileTransferProtocolToFactoryMapper.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/LocalFileSystemBrowser.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFileAttributes.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapter.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapterFactory.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFileAttributes.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketEvent.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketWrapper.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/SocketClosedEvent.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/SocketConnectedEvent.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/SocketCreatedEvent.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventSource.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/identity/FileTransferID.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/identity/FileTransferNamespace.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/outgoing/AbstractUrlConnectionOutgoingFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/outgoing/LocalFileOutgoingFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapter.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapterFactory.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/HttpHelper.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapter.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapterFactory.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/util/PollingInputStream.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/util/ProxySetupHelper.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream.java [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry schema/browseFileTransferProtocolFactory.exsd [DEBUG] adding entry schema/retrieveFileTransferProtocolFactory.exsd [DEBUG] adding entry schema/sendFileTransferProtocolFactory.exsd [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@23991937 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer-3.3.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (f) qualifier = v20240429-0913 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@6c9c9661 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:01.712168695, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:01.712409362, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:01.712409362, lastModified=2024-05-02 22:36:24.438735197, delta=277273674165 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:01.712409362, lastModified=2024-05-02 22:36:24.438735197, delta=277273674165 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:01.712409362, lastModified=2024-05-02 22:36:24.438735197, delta=277273674165 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:01.712743278, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:01.712826790, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:01.712826790, lastModified=2024-05-02 22:36:25.084747530, delta=276628079260 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/Activator$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/Activator$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/Activator$DummyURLStreamHandlerService.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/Activator$DummyURLStreamHandlerService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/Activator$ProtocolFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/Activator$ProtocolFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/DebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/DebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/IURLConnectionModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/IURLConnectionModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/IFileTransferProtocolToFactoryMapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/IFileTransferProtocolToFactoryMapper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$DirectoryJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$DirectoryJob.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$RemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$RemoteFileSystemRequest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/LocalFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/LocalFileSystemBrowser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFileAttributes.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFileAttributes.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapterFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser$UrlConnectionAuthenticator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser$UrlConnectionAuthenticator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFileAttributes.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFileAttributes.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketWrapper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/SocketClosedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/SocketClosedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/SocketConnectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/SocketConnectedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/SocketCreatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/SocketCreatedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventSource.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventSource.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/identity/FileTransferID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/identity/FileTransferID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/identity/FileTransferNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/identity/FileTransferNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/AbstractUrlConnectionOutgoingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractUrlConnectionOutgoingFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/LocalFileOutgoingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/LocalFileOutgoingFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapterFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/HttpHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/HttpHelper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapterFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer$Compression.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer$Compression.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer$UrlConnectionAuthenticator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer$UrlConnectionAuthenticator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/util/PollingInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/util/PollingInputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/util/ProxySetupHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/util/ProxySetupHelper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@1ca32a8c [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/Activator$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/Activator$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/Activator$DummyURLStreamHandlerService.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/Activator$DummyURLStreamHandlerService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/Activator$ProtocolFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/Activator$ProtocolFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/DebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/DebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/IURLConnectionModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/IURLConnectionModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/internal/provider/filetransfer/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/IFileTransferProtocolToFactoryMapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/IFileTransferProtocolToFactoryMapper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$DirectoryJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$DirectoryJob.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$RemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$RemoteFileSystemRequest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/LocalFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/LocalFileSystemBrowser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFileAttributes.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFileAttributes.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapterFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser$UrlConnectionAuthenticator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser$UrlConnectionAuthenticator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFileAttributes.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFileAttributes.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketWrapper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/SocketClosedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/SocketClosedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/SocketConnectedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/SocketConnectedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/SocketCreatedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/SocketCreatedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventSource.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventSource.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/identity/FileTransferID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/identity/FileTransferID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/identity/FileTransferNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/identity/FileTransferNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/AbstractUrlConnectionOutgoingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractUrlConnectionOutgoingFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/LocalFileOutgoingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/LocalFileOutgoingFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapterFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/HttpHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/HttpHelper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapterFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer$Compression.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer$Compression.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer$UrlConnectionAuthenticator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer$UrlConnectionAuthenticator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/util/PollingInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/util/PollingInputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/util/ProxySetupHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/util/ProxySetupHelper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes/org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream.class [DEBUG] parseClassFile(): path=java/lang/Comparable.class resource=:jrt:/java.base/java/lang/Comparable.class: [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/org.eclipse.ecf.provider.filetransfer-3.3.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/browse/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/events/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/events/socket/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/identity/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/outgoing/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/retrieve/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/util/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/Activator$DummyURLStreamHandlerService.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/Activator$ProtocolFactory.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/Activator$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/DebugOptions.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/IURLConnectionModifier.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/Messages.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/messages.properties [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/IFileTransferProtocolToFactoryMapper.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$2.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$DirectoryJob.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser$RemoteFileSystemRequest.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/LocalFileSystemBrowser.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFileAttributes.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapter.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapterFactory.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser$UrlConnectionAuthenticator.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFileAttributes.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketEvent.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketWrapper.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/SocketClosedEvent.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/SocketConnectedEvent.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/SocketCreatedEvent.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventSource.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/identity/FileTransferID.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/identity/FileTransferNamespace.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$4.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$2.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer$3.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/outgoing/AbstractUrlConnectionOutgoingFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/outgoing/LocalFileOutgoingFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapter.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapterFactory.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$4.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$2.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$6.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$5.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer$3.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/HttpHelper.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapter.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapterFactory.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer$Compression.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer$UrlConnectionAuthenticator.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper$2.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/util/PollingInputStream.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/util/ProxySetupHelper.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream$1.class [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [DEBUG] adding entry schema/browseFileTransferProtocolFactory.exsd [DEBUG] adding entry schema/retrieveFileTransferProtocolFactory.exsd [DEBUG] adding entry schema/sendFileTransferProtocolFactory.exsd [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer-3.3.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/org.eclipse.ecf.provider.filetransfer-3.3.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/org.eclipse.ecf.provider.filetransfer-3.3.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/org.eclipse.ecf.provider.filetransfer-3.3.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/org.eclipse.ecf.provider.filetransfer-3.3.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/org.eclipse.ecf.provider.filetransfer-3.3.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/org.eclipse.ecf.provider.filetransfer-3.3.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@185a431b] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:eclipse-plugin:3.3.0-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.filetransfer/3.3.0.v20230422-0242 with delta: 0.0.0 [WARNING] Only qualifier changed for (org.eclipse.ecf.provider.filetransfer/3.3.0.v20240429-0913). Expected to have bigger x.y.z than what is available in baseline (3.3.0.v20230422-0242) [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45 >-- [INFO] Building org.eclipse.ecf.provider.filetransfer.httpclient45 1.0.600-SNAPSHOT [46/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.annotation,2.3.0.v20240111-2306 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.annotation/2.3.0.v20240111-2306/org.eclipse.jdt.annotation-2.3.0.v20240111-2306-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.upnp/1.2.1.202109301733/org.osgi.service.upnp-1.2.1.202109301733-p2artifacts.xml [DEBUG] Resolving artifact org.osgi:org.osgi.service.upnp:jar:1.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.upnp:jar:1.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.jar (31 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.upnp/1.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device_1.1.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.device,1.1.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.device/1.1.1.202109301733/org.osgi.service.device-1.1.1.202109301733-p2artifacts.xml [DEBUG] Resolving artifact org.osgi:org.osgi.service.device:jar:1.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.device:jar:1.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.jar (20 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.device/1.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.http.whiteboard,1.1.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.http.whiteboard/1.1.1.202109301733/org.osgi.service.http.whiteboard-1.1.1.202109301733-p2artifacts.xml [DEBUG] Resolving artifact org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http.whiteboard/1.1.1/org.osgi.service.http.whiteboard-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http.whiteboard/1.1.1/org.osgi.service.http.whiteboard-1.1.1.jar (100 kB at 7.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.http.whiteboard/1.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.http.whiteboard/1.1.1/org.osgi.service.http.whiteboard-1.1.1.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.wireadmin/1.0.2.202109301733/org.osgi.service.wireadmin-1.0.2.202109301733-p2artifacts.xml [DEBUG] Resolving artifact org.osgi:org.osgi.service.wireadmin:jar:1.0.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.wireadmin:jar:1.0.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.jar (44 kB at 4.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.wireadmin/1.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.provisioning/1.2.0.201505202024/org.osgi.service.provisioning-1.2.0.201505202024-p2artifacts.xml [DEBUG] Resolving artifact org.osgi:org.osgi.service.provisioning:jar:1.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.provisioning:jar:1.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.jar (14 kB at 403 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.provisioning/1.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.jar.lastUpdated' [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.services.source_3.12.100.v20240327-0645.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.osgi.services.source,3.12.100.v20240327-0645 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services.source/3.12.100.v20240327-0645/org.eclipse.osgi.services.source-3.12.100.v20240327-0645-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.useradmin/1.1.1.202109301733/org.osgi.service.useradmin-1.1.1.202109301733-p2artifacts.xml [DEBUG] Resolving artifact org.osgi:org.osgi.service.useradmin:jar:1.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.useradmin:jar:1.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.jar (37 kB at 4.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.useradmin/1.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype/1.4.1.202109301733/org.osgi.service.metatype-1.4.1.202109301733-p2artifacts.xml [DEBUG] Resolving artifact org.osgi:org.osgi.service.metatype:jar:1.4.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.metatype:jar:1.4.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.jar (30 kB at 3.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.metatype/1.4.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.device.source/1.1.1.202109301733/org.osgi.service.device.source-1.1.1.202109301733-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.http.whiteboard.source,1.1.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.http.whiteboard.source/1.1.1.202109301733/org.osgi.service.http.whiteboard.source-1.1.1.202109301733-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.source/1.4.1.202109301733/org.osgi.service.metatype.source-1.4.1.202109301733-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.provisioning.source/1.2.0.201505202024/org.osgi.service.provisioning.source-1.2.0.201505202024-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.upnp.source/1.2.1.202109301733/org.osgi.service.upnp.source-1.2.1.202109301733-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.useradmin.source/1.1.1.202109301733/org.osgi.service.useradmin.source-1.1.1.202109301733-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.wireadmin.source/1.0.2.202109301733/org.osgi.service.wireadmin.source-1.0.2.202109301733-p2artifacts.xml [DEBUG] Resolving artifact org.osgi:org.osgi.service.upnp:pom:1.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.upnp:pom:1.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.pom (1.7 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.upnp/1.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.device:pom:1.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.device:pom:1.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.pom (1.9 kB at 943 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.device/1.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.http.whiteboard:pom:1.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.http.whiteboard:pom:1.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http.whiteboard/1.1.1/org.osgi.service.http.whiteboard-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http.whiteboard/1.1.1/org.osgi.service.http.whiteboard-1.1.1.pom (2.7 kB at 2.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.http.whiteboard/1.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.http.whiteboard/1.1.1/org.osgi.service.http.whiteboard-1.1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.wireadmin:pom:1.0.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.wireadmin:pom:1.0.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.pom (1.9 kB at 948 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.wireadmin/1.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.provisioning:pom:1.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.provisioning:pom:1.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.pom (1.3 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.provisioning/1.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.useradmin:pom:1.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.useradmin:pom:1.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.pom (1.9 kB at 316 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.useradmin/1.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.metatype:pom:1.4.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.metatype:pom:1.4.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.pom (2.3 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.metatype/1.4.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=141931, ConflictMarker.markTime=61779, ConflictMarker.nodeCount=122, ConflictIdSorter.graphTime=49218, ConflictIdSorter.topsortTime=69519, ConflictIdSorter.conflictIdCount=52, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=681654, ConflictResolver.conflictItemCount=121, DfDependencyCollector.collectTime=31119879, DfDependencyCollector.transformTime=1055287} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:eclipse-plugin:1.0.600-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] org.apache.httpcomponents:httpclient-osgi:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.14:compile [DEBUG] commons-codec:commons-codec:jar:1.11:compile [DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient-cache:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:fluent-hc:jar:4.5.14:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.apache.httpcomponents:httpcore-osgi:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.16:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services:jar:3.12.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.annotation:jar:2.3.0.v20240111-2306:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.upnp:jar:1.2.1:compile [DEBUG] org.osgi:org.osgi.service.device:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.wireadmin:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.provisioning:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services.source:jar:3.12.100.v20240327-0645:system [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.service.useradmin:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:05.131012791, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:05.131425076, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:05.131425076, lastModified=2024-05-02 22:36:24.438735197, delta=280692689879 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:05.131425076, lastModified=2024-05-02 22:36:24.438735197, delta=280692689879 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:05.131425076, lastModified=2024-05-02 22:36:24.438735197, delta=280692689879 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:05.131931498, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:05.132224491, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:05.132224491, lastModified=2024-05-02 22:36:25.084747530, delta=280047476961 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:05.131425076, lastModified=2024-05-02 22:36:24.438735197, delta=280692689879 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:05.131425076, lastModified=2024-05-02 22:36:24.438735197, delta=280692689879 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:41:05.132998967, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:41:05.133104026, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 9 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:05.142923541, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:05.153793536, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:05.131425076, lastModified=2024-05-02 22:36:24.438735197, delta=280692689879 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:05.131425076, lastModified=2024-05-02 22:36:24.438735197, delta=280692689879 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.600.v20220215-0126 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.filetransfer.httpclient45) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.filetransfer.httpclient45 [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20220215-0126 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:05Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.600.v20220215-0126 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45 [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes [DEBUG] unqualifiedVersion: 1.0.600 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.600-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.8/1.8 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/maven-metadata.xml (537 B at 34 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.component.annotations/resolver-status.properties' [DEBUG] Resolving artifact org.osgi:osgi.cmpn:jar:5.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:osgi.cmpn:jar:5.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar (771 kB at 37 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar.lastUpdated' [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.jdt.annotation:2.3.0.v20240111-2306 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.annotation/2.3.0.v20240111-2306/org.eclipse.jdt.annotation-2.3.0.v20240111-2306.jar] [INFO] Rules: [org/eclipse/jdt/annotation/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.annotation/2.3.0.v20240111-2306/org.eclipse.jdt.annotation-2.3.0.v20240111-2306.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:~org/eclipse/ecf/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:~org/eclipse/ecf/provider/filetransfer/events/socket/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/outgoing/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.annotation/2.3.0.v20240111-2306/org.eclipse.jdt.annotation-2.3.0.v20240111-2306.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar[+org/apache/http/auth/*:+org/apache/http/client/*:+org/apache/http/client/config/*:+org/apache/http/client/methods/*:+org/apache/http/client/protocol/*:+org/apache/http/client/utils/*:+org/apache/http/conn/socket/*:+org/apache/http/conn/ssl/*:+org/apache/http/conn/util/*:+org/apache/http/impl/auth/*:+org/apache/http/impl/client/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar[+org/apache/http/*:+org/apache/http/config/*:+org/apache/http/message/*:+org/apache/http/protocol/*:+org/apache/http/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.service.component.annotations/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.jdt.annotation:2.3.0.v20240111-2306 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.annotation/2.3.0.v20240111-2306/org.eclipse.jdt.annotation-2.3.0.v20240111-2306.jar] [INFO] Rules: [org/eclipse/jdt/annotation/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.annotation/2.3.0.v20240111-2306/org.eclipse.jdt.annotation-2.3.0.v20240111-2306.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.service.component.annotations/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.jdt.annotation:2.3.0.v20240111-2306 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.annotation/2.3.0.v20240111-2306/org.eclipse.jdt.annotation-2.3.0.v20240111-2306.jar] [INFO] Rules: [org/eclipse/jdt/annotation/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.annotation/2.3.0.v20240111-2306/org.eclipse.jdt.annotation-2.3.0.v20240111-2306.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:~org/eclipse/ecf/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:~org/eclipse/ecf/provider/filetransfer/events/socket/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/outgoing/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.annotation/2.3.0.v20240111-2306/org.eclipse.jdt.annotation-2.3.0.v20240111-2306.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar[+org/apache/http/auth/*:+org/apache/http/client/*:+org/apache/http/client/config/*:+org/apache/http/client/methods/*:+org/apache/http/client/protocol/*:+org/apache/http/client/utils/*:+org/apache/http/conn/socket/*:+org/apache/http/conn/ssl/*:+org/apache/http/conn/util/*:+org/apache/http/impl/auth/*:+org/apache/http/impl/client/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar[+org/apache/http/*:+org/apache/http/config/*:+org/apache/http/message/*:+org/apache/http/protocol/*:+org/apache/http/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:~org/eclipse/ecf/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:~org/eclipse/ecf/provider/filetransfer/events/socket/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/outgoing/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.annotation/2.3.0.v20240111-2306/org.eclipse.jdt.annotation-2.3.0.v20240111-2306.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar[+org/apache/http/auth/*:+org/apache/http/client/*:+org/apache/http/client/config/*:+org/apache/http/client/methods/*:+org/apache/http/client/protocol/*:+org/apache/http/client/utils/*:+org/apache/http/conn/socket/*:+org/apache/http/conn/ssl/*:+org/apache/http/conn/util/*:+org/apache/http/impl/auth/*:+org/apache/http/impl/client/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar[+org/apache/http/*:+org/apache/http/config/*:+org/apache/http/message/*:+org/apache/http/protocol/*:+org/apache/http/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/DefaultNTLMProxyHandler.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientDefaultSSLSocketFactoryModifier.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientModifierAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientProxyCredentialProvider.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientSslTrustManager.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientFactory.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientModifier.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/INTLMProxyHandler.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/NTLMProxyDetector.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.java, -g, -nowarn, -target, 1.8, -source, 1.8, --release, 8, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [INFO] Using Declarative Service specification version 1.2.0 to generate component definitions [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.service.component.annotations/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [WARNING] Generating of XML DS 1.2 might be not fully supported and validation is disabled (see https://github.com/bndtools/bnd/issues/5548), please upgrade to at least 1.3 [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$ScopedHttpClientCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$ScopedHttpClientCustomizer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/DefaultNTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/DefaultNTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$ModifierRunner.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$ModifierRunner.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientDefaultSSLSocketFactoryModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientModifierAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientModifierAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientProxyCredentialProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientProxyCredentialProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientSslTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientSslTrustManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/INTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/INTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/NTLMProxyDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/NTLMProxyDetector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.class [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.equinox.common-3.19.100.v20240425-1316 [DEBUG] collecting Contracts from org.eclipse.equinox.common-3.19.100.v20240425-1316 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi-3.20.0.v20240430-0735 [DEBUG] collecting Contracts osgi.service;objectClass:List="org.osgi.service.log.LogReaderService,org.eclipse.equinox.log.ExtendedLogReaderService";uses:="org.osgi.service.log",osgi.service;objectClass:List="org.osgi.service.log.LoggerFactory,org.osgi.service.log.LogService,org.eclipse.equinox.log.ExtendedLogService";uses:="org.osgi.service.log",osgi.service;objectClass:List="org.osgi.service.log.admin.LoggerAdmin";uses:="org.osgi.service.log.admin",osgi.service;objectClass:List="org.eclipse.osgi.framework.log.FrameworkLog";uses:="",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.user.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.instance.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.configuration.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.install.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="eclipse.home.location";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.environment.EnvironmentInfo";uses:="org.eclipse.osgi.service.environment",osgi.service;objectClass:List="org.osgi.service.packageadmin.PackageAdmin";uses:="org.osgi.service.packageadmin",osgi.service;objectClass:List="org.osgi.service.startlevel.StartLevel";uses:="org.osgi.service.startlevel",osgi.service;objectClass:List="org.osgi.service.permissionadmin.PermissionAdmin";uses:="org.osgi.service.permissionadmin",osgi.service;objectClass:List="org.osgi.service.condpermadmin.ConditionalPermissionAdmin";uses:="org.osgi.service.condpermadmin",osgi.service;objectClass:List="org.osgi.service.resolver.Resolver";uses:="org.osgi.service.resolver",osgi.service;objectClass:List="org.eclipse.osgi.service.debug.DebugOptions";uses:="org.eclipse.osgi.service.debug",osgi.service;objectClass:List="org.eclipse.osgi.service.urlconversion.URLConverter";uses:="org.eclipse.osgi.service.urlconversion",osgi.service;objectClass:List="org.eclipse.osgi.service.localization.BundleLocalization";uses:="org.eclipse.osgi.service.localization",osgi.service;objectClass:List="org.eclipse.osgi.service.security.TrustEngine";uses:="org.eclipse.osgi.service.security",osgi.service;objectClass:List="org.eclipse.osgi.signedcontent.SignedContentFactory";uses:="org.eclipse.osgi.signedcontent",osgi.service;objectClass:List="org.osgi.service.condition.Condition";osgi.condition.id=true;uses:="org.osgi.service.condition",osgi.serviceloader;osgi.serviceloader="org.osgi.framework.connect.ConnectFrameworkFactory";register:="org.eclipse.osgi.launch.EquinoxFactory",osgi.serviceloader;osgi.serviceloader="org.osgi.framework.launch.FrameworkFactory";register:="org.eclipse.osgi.launch.EquinoxFactory" from org.eclipse.osgi-3.20.0.v20240430-0735 [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.equinox.registry-3.12.100.v20240321-1445 [DEBUG] collecting Contracts from org.eclipse.equinox.registry-3.12.100.v20240321-1445 [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.jdt.annotation-2.3.0.v20240111-2306 [DEBUG] collecting Contracts from org.eclipse.jdt.annotation-2.3.0.v20240111-2306 [DEBUG] get Manifest Info From Classpath for Jar:org.apache.httpcomponents.httpclient-4.5.14 [DEBUG] collecting Contracts from org.apache.httpcomponents.httpclient-4.5.14 [DEBUG] get Manifest Info From Classpath for Jar:org.apache.httpcomponents.httpcore-4.4.16 [DEBUG] collecting Contracts from org.apache.httpcomponents.httpcore-4.4.16 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.core.jobs-3.15.300.v20240418-0734 [DEBUG] collecting Contracts from org.eclipse.core.jobs-3.15.300.v20240418-0734 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.jdt.annotation-2.3.0.v20240111-2306 [DEBUG] collecting Contracts from org.eclipse.jdt.annotation-2.3.0.v20240111-2306 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057 [DEBUG] collecting Contracts from org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:osgi.cmpn-5.0.0 [DEBUG] collecting Contracts from osgi.cmpn-5.0.0 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin DSAnnotations [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] end [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@2b5097ee [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$ScopedHttpClientCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$ScopedHttpClientCustomizer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/DefaultNTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/DefaultNTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$ModifierRunner.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$ModifierRunner.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Deactivate.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Deactivate.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Deactivate.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Deactivate.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientDefaultSSLSocketFactoryModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientModifierAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientModifierAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientProxyCredentialProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientProxyCredentialProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientSslTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientSslTrustManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/INTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/INTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/NTLMProxyDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/NTLMProxyDetector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.class [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [DEBUG] parseClassFile(): path=org/osgi/util/tracker/ServiceTrackerCustomizer.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar(org/osgi/util/tracker/ServiceTrackerCustomizer.class): [DEBUG] parseClassFile(): path=org/osgi/framework/BundleActivator.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar(org/osgi/framework/BundleActivator.class): [DEBUG] parseClassFile(): path=javax/net/ssl/X509TrustManager.class resource=:jrt:/java.base/javax/net/ssl/X509TrustManager.class: [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransferRunnable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransferRunnable.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.class [INFO] 0 component(s) where generated, 1 where kept. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20220215-0126 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:06Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.600.v20220215-0126 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45 [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes [DEBUG] unqualifiedVersion: 1.0.600 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.600-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.8/1.8 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@295c52dd [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45 [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.600-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (f) qualifier = v20220215-0126 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.600-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/httpclient45/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/DefaultNTLMProxyHandler.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientDefaultSSLSocketFactoryModifier.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientModifierAdapter.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientProxyCredentialProvider.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientSslTrustManager.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientFactory.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientModifier.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/INTLMProxyHandler.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Messages.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/NTLMProxyDetector.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/messages.properties [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.java [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@2eb1be [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.600-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (f) qualifier = v20220215-0126 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@7e562bca [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [WARNING] Checking Service-Component header that contains wildcards is currently not supported [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:06.327823081, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:06.328298262, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:06.328298262, lastModified=2024-05-02 22:36:24.438735197, delta=281889563065 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:06.328298262, lastModified=2024-05-02 22:36:24.438735197, delta=281889563065 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:06.328298262, lastModified=2024-05-02 22:36:24.438735197, delta=281889563065 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:06.328780550, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:06.328952253, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:06.328952253, lastModified=2024-05-02 22:36:25.084747530, delta=281244204723 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.service.component.annotations/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$ScopedHttpClientCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$ScopedHttpClientCustomizer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/DefaultNTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/DefaultNTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$ModifierRunner.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$ModifierRunner.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientDefaultSSLSocketFactoryModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientModifierAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientModifierAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientProxyCredentialProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientProxyCredentialProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientSslTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientSslTrustManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/INTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/INTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/NTLMProxyDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/NTLMProxyDetector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:osgi.cmpn-5.0.0 [DEBUG] collecting Contracts from osgi.cmpn-5.0.0 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@65383296 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$ScopedHttpClientCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$ScopedHttpClientCustomizer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/DefaultNTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/DefaultNTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$ModifierRunner.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$ModifierRunner.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Deactivate.class resource=:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar(org/osgi/service/component/annotations/Deactivate.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Deactivate.class resource=:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar(org/osgi/service/component/annotations/Deactivate.class): [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientDefaultSSLSocketFactoryModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientModifierAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientModifierAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientProxyCredentialProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientProxyCredentialProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientSslTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientSslTrustManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/INTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/INTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/NTLMProxyDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/NTLMProxyDetector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.class [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [DEBUG] parseClassFile(): path=javax/net/ssl/X509TrustManager.class resource=:jrt:/java.base/javax/net/ssl/X509TrustManager.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.600-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/httpclient45/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator$ScopedHttpClientCustomizer.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/DefaultNTLMProxyHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$3.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$4.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$ModifierRunner.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$5.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientModifierAdapter.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientProxyCredentialProvider.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/HttpClientSslTrustManager.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientFactory.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/IHttpClientModifier.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/INTLMProxyHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Messages.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/NTLMProxyDetector.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/messages.properties [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer$2.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.class [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/services/ [DEBUG] adding entry .options [DEBUG] adding entry OSGI-INF/services/org.eclipse.ecf.internal.provider.filetransfer.httpclient45.ECFHttpClientFactory.xml [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.600-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.600-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.600-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.600-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.600-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.600-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.600-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@5bd9f251] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.filetransfer.httpclient45/1.0.600.v20220215-0126 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient45,1.0.600.v20220215-0126 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer.httpclient45/1.0.600.v20220215-0126/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.600.v20220215-0126-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.filetransfer.httpclient45.source/1.0.600.v20220215-0126 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient45.source,1.0.600.v20220215-0126 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer.httpclient45.source/1.0.600.v20220215-0126/org.eclipse.ecf.provider.filetransfer.httpclient45.source-1.0.600.v20220215-0126-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32 >-- [INFO] Building org.eclipse.ecf.provider.filetransfer.httpclient45.win32 1.0.500-SNAPSHOT [47/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec_1.16.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.commons.commons-codec,1.16.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.commons-codec/1.16.0/org.apache.commons.commons-codec-1.16.0-p2artifacts.xml [DEBUG] Resolving artifact commons-codec:commons-codec:jar:1.16.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-codec:commons-codec:jar:1.16.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (361 kB at 16 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.16.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.httpcomponents.httpclient.win,4.5.14.v20240401-1000 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient.win/4.5.14.v20240401-1000/org.apache.httpcomponents.httpclient.win-4.5.14.v20240401-1000-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.httpcomponents.httpclient.win.source,4.5.14.v20240401-1000 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient.win.source/4.5.14.v20240401-1000/org.apache.httpcomponents.httpclient.win.source-4.5.14.v20240401-1000-p2artifacts.xml [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient-win:jar:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient-win:jar:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14.jar (18 kB at 1.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-win/4.5.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14.jar.lastUpdated' [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.source:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient-win:pom:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient-win:pom:4.5.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14.pom (4.9 kB at 707 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-win/4.5.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14.pom.lastUpdated' [DEBUG] Resolving artifact net.java.dev.jna:jna:pom:4.5.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact net.java.dev.jna:jna:pom:4.5.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.5.2/jna-4.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.5.2/jna-4.5.2.pom (1.6 kB at 198 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/dev/jna/jna/4.5.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/dev/jna/jna/4.5.2/jna-4.5.2.pom.lastUpdated' [DEBUG] Resolving artifact net.java.dev.jna:jna-platform:pom:4.5.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact net.java.dev.jna:jna-platform:pom:4.5.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.5.2/jna-platform-4.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.5.2/jna-platform-4.5.2.pom (1.8 kB at 225 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/dev/jna/jna-platform/4.5.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/dev/jna/jna-platform/4.5.2/jna-platform-4.5.2.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=106524, ConflictMarker.markTime=56781, ConflictMarker.nodeCount=176, ConflictIdSorter.graphTime=38237, ConflictIdSorter.topsortTime=38825, ConflictIdSorter.conflictIdCount=64, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=733037, ConflictResolver.conflictItemCount=174, DfDependencyCollector.collectTime=30441514, DfDependencyCollector.transformTime=1018307} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:eclipse-plugin:1.0.500-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:jar:1.0.600-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] commons-codec:commons-codec:jar:1.16.0:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] org.apache.httpcomponents:httpclient-osgi:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient-cache:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:fluent-hc:jar:4.5.14:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.apache.httpcomponents:httpcore-osgi:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.16:compile [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.httpclient.win:jar:4.5.14.v20240401-1000:system [DEBUG] org.apache.httpcomponents:httpclient-win:jar:4.5.14:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services:jar:3.12.100.v20240327-0645:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.annotation:jar:2.3.0.v20240111-2306:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.upnp:jar:1.2.1:compile [DEBUG] org.osgi:org.osgi.service.device:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.wireadmin:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.provisioning:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services.source:jar:3.12.100.v20240327-0645:system [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.service.useradmin:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:08.939232719, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:08.939506856, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:08.939506856, lastModified=2024-05-02 22:36:24.438735197, delta=284500771659 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:08.939506856, lastModified=2024-05-02 22:36:24.438735197, delta=284500771659 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:08.939506856, lastModified=2024-05-02 22:36:24.438735197, delta=284500771659 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:08.939830708, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:08.940005934, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:08.940005934, lastModified=2024-05-02 22:36:25.084747530, delta=283855258404 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:08.939506856, lastModified=2024-05-02 22:36:24.438735197, delta=284500771659 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:08.939506856, lastModified=2024-05-02 22:36:24.438735197, delta=284500771659 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:41:08.940579551, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:41:08.940658779, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:08.945859876, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:08.954416079, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:08.939506856, lastModified=2024-05-02 22:36:24.438735197, delta=284500771659 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:08.939506856, lastModified=2024-05-02 22:36:24.438735197, delta=284500771659 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.500.v20240405-1603 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.filetransfer.httpclient45.win32) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240405-1603 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:09Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.500.v20240405-1603 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes [DEBUG] unqualifiedVersion: 1.0.500 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.500-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.8/1.8 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.service.component.annotations/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar] [INFO] Rules: [org/osgi/service/cm/*, org/osgi/service/cm/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar] [INFO] Rules: [org/osgi/service/cm/annotations/*] [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*, org/osgi/service/event/annotations/*, org/osgi/service/event/propertytypes/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/*:+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352.jar[+org/osgi/service/component/*:+org/osgi/service/component/propertytypes/*:+org/osgi/service/component/runtime/*:+org/osgi/service/component/runtime/dto/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.device/1.1.1.202109301733/org.osgi.service.device-1.1.1.202109301733.jar[+org/osgi/service/device/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:+org/osgi/service/event/propertytypes/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype/1.4.1.202109301733/org.osgi.service.metatype-1.4.1.202109301733.jar[+org/osgi/service/metatype/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.provisioning/1.2.0.201505202024/org.osgi.service.provisioning-1.2.0.201505202024.jar[+org/osgi/service/provisioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.upnp/1.2.1.202109301733/org.osgi.service.upnp-1.2.1.202109301733.jar[+org/osgi/service/upnp/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.useradmin/1.1.1.202109301733/org.osgi.service.useradmin-1.1.1.202109301733.jar[+org/osgi/service/useradmin/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.wireadmin/1.0.2.202109301733/org.osgi.service.wireadmin-1.0.2.202109301733.jar[+org/osgi/service/wireadmin/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.http.service.api/1.2.2.v20231218-2126/org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126.jar[+org/osgi/service/http/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.http.whiteboard/1.1.1.202109301733/org.osgi.service.http.whiteboard-1.1.1.202109301733.jar[+org/osgi/service/http/context/*:+org/osgi/service/http/runtime/*:+org/osgi/service/http/runtime/dto/*:+org/osgi/service/http/whiteboard/*:+org/osgi/service/http/whiteboard/annotations/*:+org/osgi/service/http/whiteboard/propertytypes/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient.win/4.5.14.v20240401-1000/org.apache.httpcomponents.httpclient.win-4.5.14.v20240401-1000.jar[+org/apache/http/impl/auth/win/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar[+org/apache/http/auth/*:+org/apache/http/client/*:+org/apache/http/client/config/*:+org/apache/http/client/protocol/*:+org/apache/http/impl/auth/*:+org/apache/http/impl/client/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar[+org/apache/http/config/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes[+org/eclipse/ecf/internal/provider/filetransfer/httpclient45/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.service.component.annotations/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar] [INFO] Rules: [org/osgi/service/cm/*, org/osgi/service/cm/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar] [INFO] Rules: [org/osgi/service/cm/annotations/*] [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*, org/osgi/service/event/annotations/*, org/osgi/service/event/propertytypes/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.service.component.annotations/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar] [INFO] Rules: [org/osgi/service/cm/*, org/osgi/service/cm/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar] [INFO] Rules: [org/osgi/service/cm/annotations/*] [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*, org/osgi/service/event/annotations/*, org/osgi/service/event/propertytypes/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/*:+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352.jar[+org/osgi/service/component/*:+org/osgi/service/component/propertytypes/*:+org/osgi/service/component/runtime/*:+org/osgi/service/component/runtime/dto/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.device/1.1.1.202109301733/org.osgi.service.device-1.1.1.202109301733.jar[+org/osgi/service/device/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:+org/osgi/service/event/propertytypes/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype/1.4.1.202109301733/org.osgi.service.metatype-1.4.1.202109301733.jar[+org/osgi/service/metatype/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.provisioning/1.2.0.201505202024/org.osgi.service.provisioning-1.2.0.201505202024.jar[+org/osgi/service/provisioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.upnp/1.2.1.202109301733/org.osgi.service.upnp-1.2.1.202109301733.jar[+org/osgi/service/upnp/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.useradmin/1.1.1.202109301733/org.osgi.service.useradmin-1.1.1.202109301733.jar[+org/osgi/service/useradmin/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.wireadmin/1.0.2.202109301733/org.osgi.service.wireadmin-1.0.2.202109301733.jar[+org/osgi/service/wireadmin/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.http.service.api/1.2.2.v20231218-2126/org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126.jar[+org/osgi/service/http/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.http.whiteboard/1.1.1.202109301733/org.osgi.service.http.whiteboard-1.1.1.202109301733.jar[+org/osgi/service/http/context/*:+org/osgi/service/http/runtime/*:+org/osgi/service/http/runtime/dto/*:+org/osgi/service/http/whiteboard/*:+org/osgi/service/http/whiteboard/annotations/*:+org/osgi/service/http/whiteboard/propertytypes/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient.win/4.5.14.v20240401-1000/org.apache.httpcomponents.httpclient.win-4.5.14.v20240401-1000.jar[+org/apache/http/impl/auth/win/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar[+org/apache/http/auth/*:+org/apache/http/client/*:+org/apache/http/client/config/*:+org/apache/http/client/protocol/*:+org/apache/http/impl/auth/*:+org/apache/http/impl/client/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar[+org/apache/http/config/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes[+org/eclipse/ecf/internal/provider/filetransfer/httpclient45/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/*:+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352.jar[+org/osgi/service/component/*:+org/osgi/service/component/propertytypes/*:+org/osgi/service/component/runtime/*:+org/osgi/service/component/runtime/dto/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.device/1.1.1.202109301733/org.osgi.service.device-1.1.1.202109301733.jar[+org/osgi/service/device/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:+org/osgi/service/event/propertytypes/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype/1.4.1.202109301733/org.osgi.service.metatype-1.4.1.202109301733.jar[+org/osgi/service/metatype/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.provisioning/1.2.0.201505202024/org.osgi.service.provisioning-1.2.0.201505202024.jar[+org/osgi/service/provisioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.upnp/1.2.1.202109301733/org.osgi.service.upnp-1.2.1.202109301733.jar[+org/osgi/service/upnp/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.useradmin/1.1.1.202109301733/org.osgi.service.useradmin-1.1.1.202109301733.jar[+org/osgi/service/useradmin/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.wireadmin/1.0.2.202109301733/org.osgi.service.wireadmin-1.0.2.202109301733.jar[+org/osgi/service/wireadmin/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.http.service.api/1.2.2.v20231218-2126/org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126.jar[+org/osgi/service/http/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.http.whiteboard/1.1.1.202109301733/org.osgi.service.http.whiteboard-1.1.1.202109301733.jar[+org/osgi/service/http/context/*:+org/osgi/service/http/runtime/*:+org/osgi/service/http/runtime/dto/*:+org/osgi/service/http/whiteboard/*:+org/osgi/service/http/whiteboard/annotations/*:+org/osgi/service/http/whiteboard/propertytypes/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient.win/4.5.14.v20240401-1000/org.apache.httpcomponents.httpclient.win-4.5.14.v20240401-1000.jar[+org/apache/http/impl/auth/win/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar[+org/apache/http/auth/*:+org/apache/http/client/*:+org/apache/http/client/config/*:+org/apache/http/client/protocol/*:+org/apache/http/impl/auth/*:+org/apache/http/impl/client/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar[+org/apache/http/config/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes[+org/eclipse/ecf/internal/provider/filetransfer/httpclient45/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32HttpClientConfigurationModifier.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32NTLMProxyHandler.java, -g, -nowarn, -target, 1.8, -source, 1.8, --release, 8, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [INFO] Using Declarative Service specification version 1.2.0 to generate component definitions [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.service.component.annotations/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [WARNING] Generating of XML DS 1.2 might be not fully supported and validation is disabled (see https://github.com/bndtools/bnd/issues/5548), please upgrade to at least 1.3 [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32HttpClientConfigurationModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32HttpClientConfigurationModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32NTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32NTLMProxyHandler.class [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.component-1.5.1.202212101352 [DEBUG] collecting Contracts from org.osgi.service.component-1.5.1.202212101352 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.device-1.1.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.device-1.1.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.provisioning-1.2.0.201505202024 [DEBUG] collecting Contracts from org.osgi.service.provisioning-1.2.0.201505202024 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.upnp-1.2.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.upnp-1.2.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.useradmin-1.1.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.useradmin-1.1.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.wireadmin-1.0.2.202109301733 [DEBUG] collecting Contracts from org.osgi.service.wireadmin-1.0.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126 [DEBUG] collecting Contracts osgi.contract;osgi.contract=JavaServlet;version:List="2.6,3.0,3.1,4.0";uses:="javax.servlet,javax.servlet.http,javax.servlet.descriptor,javax.servlet.annotation" from org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126 [DEBUG] accepted osgi.contract=osgi.contract=JavaServlet;version:List="2.6,3.0,3.1,4.0";uses:="javax.servlet,javax.servlet.http,javax.servlet.descriptor,javax.servlet.annotation" from org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.http.whiteboard-1.1.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.http.whiteboard-1.1.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.equinox.common-3.19.100.v20240425-1316 [DEBUG] collecting Contracts from org.eclipse.equinox.common-3.19.100.v20240425-1316 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi-3.20.0.v20240430-0735 [DEBUG] collecting Contracts osgi.service;objectClass:List="org.osgi.service.log.LogReaderService,org.eclipse.equinox.log.ExtendedLogReaderService";uses:="org.osgi.service.log",osgi.service;objectClass:List="org.osgi.service.log.LoggerFactory,org.osgi.service.log.LogService,org.eclipse.equinox.log.ExtendedLogService";uses:="org.osgi.service.log",osgi.service;objectClass:List="org.osgi.service.log.admin.LoggerAdmin";uses:="org.osgi.service.log.admin",osgi.service;objectClass:List="org.eclipse.osgi.framework.log.FrameworkLog";uses:="",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.user.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.instance.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.configuration.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.install.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="eclipse.home.location";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.environment.EnvironmentInfo";uses:="org.eclipse.osgi.service.environment",osgi.service;objectClass:List="org.osgi.service.packageadmin.PackageAdmin";uses:="org.osgi.service.packageadmin",osgi.service;objectClass:List="org.osgi.service.startlevel.StartLevel";uses:="org.osgi.service.startlevel",osgi.service;objectClass:List="org.osgi.service.permissionadmin.PermissionAdmin";uses:="org.osgi.service.permissionadmin",osgi.service;objectClass:List="org.osgi.service.condpermadmin.ConditionalPermissionAdmin";uses:="org.osgi.service.condpermadmin",osgi.service;objectClass:List="org.osgi.service.resolver.Resolver";uses:="org.osgi.service.resolver",osgi.service;objectClass:List="org.eclipse.osgi.service.debug.DebugOptions";uses:="org.eclipse.osgi.service.debug",osgi.service;objectClass:List="org.eclipse.osgi.service.urlconversion.URLConverter";uses:="org.eclipse.osgi.service.urlconversion",osgi.service;objectClass:List="org.eclipse.osgi.service.localization.BundleLocalization";uses:="org.eclipse.osgi.service.localization",osgi.service;objectClass:List="org.eclipse.osgi.service.security.TrustEngine";uses:="org.eclipse.osgi.service.security",osgi.service;objectClass:List="org.eclipse.osgi.signedcontent.SignedContentFactory";uses:="org.eclipse.osgi.signedcontent",osgi.service;objectClass:List="org.osgi.service.condition.Condition";osgi.condition.id=true;uses:="org.osgi.service.condition",osgi.serviceloader;osgi.serviceloader="org.osgi.framework.connect.ConnectFrameworkFactory";register:="org.eclipse.osgi.launch.EquinoxFactory",osgi.serviceloader;osgi.serviceloader="org.osgi.framework.launch.FrameworkFactory";register:="org.eclipse.osgi.launch.EquinoxFactory" from org.eclipse.osgi-3.20.0.v20240430-0735 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.equinox.registry-3.12.100.v20240321-1445 [DEBUG] collecting Contracts from org.eclipse.equinox.registry-3.12.100.v20240321-1445 [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.core.runtime-3.31.100.v20240422-1722 [DEBUG] collecting Contracts from org.eclipse.core.runtime-3.31.100.v20240422-1722 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.core.jobs-3.15.300.v20240418-0734 [DEBUG] collecting Contracts from org.eclipse.core.jobs-3.15.300.v20240418-0734 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.equinox.preferences-3.11.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.equinox.preferences-3.11.100.v20240327-0645 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.prefs-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.service.prefs-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.core.contenttype-3.9.400.v20240419-1233 [DEBUG] collecting Contracts from org.eclipse.core.contenttype-3.9.400.v20240419-1233 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.equinox.app-1.7.100.v20240321-1445 [DEBUG] collecting Contracts from org.eclipse.equinox.app-1.7.100.v20240321-1445 [DEBUG] get Manifest Info From Classpath for Jar:org.apache.httpcomponents.httpclient.win-4.5.14.v20240401-1000 [DEBUG] collecting Contracts from org.apache.httpcomponents.httpclient.win-4.5.14.v20240401-1000 [DEBUG] get Manifest Info From Classpath for Jar:org.apache.httpcomponents.httpclient-4.5.14 [DEBUG] collecting Contracts from org.apache.httpcomponents.httpclient-4.5.14 [DEBUG] get Manifest Info From Classpath for Jar:org.apache.httpcomponents.httpcore-4.4.16 [DEBUG] collecting Contracts from org.apache.httpcomponents.httpcore-4.4.16 [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057 [DEBUG] collecting Contracts from org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:osgi.cmpn-5.0.0 [DEBUG] collecting Contracts from osgi.cmpn-5.0.0 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin DSAnnotations [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32HttpClientConfigurationModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32HttpClientConfigurationModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32NTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32NTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/INTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/INTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/DefaultNTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/DefaultNTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] end [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@76335c5e [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32HttpClientConfigurationModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32HttpClientConfigurationModifier.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Activate.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Activate.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Activate.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Activate.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32NTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32NTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [INFO] 0 component(s) where generated, 2 where kept. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240405-1603 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:09Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.500.v20240405-1603 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes [DEBUG] unqualifiedVersion: 1.0.500 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.500-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.8/1.8 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4343ecbb [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.500-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (f) qualifier = v20240405-1603 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.500-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32HttpClientConfigurationModifier.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32NTLMProxyHandler.java [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@18248189 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.500-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (f) qualifier = v20240405-1603 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@edce80 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [WARNING] Checking Service-Component header that contains wildcards is currently not supported [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:09.821454488, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:09.821708715, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:09.821708715, lastModified=2024-05-02 22:36:24.438735197, delta=285382973518 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:09.821708715, lastModified=2024-05-02 22:36:24.438735197, delta=285382973518 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:09.821708715, lastModified=2024-05-02 22:36:24.438735197, delta=285382973518 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:09.822051152, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:09.822132898, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:09.822132898, lastModified=2024-05-02 22:36:25.084747530, delta=284737385368 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.service.component.annotations/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32HttpClientConfigurationModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32HttpClientConfigurationModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32NTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32NTLMProxyHandler.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:osgi.cmpn-5.0.0 [DEBUG] collecting Contracts from osgi.cmpn-5.0.0 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@1679e95b [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32HttpClientConfigurationModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32HttpClientConfigurationModifier.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Activate.class resource=:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar(org/osgi/service/component/annotations/Activate.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Activate.class resource=:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar(org/osgi/service/component/annotations/Activate.class): [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32NTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32NTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar(org/osgi/service/component/annotations/Component.class): [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.500-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32HttpClientConfigurationModifier.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient45/win32/Win32NTLMProxyHandler.class [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/services/ [DEBUG] adding entry OSGI-INF/services/org.eclipse.ecf.internal.provider.filetransfer.httpclient45.win32.Win32HttpClientConfigurationModifier.xml [DEBUG] adding entry OSGI-INF/services/org.eclipse.ecf.internal.provider.filetransfer.httpclient45.win32.Win32NTLMProxyHandler.xml [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.500-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.500-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.500-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.500-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.500-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.500-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.500-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@7133250a] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:eclipse-plugin:1.0.500-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.filetransfer.httpclient45.win32/1.0.500.v20211031-0225 with delta: 0.0.0 [WARNING] Only qualifier changed for (org.eclipse.ecf.provider.filetransfer.httpclient45.win32/1.0.500.v20240405-1603). Expected to have bigger x.y.z than what is available in baseline (1.0.500.v20211031-0225) [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5 >-- [INFO] Building org.eclipse.ecf.provider.filetransfer.httpclient5 1.1.0-SNAPSHOT [48/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.2.3.v20230922-1600 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.2.3.v20230922-1600 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5-h2/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-h2-5.2.3.v20230922-1600-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.3.1.v20240126-0900 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.3.1.v20240126-0900 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5.source/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5.source-5.3.1.v20240126-0900-p2artifacts.xml [DEBUG] Resolving artifact org.apache.httpcomponents.client5:httpclient5:jar:5.3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents.client5:httpclient5:jar:5.3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.jar (862 kB at 45 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/client5/httpclient5/5.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.jar.lastUpdated' [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Resolving artifact org.apache.httpcomponents.client5:httpclient5:pom:5.3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents.client5:httpclient5:pom:5.3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.pom (6.0 kB at 745 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/client5/httpclient5/5.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents.client5:httpclient5-parent:pom:5.3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents.client5:httpclient5-parent:pom:5.3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-parent/5.3.1/httpclient5-parent-5.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-parent/5.3.1/httpclient5-parent-5.3.1.pom (17 kB at 2.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/client5/httpclient5-parent/5.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/client5/httpclient5-parent/5.3.1/httpclient5-parent-5.3.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-parent:pom:13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-parent:pom:13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom (30 kB at 3.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:27 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache:apache:pom:27 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom (20 kB at 754 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/27/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/27/apache-27.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents.core5:httpcore5:pom:5.2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents.core5:httpcore5:pom:5.2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.2.4/httpcore5-5.2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.2.4/httpcore5-5.2.4.pom (3.9 kB at 304 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/core5/httpcore5/5.2.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/core5/httpcore5/5.2.4/httpcore5-5.2.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents.core5:httpcore5-parent:pom:5.2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents.core5:httpcore5-parent:pom:5.2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.2.4/httpcore5-parent-5.2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.2.4/httpcore5-parent-5.2.4.pom (14 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/core5/httpcore5-parent/5.2.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/core5/httpcore5-parent/5.2.4/httpcore5-parent-5.2.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents.core5:httpcore5-h2:pom:5.2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents.core5:httpcore5-h2:pom:5.2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/httpcore5-h2-5.2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/httpcore5-h2-5.2.4.pom (3.6 kB at 329 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/httpcore5-h2-5.2.4.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=68014, ConflictMarker.markTime=41807, ConflictMarker.nodeCount=136, ConflictIdSorter.graphTime=25827, ConflictIdSorter.topsortTime=31854, ConflictIdSorter.conflictIdCount=55, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=522726, ConflictResolver.conflictItemCount=128, DfDependencyCollector.collectTime=104872906, DfDependencyCollector.transformTime=763560} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:eclipse-plugin:1.1.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5-h2:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.client5.httpclient5:jar:5.3.1.v20240126-0900:system [DEBUG] org.apache.httpcomponents.client5:httpclient5:jar:5.3.1:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5:jar:5.2.4:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5-h2:jar:5.2.4:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services:jar:3.12.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.upnp:jar:1.2.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.service.device:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.wireadmin:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.provisioning:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services.source:jar:3.12.100.v20240327-0645:system [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.service.useradmin:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [DEBUG] Resolving artifact org.apache.httpcomponents.core5:httpcore5:jar:5.2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents.core5:httpcore5-h2:jar:5.2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents.core5:httpcore5:jar:5.2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents.core5:httpcore5-h2:jar:5.2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.2.4/httpcore5-5.2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.2.4/httpcore5-5.2.4.jar (855 kB at 57 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/httpcore5-h2-5.2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/httpcore5-h2-5.2.4.jar (237 kB at 12 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/core5/httpcore5/5.2.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/core5/httpcore5/5.2.4/httpcore5-5.2.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/httpcore5-h2-5.2.4.jar.lastUpdated' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:13.956490123, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:13.956754605, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:13.956754605, lastModified=2024-05-02 22:36:24.438735197, delta=289518019408 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:13.956754605, lastModified=2024-05-02 22:36:24.438735197, delta=289518019408 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:13.956754605, lastModified=2024-05-02 22:36:24.438735197, delta=289518019408 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:13.957121201, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:13.957326325, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:13.957326325, lastModified=2024-05-02 22:36:25.084747530, delta=288872578795 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:13.956754605, lastModified=2024-05-02 22:36:24.438735197, delta=289518019408 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:13.956754605, lastModified=2024-05-02 22:36:24.438735197, delta=289518019408 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:41:13.957894242, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:41:13.957962736, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:13.962903068, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:13.970779678, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:13.956754605, lastModified=2024-05-02 22:36:24.438735197, delta=289518019408 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:13.956754605, lastModified=2024-05-02 22:36:24.438735197, delta=289518019408 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.1.0.v20230423-0417 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.filetransfer.httpclient5) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.filetransfer.httpclient5 [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230423-0417 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:14Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.0.v20230423-0417 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5 [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes [DEBUG] unqualifiedVersion: 1.1.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.filetransfer.httpclient5-1.1.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900.jar[+org/apache/hc/client5/http/*:+org/apache/hc/client5/http/async/*:+org/apache/hc/client5/http/async/methods/*:+org/apache/hc/client5/http/auth/*:+org/apache/hc/client5/http/classic/*:+org/apache/hc/client5/http/classic/methods/*:+org/apache/hc/client5/http/config/*:+org/apache/hc/client5/http/cookie/*:+org/apache/hc/client5/http/entity/*:+org/apache/hc/client5/http/entity/mime/*:+org/apache/hc/client5/http/impl/*:+org/apache/hc/client5/http/impl/async/*:+org/apache/hc/client5/http/impl/auth/*:+org/apache/hc/client5/http/impl/classic/*:+org/apache/hc/client5/http/impl/cookie/*:+org/apache/hc/client5/http/impl/io/*:+org/apache/hc/client5/http/impl/nio/*:+org/apache/hc/client5/http/impl/routing/*:+org/apache/hc/client5/http/io/*:+org/apache/hc/client5/http/nio/*:+org/apache/hc/client5/http/protocol/*:+org/apache/hc/client5/http/psl/*:+org/apache/hc/client5/http/routing/*:+org/apache/hc/client5/http/socket/*:+org/apache/hc/client5/http/ssl/*:+org/apache/hc/client5/http/utils/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600.jar[+org/apache/hc/core5/http/*:+org/apache/hc/core5/http/config/*:+org/apache/hc/core5/http/io/*:+org/apache/hc/core5/http/io/entity/*:+org/apache/hc/core5/http/message/*:+org/apache/hc/core5/http/protocol/*:+org/apache/hc/core5/pool/*:+org/apache/hc/core5/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900.jar[+org/apache/hc/client5/http/*:+org/apache/hc/client5/http/async/*:+org/apache/hc/client5/http/async/methods/*:+org/apache/hc/client5/http/auth/*:+org/apache/hc/client5/http/classic/*:+org/apache/hc/client5/http/classic/methods/*:+org/apache/hc/client5/http/config/*:+org/apache/hc/client5/http/cookie/*:+org/apache/hc/client5/http/entity/*:+org/apache/hc/client5/http/entity/mime/*:+org/apache/hc/client5/http/impl/*:+org/apache/hc/client5/http/impl/async/*:+org/apache/hc/client5/http/impl/auth/*:+org/apache/hc/client5/http/impl/classic/*:+org/apache/hc/client5/http/impl/cookie/*:+org/apache/hc/client5/http/impl/io/*:+org/apache/hc/client5/http/impl/nio/*:+org/apache/hc/client5/http/impl/routing/*:+org/apache/hc/client5/http/io/*:+org/apache/hc/client5/http/nio/*:+org/apache/hc/client5/http/protocol/*:+org/apache/hc/client5/http/psl/*:+org/apache/hc/client5/http/routing/*:+org/apache/hc/client5/http/socket/*:+org/apache/hc/client5/http/ssl/*:+org/apache/hc/client5/http/utils/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600.jar[+org/apache/hc/core5/http/*:+org/apache/hc/core5/http/config/*:+org/apache/hc/core5/http/io/*:+org/apache/hc/core5/http/io/entity/*:+org/apache/hc/core5/http/message/*:+org/apache/hc/core5/http/protocol/*:+org/apache/hc/core5/pool/*:+org/apache/hc/core5/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900.jar[+org/apache/hc/client5/http/*:+org/apache/hc/client5/http/async/*:+org/apache/hc/client5/http/async/methods/*:+org/apache/hc/client5/http/auth/*:+org/apache/hc/client5/http/classic/*:+org/apache/hc/client5/http/classic/methods/*:+org/apache/hc/client5/http/config/*:+org/apache/hc/client5/http/cookie/*:+org/apache/hc/client5/http/entity/*:+org/apache/hc/client5/http/entity/mime/*:+org/apache/hc/client5/http/impl/*:+org/apache/hc/client5/http/impl/async/*:+org/apache/hc/client5/http/impl/auth/*:+org/apache/hc/client5/http/impl/classic/*:+org/apache/hc/client5/http/impl/cookie/*:+org/apache/hc/client5/http/impl/io/*:+org/apache/hc/client5/http/impl/nio/*:+org/apache/hc/client5/http/impl/routing/*:+org/apache/hc/client5/http/io/*:+org/apache/hc/client5/http/nio/*:+org/apache/hc/client5/http/protocol/*:+org/apache/hc/client5/http/psl/*:+org/apache/hc/client5/http/routing/*:+org/apache/hc/client5/http/socket/*:+org/apache/hc/client5/http/ssl/*:+org/apache/hc/client5/http/utils/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600.jar[+org/apache/hc/core5/http/*:+org/apache/hc/core5/http/config/*:+org/apache/hc/core5/http/io/*:+org/apache/hc/core5/http/io/entity/*:+org/apache/hc/core5/http/message/*:+org/apache/hc/core5/http/protocol/*:+org/apache/hc/core5/pool/*:+org/apache/hc/core5/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/DefaultNTLMProxyHandler.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientDefaultSSLSocketFactoryModifier.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientModifierAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientProxyCredentialProvider.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientSslTrustManager.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientFactory.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientModifier.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/INTLMProxyHandler.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/NTLMProxyDetector.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientOptions.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransferFactory.java, -g, -nowarn, -target, 17, -source, 17, --release, 17, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$ScopedHttpClientCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$ScopedHttpClientCustomizer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/DefaultNTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/DefaultNTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$ModifierRunner.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$ModifierRunner.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientDefaultSSLSocketFactoryModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientModifierAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientModifierAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientProxyCredentialProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientProxyCredentialProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientSslTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientSslTrustManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/INTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/INTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/NTLMProxyDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/NTLMProxyDetector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransferFactory.class [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.equinox.common-3.19.100.v20240425-1316 [DEBUG] collecting Contracts from org.eclipse.equinox.common-3.19.100.v20240425-1316 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi-3.20.0.v20240430-0735 [DEBUG] collecting Contracts osgi.service;objectClass:List="org.osgi.service.log.LogReaderService,org.eclipse.equinox.log.ExtendedLogReaderService";uses:="org.osgi.service.log",osgi.service;objectClass:List="org.osgi.service.log.LoggerFactory,org.osgi.service.log.LogService,org.eclipse.equinox.log.ExtendedLogService";uses:="org.osgi.service.log",osgi.service;objectClass:List="org.osgi.service.log.admin.LoggerAdmin";uses:="org.osgi.service.log.admin",osgi.service;objectClass:List="org.eclipse.osgi.framework.log.FrameworkLog";uses:="",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.user.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.instance.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.configuration.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.install.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="eclipse.home.location";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.environment.EnvironmentInfo";uses:="org.eclipse.osgi.service.environment",osgi.service;objectClass:List="org.osgi.service.packageadmin.PackageAdmin";uses:="org.osgi.service.packageadmin",osgi.service;objectClass:List="org.osgi.service.startlevel.StartLevel";uses:="org.osgi.service.startlevel",osgi.service;objectClass:List="org.osgi.service.permissionadmin.PermissionAdmin";uses:="org.osgi.service.permissionadmin",osgi.service;objectClass:List="org.osgi.service.condpermadmin.ConditionalPermissionAdmin";uses:="org.osgi.service.condpermadmin",osgi.service;objectClass:List="org.osgi.service.resolver.Resolver";uses:="org.osgi.service.resolver",osgi.service;objectClass:List="org.eclipse.osgi.service.debug.DebugOptions";uses:="org.eclipse.osgi.service.debug",osgi.service;objectClass:List="org.eclipse.osgi.service.urlconversion.URLConverter";uses:="org.eclipse.osgi.service.urlconversion",osgi.service;objectClass:List="org.eclipse.osgi.service.localization.BundleLocalization";uses:="org.eclipse.osgi.service.localization",osgi.service;objectClass:List="org.eclipse.osgi.service.security.TrustEngine";uses:="org.eclipse.osgi.service.security",osgi.service;objectClass:List="org.eclipse.osgi.signedcontent.SignedContentFactory";uses:="org.eclipse.osgi.signedcontent",osgi.service;objectClass:List="org.osgi.service.condition.Condition";osgi.condition.id=true;uses:="org.osgi.service.condition",osgi.serviceloader;osgi.serviceloader="org.osgi.framework.connect.ConnectFrameworkFactory";register:="org.eclipse.osgi.launch.EquinoxFactory",osgi.serviceloader;osgi.serviceloader="org.osgi.framework.launch.FrameworkFactory";register:="org.eclipse.osgi.launch.EquinoxFactory" from org.eclipse.osgi-3.20.0.v20240430-0735 [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.equinox.registry-3.12.100.v20240321-1445 [DEBUG] collecting Contracts from org.eclipse.equinox.registry-3.12.100.v20240321-1445 [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.core.jobs-3.15.300.v20240418-0734 [DEBUG] collecting Contracts from org.eclipse.core.jobs-3.15.300.v20240418-0734 [DEBUG] get Manifest Info From Classpath for Jar:org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900 [DEBUG] collecting Contracts from org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900 [DEBUG] get Manifest Info From Classpath for Jar:org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600 [DEBUG] collecting Contracts from org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600 [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057 [DEBUG] collecting Contracts from org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin DSAnnotations [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] end [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@2d12026d [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$ScopedHttpClientCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$ScopedHttpClientCustomizer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/DefaultNTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/DefaultNTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$ModifierRunner.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$ModifierRunner.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Deactivate.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Deactivate.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Deactivate.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Deactivate.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientDefaultSSLSocketFactoryModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientModifierAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientModifierAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientProxyCredentialProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientProxyCredentialProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientSslTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientSslTrustManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/INTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/INTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/NTLMProxyDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/NTLMProxyDetector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransferFactory.class [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [DEBUG] parseClassFile(): path=org/osgi/util/tracker/ServiceTrackerCustomizer.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar(org/osgi/util/tracker/ServiceTrackerCustomizer.class): [DEBUG] parseClassFile(): path=org/osgi/framework/BundleActivator.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar(org/osgi/framework/BundleActivator.class): [DEBUG] parseClassFile(): path=javax/net/ssl/X509TrustManager.class resource=:jrt:/java.base/javax/net/ssl/X509TrustManager.class: [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransferRunnable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransferRunnable.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.class [INFO] 0 component(s) where generated, 1 where kept. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230423-0417 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:14Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.0.v20230423-0417 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5 [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes [DEBUG] unqualifiedVersion: 1.1.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.filetransfer.httpclient5-1.1.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1cfe63b4 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5 [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclient5-1.1.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (f) qualifier = v20230423-0417 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/org.eclipse.ecf.provider.filetransfer.httpclient5-1.1.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/httpclient5/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/DefaultNTLMProxyHandler.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientDefaultSSLSocketFactoryModifier.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientModifierAdapter.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientProxyCredentialProvider.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientSslTrustManager.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientFactory.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientModifier.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/INTLMProxyHandler.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Messages.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/NTLMProxyDetector.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/messages.properties [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientOptions.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransferFactory.java [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@2099590c [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclient5-1.1.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (f) qualifier = v20230423-0417 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@41616987 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:14.935283728, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:14.935631436, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:14.935631436, lastModified=2024-05-02 22:36:24.438735197, delta=290496896239 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:14.935631436, lastModified=2024-05-02 22:36:24.438735197, delta=290496896239 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:14.935631436, lastModified=2024-05-02 22:36:24.438735197, delta=290496896239 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:14.936024052, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:14.936135455, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:14.936135455, lastModified=2024-05-02 22:36:25.084747530, delta=289851387925 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$ScopedHttpClientCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$ScopedHttpClientCustomizer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/DefaultNTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/DefaultNTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$ModifierRunner.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$ModifierRunner.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientDefaultSSLSocketFactoryModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientModifierAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientModifierAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientProxyCredentialProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientProxyCredentialProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientSslTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientSslTrustManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/INTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/INTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/NTLMProxyDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/NTLMProxyDetector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransferFactory.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@72501117 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$ScopedHttpClientCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$ScopedHttpClientCustomizer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/DefaultNTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/DefaultNTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$ModifierRunner.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$ModifierRunner.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Deactivate.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Deactivate.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Deactivate.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Deactivate.class): [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientDefaultSSLSocketFactoryModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientModifierAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientModifierAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientProxyCredentialProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientProxyCredentialProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientSslTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientSslTrustManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/INTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/INTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/NTLMProxyDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/NTLMProxyDetector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransferFactory.class [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [DEBUG] parseClassFile(): path=javax/net/ssl/X509TrustManager.class resource=:jrt:/java.base/javax/net/ssl/X509TrustManager.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/org.eclipse.ecf.provider.filetransfer.httpclient5-1.1.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/httpclient5/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator$ScopedHttpClientCustomizer.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/DefaultNTLMProxyHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$3.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$ModifierRunner.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$4.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$5.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ECFHttpClientFactory$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientModifierAdapter.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientProxyCredentialProvider.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientSslTrustManager.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientFactory.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/IHttpClientModifier.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/INTLMProxyHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Messages.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/NTLMProxyDetector.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/messages.properties [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientOptions.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$2.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransferFactory.class [DEBUG] adding directory OSGI-INF/ [DEBUG] adding entry OSGI-INF/org.eclipse.ecf.internal.provider.filetransfer.httpclient5.ECFHttpClientFactory.xml [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclient5-1.1.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/org.eclipse.ecf.provider.filetransfer.httpclient5-1.1.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/org.eclipse.ecf.provider.filetransfer.httpclient5-1.1.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/org.eclipse.ecf.provider.filetransfer.httpclient5-1.1.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/org.eclipse.ecf.provider.filetransfer.httpclient5-1.1.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/org.eclipse.ecf.provider.filetransfer.httpclient5-1.1.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/org.eclipse.ecf.provider.filetransfer.httpclient5-1.1.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@1a5bfcbc] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different org/eclipse/ecf/internal/provider/filetransfer/httpclient5/Activator.class: different org/eclipse/ecf/internal/provider/filetransfer/httpclient5/HttpClientProxyCredentialProvider.class: different org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser.class: different org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.filetransfer.httpclient5/1.1.0.v20230423-0417 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5,1.1.0.v20230423-0417 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer.httpclient5/1.1.0.v20230423-0417/org.eclipse.ecf.provider.filetransfer.httpclient5-1.1.0.v20230423-0417-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.filetransfer.httpclient5.source/1.1.0.v20230423-0417 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.source,1.1.0.v20230423-0417 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer.httpclient5.source/1.1.0.v20230423-0417/org.eclipse.ecf.provider.filetransfer.httpclient5.source-1.1.0.v20230423-0417-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32 >-- [INFO] Building org.eclipse.ecf.provider.filetransfer.httpclient5.win32 1.1.0-SNAPSHOT [49/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.2.1.v20230802-0847 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5-win/5.2.1.v20230802-0847/org.apache.httpcomponents.client5.httpclient5-win-5.2.1.v20230802-0847-p2artifacts.xml [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.source:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=92340, ConflictMarker.markTime=63308, ConflictMarker.nodeCount=183, ConflictIdSorter.graphTime=55687, ConflictIdSorter.topsortTime=39178, ConflictIdSorter.conflictIdCount=60, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=724744, ConflictResolver.conflictItemCount=175, DfDependencyCollector.collectTime=1352100, DfDependencyCollector.transformTime=1014572} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:eclipse-plugin:1.1.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:jar:1.1.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5-h2:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.client5.httpclient5:jar:5.3.1.v20240126-0900:system [DEBUG] org.apache.httpcomponents.client5:httpclient5:jar:5.3.1:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5:jar:5.2.4:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5-h2:jar:5.2.4:compile [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.client5.httpclient5-win:jar:5.2.1.v20230802-0847:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services:jar:3.12.100.v20240327-0645:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.upnp:jar:1.2.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.service.device:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.wireadmin:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.provisioning:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services.source:jar:3.12.100.v20240327-0645:system [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.service.useradmin:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:17.983113365, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:17.983409696, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:17.983409696, lastModified=2024-05-02 22:36:24.438735197, delta=293544674499 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:17.983409696, lastModified=2024-05-02 22:36:24.438735197, delta=293544674499 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:17.983409696, lastModified=2024-05-02 22:36:24.438735197, delta=293544674499 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:17.983785187, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:17.983968252, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:17.983968252, lastModified=2024-05-02 22:36:25.084747530, delta=292899220722 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:17.983409696, lastModified=2024-05-02 22:36:24.438735197, delta=293544674499 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:17.983409696, lastModified=2024-05-02 22:36:24.438735197, delta=293544674499 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:41:17.984589457, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:41:17.984660418, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 9 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:17.993733701, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:18.003169623, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:17.983409696, lastModified=2024-05-02 22:36:24.438735197, delta=293544674499 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:17.983409696, lastModified=2024-05-02 22:36:24.438735197, delta=293544674499 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.1.0.v20240405-2224 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.filetransfer.httpclient5.win32) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.filetransfer.httpclient5.win32 [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240405-2224 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:18Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.0.v20240405-2224 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32 [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes [DEBUG] unqualifiedVersion: 1.1.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.filetransfer.httpclient5.win32-1.1.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.service.component.annotations/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5-win/5.2.1.v20230802-0847/org.apache.httpcomponents.client5.httpclient5-win-5.2.1.v20230802-0847.jar[+org/apache/hc/client5/http/impl/win/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900.jar[+org/apache/hc/client5/http/*:+org/apache/hc/client5/http/async/*:+org/apache/hc/client5/http/async/methods/*:+org/apache/hc/client5/http/auth/*:+org/apache/hc/client5/http/classic/*:+org/apache/hc/client5/http/classic/methods/*:+org/apache/hc/client5/http/config/*:+org/apache/hc/client5/http/cookie/*:+org/apache/hc/client5/http/entity/*:+org/apache/hc/client5/http/entity/mime/*:+org/apache/hc/client5/http/impl/*:+org/apache/hc/client5/http/impl/async/*:+org/apache/hc/client5/http/impl/auth/*:+org/apache/hc/client5/http/impl/classic/*:+org/apache/hc/client5/http/impl/cookie/*:+org/apache/hc/client5/http/impl/io/*:+org/apache/hc/client5/http/impl/nio/*:+org/apache/hc/client5/http/impl/routing/*:+org/apache/hc/client5/http/io/*:+org/apache/hc/client5/http/nio/*:+org/apache/hc/client5/http/protocol/*:+org/apache/hc/client5/http/psl/*:+org/apache/hc/client5/http/routing/*:+org/apache/hc/client5/http/socket/*:+org/apache/hc/client5/http/ssl/*:+org/apache/hc/client5/http/utils/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600.jar[+org/apache/hc/core5/http/config/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes[+org/eclipse/ecf/internal/provider/filetransfer/httpclient5/*:+org/eclipse/ecf/provider/filetransfer/httpclient5/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.service.component.annotations/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.service.component.annotations/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5-win/5.2.1.v20230802-0847/org.apache.httpcomponents.client5.httpclient5-win-5.2.1.v20230802-0847.jar[+org/apache/hc/client5/http/impl/win/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900.jar[+org/apache/hc/client5/http/*:+org/apache/hc/client5/http/async/*:+org/apache/hc/client5/http/async/methods/*:+org/apache/hc/client5/http/auth/*:+org/apache/hc/client5/http/classic/*:+org/apache/hc/client5/http/classic/methods/*:+org/apache/hc/client5/http/config/*:+org/apache/hc/client5/http/cookie/*:+org/apache/hc/client5/http/entity/*:+org/apache/hc/client5/http/entity/mime/*:+org/apache/hc/client5/http/impl/*:+org/apache/hc/client5/http/impl/async/*:+org/apache/hc/client5/http/impl/auth/*:+org/apache/hc/client5/http/impl/classic/*:+org/apache/hc/client5/http/impl/cookie/*:+org/apache/hc/client5/http/impl/io/*:+org/apache/hc/client5/http/impl/nio/*:+org/apache/hc/client5/http/impl/routing/*:+org/apache/hc/client5/http/io/*:+org/apache/hc/client5/http/nio/*:+org/apache/hc/client5/http/protocol/*:+org/apache/hc/client5/http/psl/*:+org/apache/hc/client5/http/routing/*:+org/apache/hc/client5/http/socket/*:+org/apache/hc/client5/http/ssl/*:+org/apache/hc/client5/http/utils/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600.jar[+org/apache/hc/core5/http/config/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes[+org/eclipse/ecf/internal/provider/filetransfer/httpclient5/*:+org/eclipse/ecf/provider/filetransfer/httpclient5/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/src [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5-win/5.2.1.v20230802-0847/org.apache.httpcomponents.client5.httpclient5-win-5.2.1.v20230802-0847.jar[+org/apache/hc/client5/http/impl/win/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900.jar[+org/apache/hc/client5/http/*:+org/apache/hc/client5/http/async/*:+org/apache/hc/client5/http/async/methods/*:+org/apache/hc/client5/http/auth/*:+org/apache/hc/client5/http/classic/*:+org/apache/hc/client5/http/classic/methods/*:+org/apache/hc/client5/http/config/*:+org/apache/hc/client5/http/cookie/*:+org/apache/hc/client5/http/entity/*:+org/apache/hc/client5/http/entity/mime/*:+org/apache/hc/client5/http/impl/*:+org/apache/hc/client5/http/impl/async/*:+org/apache/hc/client5/http/impl/auth/*:+org/apache/hc/client5/http/impl/classic/*:+org/apache/hc/client5/http/impl/cookie/*:+org/apache/hc/client5/http/impl/io/*:+org/apache/hc/client5/http/impl/nio/*:+org/apache/hc/client5/http/impl/routing/*:+org/apache/hc/client5/http/io/*:+org/apache/hc/client5/http/nio/*:+org/apache/hc/client5/http/protocol/*:+org/apache/hc/client5/http/psl/*:+org/apache/hc/client5/http/routing/*:+org/apache/hc/client5/http/socket/*:+org/apache/hc/client5/http/ssl/*:+org/apache/hc/client5/http/utils/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600.jar[+org/apache/hc/core5/http/config/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes[+org/eclipse/ecf/internal/provider/filetransfer/httpclient5/*:+org/eclipse/ecf/provider/filetransfer/httpclient5/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32HttpClientConfigurationModifier.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32NTLMProxyHandler.java, -g, -nowarn, -target, 17, -source, 17, --release, 17, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [INFO] Using Declarative Service specification version 1.2.0 to generate component definitions [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.service.component.annotations/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [WARNING] Generating of XML DS 1.2 might be not fully supported and validation is disabled (see https://github.com/bndtools/bnd/issues/5548), please upgrade to at least 1.3 [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32HttpClientConfigurationModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32HttpClientConfigurationModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32NTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32NTLMProxyHandler.class [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.equinox.common-3.19.100.v20240425-1316 [DEBUG] collecting Contracts from org.eclipse.equinox.common-3.19.100.v20240425-1316 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi-3.20.0.v20240430-0735 [DEBUG] collecting Contracts osgi.service;objectClass:List="org.osgi.service.log.LogReaderService,org.eclipse.equinox.log.ExtendedLogReaderService";uses:="org.osgi.service.log",osgi.service;objectClass:List="org.osgi.service.log.LoggerFactory,org.osgi.service.log.LogService,org.eclipse.equinox.log.ExtendedLogService";uses:="org.osgi.service.log",osgi.service;objectClass:List="org.osgi.service.log.admin.LoggerAdmin";uses:="org.osgi.service.log.admin",osgi.service;objectClass:List="org.eclipse.osgi.framework.log.FrameworkLog";uses:="",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.user.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.instance.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.configuration.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.install.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="eclipse.home.location";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.environment.EnvironmentInfo";uses:="org.eclipse.osgi.service.environment",osgi.service;objectClass:List="org.osgi.service.packageadmin.PackageAdmin";uses:="org.osgi.service.packageadmin",osgi.service;objectClass:List="org.osgi.service.startlevel.StartLevel";uses:="org.osgi.service.startlevel",osgi.service;objectClass:List="org.osgi.service.permissionadmin.PermissionAdmin";uses:="org.osgi.service.permissionadmin",osgi.service;objectClass:List="org.osgi.service.condpermadmin.ConditionalPermissionAdmin";uses:="org.osgi.service.condpermadmin",osgi.service;objectClass:List="org.osgi.service.resolver.Resolver";uses:="org.osgi.service.resolver",osgi.service;objectClass:List="org.eclipse.osgi.service.debug.DebugOptions";uses:="org.eclipse.osgi.service.debug",osgi.service;objectClass:List="org.eclipse.osgi.service.urlconversion.URLConverter";uses:="org.eclipse.osgi.service.urlconversion",osgi.service;objectClass:List="org.eclipse.osgi.service.localization.BundleLocalization";uses:="org.eclipse.osgi.service.localization",osgi.service;objectClass:List="org.eclipse.osgi.service.security.TrustEngine";uses:="org.eclipse.osgi.service.security",osgi.service;objectClass:List="org.eclipse.osgi.signedcontent.SignedContentFactory";uses:="org.eclipse.osgi.signedcontent",osgi.service;objectClass:List="org.osgi.service.condition.Condition";osgi.condition.id=true;uses:="org.osgi.service.condition",osgi.serviceloader;osgi.serviceloader="org.osgi.framework.connect.ConnectFrameworkFactory";register:="org.eclipse.osgi.launch.EquinoxFactory",osgi.serviceloader;osgi.serviceloader="org.osgi.framework.launch.FrameworkFactory";register:="org.eclipse.osgi.launch.EquinoxFactory" from org.eclipse.osgi-3.20.0.v20240430-0735 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.equinox.registry-3.12.100.v20240321-1445 [DEBUG] collecting Contracts from org.eclipse.equinox.registry-3.12.100.v20240321-1445 [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:org.apache.httpcomponents.client5.httpclient5-win-5.2.1.v20230802-0847 [DEBUG] collecting Contracts from org.apache.httpcomponents.client5.httpclient5-win-5.2.1.v20230802-0847 [DEBUG] get Manifest Info From Classpath for Jar:org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900 [DEBUG] collecting Contracts from org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900 [DEBUG] get Manifest Info From Classpath for Jar:org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600 [DEBUG] collecting Contracts from org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600 [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057 [DEBUG] collecting Contracts from org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:osgi.cmpn-5.0.0 [DEBUG] collecting Contracts from osgi.cmpn-5.0.0 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin DSAnnotations [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32HttpClientConfigurationModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32HttpClientConfigurationModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32NTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32NTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/INTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/INTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/DefaultNTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/DefaultNTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] end [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@16fc23c0 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32HttpClientConfigurationModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32HttpClientConfigurationModifier.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Activate.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Activate.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Activate.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Activate.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32NTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32NTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [INFO] 0 component(s) where generated, 2 where kept. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240405-2224 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:18Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.0.v20240405-2224 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32 [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes [DEBUG] unqualifiedVersion: 1.1.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.filetransfer.httpclient5.win32-1.1.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@69f51659 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32 [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclient5.win32-1.1.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (f) qualifier = v20240405-2224 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient5.win32-1.1.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32HttpClientConfigurationModifier.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32NTLMProxyHandler.java [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@8822403 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclient5.win32-1.1.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (f) qualifier = v20240405-2224 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@72affb74 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [WARNING] Checking Service-Component header that contains wildcards is currently not supported [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:18.830519565, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:18.830968711, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:18.830968711, lastModified=2024-05-02 22:36:24.438735197, delta=294392233514 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:18.830968711, lastModified=2024-05-02 22:36:24.438735197, delta=294392233514 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:18.830968711, lastModified=2024-05-02 22:36:24.438735197, delta=294392233514 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:18.831663791, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:18.831833464, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:18.831833464, lastModified=2024-05-02 22:36:25.084747530, delta=293747085934 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml: {path=OSGI-INF/services/, generateBundleActivationPolicyLazy=true, classpath=true, dsVersion=V1_2, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.service.component.annotations] (org.osgi:org.osgi.service.component.annotations) with version [1.2.0,1.3.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.service.component.annotations" and version matching "[1.2.0,1.3.0)" was not found in the target platform, did you probably mean: org.osgi.service.component.annotations:1.5.1.202212101352 org.osgi.service.component.annotations.source:1.5.1.202212101352, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.service.component.annotations/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.service.component.annotations/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.service.component.annotations to osgi.cmpn 5.0.0.201305092017 @ /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32HttpClientConfigurationModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32HttpClientConfigurationModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32NTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32NTLMProxyHandler.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:osgi.cmpn-5.0.0 [DEBUG] collecting Contracts from osgi.cmpn-5.0.0 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@738bafe9 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32HttpClientConfigurationModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32HttpClientConfigurationModifier.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Activate.class resource=:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar(org/osgi/service/component/annotations/Activate.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Activate.class resource=:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar(org/osgi/service/component/annotations/Activate.class): [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32NTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32NTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/org/osgi/osgi.cmpn/5.0.0/osgi.cmpn-5.0.0.jar(org/osgi/service/component/annotations/Component.class): [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient5.win32-1.1.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/httpclient5/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32HttpClientConfigurationModifier.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclient5/win32/Win32NTLMProxyHandler.class [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/services/ [DEBUG] adding entry OSGI-INF/services/org.eclipse.ecf.internal.provider.filetransfer.httpclient5.win32.Win32HttpClientConfigurationModifier.xml [DEBUG] adding entry OSGI-INF/services/org.eclipse.ecf.internal.provider.filetransfer.httpclient5.win32.Win32NTLMProxyHandler.xml [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclient5.win32-1.1.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient5.win32-1.1.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient5.win32-1.1.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient5.win32-1.1.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient5.win32-1.1.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient5.win32-1.1.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient5.win32-1.1.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@41c52a5c] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:eclipse-plugin:1.1.0-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.filetransfer.httpclient5.win32/1.1.0.v20230423-0417 with delta: 0.0.0 [WARNING] Only qualifier changed for (org.eclipse.ecf.provider.filetransfer.httpclient5.win32/1.1.0.v20240405-2224). Expected to have bigger x.y.z than what is available in baseline (1.1.0.v20230423-0417) [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava >-- [INFO] Building org.eclipse.ecf.provider.filetransfer.httpclientjava 2.0.200-SNAPSHOT [50/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=51916, ConflictMarker.markTime=37275, ConflictMarker.nodeCount=102, ConflictIdSorter.graphTime=21157, ConflictIdSorter.topsortTime=45543, ConflictIdSorter.conflictIdCount=41, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=395889, ConflictResolver.conflictItemCount=101, DfDependencyCollector.collectTime=669396, DfDependencyCollector.transformTime=613535} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:eclipse-plugin:2.0.200-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services:jar:3.12.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.upnp:jar:1.2.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.service.device:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.wireadmin:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.provisioning:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services.source:jar:3.12.100.v20240327-0645:system [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.service.useradmin:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:21.920696590, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:21.920963785, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:21.920963785, lastModified=2024-05-02 22:36:24.438735197, delta=297482228588 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:21.920963785, lastModified=2024-05-02 22:36:24.438735197, delta=297482228588 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:21.920963785, lastModified=2024-05-02 22:36:24.438735197, delta=297482228588 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:21.921285712, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:21.921529671, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:21.921529671, lastModified=2024-05-02 22:36:25.084747530, delta=296836782141 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:21.920963785, lastModified=2024-05-02 22:36:24.438735197, delta=297482228588 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:21.920963785, lastModified=2024-05-02 22:36:24.438735197, delta=297482228588 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:41:21.922129292, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:41:21.922208736, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:21.927126021, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:21.935281487, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:21.920963785, lastModified=2024-05-02 22:36:24.438735197, delta=297482228588 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:21.920963785, lastModified=2024-05-02 22:36:24.438735197, delta=297482228588 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.0.200.v20231114-1017 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.filetransfer.httpclientjava) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.filetransfer.httpclientjava [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231114-1017 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:22Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.200.v20231114-1017 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes [DEBUG] unqualifiedVersion: 2.0.200 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.filetransfer.httpclientjava-2.0.200-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+javax/net/ssl/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar] [INFO] Rules: [org/osgi/service/component/annotations/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+javax/net/ssl/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+javax/net/ssl/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/AuthScope.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Credentials.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/DefaultNTLMProxyHandler.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientDefaultSSLSocketFactoryModifier.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientModifierAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientProxyCredentialProvider.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientSslTrustManager.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpHost.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientContext.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientFactory.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientModifier.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/INTLMProxyHandler.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTLMProxyDetector.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientOptions.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransferFactory.java, -g, -nowarn, -target, 17, -source, 17, --release, 17, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$ScopedHttpClientCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$ScopedHttpClientCustomizer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/AuthScope.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/AuthScope.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Credentials.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Credentials.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/DefaultNTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/DefaultNTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$ModifierRunner.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$ModifierRunner.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientDefaultSSLSocketFactoryModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientModifierAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientModifierAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientProxyCredentialProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientProxyCredentialProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientSslTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientSslTrustManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpHost.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpHost.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientContext.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientContext.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/INTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/INTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials$NTLMUserPrincipal.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials$NTLMUserPrincipal.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTLMProxyDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTLMProxyDetector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials$UserPrincipal.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials$UserPrincipal.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransferFactory.class [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.equinox.common-3.19.100.v20240425-1316 [DEBUG] collecting Contracts from org.eclipse.equinox.common-3.19.100.v20240425-1316 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi-3.20.0.v20240430-0735 [DEBUG] collecting Contracts osgi.service;objectClass:List="org.osgi.service.log.LogReaderService,org.eclipse.equinox.log.ExtendedLogReaderService";uses:="org.osgi.service.log",osgi.service;objectClass:List="org.osgi.service.log.LoggerFactory,org.osgi.service.log.LogService,org.eclipse.equinox.log.ExtendedLogService";uses:="org.osgi.service.log",osgi.service;objectClass:List="org.osgi.service.log.admin.LoggerAdmin";uses:="org.osgi.service.log.admin",osgi.service;objectClass:List="org.eclipse.osgi.framework.log.FrameworkLog";uses:="",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.user.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.instance.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.configuration.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="osgi.install.area";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.datalocation.Location";type="eclipse.home.location";uses:="org.eclipse.osgi.service.datalocation",osgi.service;objectClass:List="org.eclipse.osgi.service.environment.EnvironmentInfo";uses:="org.eclipse.osgi.service.environment",osgi.service;objectClass:List="org.osgi.service.packageadmin.PackageAdmin";uses:="org.osgi.service.packageadmin",osgi.service;objectClass:List="org.osgi.service.startlevel.StartLevel";uses:="org.osgi.service.startlevel",osgi.service;objectClass:List="org.osgi.service.permissionadmin.PermissionAdmin";uses:="org.osgi.service.permissionadmin",osgi.service;objectClass:List="org.osgi.service.condpermadmin.ConditionalPermissionAdmin";uses:="org.osgi.service.condpermadmin",osgi.service;objectClass:List="org.osgi.service.resolver.Resolver";uses:="org.osgi.service.resolver",osgi.service;objectClass:List="org.eclipse.osgi.service.debug.DebugOptions";uses:="org.eclipse.osgi.service.debug",osgi.service;objectClass:List="org.eclipse.osgi.service.urlconversion.URLConverter";uses:="org.eclipse.osgi.service.urlconversion",osgi.service;objectClass:List="org.eclipse.osgi.service.localization.BundleLocalization";uses:="org.eclipse.osgi.service.localization",osgi.service;objectClass:List="org.eclipse.osgi.service.security.TrustEngine";uses:="org.eclipse.osgi.service.security",osgi.service;objectClass:List="org.eclipse.osgi.signedcontent.SignedContentFactory";uses:="org.eclipse.osgi.signedcontent",osgi.service;objectClass:List="org.osgi.service.condition.Condition";osgi.condition.id=true;uses:="org.osgi.service.condition",osgi.serviceloader;osgi.serviceloader="org.osgi.framework.connect.ConnectFrameworkFactory";register:="org.eclipse.osgi.launch.EquinoxFactory",osgi.serviceloader;osgi.serviceloader="org.osgi.framework.launch.FrameworkFactory";register:="org.eclipse.osgi.launch.EquinoxFactory" from org.eclipse.osgi-3.20.0.v20240430-0735 [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.equinox.registry-3.12.100.v20240321-1445 [DEBUG] collecting Contracts from org.eclipse.equinox.registry-3.12.100.v20240321-1445 [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.core.jobs-3.15.300.v20240418-0734 [DEBUG] collecting Contracts from org.eclipse.core.jobs-3.15.300.v20240418-0734 [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:classes [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057 [DEBUG] collecting Contracts from org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin DSAnnotations [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] end [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@3f85b96c [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$ScopedHttpClientCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$ScopedHttpClientCustomizer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/AuthScope.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/AuthScope.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Credentials.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Credentials.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/DefaultNTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/DefaultNTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$ModifierRunner.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$ModifierRunner.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory.class [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientDefaultSSLSocketFactoryModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientModifierAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientModifierAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientProxyCredentialProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientProxyCredentialProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientSslTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientSslTrustManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpHost.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpHost.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientContext.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientContext.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/INTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/INTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials$NTLMUserPrincipal.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials$NTLMUserPrincipal.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTLMProxyDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTLMProxyDetector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials$UserPrincipal.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials$UserPrincipal.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransferFactory.class [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [DEBUG] parseClassFile(): path=org/osgi/util/tracker/ServiceTrackerCustomizer.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar(org/osgi/util/tracker/ServiceTrackerCustomizer.class): [DEBUG] parseClassFile(): path=org/osgi/framework/BundleActivator.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar(org/osgi/framework/BundleActivator.class): [DEBUG] parseClassFile(): path=javax/net/ssl/X509TrustManager.class resource=:jrt:/java.base/javax/net/ssl/X509TrustManager.class: [DEBUG] parseClassFile(): path=java/security/Principal.class resource=:jrt:/java.base/java/security/Principal.class: [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/IFileTransferRunnable.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/IFileTransferRunnable.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes/org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.class [INFO] 0 component(s) where generated, 1 where kept. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231114-1017 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:22Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.200.v20231114-1017 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes [DEBUG] unqualifiedVersion: 2.0.200 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.filetransfer.httpclientjava-2.0.200-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@48ae11e [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclientjava-2.0.200-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (f) qualifier = v20231114-1017 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/org.eclipse.ecf.provider.filetransfer.httpclientjava-2.0.200-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/httpclientjava/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/AuthScope.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Credentials.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/DefaultNTLMProxyHandler.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientDefaultSSLSocketFactoryModifier.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientModifierAdapter.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientProxyCredentialProvider.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientSslTrustManager.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpHost.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientContext.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientFactory.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientModifier.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/INTLMProxyHandler.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Messages.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTLMProxyDetector.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/messages.properties [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientOptions.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransferFactory.java [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3a94ee19 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclientjava-2.0.200-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (f) qualifier = v20231114-1017 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@6bc6eadc [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:22.862147857, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:22.862552048, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:22.862552048, lastModified=2024-05-02 22:36:24.438735197, delta=298423816851 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:22.862552048, lastModified=2024-05-02 22:36:24.438735197, delta=298423816851 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:22.862552048, lastModified=2024-05-02 22:36:24.438735197, delta=298423816851 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:22.862936246, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:22.863063424, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:22.863063424, lastModified=2024-05-02 22:36:25.084747530, delta=297778315894 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] declarative-services project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: {path=OSGI-INF, generateBundleActivationPolicyLazy=true, classpath=false, dsVersion=V1_3, eclipse.preferences.version=1, enabled=true, validationErrorLevel=error, validationErrorLevel.missingImplicitUnbindMethod=error} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$ScopedHttpClientCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$ScopedHttpClientCustomizer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/AuthScope.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/AuthScope.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Credentials.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Credentials.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/DefaultNTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/DefaultNTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$ModifierRunner.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$ModifierRunner.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientDefaultSSLSocketFactoryModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientModifierAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientModifierAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientProxyCredentialProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientProxyCredentialProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientSslTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientSslTrustManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpHost.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpHost.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientContext.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientContext.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientModifier.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/INTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/INTLMProxyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials$NTLMUserPrincipal.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials$NTLMUserPrincipal.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTLMProxyDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTLMProxyDetector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials$UserPrincipal.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials$UserPrincipal.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransferFactory.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@624aeefc [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$ScopedHttpClientCustomizer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$ScopedHttpClientCustomizer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/AuthScope.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/AuthScope.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Credentials.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Credentials.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/DefaultNTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/DefaultNTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$ModifierRunner.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$ModifierRunner.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory.class [DEBUG] parseClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar(org/osgi/service/component/annotations/Component.class): [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientDefaultSSLSocketFactoryModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientModifierAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientModifierAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientProxyCredentialProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientProxyCredentialProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientSslTrustManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientSslTrustManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpHost.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpHost.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientContext.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientContext.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientModifier.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/INTLMProxyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/INTLMProxyHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials$NTLMUserPrincipal.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials$NTLMUserPrincipal.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTLMProxyDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTLMProxyDetector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials$UserPrincipal.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials$UserPrincipal.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransferFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransferFactory.class [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [DEBUG] parseClassFile(): path=javax/net/ssl/X509TrustManager.class resource=:jrt:/java.base/javax/net/ssl/X509TrustManager.class: [DEBUG] parseClassFile(): path=java/security/Principal.class resource=:jrt:/java.base/java/security/Principal.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/org.eclipse.ecf.provider.filetransfer.httpclientjava-2.0.200-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/provider/filetransfer/httpclientjava/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator$ScopedHttpClientCustomizer.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/AuthScope.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Credentials.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/DefaultNTLMProxyHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$4.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$ModifierRunner.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$3.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$5.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/ECFHttpClientFactory$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientDefaultSSLSocketFactoryModifier.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientModifierAdapter.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientProxyCredentialProvider.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientSslTrustManager.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpHost.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientContext.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientFactory.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/IHttpClientModifier.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/INTLMProxyHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Messages.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials$NTLMUserPrincipal.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTCredentials.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/NTLMProxyDetector.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/UsernamePasswordCredentials$UserPrincipal.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/messages.properties [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientBrowseFileTransferFactory.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser$HttpClientRemoteFileSystemRequest.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientOptions.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$2.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$1.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$ECFCredentialsProvider.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer$NoCloseWrapperInputStream.class [DEBUG] adding entry org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransferFactory.class [DEBUG] adding directory OSGI-INF/ [DEBUG] adding entry OSGI-INF/org.eclipse.ecf.internal.provider.filetransfer.httpclientjava.ECFHttpClientFactory.xml [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.httpclientjava-2.0.200-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/org.eclipse.ecf.provider.filetransfer.httpclientjava-2.0.200-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/org.eclipse.ecf.provider.filetransfer.httpclientjava-2.0.200-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/org.eclipse.ecf.provider.filetransfer.httpclientjava-2.0.200-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/org.eclipse.ecf.provider.filetransfer.httpclientjava-2.0.200-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/org.eclipse.ecf.provider.filetransfer.httpclientjava-2.0.200-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/org.eclipse.ecf.provider.filetransfer.httpclientjava-2.0.200-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@55d493a] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/Activator.class: different org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/HttpClientProxyCredentialProvider.class: different org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientFileSystemBrowser.class: different org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.filetransfer.httpclientjava/2.0.200.v20231114-1017 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclientjava,2.0.200.v20231114-1017 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer.httpclientjava/2.0.200.v20231114-1017/org.eclipse.ecf.provider.filetransfer.httpclientjava-2.0.200.v20231114-1017-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.filetransfer.httpclientjava.source/2.0.200.v20231114-1017 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclientjava.source,2.0.200.v20231114-1017 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer.httpclientjava.source/2.0.200.v20231114-1017/org.eclipse.ecf.provider.filetransfer.httpclientjava.source-2.0.200.v20231114-1017-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -----< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl >------ [INFO] Building org.eclipse.ecf.provider.filetransfer.ssl 1.1.0-SNAPSHOT [51/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=27000, ConflictMarker.markTime=20868, ConflictMarker.nodeCount=66, ConflictIdSorter.graphTime=17706, ConflictIdSorter.topsortTime=17940, ConflictIdSorter.conflictIdCount=23, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=177994, ConflictResolver.conflictItemCount=65, DfDependencyCollector.collectTime=299893, DfDependencyCollector.transformTime=280472} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:eclipse-plugin:1.1.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:25.444555321, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:25.444818236, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:25.444818236, lastModified=2024-05-02 22:36:24.438735197, delta=301006083039 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:25.444818236, lastModified=2024-05-02 22:36:24.438735197, delta=301006083039 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:25.444818236, lastModified=2024-05-02 22:36:24.438735197, delta=301006083039 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:25.445156154, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:25.445338866, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:25.445338866, lastModified=2024-05-02 22:36:25.084747530, delta=300360591336 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:25.444818236, lastModified=2024-05-02 22:36:24.438735197, delta=301006083039 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:25.444818236, lastModified=2024-05-02 22:36:24.438735197, delta=301006083039 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:41:25.445881076, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:41:25.445940803, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:25.450786583, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:25.459303826, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:25.444818236, lastModified=2024-05-02 22:36:24.438735197, delta=301006083039 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:25.444818236, lastModified=2024-05-02 22:36:24.438735197, delta=301006083039 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.1.0.v20230422-0242 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.filetransfer.ssl) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.filetransfer.ssl [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230422-0242 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:25Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.0.v20230422-0242 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes [DEBUG] unqualifiedVersion: 1.1.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.filetransfer.ssl-1.1.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/src [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/src/org/eclipse/ecf/internal/provider/filetransfer/ssl/ECFURLConnectionModifier.java, -g, -nowarn, -target, 17, -source, 17, --release, 17, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230422-0242 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:26Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.0.v20230422-0242 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes [DEBUG] unqualifiedVersion: 1.1.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.filetransfer.ssl-1.1.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3002555f [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.ssl-1.1.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (f) qualifier = v20230422-0242 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/org.eclipse.ecf.provider.filetransfer.ssl-1.1.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ssl/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/ssl/ECFURLConnectionModifier.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4836596f [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.ssl-1.1.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (f) qualifier = v20230422-0242 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@23d29829 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:26.224392374, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:26.224611594, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:26.224611594, lastModified=2024-05-02 22:36:24.438735197, delta=301785876397 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:26.224611594, lastModified=2024-05-02 22:36:24.438735197, delta=301785876397 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:26.224611594, lastModified=2024-05-02 22:36:24.438735197, delta=301785876397 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:26.224915644, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:26.224992394, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:26.224992394, lastModified=2024-05-02 22:36:25.084747530, delta=301140244864 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/ssl/ECFURLConnectionModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes/org/eclipse/ecf/internal/provider/filetransfer/ssl/ECFURLConnectionModifier.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@3db04fe3 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/filetransfer/ssl/ECFURLConnectionModifier.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes/org/eclipse/ecf/internal/provider/filetransfer/ssl/ECFURLConnectionModifier.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/org.eclipse.ecf.provider.filetransfer.ssl-1.1.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/filetransfer/ssl/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/filetransfer/ssl/ECFURLConnectionModifier.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.filetransfer.ssl-1.1.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/org.eclipse.ecf.provider.filetransfer.ssl-1.1.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/org.eclipse.ecf.provider.filetransfer.ssl-1.1.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/org.eclipse.ecf.provider.filetransfer.ssl-1.1.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/org.eclipse.ecf.provider.filetransfer.ssl-1.1.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/org.eclipse.ecf.provider.filetransfer.ssl-1.1.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/org.eclipse.ecf.provider.filetransfer.ssl-1.1.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@205d68e2] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer.ssl --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.filetransfer.ssl/1.1.0.v20230422-0242 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.filetransfer.ssl,1.1.0.v20230422-0242 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer.ssl/1.1.0.v20230422-0242/org.eclipse.ecf.provider.filetransfer.ssl-1.1.0.v20230422-0242-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.filetransfer.ssl.source/1.1.0.v20230422-0242 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.filetransfer.ssl.source,1.1.0.v20230422-0242 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer.ssl.source/1.1.0.v20230422-0242/org.eclipse.ecf.provider.filetransfer.ssl.source-1.1.0.v20230422-0242-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.provider.irc >------------ [INFO] Building org.eclipse.ecf.provider.irc 1.3.401-SNAPSHOT [52/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.ecf.tests.provider.datashare.nio 1.0.100.qualifier [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=30358, ConflictMarker.markTime=22080, ConflictMarker.nodeCount=65, ConflictIdSorter.graphTime=15836, ConflictIdSorter.topsortTime=17402, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=138643, ConflictResolver.conflictItemCount=64, DfDependencyCollector.collectTime=573985, DfDependencyCollector.transformTime=242708} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc:eclipse-plugin:1.3.401-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:jar:0.9.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc:jar:lib/irclib.jar:1.3.401.qualifier:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc.source:jar:lib/irclib.jar:1.3.401.qualifier:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:29.156230984, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:29.156508119, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:29.156508119, lastModified=2024-05-02 22:36:24.438735197, delta=304717772922 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:29.156508119, lastModified=2024-05-02 22:36:24.438735197, delta=304717772922 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:29.156508119, lastModified=2024-05-02 22:36:24.438735197, delta=304717772922 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:29.156827828, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:29.162330437, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:29.162330437, lastModified=2024-05-02 22:36:25.084747530, delta=304077582907 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:29.156508119, lastModified=2024-05-02 22:36:24.438735197, delta=304717772922 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:29.156508119, lastModified=2024-05-02 22:36:24.438735197, delta=304717772922 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:41:29.163017171, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:41:29.163081212, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:29.168199197, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:29.177428153, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:29.156508119, lastModified=2024-05-02 22:36:24.438735197, delta=304717772922 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:29.156508119, lastModified=2024-05-02 22:36:24.438735197, delta=304717772922 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.3.401.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.irc) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.irc [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:29Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.401.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.irc [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes [DEBUG] unqualifiedVersion: 1.3.401 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes[+org/eclipse/ecf/provider/datashare/nio/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/lib/irclib.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes[+org/eclipse/ecf/provider/datashare/nio/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/lib/irclib.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes[+org/eclipse/ecf/provider/datashare/nio/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/lib/irclib.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/org/eclipse/ecf/internal/provider/irc/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/org/eclipse/ecf/internal/provider/irc/IRCDebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/org/eclipse/ecf/internal/provider/irc/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/org/eclipse/ecf/internal/provider/irc/container/IRCAbstractContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/org/eclipse/ecf/internal/provider/irc/container/IRCContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/org/eclipse/ecf/internal/provider/irc/container/IRCMessageChannel.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/org/eclipse/ecf/internal/provider/irc/datashare/IIRCDatashareContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareChannel.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/org/eclipse/ecf/internal/provider/irc/identity/IRCID.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/org/eclipse/ecf/internal/provider/irc/identity/IRCNamespace.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:29Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.401.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.irc [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes [DEBUG] unqualifiedVersion: 1.3.401 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4aa2c286 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/irc/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/irc/container/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/irc/datashare/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/irc/identity/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/IRCDebugOptions.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/Messages.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCAbstractContainer.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCMessageChannel.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/datashare/IIRCDatashareContainer.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareChannel.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareContainer.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/identity/IRCID.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/identity/IRCNamespace.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/messages.properties [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@5655949e [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@63d59ed [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:30.053366693, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:30.053691652, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:30.053691652, lastModified=2024-05-02 22:36:24.438735197, delta=305614956455 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:30.053691652, lastModified=2024-05-02 22:36:24.438735197, delta=305614956455 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:30.053691652, lastModified=2024-05-02 22:36:24.438735197, delta=305614956455 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:30.054159730, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:30.054266903, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:30.054266903, lastModified=2024-05-02 22:36:25.084747530, delta=304969519373 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/IRCDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/IRCDebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCAbstractContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCAbstractContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCMessageChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCMessageChannel.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$ReplyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$ReplyHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/datashare/IIRCDatashareContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/datashare/IIRCDatashareContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareChannel.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareContainer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/identity/IRCID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/identity/IRCID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/irc/identity/IRCNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/identity/IRCNamespace.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@1f616a8c [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/IRCDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/IRCDebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCAbstractContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCAbstractContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCMessageChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCMessageChannel.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$ReplyHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$ReplyHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/datashare/IIRCDatashareContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/datashare/IIRCDatashareContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareChannel.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareContainer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/identity/IRCID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/identity/IRCID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/irc/identity/IRCNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes/org/eclipse/ecf/internal/provider/irc/identity/IRCNamespace.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/irc/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/irc/container/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/irc/datashare/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/irc/identity/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/IRCDebugOptions.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/Messages.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCAbstractContainer.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$3.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCMessageChannel.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$5.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$3.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$4.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$ReplyHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/datashare/IIRCDatashareContainer.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareChannel.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareContainer.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareContainer$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/identity/IRCID.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/identity/IRCNamespace.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/irc/messages.properties [DEBUG] adding directory lib/ [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry lib/irclib.jar [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT.jar_unpacked_16331107264946386191/lib/irclib.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT.jar_unpacked_16331107264946386191/lib/irclib.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT.jar_unpacked_16331107264946386191/lib/irclib.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT.jar_unpacked_16331107264946386191/lib/irclib.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.401-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@18848685] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version org/eclipse/ecf/internal/provider/irc/container/IRCChannelContainer.class: different org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$2.class: different org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer$ReplyHandler.class: different org/eclipse/ecf/internal/provider/irc/container/IRCRootContainer.class: different org/eclipse/ecf/internal/provider/irc/datashare/IRCDatashareChannel.class: different org/eclipse/ecf/internal/provider/irc/identity/IRCID.class: different org/eclipse/ecf/internal/provider/irc/identity/IRCNamespace.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.irc --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.irc/1.3.401.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.irc,1.3.401.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.irc/1.3.401.v20231021-2050/org.eclipse.ecf.provider.irc-1.3.401.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.irc.source/1.3.401.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.irc.source,1.3.401.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.irc.source/1.3.401.v20231021-2050/org.eclipse.ecf.provider.irc.source-1.3.401.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui >----------- [INFO] Building org.eclipse.ecf.provider.irc.ui 1.4.0-SNAPSHOT [53/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=243988, ConflictMarker.markTime=173107, ConflictMarker.nodeCount=656, ConflictIdSorter.graphTime=110437, ConflictIdSorter.topsortTime=99679, ConflictIdSorter.conflictIdCount=199, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=6522555, ConflictResolver.conflictItemCount=646, DfDependencyCollector.collectTime=2808889, DfDependencyCollector.transformTime=7200107} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:eclipse-plugin:1.4.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc:jar:1.3.401-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:jar:0.9.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ui:jar:2.3.0-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence.ui:jar:2.4.201-SNAPSHOT:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc:jar:lib/irclib.jar:1.3.401.qualifier:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc.source:jar:lib/irclib.jar:1.3.401.qualifier:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:33.216434720, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:33.216696439, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:33.216696439, lastModified=2024-05-02 22:36:24.438735197, delta=308777961242 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:33.216696439, lastModified=2024-05-02 22:36:24.438735197, delta=308777961242 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:33.216696439, lastModified=2024-05-02 22:36:24.438735197, delta=308777961242 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:33.217016988, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:33.217204120, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:33.217204120, lastModified=2024-05-02 22:36:25.084747530, delta=308132456590 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:33.216696439, lastModified=2024-05-02 22:36:24.438735197, delta=308777961242 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:33.216696439, lastModified=2024-05-02 22:36:24.438735197, delta=308777961242 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:41:33.217763260, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:41:33.217834170, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:33.222811605, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:33.231151879, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:33.216696439, lastModified=2024-05-02 22:36:24.438735197, delta=308777961242 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:33.216696439, lastModified=2024-05-02 22:36:24.438735197, delta=308777961242 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.4.0.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.irc.ui) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.irc.ui [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:33Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.4.0.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.irc.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes [DEBUG] unqualifiedVersion: 1.4.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.irc.ui-1.4.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes[~org/eclipse/ecf/internal/presence/ui/*:~org/eclipse/ecf/internal/presence/ui/dialogs/*:+org/eclipse/ecf/presence/ui/*:+org/eclipse/ecf/presence/ui/chatroom/*:+org/eclipse/ecf/presence/ui/dnd/*:+org/eclipse/ecf/presence/ui/menu/*:+org/eclipse/ecf/presence/ui/roster/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes[~org/eclipse/ecf/internal/provider/irc/*:~org/eclipse/ecf/internal/provider/irc/container/*:~org/eclipse/ecf/internal/provider/irc/datashare/*:+org/eclipse/ecf/internal/provider/irc/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/lib/irclib.jar[~org/eclipse/ecf/internal/provider/irc/*:~org/eclipse/ecf/internal/provider/irc/container/*:~org/eclipse/ecf/internal/provider/irc/datashare/*:+org/eclipse/ecf/internal/provider/irc/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.17.400.v20240424-0941/org.eclipse.ui.workbench.texteditor-3.17.400.v20240424-0941.jar[+org/eclipse/ui/contentassist/*:~org/eclipse/ui/internal/findandreplace/*:~org/eclipse/ui/internal/findandreplace/status/*:~org/eclipse/ui/internal/texteditor/*:~org/eclipse/ui/internal/texteditor/codemining/*:~org/eclipse/ui/internal/texteditor/quickdiff/*:~org/eclipse/ui/internal/texteditor/quickdiff/compare/equivalence/*:~org/eclipse/ui/internal/texteditor/rulers/*:~org/eclipse/ui/internal/texteditor/spelling/*:~org/eclipse/ui/internal/texteditor/templates/*:~org/eclipse/ui/internal/views/minimap/*:+org/eclipse/ui/texteditor/*:+org/eclipse/ui/texteditor/link/*:+org/eclipse/ui/texteditor/quickdiff/*:+org/eclipse/ui/texteditor/rulers/*:+org/eclipse/ui/texteditor/spelling/*:+org/eclipse/ui/texteditor/templates/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes[~org/eclipse/ecf/internal/presence/ui/*:~org/eclipse/ecf/internal/presence/ui/dialogs/*:+org/eclipse/ecf/presence/ui/*:+org/eclipse/ecf/presence/ui/chatroom/*:+org/eclipse/ecf/presence/ui/dnd/*:+org/eclipse/ecf/presence/ui/menu/*:+org/eclipse/ecf/presence/ui/roster/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes[~org/eclipse/ecf/internal/provider/irc/*:~org/eclipse/ecf/internal/provider/irc/container/*:~org/eclipse/ecf/internal/provider/irc/datashare/*:+org/eclipse/ecf/internal/provider/irc/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/lib/irclib.jar[~org/eclipse/ecf/internal/provider/irc/*:~org/eclipse/ecf/internal/provider/irc/container/*:~org/eclipse/ecf/internal/provider/irc/datashare/*:+org/eclipse/ecf/internal/provider/irc/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.17.400.v20240424-0941/org.eclipse.ui.workbench.texteditor-3.17.400.v20240424-0941.jar[+org/eclipse/ui/contentassist/*:~org/eclipse/ui/internal/findandreplace/*:~org/eclipse/ui/internal/findandreplace/status/*:~org/eclipse/ui/internal/texteditor/*:~org/eclipse/ui/internal/texteditor/codemining/*:~org/eclipse/ui/internal/texteditor/quickdiff/*:~org/eclipse/ui/internal/texteditor/quickdiff/compare/equivalence/*:~org/eclipse/ui/internal/texteditor/rulers/*:~org/eclipse/ui/internal/texteditor/spelling/*:~org/eclipse/ui/internal/texteditor/templates/*:~org/eclipse/ui/internal/views/minimap/*:+org/eclipse/ui/texteditor/*:+org/eclipse/ui/texteditor/link/*:+org/eclipse/ui/texteditor/quickdiff/*:+org/eclipse/ui/texteditor/rulers/*:+org/eclipse/ui/texteditor/spelling/*:+org/eclipse/ui/texteditor/templates/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes[~org/eclipse/ecf/internal/presence/ui/*:~org/eclipse/ecf/internal/presence/ui/dialogs/*:+org/eclipse/ecf/presence/ui/*:+org/eclipse/ecf/presence/ui/chatroom/*:+org/eclipse/ecf/presence/ui/dnd/*:+org/eclipse/ecf/presence/ui/menu/*:+org/eclipse/ecf/presence/ui/roster/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/classes[~org/eclipse/ecf/internal/provider/irc/*:~org/eclipse/ecf/internal/provider/irc/container/*:~org/eclipse/ecf/internal/provider/irc/datashare/*:+org/eclipse/ecf/internal/provider/irc/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/lib/irclib.jar[~org/eclipse/ecf/internal/provider/irc/*:~org/eclipse/ecf/internal/provider/irc/container/*:~org/eclipse/ecf/internal/provider/irc/datashare/*:+org/eclipse/ecf/internal/provider/irc/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.17.400.v20240424-0941/org.eclipse.ui.workbench.texteditor-3.17.400.v20240424-0941.jar[+org/eclipse/ui/contentassist/*:~org/eclipse/ui/internal/findandreplace/*:~org/eclipse/ui/internal/findandreplace/status/*:~org/eclipse/ui/internal/texteditor/*:~org/eclipse/ui/internal/texteditor/codemining/*:~org/eclipse/ui/internal/texteditor/quickdiff/*:~org/eclipse/ui/internal/texteditor/quickdiff/compare/equivalence/*:~org/eclipse/ui/internal/texteditor/rulers/*:~org/eclipse/ui/internal/texteditor/spelling/*:~org/eclipse/ui/internal/texteditor/templates/*:~org/eclipse/ui/internal/views/minimap/*:+org/eclipse/ui/texteditor/*:+org/eclipse/ui/texteditor/link/*:+org/eclipse/ui/texteditor/quickdiff/*:+org/eclipse/ui/texteditor/rulers/*:+org/eclipse/ui/texteditor/spelling/*:+org/eclipse/ui/texteditor/templates/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/IRCMessageRenderer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/IRCUI.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/actions/AbstractActionDelegate.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/actions/BanAction.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/actions/DeopAction.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/actions/DevoiceAction.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/actions/KickAction.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/actions/OpAction.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/actions/VoiceAction.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/actions/WhoisAction.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/hyperlink/IRCChannelHyperlink.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/hyperlink/IRCChannelHyperlinkDetector.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/hyperlink/IRCHyperlink.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/hyperlink/IRCHyperlinkDetector.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizard.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:34Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.4.0.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.irc.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes [DEBUG] unqualifiedVersion: 1.4.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.irc.ui-1.4.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@714273d2 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.irc.ui-1.4.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/org.eclipse.ecf.provider.irc.ui-1.4.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/irc/ [DEBUG] adding directory org/eclipse/ecf/internal/irc/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/irc/ui/actions/ [DEBUG] adding directory org/eclipse/ecf/internal/irc/ui/hyperlink/ [DEBUG] adding directory org/eclipse/ecf/internal/irc/ui/wizards/ [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/IRCMessageRenderer.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/IRCUI.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/Messages.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/AbstractActionDelegate.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/BanAction.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/DeopAction.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/DevoiceAction.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/KickAction.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/OpAction.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/VoiceAction.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/WhoisAction.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/hyperlink/IRCChannelHyperlink.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/hyperlink/IRCChannelHyperlinkDetector.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/hyperlink/IRCHyperlink.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/hyperlink/IRCHyperlinkDetector.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/messages.properties [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizard.java [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@39e2a0a6 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.irc.ui-1.4.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@102365f4 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:34.463480177, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:34.463740311, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:34.463740311, lastModified=2024-05-02 22:36:24.438735197, delta=310025005114 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:34.463740311, lastModified=2024-05-02 22:36:24.438735197, delta=310025005114 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:34.463740311, lastModified=2024-05-02 22:36:24.438735197, delta=310025005114 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:34.464065081, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:34.464180365, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:34.464180365, lastModified=2024-05-02 22:36:25.084747530, delta=309379432835 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/IRCMessageRenderer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/IRCMessageRenderer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/IRCUI.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/IRCUI.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/AbstractActionDelegate.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/AbstractActionDelegate.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/BanAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/BanAction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/DeopAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/DeopAction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/DevoiceAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/DevoiceAction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/KickAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/KickAction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/OpAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/OpAction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/VoiceAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/VoiceAction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/WhoisAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/WhoisAction.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/hyperlink/IRCChannelHyperlink.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/hyperlink/IRCChannelHyperlink.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/hyperlink/IRCChannelHyperlinkDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/hyperlink/IRCChannelHyperlinkDetector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/hyperlink/IRCHyperlink.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/hyperlink/IRCHyperlink.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/hyperlink/IRCHyperlinkDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/hyperlink/IRCHyperlinkDetector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizard$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizard$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizard.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@33fca33b [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/IRCMessageRenderer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/IRCMessageRenderer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/IRCUI.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/IRCUI.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/AbstractActionDelegate.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/AbstractActionDelegate.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/BanAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/BanAction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/DeopAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/DeopAction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/DevoiceAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/DevoiceAction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/KickAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/KickAction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/OpAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/OpAction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/VoiceAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/VoiceAction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/actions/WhoisAction.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/actions/WhoisAction.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/hyperlink/IRCChannelHyperlink.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/hyperlink/IRCChannelHyperlink.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/hyperlink/IRCChannelHyperlinkDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/hyperlink/IRCChannelHyperlinkDetector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/hyperlink/IRCHyperlink.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/hyperlink/IRCHyperlink.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/hyperlink/IRCHyperlinkDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/hyperlink/IRCHyperlinkDetector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizard$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizard$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizard.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes/org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage.class [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/org.eclipse.ecf.provider.irc.ui-1.4.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/irc/ [DEBUG] adding directory org/eclipse/ecf/internal/irc/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/irc/ui/actions/ [DEBUG] adding directory org/eclipse/ecf/internal/irc/ui/hyperlink/ [DEBUG] adding directory org/eclipse/ecf/internal/irc/ui/wizards/ [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/IRCMessageRenderer.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/IRCUI.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/Messages.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/AbstractActionDelegate.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/BanAction.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/DeopAction.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/DevoiceAction.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/KickAction.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/OpAction.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/VoiceAction.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/actions/WhoisAction.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/hyperlink/IRCChannelHyperlink.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/hyperlink/IRCChannelHyperlinkDetector.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/hyperlink/IRCHyperlink.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/hyperlink/IRCHyperlinkDetector.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizard$1.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizard.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$3.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$2.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/wizards/IRCConnectWizardPage$1.class [DEBUG] adding entry org/eclipse/ecf/internal/irc/ui/messages.properties [DEBUG] adding directory icons/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/new_connection.gif [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.irc.ui-1.4.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/org.eclipse.ecf.provider.irc.ui-1.4.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/org.eclipse.ecf.provider.irc.ui-1.4.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/org.eclipse.ecf.provider.irc.ui-1.4.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/org.eclipse.ecf.provider.irc.ui-1.4.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/org.eclipse.ecf.provider.irc.ui-1.4.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/org.eclipse.ecf.provider.irc.ui-1.4.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@2d35e451] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different org/eclipse/ecf/internal/irc/ui/IRCMessageRenderer.class: different org/eclipse/ecf/internal/irc/ui/IRCUI.class: different org/eclipse/ecf/internal/irc/ui/actions/BanAction.class: different org/eclipse/ecf/internal/irc/ui/actions/DeopAction.class: different org/eclipse/ecf/internal/irc/ui/actions/DevoiceAction.class: different org/eclipse/ecf/internal/irc/ui/actions/KickAction.class: different org/eclipse/ecf/internal/irc/ui/actions/OpAction.class: different org/eclipse/ecf/internal/irc/ui/actions/VoiceAction.class: different org/eclipse/ecf/internal/irc/ui/actions/WhoisAction.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.irc.ui --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.irc.ui/1.4.0.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.irc.ui,1.4.0.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.irc.ui/1.4.0.v20231021-2050/org.eclipse.ecf.provider.irc.ui-1.4.0.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.irc.ui.source/1.4.0.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.irc.ui.source,1.4.0.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.irc.ui.source/1.4.0.v20231021-2050/org.eclipse.ecf.provider.irc.ui.source-1.4.0.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.provider.jmdns >----------- [INFO] Building org.eclipse.ecf.provider.jmdns 4.4.0-SNAPSHOT [54/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=32598, ConflictMarker.markTime=16976, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=10230, ConflictIdSorter.topsortTime=14274, ConflictIdSorter.conflictIdCount=14, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=84662, ConflictResolver.conflictItemCount=39, DfDependencyCollector.collectTime=260574, DfDependencyCollector.transformTime=176567} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:eclipse-plugin:4.4.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:36.934844885, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:36.935101581, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:36.935101581, lastModified=2024-05-02 22:36:24.438735197, delta=312496366384 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:36.935101581, lastModified=2024-05-02 22:36:24.438735197, delta=312496366384 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:36.935101581, lastModified=2024-05-02 22:36:24.438735197, delta=312496366384 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:36.935431651, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:36.935591534, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:36.935591534, lastModified=2024-05-02 22:36:25.084747530, delta=311850844004 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:36.935101581, lastModified=2024-05-02 22:36:24.438735197, delta=312496366384 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:36.935101581, lastModified=2024-05-02 22:36:24.438735197, delta=312496366384 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:41:36.936118490, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:41:36.936177174, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:36.941060800, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:36.949880436, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:36.935101581, lastModified=2024-05-02 22:36:24.438735197, delta=312496366384 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:36.935101581, lastModified=2024-05-02 22:36:24.438735197, delta=312496366384 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 4.4.0.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.jmdns) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.jmdns [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:37Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 4.4.0.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.jmdns [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes [DEBUG] unqualifiedVersion: 4.4.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.jmdns-4.4.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: [org/eclipse/equinox/concurrent/future/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: [org/eclipse/equinox/concurrent/future/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: [org/eclipse/equinox/concurrent/future/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/JmDNS.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/ServiceEvent.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/ServiceInfo.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/ServiceListener.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/ServiceTypeListener.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/DNSCache.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/DNSConstants.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/DNSEntry.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/DNSIncoming.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/DNSListener.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/DNSOutgoing.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/DNSQuestion.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/DNSRecord.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/DNSState.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/HostInfo.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/JmDNSImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/ServiceEventImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/ServiceInfoImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/SocketListener.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/tasks/Announcer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/tasks/Canceler.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/tasks/Prober.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/tasks/RecordReaper.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/tasks/Renewer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/tasks/Responder.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/tasks/ServiceInfoResolver.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/tasks/ServiceResolver.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/jmdns/javax/jmdns/impl/tasks/TypeResolver.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/org/eclipse/ecf/internal/provider/jmdns/JMDNSDebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/org/eclipse/ecf/internal/provider/jmdns/SimpleFIFOQueue.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/org/eclipse/ecf/provider/jmdns/container/ContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/org/eclipse/ecf/provider/jmdns/identity/JMDNSNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/org/eclipse/ecf/provider/jmdns/identity/JMDNSServiceID.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/org/eclipse/ecf/provider/jmdns/identity/JMDNSServiceTypeID.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:37Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 4.4.0.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.jmdns [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes [DEBUG] unqualifiedVersion: 4.4.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.jmdns-4.4.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6e9c4230 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.jmdns-4.4.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/org.eclipse.ecf.provider.jmdns-4.4.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/jmdns/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/jmdns/ [DEBUG] adding directory org/eclipse/ecf/provider/jmdns/container/ [DEBUG] adding directory org/eclipse/ecf/provider/jmdns/identity/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/jmdns/JMDNSDebugOptions.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/jmdns/SimpleFIFOQueue.java [DEBUG] adding entry org/eclipse/ecf/provider/jmdns/container/ContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/jmdns/identity/JMDNSNamespace.java [DEBUG] adding entry org/eclipse/ecf/provider/jmdns/identity/JMDNSServiceID.java [DEBUG] adding entry org/eclipse/ecf/provider/jmdns/identity/JMDNSServiceTypeID.java [DEBUG] adding directory javax/ [DEBUG] adding directory javax/jmdns/ [DEBUG] adding directory javax/jmdns/impl/ [DEBUG] adding directory javax/jmdns/impl/tasks/ [DEBUG] adding entry javax/jmdns/JmDNS.java [DEBUG] adding entry javax/jmdns/ServiceEvent.java [DEBUG] adding entry javax/jmdns/ServiceInfo.java [DEBUG] adding entry javax/jmdns/ServiceListener.java [DEBUG] adding entry javax/jmdns/ServiceTypeListener.java [DEBUG] adding entry javax/jmdns/impl/DNSCache.java [DEBUG] adding entry javax/jmdns/impl/DNSConstants.java [DEBUG] adding entry javax/jmdns/impl/DNSEntry.java [DEBUG] adding entry javax/jmdns/impl/DNSIncoming.java [DEBUG] adding entry javax/jmdns/impl/DNSListener.java [DEBUG] adding entry javax/jmdns/impl/DNSOutgoing.java [DEBUG] adding entry javax/jmdns/impl/DNSQuestion.java [DEBUG] adding entry javax/jmdns/impl/DNSRecord.java [DEBUG] adding entry javax/jmdns/impl/DNSState.java [DEBUG] adding entry javax/jmdns/impl/HostInfo.java [DEBUG] adding entry javax/jmdns/impl/JmDNSImpl.java [DEBUG] adding entry javax/jmdns/impl/ServiceEventImpl.java [DEBUG] adding entry javax/jmdns/impl/ServiceInfoImpl.java [DEBUG] adding entry javax/jmdns/impl/SocketListener.java [DEBUG] adding entry javax/jmdns/impl/tasks/Announcer.java [DEBUG] adding entry javax/jmdns/impl/tasks/Canceler.java [DEBUG] adding entry javax/jmdns/impl/tasks/Prober.java [DEBUG] adding entry javax/jmdns/impl/tasks/RecordReaper.java [DEBUG] adding entry javax/jmdns/impl/tasks/Renewer.java [DEBUG] adding entry javax/jmdns/impl/tasks/Responder.java [DEBUG] adding entry javax/jmdns/impl/tasks/ServiceInfoResolver.java [DEBUG] adding entry javax/jmdns/impl/tasks/ServiceResolver.java [DEBUG] adding entry javax/jmdns/impl/tasks/TypeResolver.java [DEBUG] adding entry NOTICE.txt [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@523c04fd [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.jmdns-4.4.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@29fe4633 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:38.113501830, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:38.113936700, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:38.113936700, lastModified=2024-05-02 22:36:24.438735197, delta=313675201503 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:38.113936700, lastModified=2024-05-02 22:36:24.438735197, delta=313675201503 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:38.113936700, lastModified=2024-05-02 22:36:24.438735197, delta=313675201503 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:38.114710624, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:38.114854931, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:38.114854931, lastModified=2024-05-02 22:36:25.084747530, delta=313030107401 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=javax/jmdns/JmDNS.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/JmDNS.class [DEBUG] parseClassFile(): path=javax/jmdns/ServiceEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/ServiceEvent.class [DEBUG] parseClassFile(): path=javax/jmdns/ServiceInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/ServiceInfo.class [DEBUG] parseClassFile(): path=javax/jmdns/ServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/ServiceListener.class [DEBUG] parseClassFile(): path=javax/jmdns/ServiceTypeListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/ServiceTypeListener.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/DNSCache$CacheNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSCache$CacheNode.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/DNSCache.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSCache.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/DNSConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSConstants.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/DNSEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSEntry.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/DNSIncoming.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSIncoming.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/DNSListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSListener.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/DNSOutgoing.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSOutgoing.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/DNSQuestion.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSQuestion.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/DNSRecord$Address.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSRecord$Address.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/DNSRecord$Pointer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSRecord$Pointer.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/DNSRecord$Service.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSRecord$Service.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/DNSRecord$Text.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSRecord$Text.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/DNSRecord.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSRecord.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/DNSState.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSState.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/HostInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/HostInfo.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/JmDNSImpl$ServiceCollector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/JmDNSImpl$ServiceCollector.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/JmDNSImpl$Shutdown.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/JmDNSImpl$Shutdown.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/JmDNSImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/JmDNSImpl.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/ServiceEventImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/ServiceEventImpl.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/ServiceInfoImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/ServiceInfoImpl.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/SocketListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/SocketListener.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/tasks/Announcer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/Announcer.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/tasks/Canceler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/Canceler.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/tasks/Prober.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/Prober.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/tasks/RecordReaper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/RecordReaper.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/tasks/Renewer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/Renewer.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/tasks/Responder.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/Responder.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/tasks/ServiceInfoResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/ServiceInfoResolver.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/tasks/ServiceResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/ServiceResolver.class [DEBUG] parseClassFile(): path=javax/jmdns/impl/tasks/TypeResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/TypeResolver.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jmdns/JMDNSDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/internal/provider/jmdns/JMDNSDebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin$DiscoveryServiceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin$DiscoveryServiceFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jmdns/SimpleFIFOQueue.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/internal/provider/jmdns/SimpleFIFOQueue.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/jmdns/container/ContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/container/ContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/jmdns/identity/JMDNSNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/identity/JMDNSNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/jmdns/identity/JMDNSServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/identity/JMDNSServiceID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/jmdns/identity/JMDNSServiceTypeID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/identity/JMDNSServiceTypeID.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@7f970acf [DEBUG] end [DEBUG] visitClassFile(): path=javax/jmdns/JmDNS.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/JmDNS.class [DEBUG] visitClassFile(): path=javax/jmdns/ServiceEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/ServiceEvent.class [DEBUG] visitClassFile(): path=javax/jmdns/ServiceInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/ServiceInfo.class [DEBUG] visitClassFile(): path=javax/jmdns/ServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/ServiceListener.class [DEBUG] visitClassFile(): path=javax/jmdns/ServiceTypeListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/ServiceTypeListener.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/DNSCache$CacheNode.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSCache$CacheNode.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/DNSCache.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSCache.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/DNSConstants.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSConstants.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/DNSEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSEntry.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/DNSIncoming.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSIncoming.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/DNSListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSListener.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/DNSOutgoing.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSOutgoing.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/DNSQuestion.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSQuestion.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/DNSRecord$Address.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSRecord$Address.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/DNSRecord$Pointer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSRecord$Pointer.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/DNSRecord$Service.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSRecord$Service.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/DNSRecord$Text.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSRecord$Text.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/DNSRecord.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSRecord.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/DNSState.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/DNSState.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/HostInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/HostInfo.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/JmDNSImpl$ServiceCollector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/JmDNSImpl$ServiceCollector.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/JmDNSImpl$Shutdown.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/JmDNSImpl$Shutdown.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/JmDNSImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/JmDNSImpl.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/ServiceEventImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/ServiceEventImpl.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/ServiceInfoImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/ServiceInfoImpl.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/SocketListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/SocketListener.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/tasks/Announcer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/Announcer.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/tasks/Canceler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/Canceler.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/tasks/Prober.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/Prober.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/tasks/RecordReaper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/RecordReaper.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/tasks/Renewer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/Renewer.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/tasks/Responder.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/Responder.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/tasks/ServiceInfoResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/ServiceInfoResolver.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/tasks/ServiceResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/ServiceResolver.class [DEBUG] visitClassFile(): path=javax/jmdns/impl/tasks/TypeResolver.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/javax/jmdns/impl/tasks/TypeResolver.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jmdns/JMDNSDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/internal/provider/jmdns/JMDNSDebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin$DiscoveryServiceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin$DiscoveryServiceFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jmdns/SimpleFIFOQueue.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/internal/provider/jmdns/SimpleFIFOQueue.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/jmdns/container/ContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/container/ContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/jmdns/identity/JMDNSNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/identity/JMDNSNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/jmdns/identity/JMDNSServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/identity/JMDNSServiceID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/jmdns/identity/JMDNSServiceTypeID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes/org/eclipse/ecf/provider/jmdns/identity/JMDNSServiceTypeID.class [DEBUG] parseClassFile(): path=java/util/EventListener.class resource=:jrt:/java.base/java/util/EventListener.class: [DEBUG] parseClassFile(): path=java/lang/Comparable.class resource=:jrt:/java.base/java/lang/Comparable.class: [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/org.eclipse.ecf.provider.jmdns-4.4.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory javax/ [DEBUG] adding directory javax/jmdns/ [DEBUG] adding directory javax/jmdns/impl/ [DEBUG] adding directory javax/jmdns/impl/tasks/ [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/jmdns/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/jmdns/ [DEBUG] adding directory org/eclipse/ecf/provider/jmdns/container/ [DEBUG] adding directory org/eclipse/ecf/provider/jmdns/identity/ [DEBUG] adding entry javax/jmdns/JmDNS.class [DEBUG] adding entry javax/jmdns/ServiceEvent.class [DEBUG] adding entry javax/jmdns/ServiceInfo.class [DEBUG] adding entry javax/jmdns/ServiceListener.class [DEBUG] adding entry javax/jmdns/ServiceTypeListener.class [DEBUG] adding entry javax/jmdns/impl/DNSCache$CacheNode.class [DEBUG] adding entry javax/jmdns/impl/DNSCache.class [DEBUG] adding entry javax/jmdns/impl/DNSConstants.class [DEBUG] adding entry javax/jmdns/impl/DNSEntry.class [DEBUG] adding entry javax/jmdns/impl/DNSIncoming.class [DEBUG] adding entry javax/jmdns/impl/DNSListener.class [DEBUG] adding entry javax/jmdns/impl/DNSOutgoing.class [DEBUG] adding entry javax/jmdns/impl/DNSQuestion.class [DEBUG] adding entry javax/jmdns/impl/DNSRecord$Text.class [DEBUG] adding entry javax/jmdns/impl/DNSRecord$Pointer.class [DEBUG] adding entry javax/jmdns/impl/DNSRecord.class [DEBUG] adding entry javax/jmdns/impl/DNSRecord$Service.class [DEBUG] adding entry javax/jmdns/impl/DNSRecord$Address.class [DEBUG] adding entry javax/jmdns/impl/DNSState.class [DEBUG] adding entry javax/jmdns/impl/HostInfo.class [DEBUG] adding entry javax/jmdns/impl/JmDNSImpl.class [DEBUG] adding entry javax/jmdns/impl/JmDNSImpl$Shutdown.class [DEBUG] adding entry javax/jmdns/impl/JmDNSImpl$ServiceCollector.class [DEBUG] adding entry javax/jmdns/impl/ServiceEventImpl.class [DEBUG] adding entry javax/jmdns/impl/ServiceInfoImpl.class [DEBUG] adding entry javax/jmdns/impl/SocketListener.class [DEBUG] adding entry javax/jmdns/impl/tasks/Announcer.class [DEBUG] adding entry javax/jmdns/impl/tasks/Canceler.class [DEBUG] adding entry javax/jmdns/impl/tasks/Prober.class [DEBUG] adding entry javax/jmdns/impl/tasks/RecordReaper.class [DEBUG] adding entry javax/jmdns/impl/tasks/Renewer.class [DEBUG] adding entry javax/jmdns/impl/tasks/Responder.class [DEBUG] adding entry javax/jmdns/impl/tasks/ServiceInfoResolver.class [DEBUG] adding entry javax/jmdns/impl/tasks/ServiceResolver.class [DEBUG] adding entry javax/jmdns/impl/tasks/TypeResolver.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jmdns/JMDNSDebugOptions.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin$DiscoveryServiceFactory.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jmdns/SimpleFIFOQueue.class [DEBUG] adding entry org/eclipse/ecf/provider/jmdns/container/ContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$2.class [DEBUG] adding entry org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$3.class [DEBUG] adding entry org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$1.class [DEBUG] adding entry org/eclipse/ecf/provider/jmdns/identity/JMDNSNamespace.class [DEBUG] adding entry org/eclipse/ecf/provider/jmdns/identity/JMDNSServiceID.class [DEBUG] adding entry org/eclipse/ecf/provider/jmdns/identity/JMDNSServiceTypeID.class [DEBUG] adding entry NOTICE.txt [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.jmdns-4.4.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/org.eclipse.ecf.provider.jmdns-4.4.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/org.eclipse.ecf.provider.jmdns-4.4.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/org.eclipse.ecf.provider.jmdns-4.4.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/org.eclipse.ecf.provider.jmdns-4.4.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/org.eclipse.ecf.provider.jmdns-4.4.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/org.eclipse.ecf.provider.jmdns-4.4.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@14e3d682] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different javax/jmdns/impl/DNSCache.class: different javax/jmdns/impl/DNSEntry.class: different javax/jmdns/impl/DNSIncoming.class: different javax/jmdns/impl/DNSOutgoing.class: different javax/jmdns/impl/DNSRecord$Address.class: different javax/jmdns/impl/DNSRecord$Service.class: different javax/jmdns/impl/DNSRecord$Text.class: different javax/jmdns/impl/DNSRecord.class: different javax/jmdns/impl/HostInfo.class: different javax/jmdns/impl/JmDNSImpl$ServiceCollector.class: different javax/jmdns/impl/JmDNSImpl.class: different javax/jmdns/impl/ServiceEventImpl.class: different javax/jmdns/impl/ServiceInfoImpl.class: different org/eclipse/ecf/internal/provider/jmdns/JMDNSDebugOptions.class: different org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$2.class: different org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer$3.class: different org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer.class: different org/eclipse/ecf/provider/jmdns/identity/JMDNSNamespace.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.jmdns --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.jmdns/4.4.0.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.jmdns,4.4.0.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.jmdns/4.4.0.v20231021-2050/org.eclipse.ecf.provider.jmdns-4.4.0.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.jmdns.source/4.4.0.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.jmdns.source,4.4.0.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.jmdns.source/4.4.0.v20231021-2050/org.eclipse.ecf.provider.jmdns.source-4.4.0.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.provider.jslp >------------ [INFO] Building org.eclipse.ecf.provider.jslp 3.2.302-SNAPSHOT [55/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=25419, ConflictMarker.markTime=18574, ConflictMarker.nodeCount=44, ConflictIdSorter.graphTime=9976, ConflictIdSorter.topsortTime=32801, ConflictIdSorter.conflictIdCount=16, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=107962, ConflictResolver.conflictItemCount=43, DfDependencyCollector.collectTime=392245, DfDependencyCollector.transformTime=212826} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.jslp:eclipse-plugin:3.2.302-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] org.eclipse.ecf:ch.ethz.iks.slp:jar:1.4.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.slp.jars.extra.classpath:jar:r7stubs.jar:1.4.1-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:40.645328292, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:40.645604573, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:40.645604573, lastModified=2024-05-02 22:36:24.438735197, delta=316206869376 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:40.645604573, lastModified=2024-05-02 22:36:24.438735197, delta=316206869376 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:40.645604573, lastModified=2024-05-02 22:36:24.438735197, delta=316206869376 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:40.645961656, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:40.646130423, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:40.646130423, lastModified=2024-05-02 22:36:25.084747530, delta=315561382893 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:40.645604573, lastModified=2024-05-02 22:36:24.438735197, delta=316206869376 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:40.645604573, lastModified=2024-05-02 22:36:24.438735197, delta=316206869376 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:41:40.646671601, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:41:40.646734733, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:40.651663539, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:40.660204717, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:40.645604573, lastModified=2024-05-02 22:36:24.438735197, delta=316206869376 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:40.645604573, lastModified=2024-05-02 22:36:24.438735197, delta=316206869376 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.2.302.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.jslp) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.jslp [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:40Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.2.302.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.jslp [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes [DEBUG] unqualifiedVersion: 3.2.302 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.jslp-3.2.302-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: [org/eclipse/equinox/concurrent/future/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes[+ch/ethz/iks/slp/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: [org/eclipse/equinox/concurrent/future/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: [org/eclipse/equinox/concurrent/future/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes[+ch/ethz/iks/slp/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes[+ch/ethz/iks/slp/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecorator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternAdvertiser.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/ServiceURLAdapter.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/ContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPServiceInfo.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/identity/JSLPNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/identity/JSLPServiceID.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/identity/JSLPServiceTypeID.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:41Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.2.302.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.jslp [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes [DEBUG] unqualifiedVersion: 3.2.302 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.jslp-3.2.302-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6d9f12ee [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.jslp-3.2.302-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/org.eclipse.ecf.provider.jslp-3.2.302-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/jslp/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/jslp/ [DEBUG] adding directory org/eclipse/ecf/provider/jslp/container/ [DEBUG] adding directory org/eclipse/ecf/provider/jslp/identity/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/JSLPDebugOptions.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/LocatorDecorator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/NullPatternAdvertiser.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/ServiceURLAdapter.java [DEBUG] adding entry org/eclipse/ecf/provider/jslp/container/ContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/jslp/container/JSLPServiceInfo.java [DEBUG] adding entry org/eclipse/ecf/provider/jslp/identity/JSLPNamespace.java [DEBUG] adding entry org/eclipse/ecf/provider/jslp/identity/JSLPServiceID.java [DEBUG] adding entry org/eclipse/ecf/provider/jslp/identity/JSLPServiceTypeID.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@d6efe6a [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.jslp-3.2.302-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@71682ea2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:41.510610430, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:41.510947344, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:41.510947344, lastModified=2024-05-02 22:36:24.438735197, delta=317072212147 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:41.510947344, lastModified=2024-05-02 22:36:24.438735197, delta=317072212147 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:41.510947344, lastModified=2024-05-02 22:36:24.438735197, delta=317072212147 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:41.511511527, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:41.511631687, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:41.511631687, lastModified=2024-05-02 22:36:25.084747530, delta=316426884157 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jslp/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jslp/Activator$DiscoveryServiceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/Activator$DiscoveryServiceFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jslp/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jslp/JSLPDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/JSLPDebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jslp/LocatorDecorator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/LocatorDecorator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jslp/NullPatternAdvertiser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/NullPatternAdvertiser.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jslp/NullPatternLocator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/jslp/ServiceURLAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/ServiceURLAdapter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/jslp/container/ContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/provider/jslp/container/ContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/jslp/container/JSLPServiceInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/provider/jslp/container/JSLPServiceInfo.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/jslp/identity/JSLPNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/provider/jslp/identity/JSLPNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/jslp/identity/JSLPServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/provider/jslp/identity/JSLPServiceID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/jslp/identity/JSLPServiceTypeID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/provider/jslp/identity/JSLPServiceTypeID.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@3d91b191 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jslp/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jslp/Activator$DiscoveryServiceFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/Activator$DiscoveryServiceFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jslp/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jslp/JSLPDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/JSLPDebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jslp/LocatorDecorator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/LocatorDecorator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jslp/NullPatternAdvertiser.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/NullPatternAdvertiser.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jslp/NullPatternLocator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/jslp/ServiceURLAdapter.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/internal/provider/jslp/ServiceURLAdapter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/jslp/container/ContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/provider/jslp/container/ContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/jslp/container/JSLPServiceInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/provider/jslp/container/JSLPServiceInfo.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/jslp/identity/JSLPNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/provider/jslp/identity/JSLPNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/jslp/identity/JSLPServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/provider/jslp/identity/JSLPServiceID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/jslp/identity/JSLPServiceTypeID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes/org/eclipse/ecf/provider/jslp/identity/JSLPServiceTypeID.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/org.eclipse.ecf.provider.jslp-3.2.302-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/jslp/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/jslp/ [DEBUG] adding directory org/eclipse/ecf/provider/jslp/container/ [DEBUG] adding directory org/eclipse/ecf/provider/jslp/identity/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/Activator$DiscoveryServiceFactory.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/JSLPDebugOptions.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/LocatorDecorator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/NullPatternAdvertiser.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/NullPatternLocator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/jslp/ServiceURLAdapter.class [DEBUG] adding entry org/eclipse/ecf/provider/jslp/container/ContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/jslp/container/JSLPServiceInfo.class [DEBUG] adding entry org/eclipse/ecf/provider/jslp/identity/JSLPNamespace.class [DEBUG] adding entry org/eclipse/ecf/provider/jslp/identity/JSLPServiceID.class [DEBUG] adding entry org/eclipse/ecf/provider/jslp/identity/JSLPServiceTypeID.class [DEBUG] adding entry .options [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.jslp-3.2.302-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/org.eclipse.ecf.provider.jslp-3.2.302-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/org.eclipse.ecf.provider.jslp-3.2.302-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/org.eclipse.ecf.provider.jslp-3.2.302-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/org.eclipse.ecf.provider.jslp-3.2.302-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/org.eclipse.ecf.provider.jslp-3.2.302-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/org.eclipse.ecf.provider.jslp-3.2.302-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@2ca1ae3e] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version org/eclipse/ecf/internal/provider/jslp/JSLPDebugOptions.class: different org/eclipse/ecf/internal/provider/jslp/NullPatternAdvertiser.class: different org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.class: different org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.class: different org/eclipse/ecf/provider/jslp/container/JSLPServiceInfo.class: different org/eclipse/ecf/provider/jslp/identity/JSLPServiceTypeID.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.jslp --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.jslp/3.2.302.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.jslp,3.2.302.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.jslp/3.2.302.v20231021-2050/org.eclipse.ecf.provider.jslp-3.2.302.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.jslp.source/3.2.302.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.jslp.source,3.2.302.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.jslp.source/3.2.302.v20231021-2050/org.eclipse.ecf.provider.jslp.source-3.2.302.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi >----------- [INFO] Building org.eclipse.ecf.provider.r_osgi 3.7.0-SNAPSHOT [56/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=55270, ConflictMarker.markTime=36305, ConflictMarker.nodeCount=138, ConflictIdSorter.graphTime=30927, ConflictIdSorter.topsortTime=26957, ConflictIdSorter.conflictIdCount=29, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=238852, ConflictResolver.conflictItemCount=137, DfDependencyCollector.collectTime=756206, DfDependencyCollector.transformTime=409205} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:eclipse-plugin:3.7.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:jar:1.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:44.543600362, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:44.543858963, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:44.543858963, lastModified=2024-05-02 22:36:24.438735197, delta=320105123766 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:44.543858963, lastModified=2024-05-02 22:36:24.438735197, delta=320105123766 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:44.543858963, lastModified=2024-05-02 22:36:24.438735197, delta=320105123766 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:44.544174528, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:44.544329195, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:44.544329195, lastModified=2024-05-02 22:36:25.084747530, delta=319459581665 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:44.543858963, lastModified=2024-05-02 22:36:24.438735197, delta=320105123766 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:44.543858963, lastModified=2024-05-02 22:36:24.438735197, delta=320105123766 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:41:44.544838194, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:41:44.544897928, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:44.549777274, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:44.558323354, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:44.543858963, lastModified=2024-05-02 22:36:24.438735197, delta=320105123766 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:44.543858963, lastModified=2024-05-02 22:36:24.438735197, delta=320105123766 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.7.0.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.r_osgi) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.r_osgi [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:44Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.7.0.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.r_osgi [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes [DEBUG] unqualifiedVersion: 3.7.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.r_osgi-3.7.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/framework/wiring/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes[+ch/ethz/iks/r_osgi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes[+org/eclipse/ecf/osgi/services/remoteserviceadmin/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/framework/wiring/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes[+ch/ethz/iks/r_osgi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes[+org/eclipse/ecf/osgi/services/remoteserviceadmin/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/framework/wiring/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes[+ch/ethz/iks/r_osgi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes[+org/eclipse/ecf/osgi/services/remoteserviceadmin/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes[+org/osgi/service/remoteserviceadmin/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/internal/provider/r_osgi/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/internal/provider/r_osgi/LocalRemoteServiceReferenceImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiWSRemoteServiceContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiWSSRemoteServiceContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/internal/provider/r_osgi/RemoteFilterImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceReferenceImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceRegistrationImpl.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiID.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiRemoteServiceNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSID.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSSNamespace.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:45Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.7.0.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.r_osgi [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes [DEBUG] unqualifiedVersion: 3.7.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.r_osgi-3.7.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4ef33df3 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.r_osgi-3.7.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/org.eclipse.ecf.provider.r_osgi-3.7.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/r_osgi/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/r_osgi/ [DEBUG] adding directory org/eclipse/ecf/provider/r_osgi/identity/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/LocalRemoteServiceReferenceImpl.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiWSRemoteServiceContainer.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiWSSRemoteServiceContainer.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/RemoteFilterImpl.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceReferenceImpl.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceRegistrationImpl.java [DEBUG] adding entry org/eclipse/ecf/provider/r_osgi/identity/R_OSGiID.java [DEBUG] adding entry org/eclipse/ecf/provider/r_osgi/identity/R_OSGiNamespace.java [DEBUG] adding entry org/eclipse/ecf/provider/r_osgi/identity/R_OSGiRemoteServiceNamespace.java [DEBUG] adding entry org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSID.java [DEBUG] adding entry org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSNamespace.java [DEBUG] adding entry org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSSNamespace.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@44563346 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.r_osgi-3.7.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@4e73c580 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:45.549147363, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:45.549475008, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:45.549475008, lastModified=2024-05-02 22:36:24.438735197, delta=321110739811 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:45.549475008, lastModified=2024-05-02 22:36:24.438735197, delta=321110739811 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:45.549475008, lastModified=2024-05-02 22:36:24.438735197, delta=321110739811 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:45.550105653, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:45.550234034, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:45.550234034, lastModified=2024-05-02 22:36:25.084747530, delta=320465486504 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/LocalRemoteServiceReferenceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/LocalRemoteServiceReferenceImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$7.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiWSRemoteServiceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiWSRemoteServiceContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiWSSRemoteServiceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiWSSRemoteServiceContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteFilterImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteFilterImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceReferenceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceReferenceImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceRegistrationImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceRegistrationImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/r_osgi/identity/R_OSGiID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/r_osgi/identity/R_OSGiNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/r_osgi/identity/R_OSGiRemoteServiceNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiRemoteServiceNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSSNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSSNamespace.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@2a63bd9c [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/LocalRemoteServiceReferenceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/LocalRemoteServiceReferenceImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$7.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiWSRemoteServiceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiWSRemoteServiceContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/R_OSGiWSSRemoteServiceContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/R_OSGiWSSRemoteServiceContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteFilterImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteFilterImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceReferenceImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceReferenceImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceRegistrationImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceRegistrationImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/r_osgi/identity/R_OSGiID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/r_osgi/identity/R_OSGiNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/r_osgi/identity/R_OSGiRemoteServiceNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiRemoteServiceNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSSNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSSNamespace.class [DEBUG] parseClassFile(): path=java/security/PrivilegedAction.class resource=:jrt:/java.base/java/security/PrivilegedAction.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/org.eclipse.ecf.provider.r_osgi-3.7.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/r_osgi/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/r_osgi/ [DEBUG] adding directory org/eclipse/ecf/provider/r_osgi/identity/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/LocalRemoteServiceReferenceImpl.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$7.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$6.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$5.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$3.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$4.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiWSRemoteServiceContainer.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/R_OSGiWSSRemoteServiceContainer.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/RemoteFilterImpl.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$AsyncResult$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceReferenceImpl.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceRegistrationImpl.class [DEBUG] adding entry org/eclipse/ecf/provider/r_osgi/identity/R_OSGiID.class [DEBUG] adding entry org/eclipse/ecf/provider/r_osgi/identity/R_OSGiNamespace.class [DEBUG] adding entry org/eclipse/ecf/provider/r_osgi/identity/R_OSGiRemoteServiceNamespace.class [DEBUG] adding entry org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSID.class [DEBUG] adding entry org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSNamespace.class [DEBUG] adding entry org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSSNamespace.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.r_osgi-3.7.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/org.eclipse.ecf.provider.r_osgi-3.7.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/org.eclipse.ecf.provider.r_osgi-3.7.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/org.eclipse.ecf.provider.r_osgi-3.7.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/org.eclipse.ecf.provider.r_osgi-3.7.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/org.eclipse.ecf.provider.r_osgi-3.7.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/org.eclipse.ecf.provider.r_osgi-3.7.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@6c4a0e28] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version org/eclipse/ecf/internal/provider/r_osgi/Activator.class: different org/eclipse/ecf/internal/provider/r_osgi/R_OSGiContainerInstantiator.class: different org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2$1.class: different org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer$2$2.class: different org/eclipse/ecf/internal/provider/r_osgi/R_OSGiRemoteServiceContainer.class: different org/eclipse/ecf/internal/provider/r_osgi/RemoteServiceImpl.class: different org/eclipse/ecf/provider/r_osgi/identity/R_OSGiNamespace.class: different org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSID.class: different org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSNamespace.class: different org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSSNamespace.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.r_osgi --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.r_osgi/3.7.0.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.r_osgi,3.7.0.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.r_osgi/3.7.0.v20231021-2050/org.eclipse.ecf.provider.r_osgi-3.7.0.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.r_osgi.source/3.7.0.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.r_osgi.source,3.7.0.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.r_osgi.source/3.7.0.v20231021-2050/org.eclipse.ecf.provider.r_osgi.source-3.7.0.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.provider.ui >------------- [INFO] Building org.eclipse.ecf.provider.ui 1.4.101-SNAPSHOT [57/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence:2.1.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence.source:2.1.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=179185, ConflictMarker.markTime=119608, ConflictMarker.nodeCount=427, ConflictIdSorter.graphTime=65962, ConflictIdSorter.topsortTime=94538, ConflictIdSorter.conflictIdCount=191, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5112706, ConflictResolver.conflictItemCount=417, DfDependencyCollector.collectTime=1686312, DfDependencyCollector.transformTime=5620560} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.ui:eclipse-plugin:1.4.101-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ui:jar:2.3.0-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:49.627339612, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:49.627618573, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:49.627618573, lastModified=2024-05-02 22:36:24.438735197, delta=325188883376 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:49.627618573, lastModified=2024-05-02 22:36:24.438735197, delta=325188883376 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:49.627618573, lastModified=2024-05-02 22:36:24.438735197, delta=325188883376 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:49.627942593, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:49.628100226, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:49.628100226, lastModified=2024-05-02 22:36:25.084747530, delta=324543352696 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:49.627618573, lastModified=2024-05-02 22:36:24.438735197, delta=325188883376 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:49.627618573, lastModified=2024-05-02 22:36:24.438735197, delta=325188883376 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:41:49.628635049, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:41:49.628697590, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:49.633610162, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:49.641959744, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:49.627618573, lastModified=2024-05-02 22:36:24.438735197, delta=325188883376 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:49.627618573, lastModified=2024-05-02 22:36:24.438735197, delta=325188883376 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.4.101.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.ui) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.ui [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:50Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.4.101.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes [DEBUG] unqualifiedVersion: 1.4.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/src [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/src/org/eclipse/ecf/internal/provider/ui/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/src/org/eclipse/ecf/provider/ui/wizards/GenericClientContainerConnectWizard.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/src/org/eclipse/ecf/provider/ui/wizards/GenericClientContainerConnectWizardPage.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:50Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.4.101.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes [DEBUG] unqualifiedVersion: 1.4.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@2dce7cdc [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ui/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/ui/ [DEBUG] adding directory org/eclipse/ecf/provider/ui/wizards/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/ui/Activator.java [DEBUG] adding entry org/eclipse/ecf/provider/ui/wizards/GenericClientContainerConnectWizard.java [DEBUG] adding entry org/eclipse/ecf/provider/ui/wizards/GenericClientContainerConnectWizardPage.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4d14364f [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@41b8f701 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:50.747528655, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:50.747773358, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:50.747773358, lastModified=2024-05-02 22:36:24.438735197, delta=326309038161 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:50.747773358, lastModified=2024-05-02 22:36:24.438735197, delta=326309038161 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:50.747773358, lastModified=2024-05-02 22:36:24.438735197, delta=326309038161 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:50.748091441, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:50.748165574, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:50.748165574, lastModified=2024-05-02 22:36:25.084747530, delta=325663418044 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes/org/eclipse/ecf/internal/provider/ui/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/ui/wizards/GenericClientContainerConnectWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes/org/eclipse/ecf/provider/ui/wizards/GenericClientContainerConnectWizard.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/ui/wizards/GenericClientContainerConnectWizardPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes/org/eclipse/ecf/provider/ui/wizards/GenericClientContainerConnectWizardPage.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@2fa76963 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes/org/eclipse/ecf/internal/provider/ui/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/ui/wizards/GenericClientContainerConnectWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes/org/eclipse/ecf/provider/ui/wizards/GenericClientContainerConnectWizard.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/ui/wizards/GenericClientContainerConnectWizardPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/classes/org/eclipse/ecf/provider/ui/wizards/GenericClientContainerConnectWizardPage.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ui/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/ui/ [DEBUG] adding directory org/eclipse/ecf/provider/ui/wizards/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/ui/Activator.class [DEBUG] adding entry org/eclipse/ecf/provider/ui/wizards/GenericClientContainerConnectWizard.class [DEBUG] adding entry org/eclipse/ecf/provider/ui/wizards/GenericClientContainerConnectWizardPage.class [DEBUG] adding directory icons/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/contact_enabled.gif [DEBUG] adding entry icons/person.gif [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@4ff8ca45] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.provider.ui:eclipse-plugin:1.4.101-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.ui --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.provider.xmpp >------------ [INFO] Building org.eclipse.ecf.provider.xmpp 3.2.402-SNAPSHOT [58/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.provider.xmpp.remoteservice 1.2.201.qualifier [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.xmpp.datashare 1.0.201.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=138271, ConflictMarker.markTime=123478, ConflictMarker.nodeCount=124, ConflictIdSorter.graphTime=36534, ConflictIdSorter.topsortTime=69035, ConflictIdSorter.conflictIdCount=29, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=378495, ConflictResolver.conflictItemCount=116, DfDependencyCollector.collectTime=1333944, DfDependencyCollector.transformTime=772055} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:eclipse-plugin:3.2.402-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:3.4.0-SNAPSHOT:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] dnsjava:dnsjava:jar:3.5.3:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack.source:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:53.263207841, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:53.263486698, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:53.263486698, lastModified=2024-05-02 22:36:24.438735197, delta=328824751501 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:53.263486698, lastModified=2024-05-02 22:36:24.438735197, delta=328824751501 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:53.263486698, lastModified=2024-05-02 22:36:24.438735197, delta=328824751501 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:53.263834715, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:53.264001883, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:53.264001883, lastModified=2024-05-02 22:36:25.084747530, delta=328179254353 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:53.263486698, lastModified=2024-05-02 22:36:24.438735197, delta=328824751501 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:53.263486698, lastModified=2024-05-02 22:36:24.438735197, delta=328824751501 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:41:53.264537194, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:41:53.264599265, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:53.269300911, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:53.277112805, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:53.263486698, lastModified=2024-05-02 22:36:24.438735197, delta=328824751501 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:53.263486698, lastModified=2024-05-02 22:36:24.438735197, delta=328824751501 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 3.2.402.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.xmpp) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.xmpp [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:53Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.2.402.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.xmpp [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes [DEBUG] unqualifiedVersion: 3.2.402 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.xmpp-3.2.402-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes[+org/jivesoftware/smack/*:+org/jivesoftware/smack/debugger/*:+org/jivesoftware/smack/filter/*:+org/jivesoftware/smack/packet/*:+org/jivesoftware/smack/provider/*:+org/jivesoftware/smack/proxy/*:+org/jivesoftware/smack/sasl/*:+org/jivesoftware/smack/util/*:+org/jivesoftware/smack/util/collections/*:+org/jivesoftware/smackx/*:+org/jivesoftware/smackx/bookmark/*:+org/jivesoftware/smackx/commands/*:+org/jivesoftware/smackx/debugger/*:+org/jivesoftware/smackx/filetransfer/*:+org/jivesoftware/smackx/muc/*:+org/jivesoftware/smackx/packet/*:+org/jivesoftware/smackx/provider/*:+org/jivesoftware/smackx/search/*:+org/jivesoftware/smackx/workgroup/*:+org/jivesoftware/smackx/workgroup/agent/*:+org/jivesoftware/smackx/workgroup/ext/forms/*:+org/jivesoftware/smackx/workgroup/ext/history/*:+org/jivesoftware/smackx/workgroup/ext/macros/*:+org/jivesoftware/smackx/workgroup/ext/notes/*:+org/jivesoftware/smackx/workgroup/packet/*:+org/jivesoftware/smackx/workgroup/settings/*:+org/jivesoftware/smackx/workgroup/user/*:+org/jivesoftware/smackx/workgroup/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar[+org/jivesoftware/smack/*:+org/jivesoftware/smack/debugger/*:+org/jivesoftware/smack/filter/*:+org/jivesoftware/smack/packet/*:+org/jivesoftware/smack/provider/*:+org/jivesoftware/smack/proxy/*:+org/jivesoftware/smack/sasl/*:+org/jivesoftware/smack/util/*:+org/jivesoftware/smack/util/collections/*:+org/jivesoftware/smackx/*:+org/jivesoftware/smackx/bookmark/*:+org/jivesoftware/smackx/commands/*:+org/jivesoftware/smackx/debugger/*:+org/jivesoftware/smackx/filetransfer/*:+org/jivesoftware/smackx/muc/*:+org/jivesoftware/smackx/packet/*:+org/jivesoftware/smackx/provider/*:+org/jivesoftware/smackx/search/*:+org/jivesoftware/smackx/workgroup/*:+org/jivesoftware/smackx/workgroup/agent/*:+org/jivesoftware/smackx/workgroup/ext/forms/*:+org/jivesoftware/smackx/workgroup/ext/history/*:+org/jivesoftware/smackx/workgroup/ext/macros/*:+org/jivesoftware/smackx/workgroup/ext/notes/*:+org/jivesoftware/smackx/workgroup/packet/*:+org/jivesoftware/smackx/workgroup/settings/*:+org/jivesoftware/smackx/workgroup/user/*:+org/jivesoftware/smackx/workgroup/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes[+org/jivesoftware/smack/*:+org/jivesoftware/smack/debugger/*:+org/jivesoftware/smack/filter/*:+org/jivesoftware/smack/packet/*:+org/jivesoftware/smack/provider/*:+org/jivesoftware/smack/proxy/*:+org/jivesoftware/smack/sasl/*:+org/jivesoftware/smack/util/*:+org/jivesoftware/smack/util/collections/*:+org/jivesoftware/smackx/*:+org/jivesoftware/smackx/bookmark/*:+org/jivesoftware/smackx/commands/*:+org/jivesoftware/smackx/debugger/*:+org/jivesoftware/smackx/filetransfer/*:+org/jivesoftware/smackx/muc/*:+org/jivesoftware/smackx/packet/*:+org/jivesoftware/smackx/provider/*:+org/jivesoftware/smackx/search/*:+org/jivesoftware/smackx/workgroup/*:+org/jivesoftware/smackx/workgroup/agent/*:+org/jivesoftware/smackx/workgroup/ext/forms/*:+org/jivesoftware/smackx/workgroup/ext/history/*:+org/jivesoftware/smackx/workgroup/ext/macros/*:+org/jivesoftware/smackx/workgroup/ext/notes/*:+org/jivesoftware/smackx/workgroup/packet/*:+org/jivesoftware/smackx/workgroup/settings/*:+org/jivesoftware/smackx/workgroup/user/*:+org/jivesoftware/smackx/workgroup/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar[+org/jivesoftware/smack/*:+org/jivesoftware/smack/debugger/*:+org/jivesoftware/smack/filter/*:+org/jivesoftware/smack/packet/*:+org/jivesoftware/smack/provider/*:+org/jivesoftware/smack/proxy/*:+org/jivesoftware/smack/sasl/*:+org/jivesoftware/smack/util/*:+org/jivesoftware/smack/util/collections/*:+org/jivesoftware/smackx/*:+org/jivesoftware/smackx/bookmark/*:+org/jivesoftware/smackx/commands/*:+org/jivesoftware/smackx/debugger/*:+org/jivesoftware/smackx/filetransfer/*:+org/jivesoftware/smackx/muc/*:+org/jivesoftware/smackx/packet/*:+org/jivesoftware/smackx/provider/*:+org/jivesoftware/smackx/search/*:+org/jivesoftware/smackx/workgroup/*:+org/jivesoftware/smackx/workgroup/agent/*:+org/jivesoftware/smackx/workgroup/ext/forms/*:+org/jivesoftware/smackx/workgroup/ext/history/*:+org/jivesoftware/smackx/workgroup/ext/macros/*:+org/jivesoftware/smackx/workgroup/ext/notes/*:+org/jivesoftware/smackx/workgroup/packet/*:+org/jivesoftware/smackx/workgroup/settings/*:+org/jivesoftware/smackx/workgroup/user/*:+org/jivesoftware/smackx/workgroup/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes[+org/jivesoftware/smack/*:+org/jivesoftware/smack/debugger/*:+org/jivesoftware/smack/filter/*:+org/jivesoftware/smack/packet/*:+org/jivesoftware/smack/provider/*:+org/jivesoftware/smack/proxy/*:+org/jivesoftware/smack/sasl/*:+org/jivesoftware/smack/util/*:+org/jivesoftware/smack/util/collections/*:+org/jivesoftware/smackx/*:+org/jivesoftware/smackx/bookmark/*:+org/jivesoftware/smackx/commands/*:+org/jivesoftware/smackx/debugger/*:+org/jivesoftware/smackx/filetransfer/*:+org/jivesoftware/smackx/muc/*:+org/jivesoftware/smackx/packet/*:+org/jivesoftware/smackx/provider/*:+org/jivesoftware/smackx/search/*:+org/jivesoftware/smackx/workgroup/*:+org/jivesoftware/smackx/workgroup/agent/*:+org/jivesoftware/smackx/workgroup/ext/forms/*:+org/jivesoftware/smackx/workgroup/ext/history/*:+org/jivesoftware/smackx/workgroup/ext/macros/*:+org/jivesoftware/smackx/workgroup/ext/notes/*:+org/jivesoftware/smackx/workgroup/packet/*:+org/jivesoftware/smackx/workgroup/settings/*:+org/jivesoftware/smackx/workgroup/user/*:+org/jivesoftware/smackx/workgroup/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar[+org/jivesoftware/smack/*:+org/jivesoftware/smack/debugger/*:+org/jivesoftware/smack/filter/*:+org/jivesoftware/smack/packet/*:+org/jivesoftware/smack/provider/*:+org/jivesoftware/smack/proxy/*:+org/jivesoftware/smack/sasl/*:+org/jivesoftware/smack/util/*:+org/jivesoftware/smack/util/collections/*:+org/jivesoftware/smackx/*:+org/jivesoftware/smackx/bookmark/*:+org/jivesoftware/smackx/commands/*:+org/jivesoftware/smackx/debugger/*:+org/jivesoftware/smackx/filetransfer/*:+org/jivesoftware/smackx/muc/*:+org/jivesoftware/smackx/packet/*:+org/jivesoftware/smackx/provider/*:+org/jivesoftware/smackx/search/*:+org/jivesoftware/smackx/workgroup/*:+org/jivesoftware/smackx/workgroup/agent/*:+org/jivesoftware/smackx/workgroup/ext/forms/*:+org/jivesoftware/smackx/workgroup/ext/history/*:+org/jivesoftware/smackx/workgroup/ext/macros/*:+org/jivesoftware/smackx/workgroup/ext/notes/*:+org/jivesoftware/smackx/workgroup/packet/*:+org/jivesoftware/smackx/workgroup/settings/*:+org/jivesoftware/smackx/workgroup/user/*:+org/jivesoftware/smackx/workgroup/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainerHelper.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerAccountManager.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerContext.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/XMPPDebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/XMPPFiletURLStreamHandlerService.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/XMPPSContainerInstantiator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/XmppPlugin.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/events/ChatMembershipEvent.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/events/IQEvent.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/events/InvitationReceivedEvent.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/events/MessageEvent.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/events/PresenceEvent.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransferHelper.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/search/XMPPCriteria.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/search/XMPPResultItem.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/search/XMPPSearch.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/search/XMPPSelection.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/search/XMPPSimpleCriterion.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/search/XMPPUserSearchManager.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnectionObjectPacketEvent.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnectionPacketEvent.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/provider/xmpp/XMPPContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/provider/xmpp/XMPPSContainer.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/provider/xmpp/identity/XMPPFileID.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/provider/xmpp/identity/XMPPFileNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/provider/xmpp/identity/XMPPID.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/provider/xmpp/identity/XMPPNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/provider/xmpp/identity/XMPPRoomID.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/provider/xmpp/identity/XMPPRoomNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/provider/xmpp/identity/XMPPSID.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/provider/xmpp/identity/XMPPSNamespace.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:41:53Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.2.402.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.xmpp [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes [DEBUG] unqualifiedVersion: 3.2.402 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.xmpp-3.2.402-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@155f0132 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.xmpp-3.2.402-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/org.eclipse.ecf.provider.xmpp-3.2.402-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/events/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/search/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/smack/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/xmpp/ [DEBUG] adding directory org/eclipse/ecf/provider/xmpp/identity/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/Messages.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainerHelper.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPContainerAccountManager.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPContainerContext.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPDebugOptions.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPFiletURLStreamHandlerService.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPSContainerInstantiator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XmppPlugin.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/events/ChatMembershipEvent.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/events/IQEvent.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/events/InvitationReceivedEvent.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/events/MessageEvent.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/events/PresenceEvent.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransferHelper.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/messages.properties [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/search/XMPPCriteria.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/search/XMPPResultItem.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/search/XMPPSearch.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/search/XMPPSelection.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/search/XMPPSimpleCriterion.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/search/XMPPUserSearchManager.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnectionObjectPacketEvent.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnectionPacketEvent.java [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/XMPPContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/XMPPSContainer.java [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPFileID.java [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPFileNamespace.java [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPID.java [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPNamespace.java [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPRoomID.java [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPRoomNamespace.java [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPSID.java [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPSNamespace.java [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry schema/extensionProvider.exsd [DEBUG] adding entry schema/iqProvider.exsd [DEBUG] adding entry schema/providerDirectories.exsd [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@74c9bee [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.xmpp-3.2.402-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@384b5b1e [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:54.164990413, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:41:54.165237283, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:54.165237283, lastModified=2024-05-02 22:36:24.438735197, delta=329726502086 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:54.165237283, lastModified=2024-05-02 22:36:24.438735197, delta=329726502086 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:41:54.165237283, lastModified=2024-05-02 22:36:24.438735197, delta=329726502086 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:41:54.165565544, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:41:54.165642103, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:41:54.165642103, lastModified=2024-05-02 22:36:25.084747530, delta=329080894573 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$7.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$8.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainerHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainerHelper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$ECFRoomInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$ECFRoomInfo.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerAccountManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerAccountManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerContext.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerContext.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$AdditionalClientRosterEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$AdditionalClientRosterEntry.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$XMPPPresence.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$XMPPPresence.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPDebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPFiletURLStreamHandlerService.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPFiletURLStreamHandlerService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPSContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPSContainerInstantiator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XmppPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XmppPlugin.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/events/ChatMembershipEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/events/ChatMembershipEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/events/IQEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/events/IQEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/events/InvitationReceivedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/events/InvitationReceivedEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/events/MessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/events/MessageEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/events/PresenceEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/events/PresenceEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$FileTransferJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$FileTransferJob.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransferHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransferHelper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/search/XMPPCriteria.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/search/XMPPCriteria.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/search/XMPPResultItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/search/XMPPResultItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/search/XMPPSearch.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/search/XMPPSearch.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/search/XMPPSelection.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/search/XMPPSelection.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/search/XMPPSimpleCriterion.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/search/XMPPSimpleCriterion.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/search/XMPPUserSearchManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/search/XMPPUserSearchManager$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/search/XMPPUserSearchManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/search/XMPPUserSearchManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnectionObjectPacketEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnectionObjectPacketEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnectionPacketEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnectionPacketEvent.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/xmpp/XMPPContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/XMPPContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/xmpp/XMPPSContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/XMPPSContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPFileID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPFileID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPFileNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPFileNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPID$XMPPEscape.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPID$XMPPEscape.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPRoomID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPRoomID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPRoomNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPRoomNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPSID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPSID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPSNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPSNamespace.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@7d3dc4f1 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$7.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$7.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$8.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$8.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainerHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainerHelper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$ECFRoomInfo.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$ECFRoomInfo.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerAccountManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerAccountManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerContext.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerContext.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$AdditionalClientRosterEntry.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$AdditionalClientRosterEntry.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$XMPPPresence.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$XMPPPresence.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPDebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPFiletURLStreamHandlerService.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPFiletURLStreamHandlerService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPSContainerInstantiator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPSContainerInstantiator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XmppPlugin.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/XmppPlugin.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/events/ChatMembershipEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/events/ChatMembershipEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/events/IQEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/events/IQEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/events/InvitationReceivedEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/events/InvitationReceivedEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/events/MessageEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/events/MessageEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/events/PresenceEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/events/PresenceEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$FileTransferJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$FileTransferJob.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransferHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransferHelper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/search/XMPPCriteria.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/search/XMPPCriteria.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/search/XMPPResultItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/search/XMPPResultItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/search/XMPPSearch.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/search/XMPPSearch.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/search/XMPPSelection.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/search/XMPPSelection.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/search/XMPPSimpleCriterion.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/search/XMPPSimpleCriterion.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/search/XMPPUserSearchManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/search/XMPPUserSearchManager$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/search/XMPPUserSearchManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/search/XMPPUserSearchManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnectionObjectPacketEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnectionObjectPacketEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnectionPacketEvent.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnectionPacketEvent.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/xmpp/XMPPContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/XMPPContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/xmpp/XMPPSContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/XMPPSContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPFileID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPFileID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPFileNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPFileNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPID$XMPPEscape.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPID$XMPPEscape.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPRoomID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPRoomID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPRoomNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPRoomNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPSID.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPSID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/provider/xmpp/identity/XMPPSNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes/org/eclipse/ecf/provider/xmpp/identity/XMPPSNamespace.class [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/org.eclipse.ecf.provider.xmpp-3.2.402-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/events/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/search/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/smack/ [DEBUG] adding directory org/eclipse/ecf/provider/ [DEBUG] adding directory org/eclipse/ecf/provider/xmpp/ [DEBUG] adding directory org/eclipse/ecf/provider/xmpp/identity/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/Messages.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$3.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatManager$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$4.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$6.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$7.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$3.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$8.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$5.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainer.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomContainerHelper.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$3.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$ECFRoomInfo.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPChatRoomManager.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPContainerAccountManager.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPContainerContext.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$XMPPPresence.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$AdditionalClientRosterEntry.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPContainerPresenceHelper$PresenceRosterManager$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPDebugOptions.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPFiletURLStreamHandlerService.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPSContainerInstantiator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XmppPlugin.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/events/ChatMembershipEvent.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/events/IQEvent.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/events/InvitationReceivedEvent.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/events/MessageEvent.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/events/PresenceEvent.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPFileTransferRequestListener$1$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$FileTransferJob.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPIncomingFileTransfer$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransfer$1$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/filetransfer/XMPPOutgoingFileTransferHelper.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/search/XMPPCriteria.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/search/XMPPResultItem.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/search/XMPPSearch.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/search/XMPPSelection.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/search/XMPPSimpleCriterion.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/search/XMPPUserSearchManager.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/search/XMPPUserSearchManager$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$3.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnection$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnectionObjectPacketEvent.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/smack/ECFConnectionPacketEvent.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/messages.properties [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/XMPPContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/XMPPSContainer.class [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPFileID.class [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPFileNamespace.class [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPID.class [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPID$XMPPEscape.class [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPNamespace.class [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPRoomID.class [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPRoomNamespace.class [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPSID.class [DEBUG] adding entry org/eclipse/ecf/provider/xmpp/identity/XMPPSNamespace.class [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [DEBUG] adding entry schema/extensionProvider.exsd [DEBUG] adding entry schema/iqProvider.exsd [DEBUG] adding entry schema/providerDirectories.exsd [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.xmpp-3.2.402-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/org.eclipse.ecf.provider.xmpp-3.2.402-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/org.eclipse.ecf.provider.xmpp-3.2.402-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/org.eclipse.ecf.provider.xmpp-3.2.402-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/org.eclipse.ecf.provider.xmpp-3.2.402-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/org.eclipse.ecf.provider.xmpp-3.2.402-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/org.eclipse.ecf.provider.xmpp-3.2.402-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@15447382] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.xmpp/3.2.402.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.xmpp,3.2.402.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.xmpp/3.2.402.v20230528-2254/org.eclipse.ecf.provider.xmpp-3.2.402.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.xmpp.source/3.2.402.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.xmpp.source,3.2.402.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.xmpp.source/3.2.402.v20230528-2254/org.eclipse.ecf.provider.xmpp.source-3.2.402.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------< org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare >------- [INFO] Building org.eclipse.ecf.provider.xmpp.datashare 1.0.201-SNAPSHOT [59/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.provider.xmpp.remoteservice 1.2.201.qualifier [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.xmpp.datashare 1.0.201.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence:2.1.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence.source:2.1.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.jivesoftware.smack:3.4.0.qualifier: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.jivesoftware.smack.source:3.4.0.qualifier: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=84761, ConflictMarker.markTime=45838, ConflictMarker.nodeCount=178, ConflictIdSorter.graphTime=41402, ConflictIdSorter.topsortTime=26713, ConflictIdSorter.conflictIdCount=32, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=303728, ConflictResolver.conflictItemCount=170, DfDependencyCollector.collectTime=954469, DfDependencyCollector.transformTime=523091} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:eclipse-plugin:1.0.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:jar:3.2.402-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.datashare:jar:1.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:3.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] dnsjava:dnsjava:jar:3.5.3:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack.source:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:03.061571523, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:03.061827794, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:03.061827794, lastModified=2024-05-02 22:36:24.438735197, delta=338623092597 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:03.061827794, lastModified=2024-05-02 22:36:24.438735197, delta=338623092597 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:03.061827794, lastModified=2024-05-02 22:36:24.438735197, delta=338623092597 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:03.062150483, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:03.062309948, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:03.062309948, lastModified=2024-05-02 22:36:25.084747530, delta=337977562418 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:03.061827794, lastModified=2024-05-02 22:36:24.438735197, delta=338623092597 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:03.061827794, lastModified=2024-05-02 22:36:24.438735197, delta=338623092597 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:42:03.062860622, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:42:03.062920460, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:03.067676381, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:03.076049648, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:03.061827794, lastModified=2024-05-02 22:36:24.438735197, delta=338623092597 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:03.061827794, lastModified=2024-05-02 22:36:24.438735197, delta=338623092597 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.201.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.xmpp.datashare) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.xmpp.datashare [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:03Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare [DEBUG] tychoProject.build.outputDirectories: [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.xmpp.datashare-1.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:03Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare [DEBUG] tychoProject.build.outputDirectories: [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.xmpp.datashare-1.0.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@39186f8b [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.xmpp.datashare-1.0.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/org.eclipse.ecf.provider.xmpp.datashare-1.0.201-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry fragment.xml [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@316dae7 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.xmpp.datashare-1.0.201-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@7a018273 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:03.729467532, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:03.729724329, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:03.729724329, lastModified=2024-05-02 22:36:24.438735197, delta=339290989132 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:03.729724329, lastModified=2024-05-02 22:36:24.438735197, delta=339290989132 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:03.729724329, lastModified=2024-05-02 22:36:24.438735197, delta=339290989132 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:03.730063049, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:03.730145804, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:03.730145804, lastModified=2024-05-02 22:36:25.084747530, delta=338645398274 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/org.eclipse.ecf.provider.xmpp.datashare-1.0.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry fragment.xml [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.xmpp.datashare-1.0.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/org.eclipse.ecf.provider.xmpp.datashare-1.0.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/org.eclipse.ecf.provider.xmpp.datashare-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/org.eclipse.ecf.provider.xmpp.datashare-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/org.eclipse.ecf.provider.xmpp.datashare-1.0.201-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/org.eclipse.ecf.provider.xmpp.datashare-1.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/org.eclipse.ecf.provider.xmpp.datashare-1.0.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@c2a1274] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.xmpp.datashare --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.xmpp.datashare/1.0.201.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.xmpp.datashare,1.0.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.xmpp.datashare/1.0.201.v20230528-2254/org.eclipse.ecf.provider.xmpp.datashare-1.0.201.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.xmpp.datashare.source/1.0.201.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.xmpp.datashare.source,1.0.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.xmpp.datashare.source/1.0.201.v20230528-2254/org.eclipse.ecf.provider.xmpp.datashare.source-1.0.201.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ----< org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice >----- [INFO] Building org.eclipse.ecf.provider.xmpp.remoteservice 1.2.201-SNAPSHOT [60/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.provider.xmpp.remoteservice 1.2.201.qualifier [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.xmpp.datashare 1.0.201.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence:2.1.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence.source:2.1.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.jivesoftware.smack:3.4.0.qualifier: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.jivesoftware.smack.source:3.4.0.qualifier: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=45047, ConflictMarker.markTime=51815, ConflictMarker.nodeCount=198, ConflictIdSorter.graphTime=49357, ConflictIdSorter.topsortTime=31708, ConflictIdSorter.conflictIdCount=36, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=405601, ConflictResolver.conflictItemCount=190, DfDependencyCollector.collectTime=1240007, DfDependencyCollector.transformTime=607004} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:eclipse-plugin:1.2.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:jar:3.2.402-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:3.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] dnsjava:dnsjava:jar:3.5.3:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack.source:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:08.706028087, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:08.706272516, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:08.706272516, lastModified=2024-05-02 22:36:24.438735197, delta=344267537319 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:08.706272516, lastModified=2024-05-02 22:36:24.438735197, delta=344267537319 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:08.706272516, lastModified=2024-05-02 22:36:24.438735197, delta=344267537319 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:08.706620156, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:08.706791630, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:08.706791630, lastModified=2024-05-02 22:36:25.084747530, delta=343622044100 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:08.706272516, lastModified=2024-05-02 22:36:24.438735197, delta=344267537319 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:08.706272516, lastModified=2024-05-02 22:36:24.438735197, delta=344267537319 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:42:08.707339890, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:42:08.707431863, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 13 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:08.720319810, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:08.728875997, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:08.706272516, lastModified=2024-05-02 22:36:24.438735197, delta=344267537319 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:08.706272516, lastModified=2024-05-02 22:36:24.438735197, delta=344267537319 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.2.201.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.xmpp.remoteservice) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.xmpp.remoteservice [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:09Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.2.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes [DEBUG] unqualifiedVersion: 1.2.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.xmpp.remoteservice-1.2.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes[+org/jivesoftware/smack/*:+org/jivesoftware/smack/debugger/*:+org/jivesoftware/smack/filter/*:+org/jivesoftware/smack/packet/*:+org/jivesoftware/smack/provider/*:+org/jivesoftware/smack/proxy/*:+org/jivesoftware/smack/sasl/*:+org/jivesoftware/smack/util/*:+org/jivesoftware/smack/util/collections/*:+org/jivesoftware/smackx/*:+org/jivesoftware/smackx/bookmark/*:+org/jivesoftware/smackx/commands/*:+org/jivesoftware/smackx/debugger/*:+org/jivesoftware/smackx/filetransfer/*:+org/jivesoftware/smackx/muc/*:+org/jivesoftware/smackx/packet/*:+org/jivesoftware/smackx/provider/*:+org/jivesoftware/smackx/search/*:+org/jivesoftware/smackx/workgroup/*:+org/jivesoftware/smackx/workgroup/agent/*:+org/jivesoftware/smackx/workgroup/ext/forms/*:+org/jivesoftware/smackx/workgroup/ext/history/*:+org/jivesoftware/smackx/workgroup/ext/macros/*:+org/jivesoftware/smackx/workgroup/ext/notes/*:+org/jivesoftware/smackx/workgroup/packet/*:+org/jivesoftware/smackx/workgroup/settings/*:+org/jivesoftware/smackx/workgroup/user/*:+org/jivesoftware/smackx/workgroup/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar[+org/jivesoftware/smack/*:+org/jivesoftware/smack/debugger/*:+org/jivesoftware/smack/filter/*:+org/jivesoftware/smack/packet/*:+org/jivesoftware/smack/provider/*:+org/jivesoftware/smack/proxy/*:+org/jivesoftware/smack/sasl/*:+org/jivesoftware/smack/util/*:+org/jivesoftware/smack/util/collections/*:+org/jivesoftware/smackx/*:+org/jivesoftware/smackx/bookmark/*:+org/jivesoftware/smackx/commands/*:+org/jivesoftware/smackx/debugger/*:+org/jivesoftware/smackx/filetransfer/*:+org/jivesoftware/smackx/muc/*:+org/jivesoftware/smackx/packet/*:+org/jivesoftware/smackx/provider/*:+org/jivesoftware/smackx/search/*:+org/jivesoftware/smackx/workgroup/*:+org/jivesoftware/smackx/workgroup/agent/*:+org/jivesoftware/smackx/workgroup/ext/forms/*:+org/jivesoftware/smackx/workgroup/ext/history/*:+org/jivesoftware/smackx/workgroup/ext/macros/*:+org/jivesoftware/smackx/workgroup/ext/notes/*:+org/jivesoftware/smackx/workgroup/packet/*:+org/jivesoftware/smackx/workgroup/settings/*:+org/jivesoftware/smackx/workgroup/user/*:+org/jivesoftware/smackx/workgroup/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[~org/eclipse/ecf/internal/provider/remoteservice/*:+org/eclipse/ecf/provider/remoteservice/generic/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes[+org/jivesoftware/smack/*:+org/jivesoftware/smack/debugger/*:+org/jivesoftware/smack/filter/*:+org/jivesoftware/smack/packet/*:+org/jivesoftware/smack/provider/*:+org/jivesoftware/smack/proxy/*:+org/jivesoftware/smack/sasl/*:+org/jivesoftware/smack/util/*:+org/jivesoftware/smack/util/collections/*:+org/jivesoftware/smackx/*:+org/jivesoftware/smackx/bookmark/*:+org/jivesoftware/smackx/commands/*:+org/jivesoftware/smackx/debugger/*:+org/jivesoftware/smackx/filetransfer/*:+org/jivesoftware/smackx/muc/*:+org/jivesoftware/smackx/packet/*:+org/jivesoftware/smackx/provider/*:+org/jivesoftware/smackx/search/*:+org/jivesoftware/smackx/workgroup/*:+org/jivesoftware/smackx/workgroup/agent/*:+org/jivesoftware/smackx/workgroup/ext/forms/*:+org/jivesoftware/smackx/workgroup/ext/history/*:+org/jivesoftware/smackx/workgroup/ext/macros/*:+org/jivesoftware/smackx/workgroup/ext/notes/*:+org/jivesoftware/smackx/workgroup/packet/*:+org/jivesoftware/smackx/workgroup/settings/*:+org/jivesoftware/smackx/workgroup/user/*:+org/jivesoftware/smackx/workgroup/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar[+org/jivesoftware/smack/*:+org/jivesoftware/smack/debugger/*:+org/jivesoftware/smack/filter/*:+org/jivesoftware/smack/packet/*:+org/jivesoftware/smack/provider/*:+org/jivesoftware/smack/proxy/*:+org/jivesoftware/smack/sasl/*:+org/jivesoftware/smack/util/*:+org/jivesoftware/smack/util/collections/*:+org/jivesoftware/smackx/*:+org/jivesoftware/smackx/bookmark/*:+org/jivesoftware/smackx/commands/*:+org/jivesoftware/smackx/debugger/*:+org/jivesoftware/smackx/filetransfer/*:+org/jivesoftware/smackx/muc/*:+org/jivesoftware/smackx/packet/*:+org/jivesoftware/smackx/provider/*:+org/jivesoftware/smackx/search/*:+org/jivesoftware/smackx/workgroup/*:+org/jivesoftware/smackx/workgroup/agent/*:+org/jivesoftware/smackx/workgroup/ext/forms/*:+org/jivesoftware/smackx/workgroup/ext/history/*:+org/jivesoftware/smackx/workgroup/ext/macros/*:+org/jivesoftware/smackx/workgroup/ext/notes/*:+org/jivesoftware/smackx/workgroup/packet/*:+org/jivesoftware/smackx/workgroup/settings/*:+org/jivesoftware/smackx/workgroup/user/*:+org/jivesoftware/smackx/workgroup/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[~org/eclipse/ecf/internal/provider/remoteservice/*:+org/eclipse/ecf/provider/remoteservice/generic/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/src [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes[+org/jivesoftware/smack/*:+org/jivesoftware/smack/debugger/*:+org/jivesoftware/smack/filter/*:+org/jivesoftware/smack/packet/*:+org/jivesoftware/smack/provider/*:+org/jivesoftware/smack/proxy/*:+org/jivesoftware/smack/sasl/*:+org/jivesoftware/smack/util/*:+org/jivesoftware/smack/util/collections/*:+org/jivesoftware/smackx/*:+org/jivesoftware/smackx/bookmark/*:+org/jivesoftware/smackx/commands/*:+org/jivesoftware/smackx/debugger/*:+org/jivesoftware/smackx/filetransfer/*:+org/jivesoftware/smackx/muc/*:+org/jivesoftware/smackx/packet/*:+org/jivesoftware/smackx/provider/*:+org/jivesoftware/smackx/search/*:+org/jivesoftware/smackx/workgroup/*:+org/jivesoftware/smackx/workgroup/agent/*:+org/jivesoftware/smackx/workgroup/ext/forms/*:+org/jivesoftware/smackx/workgroup/ext/history/*:+org/jivesoftware/smackx/workgroup/ext/macros/*:+org/jivesoftware/smackx/workgroup/ext/notes/*:+org/jivesoftware/smackx/workgroup/packet/*:+org/jivesoftware/smackx/workgroup/settings/*:+org/jivesoftware/smackx/workgroup/user/*:+org/jivesoftware/smackx/workgroup/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar[+org/jivesoftware/smack/*:+org/jivesoftware/smack/debugger/*:+org/jivesoftware/smack/filter/*:+org/jivesoftware/smack/packet/*:+org/jivesoftware/smack/provider/*:+org/jivesoftware/smack/proxy/*:+org/jivesoftware/smack/sasl/*:+org/jivesoftware/smack/util/*:+org/jivesoftware/smack/util/collections/*:+org/jivesoftware/smackx/*:+org/jivesoftware/smackx/bookmark/*:+org/jivesoftware/smackx/commands/*:+org/jivesoftware/smackx/debugger/*:+org/jivesoftware/smackx/filetransfer/*:+org/jivesoftware/smackx/muc/*:+org/jivesoftware/smackx/packet/*:+org/jivesoftware/smackx/provider/*:+org/jivesoftware/smackx/search/*:+org/jivesoftware/smackx/workgroup/*:+org/jivesoftware/smackx/workgroup/agent/*:+org/jivesoftware/smackx/workgroup/ext/forms/*:+org/jivesoftware/smackx/workgroup/ext/history/*:+org/jivesoftware/smackx/workgroup/ext/macros/*:+org/jivesoftware/smackx/workgroup/ext/notes/*:+org/jivesoftware/smackx/workgroup/packet/*:+org/jivesoftware/smackx/workgroup/settings/*:+org/jivesoftware/smackx/workgroup/user/*:+org/jivesoftware/smackx/workgroup/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[~org/eclipse/ecf/internal/provider/remoteservice/*:+org/eclipse/ecf/provider/remoteservice/generic/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/src/org/eclipse/ecf/internal/provider/xmpp/XMPPRemoteServiceAdapterFactory.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:09Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.2.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes [DEBUG] unqualifiedVersion: 1.2.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.xmpp.remoteservice-1.2.201-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@7fc63d45 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.xmpp.remoteservice-1.2.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.201-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPRemoteServiceAdapterFactory.java [DEBUG] adding entry about.html [DEBUG] adding entry fragment.xml [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@58351438 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.xmpp.remoteservice-1.2.201-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@311faace [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:09.481859171, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:09.482110403, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:09.482110403, lastModified=2024-05-02 22:36:24.438735197, delta=345043375206 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:09.482110403, lastModified=2024-05-02 22:36:24.438735197, delta=345043375206 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:09.482110403, lastModified=2024-05-02 22:36:24.438735197, delta=345043375206 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:09.482667189, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:09.482752026, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:09.482752026, lastModified=2024-05-02 22:36:25.084747530, delta=344398004496 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPRemoteServiceAdapterFactory$XMPPRegistrySharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPRemoteServiceAdapterFactory$XMPPRegistrySharedObject.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPRemoteServiceAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPRemoteServiceAdapterFactory.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@668f8d0b [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPRemoteServiceAdapterFactory$XMPPRegistrySharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPRemoteServiceAdapterFactory$XMPPRegistrySharedObject.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/XMPPRemoteServiceAdapterFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes/org/eclipse/ecf/internal/provider/xmpp/XMPPRemoteServiceAdapterFactory.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPRemoteServiceAdapterFactory$XMPPRegistrySharedObject.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/XMPPRemoteServiceAdapterFactory.class [DEBUG] adding entry about.html [DEBUG] adding entry fragment.xml [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.xmpp.remoteservice-1.2.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.201-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.201-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@3a84bc5f] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.xmpp.remoteservice/1.2.201.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.xmpp.remoteservice,1.2.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.xmpp.remoteservice/1.2.201.v20230528-2254/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.201.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.xmpp.remoteservice.source/1.2.201.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.xmpp.remoteservice.source,1.2.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.xmpp.remoteservice.source/1.2.201.v20230528-2254/org.eclipse.ecf.provider.xmpp.remoteservice.source-1.2.201.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui >---------- [INFO] Building org.eclipse.ecf.provider.xmpp.ui 2.2.301-SNAPSHOT [61/114] [INFO] from providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.provider.xmpp.remoteservice 1.2.201.qualifier [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.ecf.provider.xmpp.datashare 1.0.201.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.jivesoftware.smack:3.4.0.qualifier: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.jivesoftware.smack.source:3.4.0.qualifier: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=162414, ConflictMarker.markTime=175104, ConflictMarker.nodeCount=675, ConflictIdSorter.graphTime=119635, ConflictIdSorter.topsortTime=123850, ConflictIdSorter.conflictIdCount=202, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=6890410, ConflictResolver.conflictItemCount=665, DfDependencyCollector.collectTime=2530202, DfDependencyCollector.transformTime=7520594} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:eclipse-plugin:2.2.301-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ui:jar:2.3.0-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:jar:3.2.402-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence.ui:jar:2.4.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:3.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] dnsjava:dnsjava:jar:3.5.3:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack.source:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:12.731347858, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:12.731685505, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:12.731685505, lastModified=2024-05-02 22:36:24.438735197, delta=348292950308 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:12.731685505, lastModified=2024-05-02 22:36:24.438735197, delta=348292950308 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:12.731685505, lastModified=2024-05-02 22:36:24.438735197, delta=348292950308 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:12.732052807, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:12.732252131, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:12.732252131, lastModified=2024-05-02 22:36:25.084747530, delta=347647504601 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:12.731685505, lastModified=2024-05-02 22:36:24.438735197, delta=348292950308 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:12.731685505, lastModified=2024-05-02 22:36:24.438735197, delta=348292950308 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:42:12.732819448, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:42:12.732881538, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:12.738064280, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:12.747035476, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:12.731685505, lastModified=2024-05-02 22:36:24.438735197, delta=348292950308 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:12.731685505, lastModified=2024-05-02 22:36:24.438735197, delta=348292950308 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.2.301.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fproviders%252Fbundles%252Forg.eclipse.ecf.provider.xmpp.ui) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.provider.xmpp.ui [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:13Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.2.301.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.xmpp.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes [DEBUG] unqualifiedVersion: 2.2.301 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.xmpp.ui-2.2.301-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes[~org/eclipse/ecf/internal/presence/ui/*:~org/eclipse/ecf/internal/presence/ui/dialogs/*:+org/eclipse/ecf/presence/ui/*:+org/eclipse/ecf/presence/ui/chatroom/*:+org/eclipse/ecf/presence/ui/dnd/*:+org/eclipse/ecf/presence/ui/menu/*:+org/eclipse/ecf/presence/ui/roster/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes[~org/eclipse/ecf/internal/provider/xmpp/*:~org/eclipse/ecf/internal/provider/xmpp/events/*:~org/eclipse/ecf/internal/provider/xmpp/filetransfer/*:~org/eclipse/ecf/internal/provider/xmpp/smack/*:+org/eclipse/ecf/provider/xmpp/*:+org/eclipse/ecf/provider/xmpp/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes[~org/eclipse/ecf/internal/presence/ui/*:~org/eclipse/ecf/internal/presence/ui/dialogs/*:+org/eclipse/ecf/presence/ui/*:+org/eclipse/ecf/presence/ui/chatroom/*:+org/eclipse/ecf/presence/ui/dnd/*:+org/eclipse/ecf/presence/ui/menu/*:+org/eclipse/ecf/presence/ui/roster/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes[~org/eclipse/ecf/internal/provider/xmpp/*:~org/eclipse/ecf/internal/provider/xmpp/events/*:~org/eclipse/ecf/internal/provider/xmpp/filetransfer/*:~org/eclipse/ecf/internal/provider/xmpp/smack/*:+org/eclipse/ecf/provider/xmpp/*:+org/eclipse/ecf/provider/xmpp/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/classes[~org/eclipse/ecf/internal/ui/*:~org/eclipse/ecf/internal/ui/actions/*:~org/eclipse/ecf/internal/ui/perspectives/*:~org/eclipse/ecf/internal/ui/wizards/*:+org/eclipse/ecf/ui/*:+org/eclipse/ecf/ui/actions/*:+org/eclipse/ecf/ui/dialogs/*:+org/eclipse/ecf/ui/hyperlink/*:+org/eclipse/ecf/ui/screencapture/*:+org/eclipse/ecf/ui/util/*:+org/eclipse/ecf/ui/wizards/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/classes[~org/eclipse/ecf/internal/presence/ui/*:~org/eclipse/ecf/internal/presence/ui/dialogs/*:+org/eclipse/ecf/presence/ui/*:+org/eclipse/ecf/presence/ui/chatroom/*:+org/eclipse/ecf/presence/ui/dnd/*:+org/eclipse/ecf/presence/ui/menu/*:+org/eclipse/ecf/presence/ui/roster/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes[~org/eclipse/ecf/internal/provider/xmpp/*:~org/eclipse/ecf/internal/provider/xmpp/events/*:~org/eclipse/ecf/internal/provider/xmpp/filetransfer/*:~org/eclipse/ecf/internal/provider/xmpp/smack/*:+org/eclipse/ecf/provider/xmpp/*:+org/eclipse/ecf/provider/xmpp/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/Messages.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlinkDetector.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizard.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard.java, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:13Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.2.301.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/providers/bundles/org.eclipse.ecf.provider.xmpp.ui [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes [DEBUG] unqualifiedVersion: 2.2.301 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.provider.xmpp.ui-2.2.301-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@73349c35 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.xmpp.ui-2.2.301-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/org.eclipse.ecf.provider.xmpp.ui-2.2.301-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/ui/wizards/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/Messages.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlinkDetector.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/messages.properties [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizard.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard.java [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@447d05e5 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.provider.xmpp.ui-2.2.301-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@aec42e1 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:13.880543600, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:13.880774159, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:13.880774159, lastModified=2024-05-02 22:36:24.438735197, delta=349442038962 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:13.880774159, lastModified=2024-05-02 22:36:24.438735197, delta=349442038962 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:13.880774159, lastModified=2024-05-02 22:36:24.438735197, delta=349442038962 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:13.881138751, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:13.881213817, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:13.881213817, lastModified=2024-05-02 22:36:25.084747530, delta=348796466287 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/Messages.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$2$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlinkDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlinkDetector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizard.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$4$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$4$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard$DualCallbackHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard$DualCallbackHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@442b1e3c [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/Messages.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/Messages.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$2$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$2$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlinkDetector.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlinkDetector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizard.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$4$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$4$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard$DualCallbackHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard$DualCallbackHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage.class resource=/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes/org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage.class [DEBUG] parseClassFile(): path=java/lang/Runnable.class resource=:jrt:/java.base/java/lang/Runnable.class: [DEBUG] parseClassFile(): path=javax/security/auth/callback/CallbackHandler.class resource=:jrt:/java.base/javax/security/auth/callback/CallbackHandler.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/org.eclipse.ecf.provider.xmpp.ui-2.2.301-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/ui/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/ [DEBUG] adding directory org/eclipse/ecf/internal/provider/xmpp/ui/wizards/ [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/Messages.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/XMPPCompoundContributionItem$2$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlinkDetector.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizard.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/EclipseXMPPSConnectWizardPage$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1$1$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$4.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$4$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$3.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$6.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizard$5.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$4.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$3.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPConnectWizardPage$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizard$DualCallbackHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$4.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$3.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$2.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/wizards/XMPPSConnectWizardPage$1.class [DEBUG] adding entry org/eclipse/ecf/internal/provider/xmpp/ui/messages.properties [DEBUG] adding directory icons/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/new_connection.gif [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.xmpp.ui-2.2.301-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/org.eclipse.ecf.provider.xmpp.ui-2.2.301-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/org.eclipse.ecf.provider.xmpp.ui-2.2.301-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/org.eclipse.ecf.provider.xmpp.ui-2.2.301-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/org.eclipse.ecf.provider.xmpp.ui-2.2.301-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/org.eclipse.ecf.provider.xmpp.ui-2.2.301-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/org.eclipse.ecf.provider.xmpp.ui-2.2.301-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@4f6bf752] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.xmpp.ui --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.xmpp.ui/2.2.301.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.xmpp.ui,2.2.301.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.xmpp.ui/2.2.301.v20230528-2254/org.eclipse.ecf.provider.xmpp.ui-2.2.301.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.xmpp.ui.source/2.2.301.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.provider.xmpp.ui.source,2.2.301.v20230528-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.xmpp.ui.source/2.2.301.v20230528-2254/org.eclipse.ecf.provider.xmpp.ui.source-2.2.301.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin >------ [INFO] Building org.eclipse.ecf.remoteservice.eventadmin 1.3.101-SNAPSHOT [62/114] [INFO] from server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=16504, ConflictMarker.markTime=19364, ConflictMarker.nodeCount=46, ConflictIdSorter.graphTime=10953, ConflictIdSorter.topsortTime=14969, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=107567, ConflictResolver.conflictItemCount=45, DfDependencyCollector.collectTime=259653, DfDependencyCollector.transformTime=187096} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:eclipse-plugin:1.3.101-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin.jars.extra.classpath:jar:r7stubs.jar:1.3.101-SNAPSHOT:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:16.660339551, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:16.660596871, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:16.660596871, lastModified=2024-05-02 22:36:24.438735197, delta=352221861674 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:16.660596871, lastModified=2024-05-02 22:36:24.438735197, delta=352221861674 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:16.660596871, lastModified=2024-05-02 22:36:24.438735197, delta=352221861674 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:16.660912906, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:16.661075558, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:16.661075558, lastModified=2024-05-02 22:36:25.084747530, delta=351576328028 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:16.660596871, lastModified=2024-05-02 22:36:24.438735197, delta=352221861674 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:16.660596871, lastModified=2024-05-02 22:36:24.438735197, delta=352221861674 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:42:16.661595456, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:42:16.661656978, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:16.666500311, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:16.675321204, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:16.660596871, lastModified=2024-05-02 22:36:24.438735197, delta=352221861674 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:16.660596871, lastModified=2024-05-02 22:36:24.438735197, delta=352221861674 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.3.101.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fserver-side%252Fbundles%252Forg.eclipse.ecf.remoteservice.eventadmin) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.remoteservice.eventadmin [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:16Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.101.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes [DEBUG] unqualifiedVersion: 1.3.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.remoteservice.eventadmin-1.3.101-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src_r7stubs] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ecf.remoteservice.eventadmin:1.3.101.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/framework/eventmgr/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ecf.remoteservice.eventadmin:1.3.101.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ecf.remoteservice.eventadmin:1.3.101.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/framework/eventmgr/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src_r7stubs [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/framework/eventmgr/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src_r7stubs/org/osgi/service/log/Logger.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ecf.remoteservice.eventadmin:1.3.101.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/framework/eventmgr/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ecf.remoteservice.eventadmin:1.3.101.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.osgi.service.event:1.4.1.202109301733 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar] [INFO] Rules: [org/osgi/service/event/annotations/*] [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ecf.remoteservice.eventadmin:1.3.101.qualifier and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/framework/eventmgr/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/framework/eventmgr/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/*:+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/DefaultSerializationHandler.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerTracker.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerWrapper.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/LogTracker.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/EventMessage.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/EventTopicFilter.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/serialization/SerializationHandler.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:17Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.101.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes [DEBUG] unqualifiedVersion: 1.3.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.remoteservice.eventadmin-1.3.101-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3b6deacb [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.eventadmin-1.3.101-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/org.eclipse.ecf.remoteservice.eventadmin-1.3.101-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservice/eventadmin/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/eventadmin/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/eventadmin/serialization/ [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/eventadmin/DefaultSerializationHandler.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerTracker.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerWrapper.java [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/eventadmin/LogTracker.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/eventadmin/EventMessage.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/eventadmin/EventTopicFilter.java [DEBUG] adding entry org/eclipse/ecf/remoteservice/eventadmin/serialization/SerializationHandler.java [DEBUG] adding directory org/osgi/ [DEBUG] adding directory org/osgi/service/ [DEBUG] adding directory org/osgi/service/log/ [DEBUG] adding entry org/osgi/service/log/Logger.java [DEBUG] adding entry about.html [DEBUG] adding entry bundle.properties [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@74d2efc4 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.eventadmin-1.3.101-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@306c2232 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/osgi/ [DEBUG] adding directory org/osgi/service/ [DEBUG] adding directory org/osgi/service/log/ [DEBUG] adding entry org/osgi/service/log/Logger.class [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:17.609567307, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:17.609890281, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:17.609890281, lastModified=2024-05-02 22:36:24.438735197, delta=353171155084 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:17.609890281, lastModified=2024-05-02 22:36:24.438735197, delta=353171155084 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:17.609890281, lastModified=2024-05-02 22:36:24.438735197, delta=353171155084 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:17.610294134, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:17.610416012, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:17.610416012, lastModified=2024-05-02 22:36:25.084747530, delta=352525668482 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservice/eventadmin/DefaultSerializationHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/internal/remoteservice/eventadmin/DefaultSerializationHandler.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerTracker.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerTracker.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerWrapper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/remoteservice/eventadmin/LogTracker.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/internal/remoteservice/eventadmin/LogTracker.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/eventadmin/EventMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/remoteservice/eventadmin/EventMessage.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/eventadmin/EventTopicFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/remoteservice/eventadmin/EventTopicFilter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservice/eventadmin/serialization/SerializationHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/remoteservice/eventadmin/serialization/SerializationHandler.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@6534046a [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservice/eventadmin/DefaultSerializationHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/internal/remoteservice/eventadmin/DefaultSerializationHandler.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerTracker.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerTracker.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerWrapper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/remoteservice/eventadmin/LogTracker.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/internal/remoteservice/eventadmin/LogTracker.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/eventadmin/EventMessage.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/remoteservice/eventadmin/EventMessage.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/eventadmin/EventTopicFilter.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/remoteservice/eventadmin/EventTopicFilter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservice/eventadmin/serialization/SerializationHandler.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes/org/eclipse/ecf/remoteservice/eventadmin/serialization/SerializationHandler.class [DEBUG] parseClassFile(): path=org/osgi/service/event/EventAdmin.class resource=:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar(org/osgi/service/event/EventAdmin.class): [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/org.eclipse.ecf.remoteservice.eventadmin-1.3.101-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/internal/remoteservice/eventadmin/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/eventadmin/ [DEBUG] adding directory org/eclipse/ecf/remoteservice/eventadmin/serialization/ [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/eventadmin/DefaultSerializationHandler.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerTracker.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerWrapper.class [DEBUG] adding entry org/eclipse/ecf/internal/remoteservice/eventadmin/LogTracker.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin$1.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin$2.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/eventadmin/EventMessage.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/eventadmin/EventTopicFilter.class [DEBUG] adding entry org/eclipse/ecf/remoteservice/eventadmin/serialization/SerializationHandler.class [DEBUG] adding entry about.html [DEBUG] adding entry bundle.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.eventadmin-1.3.101-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/org.eclipse.ecf.remoteservice.eventadmin-1.3.101-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/org.eclipse.ecf.remoteservice.eventadmin-1.3.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/org.eclipse.ecf.remoteservice.eventadmin-1.3.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/org.eclipse.ecf.remoteservice.eventadmin-1.3.101-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/org.eclipse.ecf.remoteservice.eventadmin-1.3.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/org.eclipse.ecf.remoteservice.eventadmin-1.3.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@32130af0] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin_1.3.101.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.remoteservice.eventadmin.source_1.3.101.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version org/eclipse/ecf/internal/remoteservice/eventadmin/DefaultSerializationHandler.class: different org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerWrapper.class: different org/eclipse/ecf/internal/remoteservice/eventadmin/LogTracker.class: different org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.eventadmin --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.remoteservice.eventadmin/1.3.101.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.remoteservice.eventadmin,1.3.101.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.remoteservice.eventadmin/1.3.101.v20231021-2050/org.eclipse.ecf.remoteservice.eventadmin-1.3.101.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.remoteservice.eventadmin.source/1.3.101.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.remoteservice.eventadmin.source,1.3.101.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.remoteservice.eventadmin.source/1.3.101.v20231021-2050/org.eclipse.ecf.remoteservice.eventadmin.source-1.3.101.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.server.generic >----------- [INFO] Building org.eclipse.ecf.server.generic 8.2.0-SNAPSHOT [63/114] [INFO] from server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=43576, ConflictMarker.markTime=43613, ConflictMarker.nodeCount=114, ConflictIdSorter.graphTime=37027, ConflictIdSorter.topsortTime=24409, ConflictIdSorter.conflictIdCount=24, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=272502, ConflictResolver.conflictItemCount=113, DfDependencyCollector.collectTime=648528, DfDependencyCollector.transformTime=464344} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server.generic:eclipse-plugin:8.2.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:19.938518348, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:19.938873714, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:19.938873714, lastModified=2024-05-02 22:36:24.438735197, delta=355500138517 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:19.938873714, lastModified=2024-05-02 22:36:24.438735197, delta=355500138517 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:19.938873714, lastModified=2024-05-02 22:36:24.438735197, delta=355500138517 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:19.939313408, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:19.939541843, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:19.939541843, lastModified=2024-05-02 22:36:25.084747530, delta=354854794313 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:19.938873714, lastModified=2024-05-02 22:36:24.438735197, delta=355500138517 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:19.938873714, lastModified=2024-05-02 22:36:24.438735197, delta=355500138517 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:42:19.940179054, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:42:19.940258433, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 7 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:19.947919069, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:19.956828969, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:19.938873714, lastModified=2024-05-02 22:36:24.438735197, delta=355500138517 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:19.938873714, lastModified=2024-05-02 22:36:24.438735197, delta=355500138517 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 8.2.0.v20231021-2015 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fserver-side%252Fbundles%252Forg.eclipse.ecf.server.generic) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.server.generic [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2015 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:20Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 8.2.0.v20231021-2015 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/server-side/bundles/org.eclipse.ecf.server.generic [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes [DEBUG] unqualifiedVersion: 8.2.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.server.generic-8.2.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+javax/xml/parsers/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[~org/eclipse/ecf/internal/provider/remoteservice/*:+org/eclipse/ecf/provider/remoteservice/generic/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+javax/xml/parsers/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[~org/eclipse/ecf/internal/provider/remoteservice/*:+org/eclipse/ecf/provider/remoteservice/generic/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+javax/xml/parsers/*:+org/osgi/framework/*:+org/osgi/service/log/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[~org/eclipse/ecf/internal/provider/remoteservice/*:+org/eclipse/ecf/provider/remoteservice/generic/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/internal/server/generic/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/AbstractGenericServer.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/GenericServerContainer.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/GenericServerContainerGroup.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/GenericServerContainerGroupCreateException.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/GenericServerContainerGroupFactory.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/IGenericServerContainerGroup.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/IGenericServerContainerGroupFactory.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/SSLAbstractGenericServer.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/SSLGenericServerContainer.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/SSLGenericServerContainerGroup.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/SSLSimpleGenericServer.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/ServerManager.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/SimpleGenericServer.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/AbstractGenericClientApplication.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/ClientApplication.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/Connector.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/GenericClientApplication.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/GenericClientJavaApplication.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/GenericServer.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/GenericServerApplication.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/GenericServerJavaApplication.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/NamedGroup.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/SSLAbstractGenericClientApplication.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/SSLGenericClientApplication.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/SSLGenericClientJavaApplication.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/SSLGenericServer.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/SSLGenericServerApplication.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/SSLGenericServerJavaApplication.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/ServerApplication.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/ServerConfigParser.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2015 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:20Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 8.2.0.v20231021-2015 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/server-side/bundles/org.eclipse.ecf.server.generic [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes [DEBUG] unqualifiedVersion: 8.2.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.server.generic-8.2.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3a635f12 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.server.generic-8.2.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (f) qualifier = v20231021-2015 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/org.eclipse.ecf.server.generic-8.2.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/server/ [DEBUG] adding directory org/eclipse/ecf/internal/server/generic/ [DEBUG] adding directory org/eclipse/ecf/server/ [DEBUG] adding directory org/eclipse/ecf/server/generic/ [DEBUG] adding directory org/eclipse/ecf/server/generic/app/ [DEBUG] adding entry org/eclipse/ecf/internal/server/generic/Activator.java [DEBUG] adding entry org/eclipse/ecf/server/generic/AbstractGenericServer.java [DEBUG] adding entry org/eclipse/ecf/server/generic/GenericServerContainer.java [DEBUG] adding entry org/eclipse/ecf/server/generic/GenericServerContainerGroup.java [DEBUG] adding entry org/eclipse/ecf/server/generic/GenericServerContainerGroupCreateException.java [DEBUG] adding entry org/eclipse/ecf/server/generic/GenericServerContainerGroupFactory.java [DEBUG] adding entry org/eclipse/ecf/server/generic/IGenericServerContainerGroup.java [DEBUG] adding entry org/eclipse/ecf/server/generic/IGenericServerContainerGroupFactory.java [DEBUG] adding entry org/eclipse/ecf/server/generic/SSLAbstractGenericServer.java [DEBUG] adding entry org/eclipse/ecf/server/generic/SSLGenericServerContainer.java [DEBUG] adding entry org/eclipse/ecf/server/generic/SSLGenericServerContainerGroup.java [DEBUG] adding entry org/eclipse/ecf/server/generic/SSLSimpleGenericServer.java [DEBUG] adding entry org/eclipse/ecf/server/generic/ServerManager.java [DEBUG] adding entry org/eclipse/ecf/server/generic/SimpleGenericServer.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/AbstractGenericClientApplication.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/ClientApplication.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/Connector.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/GenericClientApplication.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/GenericClientJavaApplication.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/GenericServer.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/GenericServerApplication.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/GenericServerJavaApplication.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/NamedGroup.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLAbstractGenericClientApplication.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLGenericClientApplication.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLGenericClientJavaApplication.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLGenericServer.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLGenericServerApplication.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLGenericServerJavaApplication.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/ServerApplication.java [DEBUG] adding entry org/eclipse/ecf/server/generic/app/ServerConfigParser.java [DEBUG] adding directory launchconfigs/ [DEBUG] adding directory products/ [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry launchconfigs/Generic Client Java App.launch [DEBUG] adding entry launchconfigs/Generic Server Java App.launch [DEBUG] adding entry products/Generic Client Equinox App.product [DEBUG] adding entry products/Generic Server Equinox App.product [DEBUG] adding entry schema/configuration.exsd [DEBUG] adding entry server.xml [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@12e37785 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.server.generic-8.2.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (f) qualifier = v20231021-2015 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@2b3254ad [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:21.017109279, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:21.017386996, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:21.017386996, lastModified=2024-05-02 22:36:24.438735197, delta=356578651799 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:21.017386996, lastModified=2024-05-02 22:36:24.438735197, delta=356578651799 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:21.017386996, lastModified=2024-05-02 22:36:24.438735197, delta=356578651799 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:21.017701992, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:21.017781938, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:21.017781938, lastModified=2024-05-02 22:36:25.084747530, delta=355933034408 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/server/generic/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/internal/server/generic/Activator$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/server/generic/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/internal/server/generic/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/AbstractGenericServer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/AbstractGenericServer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/AbstractGenericServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/AbstractGenericServer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/GenericServerContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/GenericServerContainer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/GenericServerContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/GenericServerContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/GenericServerContainerGroup$GenericServerSOContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/GenericServerContainerGroup$GenericServerSOContainerGroup.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/GenericServerContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/GenericServerContainerGroup.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/GenericServerContainerGroupCreateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/GenericServerContainerGroupCreateException.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/GenericServerContainerGroupFactory$SCGData.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/GenericServerContainerGroupFactory$SCGData.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/GenericServerContainerGroupFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/GenericServerContainerGroupFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/IGenericServerContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/IGenericServerContainerGroup.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/IGenericServerContainerGroupFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/IGenericServerContainerGroupFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/SSLAbstractGenericServer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SSLAbstractGenericServer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/SSLAbstractGenericServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SSLAbstractGenericServer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/SSLGenericServerContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SSLGenericServerContainer$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/SSLGenericServerContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SSLGenericServerContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/SSLGenericServerContainerGroup$SSLGenericServerSOContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SSLGenericServerContainerGroup$SSLGenericServerSOContainerGroup.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/SSLGenericServerContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SSLGenericServerContainerGroup.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/SSLSimpleGenericServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SSLSimpleGenericServer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/ServerManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/ServerManager$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/ServerManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/ServerManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/SimpleGenericServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SimpleGenericServer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/AbstractGenericClientApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/AbstractGenericClientApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication$ContainerListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication$ContainerListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication$SysOutConnectHandlerPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication$SysOutConnectHandlerPolicy.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/ClientApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/ClientApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/Connector.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/Connector.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/GenericClientApplication$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/GenericClientApplication$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/GenericClientApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/GenericClientApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/GenericClientJavaApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/GenericClientJavaApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/GenericServer$JoinListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/GenericServer$JoinListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/GenericServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/GenericServer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/GenericServerApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/GenericServerApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/GenericServerJavaApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/GenericServerJavaApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/NamedGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/NamedGroup.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/SSLAbstractGenericClientApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLAbstractGenericClientApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication$ContainerListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication$ContainerListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication$SysOutConnectHandlerPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication$SysOutConnectHandlerPolicy.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/SSLGenericClientApplication$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLGenericClientApplication$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/SSLGenericClientApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLGenericClientApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/SSLGenericClientJavaApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLGenericClientJavaApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/SSLGenericServer$JoinListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLGenericServer$JoinListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/SSLGenericServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLGenericServer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/SSLGenericServerApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLGenericServerApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/SSLGenericServerJavaApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLGenericServerJavaApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/ServerApplication$ContainerListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/ServerApplication$ContainerListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/ServerApplication$JoinListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/ServerApplication$JoinListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/ServerApplication$SharedObjectAddListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/ServerApplication$SharedObjectAddListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/ServerApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/ServerApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/generic/app/ServerConfigParser.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/ServerConfigParser.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@6f2b2ad8 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/server/generic/Activator$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/internal/server/generic/Activator$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/server/generic/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/internal/server/generic/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/AbstractGenericServer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/AbstractGenericServer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/AbstractGenericServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/AbstractGenericServer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/GenericServerContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/GenericServerContainer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/GenericServerContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/GenericServerContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/GenericServerContainerGroup$GenericServerSOContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/GenericServerContainerGroup$GenericServerSOContainerGroup.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/GenericServerContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/GenericServerContainerGroup.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/GenericServerContainerGroupCreateException.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/GenericServerContainerGroupCreateException.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/GenericServerContainerGroupFactory$SCGData.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/GenericServerContainerGroupFactory$SCGData.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/GenericServerContainerGroupFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/GenericServerContainerGroupFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/IGenericServerContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/IGenericServerContainerGroup.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/IGenericServerContainerGroupFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/IGenericServerContainerGroupFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/SSLAbstractGenericServer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SSLAbstractGenericServer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/SSLAbstractGenericServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SSLAbstractGenericServer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/SSLGenericServerContainer$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SSLGenericServerContainer$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/SSLGenericServerContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SSLGenericServerContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/SSLGenericServerContainerGroup$SSLGenericServerSOContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SSLGenericServerContainerGroup$SSLGenericServerSOContainerGroup.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/SSLGenericServerContainerGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SSLGenericServerContainerGroup.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/SSLSimpleGenericServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SSLSimpleGenericServer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/ServerManager$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/ServerManager$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/ServerManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/ServerManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/SimpleGenericServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/SimpleGenericServer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/AbstractGenericClientApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/AbstractGenericClientApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication$ContainerListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication$ContainerListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication$SysOutConnectHandlerPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication$SysOutConnectHandlerPolicy.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/ClientApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/ClientApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/Connector.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/Connector.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/GenericClientApplication$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/GenericClientApplication$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/GenericClientApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/GenericClientApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/GenericClientJavaApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/GenericClientJavaApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/GenericServer$JoinListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/GenericServer$JoinListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/GenericServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/GenericServer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/GenericServerApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/GenericServerApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/GenericServerJavaApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/GenericServerJavaApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/NamedGroup.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/NamedGroup.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/SSLAbstractGenericClientApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLAbstractGenericClientApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication$ContainerListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication$ContainerListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication$SysOutConnectHandlerPolicy.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication$SysOutConnectHandlerPolicy.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/SSLGenericClientApplication$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLGenericClientApplication$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/SSLGenericClientApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLGenericClientApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/SSLGenericClientJavaApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLGenericClientJavaApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/SSLGenericServer$JoinListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLGenericServer$JoinListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/SSLGenericServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLGenericServer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/SSLGenericServerApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLGenericServerApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/SSLGenericServerJavaApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/SSLGenericServerJavaApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/ServerApplication$ContainerListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/ServerApplication$ContainerListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/ServerApplication$JoinListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/ServerApplication$JoinListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/ServerApplication$SharedObjectAddListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/ServerApplication$SharedObjectAddListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/ServerApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/ServerApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/generic/app/ServerConfigParser.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes/org/eclipse/ecf/server/generic/app/ServerConfigParser.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/org.eclipse.ecf.server.generic-8.2.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/server/ [DEBUG] adding directory org/eclipse/ecf/internal/server/generic/ [DEBUG] adding directory org/eclipse/ecf/server/ [DEBUG] adding directory org/eclipse/ecf/server/generic/ [DEBUG] adding directory org/eclipse/ecf/server/generic/app/ [DEBUG] adding entry org/eclipse/ecf/internal/server/generic/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/server/generic/Activator$1.class [DEBUG] adding entry org/eclipse/ecf/server/generic/AbstractGenericServer.class [DEBUG] adding entry org/eclipse/ecf/server/generic/AbstractGenericServer$1.class [DEBUG] adding entry org/eclipse/ecf/server/generic/GenericServerContainer.class [DEBUG] adding entry org/eclipse/ecf/server/generic/GenericServerContainer$1.class [DEBUG] adding entry org/eclipse/ecf/server/generic/GenericServerContainerGroup.class [DEBUG] adding entry org/eclipse/ecf/server/generic/GenericServerContainerGroup$GenericServerSOContainerGroup.class [DEBUG] adding entry org/eclipse/ecf/server/generic/GenericServerContainerGroupCreateException.class [DEBUG] adding entry org/eclipse/ecf/server/generic/GenericServerContainerGroupFactory.class [DEBUG] adding entry org/eclipse/ecf/server/generic/GenericServerContainerGroupFactory$SCGData.class [DEBUG] adding entry org/eclipse/ecf/server/generic/IGenericServerContainerGroup.class [DEBUG] adding entry org/eclipse/ecf/server/generic/IGenericServerContainerGroupFactory.class [DEBUG] adding entry org/eclipse/ecf/server/generic/SSLAbstractGenericServer$1.class [DEBUG] adding entry org/eclipse/ecf/server/generic/SSLAbstractGenericServer.class [DEBUG] adding entry org/eclipse/ecf/server/generic/SSLGenericServerContainer$1.class [DEBUG] adding entry org/eclipse/ecf/server/generic/SSLGenericServerContainer.class [DEBUG] adding entry org/eclipse/ecf/server/generic/SSLGenericServerContainerGroup$SSLGenericServerSOContainerGroup.class [DEBUG] adding entry org/eclipse/ecf/server/generic/SSLGenericServerContainerGroup.class [DEBUG] adding entry org/eclipse/ecf/server/generic/SSLSimpleGenericServer.class [DEBUG] adding entry org/eclipse/ecf/server/generic/ServerManager.class [DEBUG] adding entry org/eclipse/ecf/server/generic/ServerManager$1.class [DEBUG] adding entry org/eclipse/ecf/server/generic/SimpleGenericServer.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/AbstractGenericClientApplication.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication$SysOutConnectHandlerPolicy.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication$ContainerListener.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/ClientApplication.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/Connector.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/GenericClientApplication.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/GenericClientApplication$1.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/GenericClientJavaApplication.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/GenericServer$JoinListener.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/GenericServer.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/GenericServerApplication.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/GenericServerJavaApplication.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/NamedGroup.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLAbstractGenericClientApplication.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication$SysOutConnectHandlerPolicy.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication$ContainerListener.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLGenericClientApplication.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLGenericClientApplication$1.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLGenericClientJavaApplication.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLGenericServer$JoinListener.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLGenericServer.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLGenericServerApplication.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/SSLGenericServerJavaApplication.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/ServerApplication$JoinListener.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/ServerApplication$ContainerListener.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/ServerApplication$SharedObjectAddListener.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/ServerApplication.class [DEBUG] adding entry org/eclipse/ecf/server/generic/app/ServerConfigParser.class [DEBUG] adding directory launchconfigs/ [DEBUG] adding directory products/ [DEBUG] adding directory schema/ [DEBUG] adding entry about.html [DEBUG] adding entry launchconfigs/Generic Client Java App.launch [DEBUG] adding entry launchconfigs/Generic Server Java App.launch [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [DEBUG] adding entry products/Generic Client Equinox App.product [DEBUG] adding entry products/Generic Server Equinox App.product [DEBUG] adding entry schema/configuration.exsd [DEBUG] adding entry server.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.server.generic-8.2.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/org.eclipse.ecf.server.generic-8.2.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/org.eclipse.ecf.server.generic-8.2.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/org.eclipse.ecf.server.generic-8.2.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/org.eclipse.ecf.server.generic-8.2.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/org.eclipse.ecf.server.generic-8.2.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/org.eclipse.ecf.server.generic-8.2.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@f88712] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different org/eclipse/ecf/server/generic/AbstractGenericServer.class: different org/eclipse/ecf/server/generic/GenericServerContainerGroup.class: different org/eclipse/ecf/server/generic/GenericServerContainerGroupFactory.class: different org/eclipse/ecf/server/generic/SSLAbstractGenericServer.class: different org/eclipse/ecf/server/generic/SSLGenericServerContainerGroup.class: different org/eclipse/ecf/server/generic/ServerManager.class: different org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication$ContainerListener.class: different org/eclipse/ecf/server/generic/app/AbstractGenericServerApplication$SysOutConnectHandlerPolicy.class: different org/eclipse/ecf/server/generic/app/ClientApplication.class: different org/eclipse/ecf/server/generic/app/Connector.class: different org/eclipse/ecf/server/generic/app/GenericServer$JoinListener.class: different org/eclipse/ecf/server/generic/app/GenericServer.class: different org/eclipse/ecf/server/generic/app/GenericServerApplication.class: different org/eclipse/ecf/server/generic/app/GenericServerJavaApplication.class: different org/eclipse/ecf/server/generic/app/NamedGroup.class: different org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication$ContainerListener.class: different org/eclipse/ecf/server/generic/app/SSLAbstractGenericServerApplication$SysOutConnectHandlerPolicy.class: different org/eclipse/ecf/server/generic/app/SSLGenericServer$JoinListener.class: different org/eclipse/ecf/server/generic/app/SSLGenericServer.class: different org/eclipse/ecf/server/generic/app/SSLGenericServerApplication.class: different org/eclipse/ecf/server/generic/app/SSLGenericServerJavaApplication.class: different org/eclipse/ecf/server/generic/app/ServerApplication$ContainerListener.class: different org/eclipse/ecf/server/generic/app/ServerApplication$JoinListener.class: different org/eclipse/ecf/server/generic/app/ServerApplication$SharedObjectAddListener.class: different org/eclipse/ecf/server/generic/app/ServerApplication.class: different org/eclipse/ecf/server/generic/app/ServerConfigParser.class: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.server.generic --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.server.generic/8.2.0.v20231021-2015 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.server.generic,8.2.0.v20231021-2015 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.server.generic/8.2.0.v20231021-2015/org.eclipse.ecf.server.generic-8.2.0.v20231021-2015-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.server.generic.source/8.2.0.v20231021-2015 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.server.generic.source,8.2.0.v20231021-2015 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.server.generic.source/8.2.0.v20231021-2015/org.eclipse.ecf.server.generic.source-8.2.0.v20231021-2015-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ---------------< org.eclipse.ecf:org.eclipse.ecf.server >--------------- [INFO] Building org.eclipse.ecf.server 2.1.301-SNAPSHOT [64/114] [INFO] from server-side/bundles/org.eclipse.ecf.server/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=26204, ConflictMarker.markTime=24069, ConflictMarker.nodeCount=57, ConflictIdSorter.graphTime=22184, ConflictIdSorter.topsortTime=19779, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=165436, ConflictResolver.conflictItemCount=56, DfDependencyCollector.collectTime=358806, DfDependencyCollector.transformTime=282063} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server:eclipse-plugin:2.1.301-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:23.437135056, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:23.437565558, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:23.437565558, lastModified=2024-05-02 22:36:24.438735197, delta=358998830361 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:23.437565558, lastModified=2024-05-02 22:36:24.438735197, delta=358998830361 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:23.437565558, lastModified=2024-05-02 22:36:24.438735197, delta=358998830361 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:23.437960028, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:23.438185948, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:23.438185948, lastModified=2024-05-02 22:36:25.084747530, delta=358353438418 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:23.437565558, lastModified=2024-05-02 22:36:24.438735197, delta=358998830361 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:23.437565558, lastModified=2024-05-02 22:36:24.438735197, delta=358998830361 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:42:23.438765834, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:42:23.438838969, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:23.444323622, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:23.452874692, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:23.437565558, lastModified=2024-05-02 22:36:24.438735197, delta=358998830361 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:23.437565558, lastModified=2024-05-02 22:36:24.438735197, delta=358998830361 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.1.301.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fserver-side%252Fbundles%252Forg.eclipse.ecf.server) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.server [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:23Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.1.301.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/server-side/bundles/org.eclipse.ecf.server [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes [DEBUG] unqualifiedVersion: 2.1.301 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.server-2.1.301-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/eclipse/ecf/remoteservice/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/eclipse/ecf/remoteservice/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[+org/eclipse/ecf/remoteservice/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src/org/eclipse/ecf/internal/server/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src/org/eclipse/ecf/internal/server/ServerDebugOptions.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src/org/eclipse/ecf/server/IServiceClient.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src/org/eclipse/ecf/server/IServiceClientManager.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src/org/eclipse/ecf/server/IServiceHost.java, /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src/org/eclipse/ecf/server/IStartableServer.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:23Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.1.301.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/server-side/bundles/org.eclipse.ecf.server [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes [DEBUG] unqualifiedVersion: 2.1.301 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.server-2.1.301-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.4 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@efe39bd [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.server-2.1.301-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/org.eclipse.ecf.server-2.1.301-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/server/ [DEBUG] adding directory org/eclipse/ecf/server/ [DEBUG] adding entry org/eclipse/ecf/internal/server/Activator.java [DEBUG] adding entry org/eclipse/ecf/internal/server/ServerDebugOptions.java [DEBUG] adding entry org/eclipse/ecf/server/IServiceClient.java [DEBUG] adding entry org/eclipse/ecf/server/IServiceClientManager.java [DEBUG] adding entry org/eclipse/ecf/server/IServiceHost.java [DEBUG] adding entry org/eclipse/ecf/server/IStartableServer.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@35c63a52 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.server-2.1.301-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@bcbe7ea [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:24.215923345, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:24.216188421, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:24.216188421, lastModified=2024-05-02 22:36:24.438735197, delta=359777453224 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:24.216188421, lastModified=2024-05-02 22:36:24.438735197, delta=359777453224 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:24.216188421, lastModified=2024-05-02 22:36:24.438735197, delta=359777453224 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:24.216559999, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:24.216638041, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:24.216638041, lastModified=2024-05-02 22:36:25.084747530, delta=359131890511 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/server/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes/org/eclipse/ecf/internal/server/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/server/ServerDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes/org/eclipse/ecf/internal/server/ServerDebugOptions.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/IServiceClient.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes/org/eclipse/ecf/server/IServiceClient.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/IServiceClientManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes/org/eclipse/ecf/server/IServiceClientManager.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/IServiceHost.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes/org/eclipse/ecf/server/IServiceHost.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/server/IStartableServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes/org/eclipse/ecf/server/IStartableServer.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@575f2a8 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/server/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes/org/eclipse/ecf/internal/server/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/server/ServerDebugOptions.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes/org/eclipse/ecf/internal/server/ServerDebugOptions.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/IServiceClient.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes/org/eclipse/ecf/server/IServiceClient.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/IServiceClientManager.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes/org/eclipse/ecf/server/IServiceClientManager.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/IServiceHost.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes/org/eclipse/ecf/server/IServiceHost.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/server/IStartableServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/classes/org/eclipse/ecf/server/IStartableServer.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/org.eclipse.ecf.server-2.1.301-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/server/ [DEBUG] adding directory org/eclipse/ecf/server/ [DEBUG] adding entry org/eclipse/ecf/internal/server/Activator.class [DEBUG] adding entry org/eclipse/ecf/internal/server/ServerDebugOptions.class [DEBUG] adding entry org/eclipse/ecf/server/IServiceClient.class [DEBUG] adding entry org/eclipse/ecf/server/IServiceClientManager.class [DEBUG] adding entry org/eclipse/ecf/server/IServiceHost.class [DEBUG] adding entry org/eclipse/ecf/server/IStartableServer.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.server-2.1.301-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/org.eclipse.ecf.server-2.1.301-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/org.eclipse.ecf.server-2.1.301-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/org.eclipse.ecf.server-2.1.301-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/org.eclipse.ecf.server-2.1.301-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/org.eclipse.ecf.server-2.1.301-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/org.eclipse.ecf.server-2.1.301-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@8fa6c6] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/MANIFEST.MF: different Bundle-RequiredExecutionEnvironment: present in baseline version only Require-Capability: not present in baseline version [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.server --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.server/2.1.301.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.server,2.1.301.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.server/2.1.301.v20231021-2050/org.eclipse.ecf.server-2.1.301.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.server.source/2.1.301.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ecf.server.source,2.1.301.v20231021-2050 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.server.source/2.1.301.v20231021-2050/org.eclipse.ecf.server.source-2.1.301.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] --------< org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature >-------- [INFO] Building org.eclipse.ecf.sharedobject.feature 1.1.1-SNAPSHOT [65/114] [INFO] from releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=14049, ConflictMarker.markTime=16497, ConflictMarker.nodeCount=43, ConflictIdSorter.graphTime=14480, ConflictIdSorter.topsortTime=12504, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=88163, ConflictResolver.conflictItemCount=42, DfDependencyCollector.collectTime=196977, DfDependencyCollector.transformTime=167851} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:eclipse-feature:1.1.1-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.sharedobject.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.sharedobject.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:29.805482337, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:29.805746505, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:29.805746505, lastModified=2024-05-02 22:36:24.438735197, delta=365367011308 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:29.805746505, lastModified=2024-05-02 22:36:24.438735197, delta=365367011308 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:29.805746505, lastModified=2024-05-02 22:36:24.438735197, delta=365367011308 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:29.806119037, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:29.806287409, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:29.806287409, lastModified=2024-05-02 22:36:25.084747530, delta=364721539879 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:29.805746505, lastModified=2024-05-02 22:36:24.438735197, delta=365367011308 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:29.805746505, lastModified=2024-05-02 22:36:24.438735197, delta=365367011308 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:42:29.806873841, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:42:29.806941733, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:29.811826760, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:29.820372598, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:29.805746505, lastModified=2024-05-02 22:36:24.438735197, delta=365367011308 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:29.805746505, lastModified=2024-05-02 22:36:24.438735197, delta=365367011308 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.sharedobject.feature) [DEBUG] Found 'v20210922-0753' from qualifier 'v20210922-0753' for artifact eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [INFO] The project's OSGi version is 1.1.1.v20231021-2127 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.sharedobject.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.sharedobject.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.sharedobject.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.sharedobject.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2127 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:30Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.1.v20231021-2127 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.sharedobject.feature [DEBUG] unqualifiedVersion: 1.1.1 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.sharedobject.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@258b4df5 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.sharedobject.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.sharedobject.feature-1.1.1-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.sharedobject.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@799b912d [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.sharedobject.feature-1.1.1-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/org.eclipse.license_2.0.2.v20181016-2210.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/cbi/updates/license [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/cbi/updates/license) [DEBUG] Found matching https://download.eclipse.org/cbi/updates/license for https://download.eclipse.org/cbi/updates/license [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/cbi/updates/license) [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.license/2.0.2.v20181016-2210/org.eclipse.license-2.0.2.v20181016-2210-p2artifacts.xml [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/org.eclipse.ecf.sharedobject.feature-1.1.1-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.sharedobject.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.sharedobject.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.sharedobject.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.sharedobject.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.sharedobject.feature-1.1.1-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/org.eclipse.ecf.sharedobject.feature-1.1.1-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.sharedobject.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.sharedobject.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.sharedobject.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/org.eclipse.ecf.sharedobject.feature-1.1.1-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/org.eclipse.ecf.sharedobject.feature-1.1.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/org.eclipse.ecf.sharedobject.feature-1.1.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/org.eclipse.ecf.sharedobject.feature-1.1.1-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/org.eclipse.ecf.sharedobject.feature-1.1.1-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/org.eclipse.ecf.sharedobject.feature-1.1.1-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.sharedobject.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@2936b61e] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.sharedobject.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.sharedobject.feature/1.1.1.v20231021-2127 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.sharedobject.feature,1.1.1.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.sharedobject.feature/1.1.1.v20231021-2127/org.eclipse.ecf.sharedobject.feature-1.1.1.v20231021-2127-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.sharedobject.feature.source/1.1.1.v20231021-2127 with delta: 0.0.0 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.sharedobject.feature.source,1.1.1.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.sharedobject.feature.source/1.1.1.v20231021-2127/org.eclipse.ecf.sharedobject.feature.source-1.1.1.v20231021-2127-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------< org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature >------ [INFO] Building org.eclipse.ecf.provider.generic.feature 1.1.2-SNAPSHOT [66/114] [INFO] from releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=18724, ConflictMarker.markTime=22403, ConflictMarker.nodeCount=68, ConflictIdSorter.graphTime=17424, ConflictIdSorter.topsortTime=15472, ConflictIdSorter.conflictIdCount=17, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=112547, ConflictResolver.conflictItemCount=67, DfDependencyCollector.collectTime=998242, DfDependencyCollector.transformTime=205804} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:eclipse-feature:1.1.2-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:jar:1.1.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.generic.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.provider.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:32.486592396, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:32.486834575, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:32.486834575, lastModified=2024-05-02 22:36:24.438735197, delta=368048099378 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:32.486834575, lastModified=2024-05-02 22:36:24.438735197, delta=368048099378 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:32.486834575, lastModified=2024-05-02 22:36:24.438735197, delta=368048099378 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:32.487200667, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:32.487393619, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:32.487393619, lastModified=2024-05-02 22:36:25.084747530, delta=367402646089 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:32.486834575, lastModified=2024-05-02 22:36:24.438735197, delta=368048099378 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:32.486834575, lastModified=2024-05-02 22:36:24.438735197, delta=368048099378 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:42:32.487975832, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:42:32.488069147, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:32.492831820, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:32.502754063, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:32.486834575, lastModified=2024-05-02 22:36:24.438735197, delta=368048099378 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:32.486834575, lastModified=2024-05-02 22:36:24.438735197, delta=368048099378 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.provider.generic.feature) [DEBUG] Found 'v20231021-2015' from qualifier 'v20231021-2015' for artifact eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [INFO] The project's OSGi version is 1.1.2.v20231021-2127 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.generic.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2127 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:32Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.2.v20231021-2127 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.provider.generic.feature [DEBUG] unqualifiedVersion: 1.1.2 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@2f56936d [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.generic.feature-1.1.2-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.provider.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@60a502e6 [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.provider.generic.feature-1.1.2-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/org.eclipse.ecf.provider.generic.feature-1.1.2-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.provider.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.provider.generic.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.provider.generic.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.generic.feature-1.1.2-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/org.eclipse.ecf.provider.generic.feature-1.1.2-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.provider.generic.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.provider.generic.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.generic.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/org.eclipse.ecf.provider.generic.feature-1.1.2-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/org.eclipse.ecf.provider.generic.feature-1.1.2-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/org.eclipse.ecf.provider.generic.feature-1.1.2-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/org.eclipse.ecf.provider.generic.feature-1.1.2-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/org.eclipse.ecf.provider.generic.feature-1.1.2-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/org.eclipse.ecf.provider.generic.feature-1.1.2-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@673166be] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.generic.feature/1.1.2.v20231021-2127 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.provider.generic.feature,1.1.2.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.provider.generic.feature/1.1.2.v20231021-2127/org.eclipse.ecf.provider.generic.feature-1.1.2.v20231021-2127-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.generic.feature.source/1.1.2.v20231021-2127 with delta: 0.0.0 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.provider.generic.feature.source,1.1.2.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.provider.generic.feature.source/1.1.2.v20231021-2127/org.eclipse.ecf.provider.generic.feature.source-1.1.2.v20231021-2127-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature >-------- [INFO] Building org.eclipse.ecf.remoteservice.feature 2.6.1-SNAPSHOT [67/114] [INFO] from releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=16798, ConflictMarker.markTime=21705, ConflictMarker.nodeCount=58, ConflictIdSorter.graphTime=27989, ConflictIdSorter.topsortTime=19234, ConflictIdSorter.conflictIdCount=19, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=123295, ConflictResolver.conflictItemCount=57, DfDependencyCollector.collectTime=520989, DfDependencyCollector.transformTime=227557} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:eclipse-feature:2.6.1-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:35.637508616, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:35.637934848, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:35.637934848, lastModified=2024-05-02 22:36:24.438735197, delta=371199199651 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:35.637934848, lastModified=2024-05-02 22:36:24.438735197, delta=371199199651 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:35.637934848, lastModified=2024-05-02 22:36:24.438735197, delta=371199199651 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:35.638591781, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:35.638858804, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:35.638858804, lastModified=2024-05-02 22:36:25.084747530, delta=370554111274 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:35.637934848, lastModified=2024-05-02 22:36:24.438735197, delta=371199199651 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:35.637934848, lastModified=2024-05-02 22:36:24.438735197, delta=371199199651 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:42:35.639809367, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:42:35.639904535, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 7 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:35.646383386, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:35.654829323, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:35.637934848, lastModified=2024-05-02 22:36:24.438735197, delta=371199199651 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:35.637934848, lastModified=2024-05-02 22:36:24.438735197, delta=371199199651 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.remoteservice.feature) [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [INFO] The project's OSGi version is 2.6.1.v20231021-2127 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2127 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:35Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.6.1.v20231021-2127 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.remoteservice.feature [DEBUG] unqualifiedVersion: 2.6.1 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@49c2d7e3 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.feature-2.6.1-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6a85849c [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.feature-2.6.1-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/org.eclipse.ecf.remoteservice.feature-2.6.1-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.remoteservice.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.remoteservice.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.feature-2.6.1-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/org.eclipse.ecf.remoteservice.feature-2.6.1-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/org.eclipse.ecf.remoteservice.feature-2.6.1-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/org.eclipse.ecf.remoteservice.feature-2.6.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/org.eclipse.ecf.remoteservice.feature-2.6.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/org.eclipse.ecf.remoteservice.feature-2.6.1-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/org.eclipse.ecf.remoteservice.feature-2.6.1-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/org.eclipse.ecf.remoteservice.feature-2.6.1-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@21e4f3ba] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.remoteservice.feature/2.6.1.v20231021-2127 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.remoteservice.feature,2.6.1.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.remoteservice.feature/2.6.1.v20231021-2127/org.eclipse.ecf.remoteservice.feature-2.6.1.v20231021-2127-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.remoteservice.feature.source/2.6.1.v20231021-2127 with delta: 0.0.0 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.remoteservice.feature.source,2.6.1.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.remoteservice.feature.source/2.6.1.v20231021-2127/org.eclipse.ecf.remoteservice.feature.source-2.6.1.v20231021-2127-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature >-- [INFO] Building org.eclipse.ecf.provider.generic.remoteservice.feature 1.2.1-SNAPSHOT [68/114] [INFO] from releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.sharedobject.feature:1.1.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=38898, ConflictMarker.markTime=43260, ConflictMarker.nodeCount=144, ConflictIdSorter.graphTime=44992, ConflictIdSorter.topsortTime=26970, ConflictIdSorter.conflictIdCount=25, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=241559, ConflictResolver.conflictItemCount=143, DfDependencyCollector.collectTime=1467882, DfDependencyCollector.transformTime=419003} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:eclipse-feature:1.2.1-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:jar:1.1.2-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:jar:2.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:jar:1.1.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:39.701097271, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:39.701451122, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:39.701451122, lastModified=2024-05-02 22:36:24.438735197, delta=375262715925 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:39.701451122, lastModified=2024-05-02 22:36:24.438735197, delta=375262715925 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:39.701451122, lastModified=2024-05-02 22:36:24.438735197, delta=375262715925 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:39.701947335, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:39.702164023, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:39.702164023, lastModified=2024-05-02 22:36:25.084747530, delta=374617416493 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:39.701451122, lastModified=2024-05-02 22:36:24.438735197, delta=375262715925 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:39.701451122, lastModified=2024-05-02 22:36:24.438735197, delta=375262715925 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:42:39.702895022, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:42:39.702967680, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 6 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:39.708506083, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:39.718719287, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:39.701451122, lastModified=2024-05-02 22:36:24.438735197, delta=375262715925 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:39.701451122, lastModified=2024-05-02 22:36:24.438735197, delta=375262715925 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.provider.generic.remoteservice.feature) [DEBUG] Found 'v20210926-0332' from qualifier 'v20210926-0332' for artifact eclipse-plugin:org.eclipse.ecf.provider.remoteservice:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [INFO] The project's OSGi version is 1.2.1.v20231021-2127 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2127 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:39Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.2.1.v20231021-2127 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature [DEBUG] unqualifiedVersion: 1.2.1 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@7c9d5510 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.generic.remoteservice.feature-1.2.1-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3fd51f9d [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.provider.generic.remoteservice.feature-1.2.1-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/org.eclipse.ecf.provider.generic.remoteservice.feature-1.2.1-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.provider.generic.remoteservice.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.provider.generic.remoteservice.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.generic.remoteservice.feature-1.2.1-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/org.eclipse.ecf.provider.generic.remoteservice.feature-1.2.1-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.provider.generic.remoteservice.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/org.eclipse.ecf.provider.generic.remoteservice.feature-1.2.1-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/org.eclipse.ecf.provider.generic.remoteservice.feature-1.2.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/org.eclipse.ecf.provider.generic.remoteservice.feature-1.2.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/org.eclipse.ecf.provider.generic.remoteservice.feature-1.2.1-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/org.eclipse.ecf.provider.generic.remoteservice.feature-1.2.1-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/org.eclipse.ecf.provider.generic.remoteservice.feature-1.2.1-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@4ff3ec56] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.generic.remoteservice.feature/1.2.1.v20231021-2127 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.provider.generic.remoteservice.feature,1.2.1.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.provider.generic.remoteservice.feature/1.2.1.v20231021-2127/org.eclipse.ecf.provider.generic.remoteservice.feature-1.2.1.v20231021-2127-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.generic.remoteservice.feature.source/1.2.1.v20231021-2127 with delta: 0.0.0 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.provider.generic.remoteservice.feature.source,1.2.1.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.provider.generic.remoteservice.feature.source/1.2.1.v20231021-2127/org.eclipse.ecf.provider.generic.remoteservice.feature.source-1.2.1.v20231021-2127-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -------< org.eclipse.ecf:org.eclipse.ecf.server.generic.feature >------- [INFO] Building org.eclipse.ecf.server.generic.feature 1.2.103-SNAPSHOT [69/114] [INFO] from server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.provider.generic.feature:1.1.2.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.sharedobject.feature:1.1.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.remoteservice.feature:2.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice.source:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=74269, ConflictMarker.markTime=56958, ConflictMarker.nodeCount=215, ConflictIdSorter.graphTime=63757, ConflictIdSorter.topsortTime=30391, ConflictIdSorter.conflictIdCount=31, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=325667, ConflictResolver.conflictItemCount=214, DfDependencyCollector.collectTime=1463393, DfDependencyCollector.transformTime=572272} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:eclipse-feature:1.2.103-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:jar:1.2.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server.generic:jar:8.2.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server:jar:2.1.301-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:jar:1.1.2-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:jar:1.1.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:jar:2.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.server.generic.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.server.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:42.992735499, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:42.992976647, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:42.992976647, lastModified=2024-05-02 22:36:24.438735197, delta=378554241450 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:42.992976647, lastModified=2024-05-02 22:36:24.438735197, delta=378554241450 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:42.992976647, lastModified=2024-05-02 22:36:24.438735197, delta=378554241450 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:42.993313489, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:42.993483880, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:42.993483880, lastModified=2024-05-02 22:36:25.084747530, delta=377908736350 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:42.992976647, lastModified=2024-05-02 22:36:24.438735197, delta=378554241450 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:42.992976647, lastModified=2024-05-02 22:36:24.438735197, delta=378554241450 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:42:42.993997882, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:42:42.994050262, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:43.000235051, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:43.009462232, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:42.992976647, lastModified=2024-05-02 22:36:24.438735197, delta=378554241450 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:42.992976647, lastModified=2024-05-02 22:36:24.438735197, delta=378554241450 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fserver-side%252Ffeatures%252Forg.eclipse.ecf.server.generic.feature) [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.server:2.1.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Found 'v20231021-2015' from qualifier 'v20231021-2015' for artifact eclipse-plugin:org.eclipse.ecf.server.generic:8.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [INFO] The project's OSGi version is 1.2.103.v20231021-2127 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.server.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.server.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.server.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.server.generic.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2127 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:43Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.2.103.v20231021-2127 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/server-side/features/org.eclipse.ecf.server.generic.feature [DEBUG] unqualifiedVersion: 1.2.103 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.server.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1ab1f81f [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.server.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.server.generic.feature-1.2.103-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.server.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1558cb08 [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.server.generic.feature-1.2.103-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/org.eclipse.ecf.server.generic.feature-1.2.103-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.server.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.server.generic.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.server.generic.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.server.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.server.generic.feature-1.2.103-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/org.eclipse.ecf.server.generic.feature-1.2.103-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.server.generic.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.server.generic.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.server.generic.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/org.eclipse.ecf.server.generic.feature-1.2.103-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/org.eclipse.ecf.server.generic.feature-1.2.103-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/org.eclipse.ecf.server.generic.feature-1.2.103-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/org.eclipse.ecf.server.generic.feature-1.2.103-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/org.eclipse.ecf.server.generic.feature-1.2.103-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/org.eclipse.ecf.server.generic.feature-1.2.103-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.server.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@4d385848] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.server.generic.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.server.generic.feature/1.2.103.v20231021-2127 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.server.generic.feature,1.2.103.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.server.generic.feature/1.2.103.v20231021-2127/org.eclipse.ecf.server.generic.feature-1.2.103.v20231021-2127-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.server.generic.feature.source/1.2.103.v20231021-2127 with delta: 0.0.0 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.server.generic.feature.source,1.2.103.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.server.generic.feature.source/1.2.103.v20231021-2127/org.eclipse.ecf.server.generic.feature.source-1.2.103.v20231021-2127-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ---------------< org.eclipse.ecf:org.eclipse.ecf.tests >---------------- [INFO] Building org.eclipse.ecf.tests 2.2.102-SNAPSHOT [70/114] [INFO] from tests/bundles/org.eclipse.ecf.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true ${test} ${testClass} ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit_4.13.2.v20230809-1000.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.junit,4.13.2.v20230809-1000 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher_1.6.800.v20240426-1701.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.launcher,1.6.800.v20240426-1701 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.source_1.6.800.v20240426-1701.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.launcher.source,1.6.800.v20240426-1701 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.source/1.6.800.v20240426-1701/org.eclipse.equinox.launcher.source-1.6.800.v20240426-1701-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring_3.14.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ltk.core.refactoring,3.14.400.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.core.refactoring/3.14.400.v20240321-1245/org.eclipse.ltk.core.refactoring-3.14.400.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.core.refactoring.source_3.14.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ltk.core.refactoring.source,3.14.400.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.core.refactoring.source/3.14.400.v20240321-1245/org.eclipse.ltk.core.refactoring.source-3.14.400.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring_3.13.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ltk.ui.refactoring,3.13.400.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.13.400.v20240321-1245/org.eclipse.ltk.ui.refactoring-3.13.400.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ltk.ui.refactoring.source_3.13.400.v20240321-1245.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ltk.ui.refactoring.source,3.13.400.v20240321-1245 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring.source/3.13.400.v20240321-1245/org.eclipse.ltk.ui.refactoring.source-3.13.400.v20240321-1245-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application_1.5.400.v20240416-0658.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.ide.application,1.5.400.v20240416-0658 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide.application/1.5.400.v20240416-0658/org.eclipse.ui.ide.application-1.5.400.v20240416-0658-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources_3.9.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.navigator.resources,3.9.300.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.resources/3.9.300.v20240424-0956/org.eclipse.ui.navigator.resources-3.9.300.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.ide.application.source_1.5.400.v20240416-0658.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.ide.application.source,1.5.400.v20240416-0658 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide.application.source/1.5.400.v20240416-0658/org.eclipse.ui.ide.application.source-1.5.400.v20240416-0658-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.navigator.resources.source_3.9.300.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.navigator.resources.source,3.9.300.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.resources.source/3.9.300.v20240424-0956/org.eclipse.ui.navigator.resources.source-3.9.300.v20240424-0956-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest_2.2.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.hamcrest,2.2.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0-p2artifacts.xml [DEBUG] Resolving artifact org.hamcrest:hamcrest:jar:2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.hamcrest:hamcrest:jar:2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 3.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/hamcrest/hamcrest/2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.source_2.2.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.hamcrest.source,2.2.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.source/2.2.0/org.hamcrest.source-2.2.0-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.hamcrest.core.source,2.2.0.v20230809-1000 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core.source/2.2.0.v20230809-1000/org.hamcrest.core.source-2.2.0.v20230809-1000-p2artifacts.xml [DEBUG] Resolving artifact org.hamcrest:hamcrest-core:jar:2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.hamcrest:hamcrest-core:jar:2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.jar (1.5 kB at 107 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.junit.source_4.13.2.v20230809-1000.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.junit.source,4.13.2.v20230809-1000 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit.source/4.13.2.v20230809-1000/org.junit.source-4.13.2.v20230809-1000-p2artifacts.xml [DEBUG] Resolving artifact junit:junit:jar:4.13.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact junit:junit:jar:4.13.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 30 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/4.13.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar.lastUpdated' [DEBUG] Resolving artifact org.hamcrest:hamcrest:pom:2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.hamcrest:hamcrest:pom:2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 125 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/hamcrest/hamcrest/2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom.lastUpdated' [DEBUG] Resolving artifact org.hamcrest:hamcrest-core:pom:2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.hamcrest:hamcrest-core:pom:2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 193 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom.lastUpdated' [DEBUG] Resolving artifact junit:junit:pom:4.13.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact junit:junit:pom:4.13.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 3.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/4.13.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.pom.lastUpdated' [DEBUG] Resolving artifact org.hamcrest:hamcrest-core:pom:1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.hamcrest:hamcrest-core:pom:1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 766 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom.lastUpdated' [DEBUG] Resolving artifact org.hamcrest:hamcrest-parent:pom:1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.hamcrest:hamcrest-parent:pom:1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 986 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/hamcrest/hamcrest-parent/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=237598, ConflictMarker.markTime=107736, ConflictMarker.nodeCount=342, ConflictIdSorter.graphTime=71466, ConflictIdSorter.topsortTime=63239, ConflictIdSorter.conflictIdCount=221, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5588826, ConflictResolver.conflictItemCount=332, DfDependencyCollector.collectTime=40473273, DfDependencyCollector.transformTime=6125440} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:eclipse-test-plugin:2.2.102-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:46.224396586, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:46.224671294, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:46.224671294, lastModified=2024-05-02 22:36:24.438735197, delta=381785936097 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:46.224671294, lastModified=2024-05-02 22:36:24.438735197, delta=381785936097 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:46.224671294, lastModified=2024-05-02 22:36:24.438735197, delta=381785936097 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:46.225019982, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:46.225199601, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:46.225199601, lastModified=2024-05-02 22:36:25.084747530, delta=381140452071 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:46.224671294, lastModified=2024-05-02 22:36:24.438735197, delta=381785936097 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:46.224671294, lastModified=2024-05-02 22:36:24.438735197, delta=381785936097 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:42:46.225767691, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:42:46.225826244, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 6 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:46.231660193, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:46.241653557, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:46.224671294, lastModified=2024-05-02 22:36:24.438735197, delta=381785936097 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:46.224671294, lastModified=2024-05-02 22:36:24.438735197, delta=381785936097 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.2.102.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.900.v20240213-1244 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244-p2artifacts.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:46Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.2.102.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes [DEBUG] unqualifiedVersion: 2.2.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests-2.2.102-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}, OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [J2SE-1.4 (assumes 1.2), CDC-1.1/Foundation-1.1 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src/org/eclipse/ecf/internal/tests/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src/org/eclipse/ecf/tests/ContainerAbstractTestCase.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src/org/eclipse/ecf/tests/ECFAbstractTestCase.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src/org/eclipse/ecf/tests/SSLContainerAbstractTestCase.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src/org/eclipse/ecf/tests/connect/ClientContainerConnectTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src/org/eclipse/ecf/tests/util/BundleUtil.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:47Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.2.102.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes [DEBUG] unqualifiedVersion: 2.2.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@48311959 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests-2.2.102-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/org.eclipse.ecf.tests-2.2.102-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/connect/ [DEBUG] adding directory org/eclipse/ecf/tests/util/ [DEBUG] adding entry org/eclipse/ecf/internal/tests/Activator.java [DEBUG] adding entry org/eclipse/ecf/tests/ContainerAbstractTestCase.java [DEBUG] adding entry org/eclipse/ecf/tests/ECFAbstractTestCase.java [DEBUG] adding entry org/eclipse/ecf/tests/SSLContainerAbstractTestCase.java [DEBUG] adding entry org/eclipse/ecf/tests/connect/ClientContainerConnectTest.java [DEBUG] adding entry org/eclipse/ecf/tests/util/BundleUtil.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3f663a34 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests-2.2.102-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@432cb577 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:47.310887908, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:47.311139335, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:47.311139335, lastModified=2024-05-02 22:36:24.438735197, delta=382872404138 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:47.311139335, lastModified=2024-05-02 22:36:24.438735197, delta=382872404138 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:47.311139335, lastModified=2024-05-02 22:36:24.438735197, delta=382872404138 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:47.311496746, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:47.311576404, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:47.311576404, lastModified=2024-05-02 22:36:25.084747530, delta=382226828874 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/tests/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/internal/tests/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/ContainerAbstractTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/tests/ContainerAbstractTestCase.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/ECFAbstractTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/tests/ECFAbstractTestCase.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/SSLContainerAbstractTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/tests/SSLContainerAbstractTestCase.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/connect/ClientContainerConnectTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/tests/connect/ClientContainerConnectTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/connect/ClientContainerConnectTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/tests/connect/ClientContainerConnectTest$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/connect/ClientContainerConnectTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/tests/connect/ClientContainerConnectTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/util/BundleUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/tests/util/BundleUtil.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@2d0bef82 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/tests/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/internal/tests/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/ContainerAbstractTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/tests/ContainerAbstractTestCase.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/ECFAbstractTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/tests/ECFAbstractTestCase.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/SSLContainerAbstractTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/tests/SSLContainerAbstractTestCase.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/connect/ClientContainerConnectTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/tests/connect/ClientContainerConnectTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/connect/ClientContainerConnectTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/tests/connect/ClientContainerConnectTest$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/connect/ClientContainerConnectTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/tests/connect/ClientContainerConnectTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/util/BundleUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes/org/eclipse/ecf/tests/util/BundleUtil.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/org.eclipse.ecf.tests-2.2.102-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/connect/ [DEBUG] adding directory org/eclipse/ecf/tests/util/ [DEBUG] adding entry org/eclipse/ecf/internal/tests/Activator.class [DEBUG] adding entry org/eclipse/ecf/tests/ContainerAbstractTestCase.class [DEBUG] adding entry org/eclipse/ecf/tests/ECFAbstractTestCase.class [DEBUG] adding entry org/eclipse/ecf/tests/SSLContainerAbstractTestCase.class [DEBUG] adding entry org/eclipse/ecf/tests/connect/ClientContainerConnectTest.class [DEBUG] adding entry org/eclipse/ecf/tests/connect/ClientContainerConnectTest$2.class [DEBUG] adding entry org/eclipse/ecf/tests/connect/ClientContainerConnectTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/util/BundleUtil.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests-2.2.102-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Init instance plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7 [ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/org.eclipse.ecf.tests-2.2.102-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/org.eclipse.ecf.tests-2.2.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/org.eclipse.ecf.tests-2.2.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/org.eclipse.ecf.tests-2.2.102-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/org.eclipse.ecf.tests-2.2.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/org.eclipse.ecf.tests-2.2.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@79043cbb] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests:eclipse-test-plugin:2.2.102-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.tests.datashare >----------- [INFO] Building org.eclipse.ecf.tests.datashare 2.0.101-SNAPSHOT [71/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true ${test} ${testClass} ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=142960, ConflictMarker.markTime=154762, ConflictMarker.nodeCount=579, ConflictIdSorter.graphTime=97686, ConflictIdSorter.topsortTime=82510, ConflictIdSorter.conflictIdCount=224, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=7450174, ConflictResolver.conflictItemCount=569, DfDependencyCollector.collectTime=2763467, DfDependencyCollector.transformTime=7980660} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.datashare:eclipse-test-plugin:2.0.101-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.datashare:jar:1.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:50.075513601, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:50.075782913, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:50.075782913, lastModified=2024-05-02 22:36:24.438735197, delta=385637047716 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:50.075782913, lastModified=2024-05-02 22:36:24.438735197, delta=385637047716 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:50.075782913, lastModified=2024-05-02 22:36:24.438735197, delta=385637047716 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:50.076309686, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:50.076538472, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:50.076538472, lastModified=2024-05-02 22:36:25.084747530, delta=384991790942 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:50.075782913, lastModified=2024-05-02 22:36:24.438735197, delta=385637047716 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:50.075782913, lastModified=2024-05-02 22:36:24.438735197, delta=385637047716 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:42:50.077320965, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:42:50.077414204, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:50.082379186, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:50.090989447, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:50.075782913, lastModified=2024-05-02 22:36:24.438735197, delta=385637047716 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:50.075782913, lastModified=2024-05-02 22:36:24.438735197, delta=385637047716 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.0.101.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.datashare) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.datashare [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:50Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.101.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.datashare [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes [DEBUG] unqualifiedVersion: 2.0.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}, OSGi profile 'J2SE-1.3' { source level: 1.3, target level: 1.1}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2), J2SE-1.3 (assumes 1.1)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/src [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/src/org/eclipse/ecf/tests/datashare/ChannelTest.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:50Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.101.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.datashare [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes [DEBUG] unqualifiedVersion: 2.0.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1d857318 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/datashare/ [DEBUG] adding entry org/eclipse/ecf/tests/datashare/ChannelTest.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1a7cc07b [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@5d90951e [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:51.060943582, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:51.061158793, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:51.061158793, lastModified=2024-05-02 22:36:24.438735197, delta=386622423596 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:51.061158793, lastModified=2024-05-02 22:36:24.438735197, delta=386622423596 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:51.061158793, lastModified=2024-05-02 22:36:24.438735197, delta=386622423596 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:51.061507421, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:51.061580554, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:51.061580554, lastModified=2024-05-02 22:36:25.084747530, delta=385976833024 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/datashare/ChannelTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes/org/eclipse/ecf/tests/datashare/ChannelTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/datashare/ChannelTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes/org/eclipse/ecf/tests/datashare/ChannelTest.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@60e349be [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/datashare/ChannelTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes/org/eclipse/ecf/tests/datashare/ChannelTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/datashare/ChannelTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes/org/eclipse/ecf/tests/datashare/ChannelTest.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/datashare/ [DEBUG] adding entry org/eclipse/ecf/tests/datashare/ChannelTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/datashare/ChannelTest.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@53ebf7af] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.datashare:eclipse-test-plugin:2.0.101-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.datashare --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer >--------- [INFO] Building org.eclipse.ecf.tests.filetransfer 2.0.500-SNAPSHOT [72/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true ${test} org.eclipse.ecf.tests.filetransfer.URLConnectionTestSuite ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.ecf.tests.filetransfer.httpclient5 1.0.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ecf.tests.filetransfer.httpclientjava 2.0.0.qualifier [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=143899, ConflictMarker.markTime=182972, ConflictMarker.nodeCount=583, ConflictIdSorter.graphTime=91414, ConflictIdSorter.topsortTime=80775, ConflictIdSorter.conflictIdCount=224, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=7140021, ConflictResolver.conflictItemCount=573, DfDependencyCollector.collectTime=3664315, DfDependencyCollector.transformTime=7691501} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:eclipse-test-plugin:2.0.500-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:55.214121447, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:55.214408126, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:55.214408126, lastModified=2024-05-02 22:36:24.438735197, delta=390775672929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:55.214408126, lastModified=2024-05-02 22:36:24.438735197, delta=390775672929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:55.214408126, lastModified=2024-05-02 22:36:24.438735197, delta=390775672929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:55.214739049, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:55.214901709, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:55.214901709, lastModified=2024-05-02 22:36:25.084747530, delta=390130154179 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:55.214408126, lastModified=2024-05-02 22:36:24.438735197, delta=390775672929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:55.214408126, lastModified=2024-05-02 22:36:24.438735197, delta=390775672929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:42:55.215433544, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:42:55.215488791, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:55.220333610, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:55.228849209, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:55.214408126, lastModified=2024-05-02 22:36:24.438735197, delta=390775672929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:55.214408126, lastModified=2024-05-02 22:36:24.438735197, delta=390775672929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.0.500.v20240402-2321 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.filetransfer) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.filetransfer [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240402-2321 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:55Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.500.v20240402-2321 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.filetransfer [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes [DEBUG] unqualifiedVersion: 2.0.500 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.filetransfer-2.0.500-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:~org/eclipse/ecf/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:~org/eclipse/ecf/provider/filetransfer/events/socket/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/outgoing/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529.jar[+org/eclipse/core/net/proxy/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:~org/eclipse/ecf/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:~org/eclipse/ecf/provider/filetransfer/events/socket/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/outgoing/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529.jar[+org/eclipse/core/net/proxy/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:~org/eclipse/ecf/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:~org/eclipse/ecf/provider/filetransfer/events/socket/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/outgoing/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529.jar[+org/eclipse/core/net/proxy/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/AbstractBrowseTestCase.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/AbstractFileTransferTestCase.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/AbstractSendTestCase.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/FileBrowseTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/FileIDFactoryTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/FileSendTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/FileTransferListenerWrapper.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/GetRemoteFileNameTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/JobChangeTraceListener.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/NamespaceTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/RemoteFileSystemBrowserFactory.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/Trace.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLBrowseTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLCancelTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLConnectionTestSuite.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLRetrieveTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestCancelConnectJob.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestProxy.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestUnknownHost.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestWithConnectJob.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestWithCustomJob.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLStreamHandlerServiceTest.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240402-2321 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:42:56Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.500.v20240402-2321 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.filetransfer [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes [DEBUG] unqualifiedVersion: 2.0.500 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3cd33fec [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.filetransfer-2.0.500-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] (f) qualifier = v20240402-2321 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/org.eclipse.ecf.tests.filetransfer-2.0.500-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/filetransfer/ [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/AbstractBrowseTestCase.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/AbstractFileTransferTestCase.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/AbstractSendTestCase.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/Activator.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/FileBrowseTest.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/FileIDFactoryTest.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/FileSendTest.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/FileTransferListenerWrapper.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/GetRemoteFileNameTest.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/JobChangeTraceListener.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/NamespaceTest.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/RemoteFileSystemBrowserFactory.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/Trace.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLBrowseTest.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLCancelTest.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLConnectionTestSuite.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrieveTest.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrieveTestCancelConnectJob.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrieveTestProxy.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrieveTestUnknownHost.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrieveTestWithConnectJob.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrieveTestWithCustomJob.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLStreamHandlerServiceTest.java [DEBUG] adding entry about.html [DEBUG] adding entry test.txt [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3a6a2f35 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.filetransfer-2.0.500-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] (f) qualifier = v20240402-2321 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@8784e66 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:56.249141783, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:42:56.249442775, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:56.249442775, lastModified=2024-05-02 22:36:24.438735197, delta=391810707578 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:56.249442775, lastModified=2024-05-02 22:36:24.438735197, delta=391810707578 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:42:56.249442775, lastModified=2024-05-02 22:36:24.438735197, delta=391810707578 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:42:56.249943690, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:42:56.250061613, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:42:56.250061613, lastModified=2024-05-02 22:36:25.084747530, delta=391165314083 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractBrowseTestCase$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractBrowseTestCase$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractBrowseTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractBrowseTestCase.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractFileTransferTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractFileTransferTestCase.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractSendTestCase$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractSendTestCase$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractSendTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractSendTestCase.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/FileBrowseTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/FileBrowseTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/FileIDFactoryTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/FileIDFactoryTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/FileSendTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/FileSendTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/FileTransferListenerWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/FileTransferListenerWrapper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/GetRemoteFileNameTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/GetRemoteFileNameTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/JobChangeTraceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/JobChangeTraceListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/NamespaceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/NamespaceTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/RemoteFileSystemBrowserFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/RemoteFileSystemBrowserFactory$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/RemoteFileSystemBrowserFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/RemoteFileSystemBrowserFactory.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$SocketInReadWrapper$SocketInReadInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$SocketInReadWrapper$SocketInReadInputStream.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$SocketInReadWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$SocketInReadWrapper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$TrackSocketEvents$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$TrackSocketEvents$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$TrackSocketEvents.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$TrackSocketEvents.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/Trace.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/Trace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest$1$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLBrowseTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLBrowseTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLCancelTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLCancelTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLConnectionTestSuite.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLConnectionTestSuite.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest$Waiter.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest$Waiter.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrieveTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrieveTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrieveTestProxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestProxy.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrieveTestUnknownHost$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestUnknownHost$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrieveTestUnknownHost.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestUnknownHost.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrieveTestWithConnectJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestWithConnectJob.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrieveTestWithCustomJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestWithCustomJob.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLStreamHandlerServiceTest$TestHttpURLConnection.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLStreamHandlerServiceTest$TestHttpURLConnection.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLStreamHandlerServiceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLStreamHandlerServiceTest.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@2c964f97 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractBrowseTestCase$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractBrowseTestCase$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractBrowseTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractBrowseTestCase.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractFileTransferTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractFileTransferTestCase.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractSendTestCase$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractSendTestCase$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/AbstractSendTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/AbstractSendTestCase.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/FileBrowseTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/FileBrowseTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/FileIDFactoryTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/FileIDFactoryTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/FileSendTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/FileSendTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/FileTransferListenerWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/FileTransferListenerWrapper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/GetRemoteFileNameTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/GetRemoteFileNameTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/JobChangeTraceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/JobChangeTraceListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/NamespaceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/NamespaceTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/RemoteFileSystemBrowserFactory$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/RemoteFileSystemBrowserFactory$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/RemoteFileSystemBrowserFactory.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/RemoteFileSystemBrowserFactory.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$SocketInReadWrapper$SocketInReadInputStream.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$SocketInReadWrapper$SocketInReadInputStream.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$SocketInReadWrapper.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$SocketInReadWrapper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$TrackSocketEvents$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$TrackSocketEvents$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$TrackSocketEvents.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$TrackSocketEvents.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/Trace.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/Trace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest$1$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest$1$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLBrowseTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLBrowseTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLCancelTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLCancelTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLConnectionTestSuite.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLConnectionTestSuite.class [DEBUG] Unable to determine whether the meta annotation org.junit.BeforeClass applied to type org.eclipse.ecf.tests.filetransfer.URLConnectionTestSuite provides bundle annotations as it is not on the project build path. If this annotation does provide bundle annotations then it must be present on the build path in order to be processed [DEBUG] Unable to determine whether the meta annotation org.junit.runner.RunWith applied to type org.eclipse.ecf.tests.filetransfer.URLConnectionTestSuite provides bundle annotations as it is not on the project build path. If this annotation does provide bundle annotations then it must be present on the build path in order to be processed [DEBUG] Unable to determine whether the meta annotation org.junit.runners.Suite$SuiteClasses applied to type org.eclipse.ecf.tests.filetransfer.URLConnectionTestSuite provides bundle annotations as it is not on the project build path. If this annotation does provide bundle annotations then it must be present on the build path in order to be processed [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest$Waiter.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest$Waiter.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrieveTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrieveTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrieveTestProxy.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestProxy.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrieveTestUnknownHost$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestUnknownHost$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrieveTestUnknownHost.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestUnknownHost.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrieveTestWithConnectJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestWithConnectJob.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLRetrieveTestWithCustomJob.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLRetrieveTestWithCustomJob.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLStreamHandlerServiceTest$TestHttpURLConnection.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLStreamHandlerServiceTest$TestHttpURLConnection.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/URLStreamHandlerServiceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes/org/eclipse/ecf/tests/filetransfer/URLStreamHandlerServiceTest.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/org.eclipse.ecf.tests.filetransfer-2.0.500-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/filetransfer/ [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/AbstractBrowseTestCase.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/AbstractBrowseTestCase$1.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/AbstractFileTransferTestCase.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase$1.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/AbstractRetrieveTestCase$2.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/AbstractSendTestCase.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/AbstractSendTestCase$1.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/Activator.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/FileBrowseTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/FileIDFactoryTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/FileSendTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/FileTransferListenerWrapper.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/GetRemoteFileNameTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/JobChangeTraceListener.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/NamespaceTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/RemoteFileSystemBrowserFactory.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/RemoteFileSystemBrowserFactory$1.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$TrackSocketEvents.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$SocketInReadWrapper.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$SocketInReadWrapper$SocketInReadInputStream.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil$TrackSocketEvents$1.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/Trace.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URIProtocolFactoryRetrieveTest$1$1.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLBrowseTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLCancelTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLConnectionTestSuite.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest$2.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLPartialRetrieveTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest$Waiter.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrievePauseResumeTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrieveTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrieveTestProxy.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrieveTestUnknownHost$1.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrieveTestUnknownHost.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrieveTestWithConnectJob.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLRetrieveTestWithCustomJob.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLStreamHandlerServiceTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/URLStreamHandlerServiceTest$TestHttpURLConnection.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [DEBUG] adding entry test.txt [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.filetransfer-2.0.500-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/surefire.properties [DEBUG] (f) testClass = org.eclipse.ecf.tests.filetransfer.URLConnectionTestSuite [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/org.eclipse.ecf.tests.filetransfer-2.0.500-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/org.eclipse.ecf.tests.filetransfer-2.0.500-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/org.eclipse.ecf.tests.filetransfer-2.0.500-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/org.eclipse.ecf.tests.filetransfer-2.0.500-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/org.eclipse.ecf.tests.filetransfer-2.0.500-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/org.eclipse.ecf.tests.filetransfer-2.0.500-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@65a2bcc0] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:eclipse-test-plugin:2.0.500-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.filetransfer --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] ---< org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5 >--- [INFO] Building org.eclipse.ecf.tests.filetransfer.httpclient5 1.0.0-SNAPSHOT [73/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true ${test} org.eclipse.ecf.tests.filetransfer.httpclient5.HttpClient5TestSuite ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.ecf.tests.filetransfer.httpclient5 1.0.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ecf.tests.filetransfer.httpclientjava 2.0.0.qualifier [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.source:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.tests:2.2.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.tests.source:2.2.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=207883, ConflictMarker.markTime=222977, ConflictMarker.nodeCount=858, ConflictIdSorter.graphTime=147066, ConflictIdSorter.topsortTime=109704, ConflictIdSorter.conflictIdCount=245, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=9922151, ConflictResolver.conflictItemCount=848, DfDependencyCollector.collectTime=3832554, DfDependencyCollector.transformTime=10668495} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:eclipse-test-plugin:1.0.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:jar:2.0.500-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:jar:1.1.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services:jar:3.12.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] org.osgi:org.osgi.service.upnp:jar:1.2.1:compile [DEBUG] org.osgi:org.osgi.service.device:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.wireadmin:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.provisioning:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services.source:jar:3.12.100.v20240327-0645:system [DEBUG] org.osgi:org.osgi.service.useradmin:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5-h2:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.client5.httpclient5:jar:5.3.1.v20240126-0900:system [DEBUG] org.apache.httpcomponents.client5:httpclient5:jar:5.3.1:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5:jar:5.2.4:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5-h2:jar:5.2.4:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:01.641505993, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:01.641834114, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:01.641834114, lastModified=2024-05-02 22:36:24.438735197, delta=397203098917 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:01.641834114, lastModified=2024-05-02 22:36:24.438735197, delta=397203098917 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:01.641834114, lastModified=2024-05-02 22:36:24.438735197, delta=397203098917 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:01.642410394, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:01.642633828, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:01.642633828, lastModified=2024-05-02 22:36:25.084747530, delta=396557886298 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:01.641834114, lastModified=2024-05-02 22:36:24.438735197, delta=397203098917 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:01.641834114, lastModified=2024-05-02 22:36:24.438735197, delta=397203098917 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:43:01.643369814, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:43:01.643440367, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:01.648495453, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:01.657288179, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:01.641834114, lastModified=2024-05-02 22:36:24.438735197, delta=397203098917 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:01.641834114, lastModified=2024-05-02 22:36:24.438735197, delta=397203098917 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.0.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.filetransfer.httpclient5) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.filetransfer.httpclient5 [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:02Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.0.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5 [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes [DEBUG] unqualifiedVersion: 1.0.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.filetransfer.httpclient5-1.0.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:~org/eclipse/ecf/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:~org/eclipse/ecf/provider/filetransfer/events/socket/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/outgoing/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes[+org/eclipse/ecf/internal/provider/filetransfer/httpclient5/*:+org/eclipse/ecf/provider/filetransfer/httpclient5/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900.jar[+mozilla/*:+org/apache/hc/client5/*:+org/apache/hc/client5/http/*:+org/apache/hc/client5/http/async/*:+org/apache/hc/client5/http/async/methods/*:+org/apache/hc/client5/http/auth/*:+org/apache/hc/client5/http/classic/*:+org/apache/hc/client5/http/classic/methods/*:+org/apache/hc/client5/http/config/*:+org/apache/hc/client5/http/cookie/*:+org/apache/hc/client5/http/entity/*:+org/apache/hc/client5/http/entity/mime/*:+org/apache/hc/client5/http/impl/*:+org/apache/hc/client5/http/impl/async/*:+org/apache/hc/client5/http/impl/auth/*:+org/apache/hc/client5/http/impl/classic/*:+org/apache/hc/client5/http/impl/cookie/*:+org/apache/hc/client5/http/impl/io/*:+org/apache/hc/client5/http/impl/nio/*:+org/apache/hc/client5/http/impl/routing/*:+org/apache/hc/client5/http/io/*:+org/apache/hc/client5/http/nio/*:+org/apache/hc/client5/http/protocol/*:+org/apache/hc/client5/http/psl/*:+org/apache/hc/client5/http/routing/*:+org/apache/hc/client5/http/socket/*:+org/apache/hc/client5/http/ssl/*:+org/apache/hc/client5/http/utils/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600.jar[+org/apache/hc/core5/*:+org/apache/hc/core5/annotation/*:+org/apache/hc/core5/concurrent/*:+org/apache/hc/core5/function/*:+org/apache/hc/core5/http/*:+org/apache/hc/core5/http/config/*:+org/apache/hc/core5/http/impl/*:+org/apache/hc/core5/http/impl/bootstrap/*:+org/apache/hc/core5/http/impl/io/*:+org/apache/hc/core5/http/impl/nio/*:+org/apache/hc/core5/http/io/*:+org/apache/hc/core5/http/io/entity/*:+org/apache/hc/core5/http/io/ssl/*:+org/apache/hc/core5/http/io/support/*:+org/apache/hc/core5/http/message/*:+org/apache/hc/core5/http/nio/*:+org/apache/hc/core5/http/nio/command/*:+org/apache/hc/core5/http/nio/entity/*:+org/apache/hc/core5/http/nio/ssl/*:+org/apache/hc/core5/http/nio/support/*:+org/apache/hc/core5/http/nio/support/classic/*:+org/apache/hc/core5/http/protocol/*:+org/apache/hc/core5/http/ssl/*:+org/apache/hc/core5/http/support/*:+org/apache/hc/core5/io/*:+org/apache/hc/core5/net/*:+org/apache/hc/core5/pool/*:+org/apache/hc/core5/reactor/*:+org/apache/hc/core5/reactor/ssl/*:+org/apache/hc/core5/ssl/*:+org/apache/hc/core5/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5-h2/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-h2-5.2.3.v20230922-1600.jar[+org/apache/hc/core5/http2/*:+org/apache/hc/core5/http2/config/*:+org/apache/hc/core5/http2/frame/*:+org/apache/hc/core5/http2/hpack/*:+org/apache/hc/core5/http2/impl/*:+org/apache/hc/core5/http2/impl/io/*:+org/apache/hc/core5/http2/impl/nio/*:+org/apache/hc/core5/http2/impl/nio/bootstrap/*:+org/apache/hc/core5/http2/nio/*:+org/apache/hc/core5/http2/nio/command/*:+org/apache/hc/core5/http2/nio/pool/*:+org/apache/hc/core5/http2/nio/support/*:+org/apache/hc/core5/http2/protocol/*:+org/apache/hc/core5/http2/ssl/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529.jar[+org/eclipse/core/net/proxy/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:~org/eclipse/ecf/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:~org/eclipse/ecf/provider/filetransfer/events/socket/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/outgoing/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes[+org/eclipse/ecf/internal/provider/filetransfer/httpclient5/*:+org/eclipse/ecf/provider/filetransfer/httpclient5/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900.jar[+mozilla/*:+org/apache/hc/client5/*:+org/apache/hc/client5/http/*:+org/apache/hc/client5/http/async/*:+org/apache/hc/client5/http/async/methods/*:+org/apache/hc/client5/http/auth/*:+org/apache/hc/client5/http/classic/*:+org/apache/hc/client5/http/classic/methods/*:+org/apache/hc/client5/http/config/*:+org/apache/hc/client5/http/cookie/*:+org/apache/hc/client5/http/entity/*:+org/apache/hc/client5/http/entity/mime/*:+org/apache/hc/client5/http/impl/*:+org/apache/hc/client5/http/impl/async/*:+org/apache/hc/client5/http/impl/auth/*:+org/apache/hc/client5/http/impl/classic/*:+org/apache/hc/client5/http/impl/cookie/*:+org/apache/hc/client5/http/impl/io/*:+org/apache/hc/client5/http/impl/nio/*:+org/apache/hc/client5/http/impl/routing/*:+org/apache/hc/client5/http/io/*:+org/apache/hc/client5/http/nio/*:+org/apache/hc/client5/http/protocol/*:+org/apache/hc/client5/http/psl/*:+org/apache/hc/client5/http/routing/*:+org/apache/hc/client5/http/socket/*:+org/apache/hc/client5/http/ssl/*:+org/apache/hc/client5/http/utils/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600.jar[+org/apache/hc/core5/*:+org/apache/hc/core5/annotation/*:+org/apache/hc/core5/concurrent/*:+org/apache/hc/core5/function/*:+org/apache/hc/core5/http/*:+org/apache/hc/core5/http/config/*:+org/apache/hc/core5/http/impl/*:+org/apache/hc/core5/http/impl/bootstrap/*:+org/apache/hc/core5/http/impl/io/*:+org/apache/hc/core5/http/impl/nio/*:+org/apache/hc/core5/http/io/*:+org/apache/hc/core5/http/io/entity/*:+org/apache/hc/core5/http/io/ssl/*:+org/apache/hc/core5/http/io/support/*:+org/apache/hc/core5/http/message/*:+org/apache/hc/core5/http/nio/*:+org/apache/hc/core5/http/nio/command/*:+org/apache/hc/core5/http/nio/entity/*:+org/apache/hc/core5/http/nio/ssl/*:+org/apache/hc/core5/http/nio/support/*:+org/apache/hc/core5/http/nio/support/classic/*:+org/apache/hc/core5/http/protocol/*:+org/apache/hc/core5/http/ssl/*:+org/apache/hc/core5/http/support/*:+org/apache/hc/core5/io/*:+org/apache/hc/core5/net/*:+org/apache/hc/core5/pool/*:+org/apache/hc/core5/reactor/*:+org/apache/hc/core5/reactor/ssl/*:+org/apache/hc/core5/ssl/*:+org/apache/hc/core5/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5-h2/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-h2-5.2.3.v20230922-1600.jar[+org/apache/hc/core5/http2/*:+org/apache/hc/core5/http2/config/*:+org/apache/hc/core5/http2/frame/*:+org/apache/hc/core5/http2/hpack/*:+org/apache/hc/core5/http2/impl/*:+org/apache/hc/core5/http2/impl/io/*:+org/apache/hc/core5/http2/impl/nio/*:+org/apache/hc/core5/http2/impl/nio/bootstrap/*:+org/apache/hc/core5/http2/nio/*:+org/apache/hc/core5/http2/nio/command/*:+org/apache/hc/core5/http2/nio/pool/*:+org/apache/hc/core5/http2/nio/support/*:+org/apache/hc/core5/http2/protocol/*:+org/apache/hc/core5/http2/ssl/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529.jar[+org/eclipse/core/net/proxy/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/src [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:~org/eclipse/ecf/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:~org/eclipse/ecf/provider/filetransfer/events/socket/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/outgoing/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes[+org/eclipse/ecf/internal/provider/filetransfer/httpclient5/*:+org/eclipse/ecf/provider/filetransfer/httpclient5/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900.jar[+mozilla/*:+org/apache/hc/client5/*:+org/apache/hc/client5/http/*:+org/apache/hc/client5/http/async/*:+org/apache/hc/client5/http/async/methods/*:+org/apache/hc/client5/http/auth/*:+org/apache/hc/client5/http/classic/*:+org/apache/hc/client5/http/classic/methods/*:+org/apache/hc/client5/http/config/*:+org/apache/hc/client5/http/cookie/*:+org/apache/hc/client5/http/entity/*:+org/apache/hc/client5/http/entity/mime/*:+org/apache/hc/client5/http/impl/*:+org/apache/hc/client5/http/impl/async/*:+org/apache/hc/client5/http/impl/auth/*:+org/apache/hc/client5/http/impl/classic/*:+org/apache/hc/client5/http/impl/cookie/*:+org/apache/hc/client5/http/impl/io/*:+org/apache/hc/client5/http/impl/nio/*:+org/apache/hc/client5/http/impl/routing/*:+org/apache/hc/client5/http/io/*:+org/apache/hc/client5/http/nio/*:+org/apache/hc/client5/http/protocol/*:+org/apache/hc/client5/http/psl/*:+org/apache/hc/client5/http/routing/*:+org/apache/hc/client5/http/socket/*:+org/apache/hc/client5/http/ssl/*:+org/apache/hc/client5/http/utils/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600.jar[+org/apache/hc/core5/*:+org/apache/hc/core5/annotation/*:+org/apache/hc/core5/concurrent/*:+org/apache/hc/core5/function/*:+org/apache/hc/core5/http/*:+org/apache/hc/core5/http/config/*:+org/apache/hc/core5/http/impl/*:+org/apache/hc/core5/http/impl/bootstrap/*:+org/apache/hc/core5/http/impl/io/*:+org/apache/hc/core5/http/impl/nio/*:+org/apache/hc/core5/http/io/*:+org/apache/hc/core5/http/io/entity/*:+org/apache/hc/core5/http/io/ssl/*:+org/apache/hc/core5/http/io/support/*:+org/apache/hc/core5/http/message/*:+org/apache/hc/core5/http/nio/*:+org/apache/hc/core5/http/nio/command/*:+org/apache/hc/core5/http/nio/entity/*:+org/apache/hc/core5/http/nio/ssl/*:+org/apache/hc/core5/http/nio/support/*:+org/apache/hc/core5/http/nio/support/classic/*:+org/apache/hc/core5/http/protocol/*:+org/apache/hc/core5/http/ssl/*:+org/apache/hc/core5/http/support/*:+org/apache/hc/core5/io/*:+org/apache/hc/core5/net/*:+org/apache/hc/core5/pool/*:+org/apache/hc/core5/reactor/*:+org/apache/hc/core5/reactor/ssl/*:+org/apache/hc/core5/ssl/*:+org/apache/hc/core5/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5-h2/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-h2-5.2.3.v20230922-1600.jar[+org/apache/hc/core5/http2/*:+org/apache/hc/core5/http2/config/*:+org/apache/hc/core5/http2/frame/*:+org/apache/hc/core5/http2/hpack/*:+org/apache/hc/core5/http2/impl/*:+org/apache/hc/core5/http2/impl/io/*:+org/apache/hc/core5/http2/impl/nio/*:+org/apache/hc/core5/http2/impl/nio/bootstrap/*:+org/apache/hc/core5/http2/nio/*:+org/apache/hc/core5/http2/nio/command/*:+org/apache/hc/core5/http2/nio/pool/*:+org/apache/hc/core5/http2/nio/support/*:+org/apache/hc/core5/http2/protocol/*:+org/apache/hc/core5/http2/ssl/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529.jar[+org/eclipse/core/net/proxy/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/src/org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClient5TestSuite.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/src/org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClientGetPortFromURLTest.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:02Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.0.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5 [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes [DEBUG] unqualifiedVersion: 1.0.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@5ddd2f91 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5 [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.filetransfer.httpclient5-1.0.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/org.eclipse.ecf.tests.filetransfer.httpclient5-1.0.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/tests/filetransfer/httpclient5/ [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClient5TestSuite.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClientGetPortFromURLTest.java [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@2acca5cb [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.filetransfer.httpclient5-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@299ca60f [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:02.693500707, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:02.693817511, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:02.693817511, lastModified=2024-05-02 22:36:24.438735197, delta=398255082314 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:02.693817511, lastModified=2024-05-02 22:36:24.438735197, delta=398255082314 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:02.693817511, lastModified=2024-05-02 22:36:24.438735197, delta=398255082314 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:02.694468120, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:02.694611800, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:02.694611800, lastModified=2024-05-02 22:36:25.084747530, delta=397609864270 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClient5TestSuite.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes/org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClient5TestSuite.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClientGetPortFromURLTest$HttpClientRetrieveTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes/org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClientGetPortFromURLTest$HttpClientRetrieveTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClientGetPortFromURLTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes/org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClientGetPortFromURLTest.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@7f63b28 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClient5TestSuite.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes/org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClient5TestSuite.class [DEBUG] Unable to determine whether the meta annotation org.junit.runner.RunWith applied to type org.eclipse.ecf.tests.filetransfer.httpclient5.HttpClient5TestSuite provides bundle annotations as it is not on the project build path. If this annotation does provide bundle annotations then it must be present on the build path in order to be processed [DEBUG] Unable to determine whether the meta annotation org.junit.runners.Suite$SuiteClasses applied to type org.eclipse.ecf.tests.filetransfer.httpclient5.HttpClient5TestSuite provides bundle annotations as it is not on the project build path. If this annotation does provide bundle annotations then it must be present on the build path in order to be processed [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClientGetPortFromURLTest$HttpClientRetrieveTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes/org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClientGetPortFromURLTest$HttpClientRetrieveTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClientGetPortFromURLTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes/org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClientGetPortFromURLTest.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/org.eclipse.ecf.tests.filetransfer.httpclient5-1.0.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/tests/filetransfer/httpclient5/ [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClient5TestSuite.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClientGetPortFromURLTest$HttpClientRetrieveTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/httpclient5/HttpClientGetPortFromURLTest.class [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.filetransfer.httpclient5-1.0.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5 [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/surefire.properties [DEBUG] (f) testClass = org.eclipse.ecf.tests.filetransfer.httpclient5.HttpClient5TestSuite [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/org.eclipse.ecf.tests.filetransfer.httpclient5-1.0.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/org.eclipse.ecf.tests.filetransfer.httpclient5-1.0.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/org.eclipse.ecf.tests.filetransfer.httpclient5-1.0.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/org.eclipse.ecf.tests.filetransfer.httpclient5-1.0.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/org.eclipse.ecf.tests.filetransfer.httpclient5-1.0.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/org.eclipse.ecf.tests.filetransfer.httpclient5-1.0.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@1be247eb] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:eclipse-test-plugin:1.0.0-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava >-- [INFO] Building org.eclipse.ecf.tests.filetransfer.httpclientjava 2.0.0-SNAPSHOT [74/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true ${test} org.eclipse.ecf.tests.filetransfer.httpclientjava.HttpClientJavaTestSuite ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.ecf.tests.filetransfer.httpclient5 1.0.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ecf.tests.filetransfer.httpclientjava 2.0.0.qualifier [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.source:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.tests:2.2.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.tests.source:2.2.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=183115, ConflictMarker.markTime=185184, ConflictMarker.nodeCount=835, ConflictIdSorter.graphTime=128063, ConflictIdSorter.topsortTime=98358, ConflictIdSorter.conflictIdCount=237, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=8457950, ConflictResolver.conflictItemCount=825, DfDependencyCollector.collectTime=3378651, DfDependencyCollector.transformTime=9106429} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:eclipse-test-plugin:2.0.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:jar:2.0.500-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:jar:2.0.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services:jar:3.12.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] org.osgi:org.osgi.service.upnp:jar:1.2.1:compile [DEBUG] org.osgi:org.osgi.service.device:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.wireadmin:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.provisioning:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services.source:jar:3.12.100.v20240327-0645:system [DEBUG] org.osgi:org.osgi.service.useradmin:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:05.006541745, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:05.006783957, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:05.006783957, lastModified=2024-05-02 22:36:24.438735197, delta=400568048760 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:05.006783957, lastModified=2024-05-02 22:36:24.438735197, delta=400568048760 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:05.006783957, lastModified=2024-05-02 22:36:24.438735197, delta=400568048760 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:05.007154562, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:05.007332856, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:05.007332856, lastModified=2024-05-02 22:36:25.084747530, delta=399922585326 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:05.006783957, lastModified=2024-05-02 22:36:24.438735197, delta=400568048760 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:05.006783957, lastModified=2024-05-02 22:36:24.438735197, delta=400568048760 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:43:05.008059372, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:43:05.008129258, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:05.013217078, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:05.022454085, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:05.006783957, lastModified=2024-05-02 22:36:24.438735197, delta=400568048760 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:05.006783957, lastModified=2024-05-02 22:36:24.438735197, delta=400568048760 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.0.0.v20230715-1911 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.filetransfer.httpclientjava) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.filetransfer.httpclientjava [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230715-1911 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:05Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.0.v20230715-1911 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes [DEBUG] unqualifiedVersion: 2.0.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.filetransfer.httpclientjava-2.0.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-17' { source level: 17, target level: 17}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 17/17 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:~org/eclipse/ecf/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:~org/eclipse/ecf/provider/filetransfer/events/socket/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/outgoing/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes[+org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/*:+org/eclipse/ecf/provider/filetransfer/httpclientjava/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529.jar[+org/eclipse/core/net/proxy/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:~org/eclipse/ecf/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:~org/eclipse/ecf/provider/filetransfer/events/socket/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/outgoing/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes[+org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/*:+org/eclipse/ecf/provider/filetransfer/httpclientjava/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529.jar[+org/eclipse/core/net/proxy/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/src [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[+org/eclipse/ecf/filetransfer/*:+org/eclipse/ecf/filetransfer/events/*:~org/eclipse/ecf/filetransfer/events/socket/*:+org/eclipse/ecf/filetransfer/events/socketfactory/*:+org/eclipse/ecf/filetransfer/identity/*:+org/eclipse/ecf/filetransfer/service/*:~org/eclipse/ecf/internal/filetransfer/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes[~org/eclipse/ecf/internal/provider/filetransfer/*:~org/eclipse/ecf/provider/filetransfer/*:+org/eclipse/ecf/provider/filetransfer/browse/*:~org/eclipse/ecf/provider/filetransfer/events/socket/*:+org/eclipse/ecf/provider/filetransfer/identity/*:+org/eclipse/ecf/provider/filetransfer/outgoing/*:+org/eclipse/ecf/provider/filetransfer/retrieve/*:+org/eclipse/ecf/provider/filetransfer/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/classes[+org/eclipse/ecf/internal/provider/filetransfer/httpclientjava/*:+org/eclipse/ecf/provider/filetransfer/httpclientjava/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529.jar[+org/eclipse/core/net/proxy/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/src/org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientGetPortFromURLTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/src/org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientJavaTestSuite.java, -g, -nowarn, -target, 17, -source, 17, --release, 17, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230715-1911 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:05Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.0.v20230715-1911 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes [DEBUG] unqualifiedVersion: 2.0.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1c8330a4 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.filetransfer.httpclientjava-2.0.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] (f) qualifier = v20230715-1911 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/org.eclipse.ecf.tests.filetransfer.httpclientjava-2.0.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/tests/filetransfer/httpclientjava/ [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientGetPortFromURLTest.java [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientJavaTestSuite.java [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@59ab5880 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.filetransfer.httpclientjava-2.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] (f) qualifier = v20230715-1911 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@7c6587f4 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:06.048276119, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:06.048514511, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:06.048514511, lastModified=2024-05-02 22:36:24.438735197, delta=401609779314 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:06.048514511, lastModified=2024-05-02 22:36:24.438735197, delta=401609779314 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:06.048514511, lastModified=2024-05-02 22:36:24.438735197, delta=401609779314 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:06.048872504, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:06.048949275, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:06.048949275, lastModified=2024-05-02 22:36:25.084747530, delta=400964201745 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientGetPortFromURLTest$HttpClientRetrieveTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientGetPortFromURLTest$HttpClientRetrieveTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientGetPortFromURLTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientGetPortFromURLTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientJavaTestSuite.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientJavaTestSuite.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@15033952 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientGetPortFromURLTest$HttpClientRetrieveTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientGetPortFromURLTest$HttpClientRetrieveTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientGetPortFromURLTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientGetPortFromURLTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientJavaTestSuite.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes/org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientJavaTestSuite.class [DEBUG] Unable to determine whether the meta annotation org.junit.runner.RunWith applied to type org.eclipse.ecf.tests.filetransfer.httpclientjava.HttpClientJavaTestSuite provides bundle annotations as it is not on the project build path. If this annotation does provide bundle annotations then it must be present on the build path in order to be processed [DEBUG] Unable to determine whether the meta annotation org.junit.runners.Suite$SuiteClasses applied to type org.eclipse.ecf.tests.filetransfer.httpclientjava.HttpClientJavaTestSuite provides bundle annotations as it is not on the project build path. If this annotation does provide bundle annotations then it must be present on the build path in order to be processed [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/org.eclipse.ecf.tests.filetransfer.httpclientjava-2.0.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/filetransfer/ [DEBUG] adding directory org/eclipse/ecf/tests/filetransfer/httpclientjava/ [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientGetPortFromURLTest$HttpClientRetrieveTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientGetPortFromURLTest.class [DEBUG] adding entry org/eclipse/ecf/tests/filetransfer/httpclientjava/HttpClientJavaTestSuite.class [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.filetransfer.httpclientjava-2.0.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/surefire.properties [DEBUG] (f) testClass = org.eclipse.ecf.tests.filetransfer.httpclientjava.HttpClientJavaTestSuite [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/org.eclipse.ecf.tests.filetransfer.httpclientjava-2.0.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/org.eclipse.ecf.tests.filetransfer.httpclientjava-2.0.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/org.eclipse.ecf.tests.filetransfer.httpclientjava-2.0.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/org.eclipse.ecf.tests.filetransfer.httpclientjava-2.0.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/org.eclipse.ecf.tests.filetransfer.httpclientjava-2.0.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/org.eclipse.ecf.tests.filetransfer.httpclientjava-2.0.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@2d0679ee] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:eclipse-test-plugin:2.0.0-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.tests.presence >----------- [INFO] Building org.eclipse.ecf.tests.presence 2.0.102-SNAPSHOT [75/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true ${test} ${testClass} ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=235540, ConflictMarker.markTime=249051, ConflictMarker.nodeCount=561, ConflictIdSorter.graphTime=137999, ConflictIdSorter.topsortTime=155875, ConflictIdSorter.conflictIdCount=223, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=12793088, ConflictResolver.conflictItemCount=551, DfDependencyCollector.collectTime=3833053, DfDependencyCollector.transformTime=13673467} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.presence:eclipse-test-plugin:2.0.102-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:08.592237708, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:08.592643924, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:08.592643924, lastModified=2024-05-02 22:36:24.438735197, delta=404153908727 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:08.592643924, lastModified=2024-05-02 22:36:24.438735197, delta=404153908727 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:08.592643924, lastModified=2024-05-02 22:36:24.438735197, delta=404153908727 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:08.593089920, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:08.593365718, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:08.593365718, lastModified=2024-05-02 22:36:25.084747530, delta=403508618188 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:08.592643924, lastModified=2024-05-02 22:36:24.438735197, delta=404153908727 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:08.592643924, lastModified=2024-05-02 22:36:24.438735197, delta=404153908727 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:43:08.594032665, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:43:08.594120502, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 8 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:08.602520437, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:08.612229669, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:08.592643924, lastModified=2024-05-02 22:36:24.438735197, delta=404153908727 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:08.592643924, lastModified=2024-05-02 22:36:24.438735197, delta=404153908727 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.0.102.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.presence) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.presence [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:09Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.102.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.presence [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes [DEBUG] unqualifiedVersion: 2.0.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.presence-2.0.102-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}, OSGi profile 'CDC-1.0/Foundation-1.0' { source level: 1.3, target level: 1.1}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.1 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '1' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/org/eclipse/ecf/tests/presence/AbstractAdapterAccessTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/org/eclipse/ecf/tests/presence/AbstractChatRoomInvitationTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/org/eclipse/ecf/tests/presence/AbstractChatRoomTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/org/eclipse/ecf/tests/presence/AbstractChatTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/org/eclipse/ecf/tests/presence/AbstractConnectTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/org/eclipse/ecf/tests/presence/AbstractPresenceTestCase.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/org/eclipse/ecf/tests/presence/AbstractSearchTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/org/eclipse/ecf/tests/presence/sharedobject/AbstractChatRoomSOAddTest.java, -g, -nowarn, -target, 1.1, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:09Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.102.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.presence [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes [DEBUG] unqualifiedVersion: 2.0.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4e94da85 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.presence-2.0.102-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/org.eclipse.ecf.tests.presence-2.0.102-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/presence/ [DEBUG] adding directory org/eclipse/ecf/tests/presence/sharedobject/ [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractAdapterAccessTest.java [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractChatRoomInvitationTest.java [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest.java [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractChatRoomTest.java [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractChatTest.java [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractConnectTest.java [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractPresenceTestCase.java [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractSearchTest.java [DEBUG] adding entry org/eclipse/ecf/tests/presence/sharedobject/AbstractChatRoomSOAddTest.java [DEBUG] adding entry README.TXT [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6eb27d61 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.presence-2.0.102-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@5925b82f [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:09.605134045, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:09.605443296, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:09.605443296, lastModified=2024-05-02 22:36:24.438735197, delta=405166708099 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:09.605443296, lastModified=2024-05-02 22:36:24.438735197, delta=405166708099 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:09.605443296, lastModified=2024-05-02 22:36:24.438735197, delta=405166708099 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:09.605787280, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:09.605872315, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:09.605872315, lastModified=2024-05-02 22:36:25.084747530, delta=404521124785 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/presence/AbstractAdapterAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractAdapterAccessTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatRoomInvitationTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatRoomInvitationTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatRoomInvitationTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatRoomInvitationTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatRoomTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatRoomTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/presence/AbstractConnectTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractConnectTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/presence/AbstractPresenceTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractPresenceTestCase.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/presence/AbstractSearchTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractSearchTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/presence/sharedobject/AbstractChatRoomSOAddTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/sharedobject/AbstractChatRoomSOAddTest.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@1a249362 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/presence/AbstractAdapterAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractAdapterAccessTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatRoomInvitationTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatRoomInvitationTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatRoomInvitationTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatRoomInvitationTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatRoomTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatRoomTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/presence/AbstractChatTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractChatTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/presence/AbstractConnectTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractConnectTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/presence/AbstractPresenceTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractPresenceTestCase.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/presence/AbstractSearchTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/AbstractSearchTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/presence/sharedobject/AbstractChatRoomSOAddTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes/org/eclipse/ecf/tests/presence/sharedobject/AbstractChatRoomSOAddTest.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/org.eclipse.ecf.tests.presence-2.0.102-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/presence/ [DEBUG] adding directory org/eclipse/ecf/tests/presence/sharedobject/ [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractAdapterAccessTest.class [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractChatRoomInvitationTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractChatRoomInvitationTest.class [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest$2.class [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest.class [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractChatRoomParticipantTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractChatRoomTest.class [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractChatTest.class [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractChatTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractConnectTest.class [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractPresenceTestCase.class [DEBUG] adding entry org/eclipse/ecf/tests/presence/AbstractSearchTest.class [DEBUG] adding entry org/eclipse/ecf/tests/presence/sharedobject/AbstractChatRoomSOAddTest.class [DEBUG] adding entry README.TXT [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.presence-2.0.102-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/org.eclipse.ecf.tests.presence-2.0.102-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/org.eclipse.ecf.tests.presence-2.0.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/org.eclipse.ecf.tests.presence-2.0.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/org.eclipse.ecf.tests.presence-2.0.102-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/org.eclipse.ecf.tests.presence-2.0.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/org.eclipse.ecf.tests.presence-2.0.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@4abcfcb4] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.presence:eclipse-test-plugin:2.0.102-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.presence --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] ----< org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio >---- [INFO] Building org.eclipse.ecf.tests.provider.datashare.nio 1.0.100-SNAPSHOT [76/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true ${test} ${testClass} ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.ecf.tests.provider.datashare.nio 1.0.100.qualifier [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.datashare:3.0.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.datashare.source:3.0.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=82437, ConflictMarker.markTime=87692, ConflictMarker.nodeCount=300, ConflictIdSorter.graphTime=54907, ConflictIdSorter.topsortTime=53037, ConflictIdSorter.conflictIdCount=218, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5908408, ConflictResolver.conflictItemCount=290, DfDependencyCollector.collectTime=1423205, DfDependencyCollector.transformTime=6251268} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:eclipse-test-plugin:1.0.100-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:jar:0.9.301-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:13.363482830, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:13.363752483, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:13.363752483, lastModified=2024-05-02 22:36:24.438735197, delta=408925017286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:13.363752483, lastModified=2024-05-02 22:36:24.438735197, delta=408925017286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:13.363752483, lastModified=2024-05-02 22:36:24.438735197, delta=408925017286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:13.364088877, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:13.364263036, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:13.364263036, lastModified=2024-05-02 22:36:25.084747530, delta=408279515506 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:13.363752483, lastModified=2024-05-02 22:36:24.438735197, delta=408925017286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:13.363752483, lastModified=2024-05-02 22:36:24.438735197, delta=408925017286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:43:13.364835225, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:43:13.364894675, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 16 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:13.380407039, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:13.388934182, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:13.363752483, lastModified=2024-05-02 22:36:24.438735197, delta=408925017286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:13.363752483, lastModified=2024-05-02 22:36:24.438735197, delta=408925017286 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.100.v20200604-0246 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.provider.datashare.nio) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.provider.datashare.nio [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20200604-0246 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:14Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.100.v20200604-0246 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes [DEBUG] unqualifiedVersion: 1.0.100 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src/org/eclipse/ecf/tests/provider/datashare/nio/ConcreteNIOChannel.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src/org/eclipse/ecf/tests/provider/datashare/nio/ConcreteNIODatashareContainer.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src/org/eclipse/ecf/tests/provider/datashare/nio/ContainerImpl.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20200604-0246 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:14Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.100.v20200604-0246 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes [DEBUG] unqualifiedVersion: 1.0.100 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@78ac1a3d [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] (f) qualifier = v20200604-0246 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/datashare/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/datashare/nio/ [DEBUG] adding entry org/eclipse/ecf/tests/provider/datashare/nio/ConcreteNIOChannel.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/datashare/nio/ConcreteNIODatashareContainer.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/datashare/nio/ContainerImpl.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest.java [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@7c90cea3 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] (f) qualifier = v20200604-0246 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@2ebbb4dc [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:14.398085753, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:14.398543128, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:14.398543128, lastModified=2024-05-02 22:36:24.438735197, delta=409959807931 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:14.398543128, lastModified=2024-05-02 22:36:24.438735197, delta=409959807931 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:14.398543128, lastModified=2024-05-02 22:36:24.438735197, delta=409959807931 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:14.399238232, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:14.399427825, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:14.399427825, lastModified=2024-05-02 22:36:25.084747530, delta=409314680295 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/ConcreteNIOChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/ConcreteNIOChannel.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/ConcreteNIODatashareContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/ConcreteNIODatashareContainer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/ContainerImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/ContainerImpl.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$5.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$6.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@7a73d12d [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/ConcreteNIOChannel.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/ConcreteNIOChannel.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/ConcreteNIODatashareContainer.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/ConcreteNIODatashareContainer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/ContainerImpl.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/ContainerImpl.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$5.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$5.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$6.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$6.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes/org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/datashare/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/datashare/nio/ [DEBUG] adding entry org/eclipse/ecf/tests/provider/datashare/nio/ConcreteNIOChannel.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/datashare/nio/ConcreteNIODatashareContainer.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/datashare/nio/ContainerImpl.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$3.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$5.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$4.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$6.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/datashare/nio/NIODatashareTest$2.class [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@308291ab] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:eclipse-test-plugin:1.0.100-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.provider.datashare.nio --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject >--------- [INFO] Building org.eclipse.ecf.tests.sharedobject 2.0.102-SNAPSHOT [77/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true ${test} ${testClass} ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=143939, ConflictMarker.markTime=147602, ConflictMarker.nodeCount=554, ConflictIdSorter.graphTime=83908, ConflictIdSorter.topsortTime=84120, ConflictIdSorter.conflictIdCount=222, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=6944505, ConflictResolver.conflictItemCount=544, DfDependencyCollector.collectTime=2303182, DfDependencyCollector.transformTime=7485179} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:eclipse-test-plugin:2.0.102-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:17.106385524, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:17.106627519, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:17.106627519, lastModified=2024-05-02 22:36:24.438735197, delta=412667892322 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:17.106627519, lastModified=2024-05-02 22:36:24.438735197, delta=412667892322 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:17.106627519, lastModified=2024-05-02 22:36:24.438735197, delta=412667892322 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:17.106936297, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:17.107098158, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:17.107098158, lastModified=2024-05-02 22:36:25.084747530, delta=412022350628 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:17.106627519, lastModified=2024-05-02 22:36:24.438735197, delta=412667892322 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:17.106627519, lastModified=2024-05-02 22:36:24.438735197, delta=412667892322 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:43:17.107665134, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:43:17.107731448, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:17.112643425, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:17.120439300, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:17.106627519, lastModified=2024-05-02 22:36:24.438735197, delta=412667892322 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:17.106627519, lastModified=2024-05-02 22:36:24.438735197, delta=412667892322 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.0.102.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.sharedobject) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.sharedobject [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:17Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.102.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.sharedobject [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes [DEBUG] unqualifiedVersion: 2.0.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.sharedobject-2.0.102-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/org/eclipse/ecf/tests/sharedobject/AbstractSharedObjectTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/org/eclipse/ecf/tests/sharedobject/AddSharedObjectTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/org/eclipse/ecf/tests/sharedobject/IMessageReceiver.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/org/eclipse/ecf/tests/sharedobject/IMessageSender.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/org/eclipse/ecf/tests/sharedobject/SharedObjectAddAbortExceptionTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/org/eclipse/ecf/tests/sharedobject/TestMessagingSharedObject.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/org/eclipse/ecf/tests/sharedobject/TestSharedObject.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/org/eclipse/ecf/tests/sharedobject/TestTransactionSharedObject.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/org/eclipse/ecf/tests/sharedobject/TransactionSharedObjectTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:17Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.102.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.sharedobject [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes [DEBUG] unqualifiedVersion: 2.0.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@7392c734 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.sharedobject-2.0.102-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/org.eclipse.ecf.tests.sharedobject-2.0.102-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/sharedobject/ [DEBUG] adding directory org/eclipse/ecf/tests/sharedobject/util/ [DEBUG] adding directory org/eclipse/ecf/tests/sharedobject/util/reflection/ [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/AbstractSharedObjectTest.java [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/AddSharedObjectTest.java [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/IMessageReceiver.java [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/IMessageSender.java [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageTest.java [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest.java [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/SharedObjectAddAbortExceptionTest.java [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/TestMessagingSharedObject.java [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/TestSharedObject.java [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/TestTransactionSharedObject.java [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/TransactionSharedObjectTest.java [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@337f26d4 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.sharedobject-2.0.102-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@63d2bff0 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:18.098831483, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:18.099442311, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:18.099442311, lastModified=2024-05-02 22:36:24.438735197, delta=413660707114 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:18.099442311, lastModified=2024-05-02 22:36:24.438735197, delta=413660707114 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:18.099442311, lastModified=2024-05-02 22:36:24.438735197, delta=413660707114 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:18.100138738, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:18.100288177, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:18.100288177, lastModified=2024-05-02 22:36:25.084747530, delta=413015540647 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/AbstractSharedObjectTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/AbstractSharedObjectTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/AddSharedObjectTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/AddSharedObjectTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/IMessageReceiver.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/IMessageReceiver.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/IMessageSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/IMessageSender.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/SharedObjectAddAbortExceptionTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/SharedObjectAddAbortExceptionTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/TestMessagingSharedObject$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/TestMessagingSharedObject$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/TestMessagingSharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/TestMessagingSharedObject.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/TestSharedObject$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/TestSharedObject$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/TestSharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/TestSharedObject.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/TestTransactionSharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/TestTransactionSharedObject.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/TransactionSharedObjectTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/TransactionSharedObjectTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/TransactionSharedObjectTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/TransactionSharedObjectTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest$AbstractTestClass.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest$AbstractTestClass.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest$TestClass.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest$TestClass.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@486c550e [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/AbstractSharedObjectTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/AbstractSharedObjectTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/AddSharedObjectTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/AddSharedObjectTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/IMessageReceiver.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/IMessageReceiver.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/IMessageSender.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/IMessageSender.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/SharedObjectAddAbortExceptionTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/SharedObjectAddAbortExceptionTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/TestMessagingSharedObject$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/TestMessagingSharedObject$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/TestMessagingSharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/TestMessagingSharedObject.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/TestSharedObject$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/TestSharedObject$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/TestSharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/TestSharedObject.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/TestTransactionSharedObject.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/TestTransactionSharedObject.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/TransactionSharedObjectTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/TransactionSharedObjectTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/TransactionSharedObjectTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/TransactionSharedObjectTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest$AbstractTestClass.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest$AbstractTestClass.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest$TestClass.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest$TestClass.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes/org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/org.eclipse.ecf.tests.sharedobject-2.0.102-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/sharedobject/ [DEBUG] adding directory org/eclipse/ecf/tests/sharedobject/util/ [DEBUG] adding directory org/eclipse/ecf/tests/sharedobject/util/reflection/ [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/AbstractSharedObjectTest.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/AddSharedObjectTest.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/IMessageReceiver.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/IMessageSender.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageTest.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$2.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/SendSharedObjectMessageWithCustomSerializerTest$3.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/SharedObjectAddAbortExceptionTest.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/TestMessagingSharedObject$1.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/TestMessagingSharedObject.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/TestSharedObject$1.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/TestSharedObject.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/TestTransactionSharedObject.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/TransactionSharedObjectTest.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/TransactionSharedObjectTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest$AbstractTestClass.class [DEBUG] adding entry org/eclipse/ecf/tests/sharedobject/util/reflection/ClassUtilTest$TestClass.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.sharedobject-2.0.102-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/org.eclipse.ecf.tests.sharedobject-2.0.102-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/org.eclipse.ecf.tests.sharedobject-2.0.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/org.eclipse.ecf.tests.sharedobject-2.0.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/org.eclipse.ecf.tests.sharedobject-2.0.102-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/org.eclipse.ecf.tests.sharedobject-2.0.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/org.eclipse.ecf.tests.sharedobject-2.0.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@1d4f9751] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:eclipse-test-plugin:2.0.102-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.sharedobject --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] --------< org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice >--------- [INFO] Building org.eclipse.ecf.tests.remoteservice 2.1.102-SNAPSHOT [78/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true ${test} ${testClass} ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=151164, ConflictMarker.markTime=138271, ConflictMarker.nodeCount=551, ConflictIdSorter.graphTime=85864, ConflictIdSorter.topsortTime=78564, ConflictIdSorter.conflictIdCount=222, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=14299680, ConflictResolver.conflictItemCount=541, DfDependencyCollector.collectTime=3322782, DfDependencyCollector.transformTime=14821972} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:eclipse-test-plugin:2.1.102-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:21.252452268, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:21.252678731, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:21.252678731, lastModified=2024-05-02 22:36:24.438735197, delta=416813943534 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:21.252678731, lastModified=2024-05-02 22:36:24.438735197, delta=416813943534 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:21.252678731, lastModified=2024-05-02 22:36:24.438735197, delta=416813943534 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:21.252987998, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:21.253165960, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:21.253165960, lastModified=2024-05-02 22:36:25.084747530, delta=416168418430 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:21.252678731, lastModified=2024-05-02 22:36:24.438735197, delta=416813943534 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:21.252678731, lastModified=2024-05-02 22:36:24.438735197, delta=416813943534 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:43:21.253737357, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:43:21.253807983, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:21.258620354, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:21.266546225, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:21.252678731, lastModified=2024-05-02 22:36:24.438735197, delta=416813943534 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:21.252678731, lastModified=2024-05-02 22:36:24.438735197, delta=416813943534 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.1.102.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.remoteservice) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.remoteservice [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:21Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.1.102.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.remoteservice [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes [DEBUG] unqualifiedVersion: 2.1.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.remoteservice-2.1.102-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/org/eclipse/ecf/tests/remoteservice/AbstractConcatHostApplication.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/org/eclipse/ecf/tests/remoteservice/AbstractLocalRemoteServiceTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/org/eclipse/ecf/tests/remoteservice/AbstractServiceTrackerTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/org/eclipse/ecf/tests/remoteservice/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/org/eclipse/ecf/tests/remoteservice/IConcatService.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:22Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.1.102.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.remoteservice [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes [DEBUG] unqualifiedVersion: 2.1.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6440ab63 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.remoteservice-2.1.102-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/org.eclipse.ecf.tests.remoteservice-2.1.102-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/remoteservice/ [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractConcatHostApplication.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractLocalRemoteServiceTest.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractServiceTrackerTest.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/Activator.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/IConcatService.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@249ebd2f [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.remoteservice-2.1.102-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@5440a3c6 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:22.213256652, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:22.213547899, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:22.213547899, lastModified=2024-05-02 22:36:24.438735197, delta=417774812702 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:22.213547899, lastModified=2024-05-02 22:36:24.438735197, delta=417774812702 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:22.213547899, lastModified=2024-05-02 22:36:24.438735197, delta=417774812702 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:22.214093245, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:22.214213913, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:22.214213913, lastModified=2024-05-02 22:36:25.084747530, delta=417129466383 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractConcatHostApplication$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractConcatHostApplication$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractConcatHostApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractConcatHostApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractLocalRemoteServiceTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractLocalRemoteServiceTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractLocalRemoteServiceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractLocalRemoteServiceTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$4.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractServiceTrackerTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractServiceTrackerTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/IConcatService.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/IConcatService.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@722d6f9 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractConcatHostApplication$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractConcatHostApplication$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractConcatHostApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractConcatHostApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractLocalRemoteServiceTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractLocalRemoteServiceTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractLocalRemoteServiceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractLocalRemoteServiceTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$4.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$4.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/AbstractServiceTrackerTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/AbstractServiceTrackerTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/IConcatService.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes/org/eclipse/ecf/tests/remoteservice/IConcatService.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/org.eclipse.ecf.tests.remoteservice-2.1.102-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/remoteservice/ [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$3.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$1.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractConcatConsumerTestCase$2.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractConcatHostApplication.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractConcatHostApplication$1.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractLocalRemoteServiceTest.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractLocalRemoteServiceTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$3.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$4.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractRemoteServiceTest$2.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/AbstractServiceTrackerTest.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/Activator.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/IConcatService.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.remoteservice-2.1.102-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/org.eclipse.ecf.tests.remoteservice-2.1.102-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/org.eclipse.ecf.tests.remoteservice-2.1.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/org.eclipse.ecf.tests.remoteservice-2.1.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/org.eclipse.ecf.tests.remoteservice-2.1.102-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/org.eclipse.ecf.tests.remoteservice-2.1.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/org.eclipse.ecf.tests.remoteservice-2.1.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@572db55f] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:eclipse-test-plugin:2.1.102-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.remoteservice --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] --------< org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp >--------- [INFO] Building org.eclipse.ecf.tests.provider.xmpp 2.0.102-SNAPSHOT [79/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true false ecf-test-chatroom ecf-test1@ecf-project.org;ecf-services.osuosl.org ecf-test2@ecf-project.org;ecf-services.osuosl.org ecf-test3@ecf-project.org;ecf-services.osuosl.org 8yxbe3f89f 8yxbe3f89f 8yxbe3f89f ${test} ${testClass} ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.ecf.provider.xmpp.datashare 1.0.201.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.ecf.provider.xmpp.remoteservice 1.2.201.qualifier [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.datashare:1.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.datashare.source:1.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice.source:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.jivesoftware.smack:3.4.0.qualifier: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.jivesoftware.smack.source:3.4.0.qualifier: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=304604, ConflictMarker.markTime=314254, ConflictMarker.nodeCount=1353, ConflictIdSorter.graphTime=257144, ConflictIdSorter.topsortTime=128593, ConflictIdSorter.conflictIdCount=238, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=12940229, ConflictResolver.conflictItemCount=1343, DfDependencyCollector.collectTime=6360864, DfDependencyCollector.transformTime=13998113} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:eclipse-test-plugin:2.0.102-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:jar:3.2.402-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:jar:1.2.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:jar:2.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:jar:2.1.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.presence:jar:2.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.datashare:jar:1.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:3.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] dnsjava:dnsjava:jar:3.5.3:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack.source:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:33.640538891, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:33.640770981, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:33.640770981, lastModified=2024-05-02 22:36:24.438735197, delta=429202035784 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:33.640770981, lastModified=2024-05-02 22:36:24.438735197, delta=429202035784 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:33.640770981, lastModified=2024-05-02 22:36:24.438735197, delta=429202035784 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:33.641075364, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:33.641232224, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:33.641232224, lastModified=2024-05-02 22:36:25.084747530, delta=428556484694 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:33.640770981, lastModified=2024-05-02 22:36:24.438735197, delta=429202035784 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:33.640770981, lastModified=2024-05-02 22:36:24.438735197, delta=429202035784 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:43:33.641743474, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:43:33.641796473, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:33.646585622, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:33.655332086, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:33.640770981, lastModified=2024-05-02 22:36:24.438735197, delta=429202035784 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:33.640770981, lastModified=2024-05-02 22:36:24.438735197, delta=429202035784 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.0.102.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.provider.xmpp) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.provider.xmpp [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:34Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.102.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.provider.xmpp [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes [DEBUG] unqualifiedVersion: 2.0.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.provider.xmpp-2.0.102-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}, OSGi profile 'CDC-1.1/Foundation-1.1' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes[+org/eclipse/ecf/tests/presence/*:+org/eclipse/ecf/tests/presence/sharedobject/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes[+org/eclipse/ecf/tests/sharedobject/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes[~org/eclipse/ecf/internal/provider/xmpp/*:~org/eclipse/ecf/internal/provider/xmpp/events/*:~org/eclipse/ecf/internal/provider/xmpp/filetransfer/*:~org/eclipse/ecf/internal/provider/xmpp/smack/*:+org/eclipse/ecf/provider/xmpp/*:+org/eclipse/ecf/provider/xmpp/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.[+org/eclipse/ecf/provider/xmpp/identity/*:~org/eclipse/ecf/internal/provider/xmpp/filetransfer/*:~org/eclipse/ecf/internal/provider/xmpp/smack/*:+org/eclipse/ecf/provider/xmpp/*:~org/eclipse/ecf/internal/provider/xmpp/events/*:~org/eclipse/ecf/internal/provider/xmpp/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes[+org/eclipse/ecf/provider/xmpp/identity/*:~org/eclipse/ecf/internal/provider/xmpp/filetransfer/*:~org/eclipse/ecf/internal/provider/xmpp/smack/*:+org/eclipse/ecf/provider/xmpp/*:~org/eclipse/ecf/internal/provider/xmpp/events/*:~org/eclipse/ecf/internal/provider/xmpp/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes[+org/eclipse/ecf/tests/presence/*:+org/eclipse/ecf/tests/presence/sharedobject/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes[+org/eclipse/ecf/tests/sharedobject/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes[~org/eclipse/ecf/internal/provider/xmpp/*:~org/eclipse/ecf/internal/provider/xmpp/events/*:~org/eclipse/ecf/internal/provider/xmpp/filetransfer/*:~org/eclipse/ecf/internal/provider/xmpp/smack/*:+org/eclipse/ecf/provider/xmpp/*:+org/eclipse/ecf/provider/xmpp/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.[+org/eclipse/ecf/provider/xmpp/identity/*:~org/eclipse/ecf/internal/provider/xmpp/filetransfer/*:~org/eclipse/ecf/internal/provider/xmpp/smack/*:+org/eclipse/ecf/provider/xmpp/*:~org/eclipse/ecf/internal/provider/xmpp/events/*:~org/eclipse/ecf/internal/provider/xmpp/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes[+org/eclipse/ecf/provider/xmpp/identity/*:~org/eclipse/ecf/internal/provider/xmpp/filetransfer/*:~org/eclipse/ecf/internal/provider/xmpp/smack/*:+org/eclipse/ecf/provider/xmpp/*:~org/eclipse/ecf/internal/provider/xmpp/events/*:~org/eclipse/ecf/internal/provider/xmpp/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/target/classes[+org/eclipse/ecf/tests/presence/*:+org/eclipse/ecf/tests/presence/sharedobject/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/classes[~org/eclipse/ecf/internal/presence/*:+org/eclipse/ecf/presence/*:+org/eclipse/ecf/presence/chatroom/*:+org/eclipse/ecf/presence/history/*:+org/eclipse/ecf/presence/im/*:+org/eclipse/ecf/presence/roster/*:+org/eclipse/ecf/presence/search/*:+org/eclipse/ecf/presence/search/message/*:+org/eclipse/ecf/presence/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[+org/eclipse/ecf/core/sharedobject/*:+org/eclipse/ecf/core/sharedobject/events/*:+org/eclipse/ecf/core/sharedobject/model/*:+org/eclipse/ecf/core/sharedobject/provider/*:+org/eclipse/ecf/core/sharedobject/security/*:+org/eclipse/ecf/core/sharedobject/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/sharedobject/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes[+org/eclipse/ecf/tests/sharedobject/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes[~org/eclipse/ecf/internal/provider/xmpp/*:~org/eclipse/ecf/internal/provider/xmpp/events/*:~org/eclipse/ecf/internal/provider/xmpp/filetransfer/*:~org/eclipse/ecf/internal/provider/xmpp/smack/*:+org/eclipse/ecf/provider/xmpp/*:+org/eclipse/ecf/provider/xmpp/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.[+org/eclipse/ecf/provider/xmpp/identity/*:~org/eclipse/ecf/internal/provider/xmpp/filetransfer/*:~org/eclipse/ecf/internal/provider/xmpp/smack/*:+org/eclipse/ecf/provider/xmpp/*:~org/eclipse/ecf/internal/provider/xmpp/events/*:~org/eclipse/ecf/internal/provider/xmpp/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes[+org/eclipse/ecf/provider/xmpp/identity/*:~org/eclipse/ecf/internal/provider/xmpp/filetransfer/*:~org/eclipse/ecf/internal/provider/xmpp/smack/*:+org/eclipse/ecf/provider/xmpp/*:~org/eclipse/ecf/internal/provider/xmpp/events/*:~org/eclipse/ecf/internal/provider/xmpp/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/jars/xpp.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/classes[+org/eclipse/ecf/datashare/*:+org/eclipse/ecf/datashare/events/*:+org/eclipse/ecf/datashare/mergeable/*:+org/eclipse/ecf/datashare/service/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/AdapterAccessTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/ChatRoomInvitationTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/ChatRoomParticipantTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/ChatRoomTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/ChatTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/ConnectTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/FQIDTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/IDCreateTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/RosterTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/XMPP.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/XMPPS.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/datashare/ChannelTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/remoteservice/ExampleService.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/remoteservice/IExampleService.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceRetrievalTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/search/XMPPSearchTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/org/eclipse/ecf/tests/provider/xmpp/sharedobject/ChatRoomSOAddTest.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:34Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.102.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.provider.xmpp [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes [DEBUG] unqualifiedVersion: 2.0.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@25a3a176 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.provider.xmpp-2.0.102-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/org.eclipse.ecf.tests.provider.xmpp-2.0.102-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/xmpp/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/xmpp/datashare/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/xmpp/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/xmpp/search/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/xmpp/sharedobject/ [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/AdapterAccessTest.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/ChatRoomInvitationTest.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/ChatRoomParticipantTest.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/ChatRoomTest.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/ChatTest.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/ConnectTest.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/FQIDTest.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/IDCreateTest.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/RosterTest.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/XMPP.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/XMPPS.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/datashare/ChannelTest.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/remoteservice/ExampleService.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/remoteservice/IExampleService.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceRetrievalTest.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceTest.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/search/XMPPSearchTest.java [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/sharedobject/ChatRoomSOAddTest.java [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@2e3af5e0 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.provider.xmpp-2.0.102-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@3b563b0e [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:34.686066563, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:34.686455441, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:34.686455441, lastModified=2024-05-02 22:36:24.438735197, delta=430247720244 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:34.686455441, lastModified=2024-05-02 22:36:24.438735197, delta=430247720244 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:34.686455441, lastModified=2024-05-02 22:36:24.438735197, delta=430247720244 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:34.687012409, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:34.687114529, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:34.687114529, lastModified=2024-05-02 22:36:25.084747530, delta=429602366999 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/AdapterAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/AdapterAccessTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/ChatRoomInvitationTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/ChatRoomInvitationTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/ChatRoomParticipantTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/ChatRoomParticipantTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/ChatRoomTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/ChatRoomTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/ChatTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/ChatTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/ConnectTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/ConnectTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/FQIDTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/FQIDTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/IDCreateTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/IDCreateTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/RosterTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/RosterTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/XMPP.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/XMPP.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/XMPPS.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/XMPPS.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/datashare/ChannelTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/datashare/ChannelTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/datashare/ChannelTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/datashare/ChannelTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/remoteservice/ExampleService.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/remoteservice/ExampleService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/remoteservice/IExampleService.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/remoteservice/IExampleService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceRetrievalTest$XMPPClient.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceRetrievalTest$XMPPClient.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceRetrievalTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceRetrievalTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/search/XMPPSearchTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/search/XMPPSearchTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/search/XMPPSearchTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/search/XMPPSearchTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/sharedobject/ChatRoomSOAddTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/sharedobject/ChatRoomSOAddTest.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@35ab0c4c [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/AdapterAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/AdapterAccessTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/ChatRoomInvitationTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/ChatRoomInvitationTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/ChatRoomParticipantTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/ChatRoomParticipantTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/ChatRoomTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/ChatRoomTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/ChatTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/ChatTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/ConnectTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/ConnectTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/FQIDTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/FQIDTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/IDCreateTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/IDCreateTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/RosterTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/RosterTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/XMPP.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/XMPP.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/XMPPS.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/XMPPS.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/datashare/ChannelTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/datashare/ChannelTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/datashare/ChannelTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/datashare/ChannelTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/remoteservice/ExampleService.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/remoteservice/ExampleService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/remoteservice/IExampleService.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/remoteservice/IExampleService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceRetrievalTest$XMPPClient.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceRetrievalTest$XMPPClient.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceRetrievalTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceRetrievalTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/search/XMPPSearchTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/search/XMPPSearchTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/search/XMPPSearchTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/search/XMPPSearchTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/provider/xmpp/sharedobject/ChatRoomSOAddTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes/org/eclipse/ecf/tests/provider/xmpp/sharedobject/ChatRoomSOAddTest.class [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/org.eclipse.ecf.tests.provider.xmpp-2.0.102-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/xmpp/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/xmpp/datashare/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/xmpp/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/xmpp/search/ [DEBUG] adding directory org/eclipse/ecf/tests/provider/xmpp/sharedobject/ [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/AdapterAccessTest.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/ChatRoomInvitationTest.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/ChatRoomParticipantTest.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/ChatRoomTest.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/ChatTest.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/ConnectTest.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/FQIDTest.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/IDCreateTest.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/RosterTest.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/XMPP.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/XMPPS.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/datashare/ChannelTest.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/datashare/ChannelTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/remoteservice/ExampleService.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/remoteservice/IExampleService.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceRetrievalTest$XMPPClient.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceRetrievalTest.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/remoteservice/RemoteServiceTest.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/search/XMPPSearchTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/search/XMPPSearchTest.class [DEBUG] adding entry org/eclipse/ecf/tests/provider/xmpp/sharedobject/ChatRoomSOAddTest.class [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.provider.xmpp-2.0.102-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/surefire.properties [DEBUG] (f) systemProperties = {chat.room.name=ecf-test-chatroom, password0=8yxbe3f89f, password1=8yxbe3f89f, password2=8yxbe3f89f, smack.debug=false, username0=ecf-test1@ecf-project.org;ecf-services.osuosl.org, username1=ecf-test2@ecf-project.org;ecf-services.osuosl.org, username2=ecf-test3@ecf-project.org;ecf-services.osuosl.org} [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/org.eclipse.ecf.tests.provider.xmpp-2.0.102-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/org.eclipse.ecf.tests.provider.xmpp-2.0.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/org.eclipse.ecf.tests.provider.xmpp-2.0.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/org.eclipse.ecf.tests.provider.xmpp-2.0.102-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/org.eclipse.ecf.tests.provider.xmpp-2.0.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/org.eclipse.ecf.tests.provider.xmpp-2.0.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@5a3f6d14] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:eclipse-test-plugin:2.0.102-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.provider.xmpp --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] -------------< org.eclipse.ecf:org.eclipse.ecf.tests.ssl >-------------- [INFO] Building org.eclipse.ecf.tests.ssl 1.0.101-SNAPSHOT [80/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true ${test} ${testClass} ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=70258, ConflictMarker.markTime=77121, ConflictMarker.nodeCount=288, ConflictIdSorter.graphTime=45405, ConflictIdSorter.topsortTime=59301, ConflictIdSorter.conflictIdCount=217, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5477976, ConflictResolver.conflictItemCount=278, DfDependencyCollector.collectTime=1446062, DfDependencyCollector.transformTime=5783336} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.ssl:eclipse-test-plugin:1.0.101-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ssl:jar:1.3.100-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:37.831901814, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:37.832141126, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:37.832141126, lastModified=2024-05-02 22:36:24.438735197, delta=433393405929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:37.832141126, lastModified=2024-05-02 22:36:24.438735197, delta=433393405929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:37.832141126, lastModified=2024-05-02 22:36:24.438735197, delta=433393405929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:37.832490282, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:37.832665179, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:37.832665179, lastModified=2024-05-02 22:36:25.084747530, delta=432747917649 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:37.832141126, lastModified=2024-05-02 22:36:24.438735197, delta=433393405929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:37.832141126, lastModified=2024-05-02 22:36:24.438735197, delta=433393405929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:43:37.833221464, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:43:37.833286086, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:37.838218153, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:37.846791603, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:37.832141126, lastModified=2024-05-02 22:36:24.438735197, delta=433393405929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:37.832141126, lastModified=2024-05-02 22:36:24.438735197, delta=433393405929 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.101.v20230507-1923 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.ssl) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.ssl [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230507-1923 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:38Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.101.v20230507-1923 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.ssl [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes [DEBUG] unqualifiedVersion: 1.0.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.ssl-1.0.101-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[~org/eclipse/osgi/internal/service/security/*:+org/eclipse/osgi/service/security/*:+org/osgi/framework/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes[~org/eclipse/ecf/internal/ssl/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[~org/eclipse/osgi/internal/service/security/*:+org/eclipse/osgi/service/security/*:+org/osgi/framework/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes[~org/eclipse/ecf/internal/ssl/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/src [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[~org/eclipse/osgi/internal/service/security/*:+org/eclipse/osgi/service/security/*:+org/osgi/framework/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/classes[~org/eclipse/ecf/internal/ssl/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/src/org/eclipse/ecf/internal/tests/ssl/TestsSSLActivator.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/src/org/eclipse/ecf/tests/ssl/CertificateChainMock.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/src/org/eclipse/ecf/tests/ssl/ECFTrustManagerTest.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230507-1923 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:38Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.101.v20230507-1923 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.ssl [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes [DEBUG] unqualifiedVersion: 1.0.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@77315dce [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.ssl-1.0.101-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] (f) qualifier = v20230507-1923 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/org.eclipse.ecf.tests.ssl-1.0.101-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/tests/ [DEBUG] adding directory org/eclipse/ecf/internal/tests/ssl/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/ssl/ [DEBUG] adding entry org/eclipse/ecf/internal/tests/ssl/TestsSSLActivator.java [DEBUG] adding entry org/eclipse/ecf/tests/ssl/CertificateChainMock.java [DEBUG] adding entry org/eclipse/ecf/tests/ssl/ECFTrustManagerTest.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4132feca [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.ssl-1.0.101-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] (f) qualifier = v20230507-1923 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@54aeffe [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:38.858427830, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:38.858649191, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:38.858649191, lastModified=2024-05-02 22:36:24.438735197, delta=434419913994 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:38.858649191, lastModified=2024-05-02 22:36:24.438735197, delta=434419913994 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:38.858649191, lastModified=2024-05-02 22:36:24.438735197, delta=434419913994 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:38.858965115, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:38.859059766, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:38.859059766, lastModified=2024-05-02 22:36:25.084747530, delta=433774312236 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/internal/tests/ssl/TestsSSLActivator.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes/org/eclipse/ecf/internal/tests/ssl/TestsSSLActivator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/ssl/CertificateChainMock.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes/org/eclipse/ecf/tests/ssl/CertificateChainMock.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/ssl/ECFTrustManagerTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes/org/eclipse/ecf/tests/ssl/ECFTrustManagerTest.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@1b66147d [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/internal/tests/ssl/TestsSSLActivator.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes/org/eclipse/ecf/internal/tests/ssl/TestsSSLActivator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/ssl/CertificateChainMock.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes/org/eclipse/ecf/tests/ssl/CertificateChainMock.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/ssl/ECFTrustManagerTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes/org/eclipse/ecf/tests/ssl/ECFTrustManagerTest.class [DEBUG] Unable to determine whether the meta annotation org.junit.Before applied to type org.eclipse.ecf.tests.ssl.ECFTrustManagerTest provides bundle annotations as it is not on the project build path. If this annotation does provide bundle annotations then it must be present on the build path in order to be processed [DEBUG] Unable to determine whether the meta annotation org.junit.After applied to type org.eclipse.ecf.tests.ssl.ECFTrustManagerTest provides bundle annotations as it is not on the project build path. If this annotation does provide bundle annotations then it must be present on the build path in order to be processed [DEBUG] Unable to determine whether the meta annotation org.junit.Test applied to type org.eclipse.ecf.tests.ssl.ECFTrustManagerTest provides bundle annotations as it is not on the project build path. If this annotation does provide bundle annotations then it must be present on the build path in order to be processed [DEBUG] Unable to determine whether the meta annotation org.junit.Ignore applied to type org.eclipse.ecf.tests.ssl.ECFTrustManagerTest provides bundle annotations as it is not on the project build path. If this annotation does provide bundle annotations then it must be present on the build path in order to be processed [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/org.eclipse.ecf.tests.ssl-1.0.101-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/internal/ [DEBUG] adding directory org/eclipse/ecf/internal/tests/ [DEBUG] adding directory org/eclipse/ecf/internal/tests/ssl/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/ssl/ [DEBUG] adding entry org/eclipse/ecf/internal/tests/ssl/TestsSSLActivator.class [DEBUG] adding entry org/eclipse/ecf/tests/ssl/CertificateChainMock.class [DEBUG] adding entry org/eclipse/ecf/tests/ssl/ECFTrustManagerTest.class [DEBUG] adding directory test_files/ [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry test_files/intermediate-ca-1.pem [DEBUG] adding entry test_files/intermediate-ca-2-bis.pem [DEBUG] adding entry test_files/intermediate-ca-2.pem [DEBUG] adding entry test_files/intermediate-ca-3.pem [DEBUG] adding entry test_files/root-ca.pem [DEBUG] adding entry test_files/server.pem [DEBUG] adding entry test_files/test-keystore.jks [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.ssl-1.0.101-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/org.eclipse.ecf.tests.ssl-1.0.101-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/org.eclipse.ecf.tests.ssl-1.0.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/org.eclipse.ecf.tests.ssl-1.0.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/org.eclipse.ecf.tests.ssl-1.0.101-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/org.eclipse.ecf.tests.ssl-1.0.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/org.eclipse.ecf.tests.ssl-1.0.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@3f154040] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.ssl:eclipse-test-plugin:1.0.101-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.ssl --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution >-- [INFO] Building org.eclipse.ecf.tests.osgi.services.distribution 1.1.101-SNAPSHOT [81/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true ${test} ${testClass} ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.source:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin.source:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=226068, ConflictMarker.markTime=206553, ConflictMarker.nodeCount=816, ConflictIdSorter.graphTime=127899, ConflictIdSorter.topsortTime=123073, ConflictIdSorter.conflictIdCount=229, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=9834905, ConflictResolver.conflictItemCount=806, DfDependencyCollector.collectTime=4162998, DfDependencyCollector.transformTime=10601925} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:eclipse-test-plugin:1.1.101-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:jar:2.1.700-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:jar:2.1.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:41.546121162, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:41.546431192, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:41.546431192, lastModified=2024-05-02 22:36:24.438735197, delta=437107695995 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:41.546431192, lastModified=2024-05-02 22:36:24.438735197, delta=437107695995 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:41.546431192, lastModified=2024-05-02 22:36:24.438735197, delta=437107695995 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:41.546946908, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:41.547183900, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:41.547183900, lastModified=2024-05-02 22:36:25.084747530, delta=436462436370 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:41.546431192, lastModified=2024-05-02 22:36:24.438735197, delta=437107695995 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:41.546431192, lastModified=2024-05-02 22:36:24.438735197, delta=437107695995 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:43:41.547989626, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:43:41.548062365, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:41.553173935, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:41.562079901, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:41.546431192, lastModified=2024-05-02 22:36:24.438735197, delta=437107695995 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:41.546431192, lastModified=2024-05-02 22:36:24.438735197, delta=437107695995 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.1.101.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.osgi.services.distribution) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.osgi.services.distribution [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:42Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.101.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes [DEBUG] unqualifiedVersion: 1.1.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes[~org/eclipse/ecf/osgi/services/distribution/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes[~org/eclipse/ecf/osgi/services/distribution/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes[~org/eclipse/ecf/osgi/services/distribution/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceRegisterTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/org/eclipse/ecf/tests/osgi/services/distribution/AbstractTwoRemoteServiceAccessTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/org/eclipse/ecf/tests/osgi/services/distribution/TestService1.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/org/eclipse/ecf/tests/osgi/services/distribution/TestServiceInterface1.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/org/eclipse/ecf/tests/osgi/services/distribution/TestServiceInterface2.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/org/eclipse/ecf/tests/osgi/services/distribution/async/TestServiceInterface1Async.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:42Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.101.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes [DEBUG] unqualifiedVersion: 1.1.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3859f65 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/distribution/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/distribution/async/ [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest.java [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest.java [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceRegisterTest.java [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/AbstractTwoRemoteServiceAccessTest.java [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/TestService1.java [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/TestServiceInterface1.java [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/TestServiceInterface2.java [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/async/TestServiceInterface1Async.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@7dea0c91 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@2bbd014f [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:42.543197047, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:42.543437539, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:42.543437539, lastModified=2024-05-02 22:36:24.438735197, delta=438104702342 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:42.543437539, lastModified=2024-05-02 22:36:24.438735197, delta=438104702342 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:42.543437539, lastModified=2024-05-02 22:36:24.438735197, delta=438104702342 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:42.543749254, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:42.543821986, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:42.543821986, lastModified=2024-05-02 22:36:25.084747530, delta=437459074456 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$3.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceRegisterTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceRegisterTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractTwoRemoteServiceAccessTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractTwoRemoteServiceAccessTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractTwoRemoteServiceAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractTwoRemoteServiceAccessTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/TestService1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/TestService1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/TestServiceInterface1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/TestServiceInterface1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/TestServiceInterface2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/TestServiceInterface2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/async/TestServiceInterface1Async.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/async/TestServiceInterface1Async.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@65f55ac7 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$3.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$3.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceRegisterTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceRegisterTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractTwoRemoteServiceAccessTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractTwoRemoteServiceAccessTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/AbstractTwoRemoteServiceAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/AbstractTwoRemoteServiceAccessTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/TestService1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/TestService1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/TestServiceInterface1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/TestServiceInterface1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/TestServiceInterface2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/TestServiceInterface2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/async/TestServiceInterface1Async.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/async/TestServiceInterface1Async.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/distribution/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/distribution/async/ [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$2.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/AbstractDistributionTest$3.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest$2.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceAccessTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/AbstractRemoteServiceRegisterTest.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/AbstractTwoRemoteServiceAccessTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/AbstractTwoRemoteServiceAccessTest.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/TestService1.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/TestServiceInterface1.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/TestServiceInterface2.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/async/TestServiceInterface1Async.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@392daaa4] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:eclipse-test-plugin:1.1.101-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.osgi.services.distribution --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.tests.discovery >----------- [INFO] Building org.eclipse.ecf.tests.discovery 2.1.0-SNAPSHOT [82/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true ${test} ${testClass} ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=58648, ConflictMarker.markTime=77949, ConflictMarker.nodeCount=288, ConflictIdSorter.graphTime=40229, ConflictIdSorter.topsortTime=63352, ConflictIdSorter.conflictIdCount=217, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=6336216, ConflictResolver.conflictItemCount=278, DfDependencyCollector.collectTime=1132879, DfDependencyCollector.transformTime=6628162} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.discovery:eclipse-test-plugin:2.1.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:44.957817791, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:44.958045234, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:44.958045234, lastModified=2024-05-02 22:36:24.438735197, delta=440519310037 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:44.958045234, lastModified=2024-05-02 22:36:24.438735197, delta=440519310037 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:44.958045234, lastModified=2024-05-02 22:36:24.438735197, delta=440519310037 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:44.958366631, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:44.958625728, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:44.958625728, lastModified=2024-05-02 22:36:25.084747530, delta=439873878198 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:44.958045234, lastModified=2024-05-02 22:36:24.438735197, delta=440519310037 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:44.958045234, lastModified=2024-05-02 22:36:24.438735197, delta=440519310037 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:43:44.959136620, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:43:44.959189203, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 11 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:44.970426596, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:44.978462159, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:44.958045234, lastModified=2024-05-02 22:36:24.438735197, delta=440519310037 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:44.958045234, lastModified=2024-05-02 22:36:24.438735197, delta=440519310037 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.1.0.v20231021-2113 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.discovery) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.discovery [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2113 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:45Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.1.0.v20231021-2113 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.discovery [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes [DEBUG] unqualifiedVersion: 2.1.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.discovery-2.1.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[+org/eclipse/ecf/discovery/*:+org/eclipse/ecf/discovery/identity/*:+org/eclipse/ecf/discovery/service/*:~org/eclipse/ecf/internal/discovery/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/AbstractDiscoveryTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/DiscoveryContainerTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/DiscoveryServiceRegistryTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/DiscoveryServiceTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/DiscoveryTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/DiscoveryTestHelper.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/DiscoveryTestsWithoutRegister.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/RndStatsTestCase.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/ServiceInfoComparator.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/ServiceInfoTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/identity/ServiceIDTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/identity/TestNamespace.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/identity/TestServiceID.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/listener/TestListener.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/listener/TestServiceListener.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/listener/TestServiceTypeListener.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/listener/ThreadTestServiceListener.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2113 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:45Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.1.0.v20231021-2113 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.discovery [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes [DEBUG] unqualifiedVersion: 2.1.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@32c094f9 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.discovery-2.1.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] (f) qualifier = v20231021-2113 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/org.eclipse.ecf.tests.discovery-2.1.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/discovery/ [DEBUG] adding directory org/eclipse/ecf/tests/discovery/identity/ [DEBUG] adding directory org/eclipse/ecf/tests/discovery/listener/ [DEBUG] adding entry org/eclipse/ecf/tests/discovery/AbstractDiscoveryTest.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/Activator.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/DiscoveryContainerTest.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/DiscoveryServiceRegistryTest.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/DiscoveryServiceTest.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/DiscoveryTest.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/DiscoveryTestHelper.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/DiscoveryTestsWithoutRegister.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/RndStatsTestCase.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/ServiceInfoComparator.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/ServiceInfoTest.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/identity/ServiceIDTest.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/identity/TestNamespace.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/identity/TestServiceID.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/listener/TestListener.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/listener/TestServiceListener.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/listener/TestServiceTypeListener.java [DEBUG] adding entry org/eclipse/ecf/tests/discovery/listener/ThreadTestServiceListener.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@2b537381 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.discovery-2.1.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] (f) qualifier = v20231021-2113 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@383edea2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:46.050751837, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:46.051045936, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:46.051045936, lastModified=2024-05-02 22:36:24.438735197, delta=441612310739 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:46.051045936, lastModified=2024-05-02 22:36:24.438735197, delta=441612310739 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:46.051045936, lastModified=2024-05-02 22:36:24.438735197, delta=441612310739 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:46.051535322, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:46.051633206, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:46.051633206, lastModified=2024-05-02 22:36:25.084747530, delta=440966885676 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/AbstractDiscoveryTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/AbstractDiscoveryTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/DiscoveryContainerTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/DiscoveryContainerTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/DiscoveryServiceRegistryTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/DiscoveryServiceRegistryTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/DiscoveryServiceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/DiscoveryServiceTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/DiscoveryTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/DiscoveryTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/DiscoveryTestHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/DiscoveryTestHelper.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/DiscoveryTestsWithoutRegister.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/DiscoveryTestsWithoutRegister.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener$Failure.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener$Failure.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener$Result.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener$Result.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/RndStatsTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/RndStatsTestCase.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/ServiceInfoComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/ServiceInfoComparator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/ServiceInfoTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/ServiceInfoTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/identity/ServiceIDTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/identity/ServiceIDTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/identity/TestNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/identity/TestNamespace.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/identity/TestServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/identity/TestServiceID.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/listener/TestListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/listener/TestListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/listener/TestServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/listener/TestServiceListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/listener/TestServiceTypeListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/listener/TestServiceTypeListener.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/discovery/listener/ThreadTestServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/listener/ThreadTestServiceListener.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@3f87dc49 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/AbstractDiscoveryTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/AbstractDiscoveryTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/DiscoveryContainerTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/DiscoveryContainerTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/DiscoveryServiceRegistryTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/DiscoveryServiceRegistryTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/DiscoveryServiceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/DiscoveryServiceTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/DiscoveryTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/DiscoveryTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/DiscoveryTestHelper.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/DiscoveryTestHelper.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/DiscoveryTestsWithoutRegister.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/DiscoveryTestsWithoutRegister.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener$Failure.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener$Failure.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener$Result.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener$Result.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/RndStatsTestCase.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/RndStatsTestCase.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/ServiceInfoComparator.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/ServiceInfoComparator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/ServiceInfoTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/ServiceInfoTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/identity/ServiceIDTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/identity/ServiceIDTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/identity/TestNamespace.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/identity/TestNamespace.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/identity/TestServiceID.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/identity/TestServiceID.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/listener/TestListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/listener/TestListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/listener/TestServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/listener/TestServiceListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/listener/TestServiceTypeListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/listener/TestServiceTypeListener.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/discovery/listener/ThreadTestServiceListener.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes/org/eclipse/ecf/tests/discovery/listener/ThreadTestServiceListener.class [DEBUG] parseClassFile(): path=java/util/Comparator.class resource=:jrt:/java.base/java/util/Comparator.class: [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/org.eclipse.ecf.tests.discovery-2.1.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/discovery/ [DEBUG] adding directory org/eclipse/ecf/tests/discovery/identity/ [DEBUG] adding directory org/eclipse/ecf/tests/discovery/listener/ [DEBUG] adding entry org/eclipse/ecf/tests/discovery/AbstractDiscoveryTest.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/Activator.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/DiscoveryContainerTest.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/DiscoveryServiceRegistryTest.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/DiscoveryServiceTest.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/DiscoveryTest.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/DiscoveryTestHelper.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/DiscoveryTestsWithoutRegister.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener$Result.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/RndStatsTestCase.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener$Failure.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/RndStatsTestCase$MyTestSuite$StatisticalTestListener.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/ServiceInfoComparator.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/ServiceInfoTest.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/identity/ServiceIDTest.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/identity/TestNamespace.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/identity/TestServiceID.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/listener/TestListener.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/listener/TestServiceListener.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/listener/TestServiceTypeListener.class [DEBUG] adding entry org/eclipse/ecf/tests/discovery/listener/ThreadTestServiceListener.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.discovery-2.1.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/org.eclipse.ecf.tests.discovery-2.1.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/org.eclipse.ecf.tests.discovery-2.1.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/org.eclipse.ecf.tests.discovery-2.1.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/org.eclipse.ecf.tests.discovery-2.1.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/org.eclipse.ecf.tests.discovery-2.1.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/org.eclipse.ecf.tests.discovery-2.1.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@7a5c11b3] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.discovery:eclipse-test-plugin:2.1.0-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.discovery --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] ----< org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic >----- [INFO] Building org.eclipse.ecf.tests.remoteservice.generic 2.1.102-SNAPSHOT [83/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true ${test} ${testClass} ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice.source:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=185579, ConflictMarker.markTime=191742, ConflictMarker.nodeCount=798, ConflictIdSorter.graphTime=122592, ConflictIdSorter.topsortTime=92786, ConflictIdSorter.conflictIdCount=225, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=8281215, ConflictResolver.conflictItemCount=788, DfDependencyCollector.collectTime=2875784, DfDependencyCollector.transformTime=8943470} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:eclipse-test-plugin:2.1.102-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:jar:2.1.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server.generic:jar:8.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:49.031958283, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:49.032191960, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:49.032191960, lastModified=2024-05-02 22:36:24.438735197, delta=444593456763 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:49.032191960, lastModified=2024-05-02 22:36:24.438735197, delta=444593456763 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:49.032191960, lastModified=2024-05-02 22:36:24.438735197, delta=444593456763 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:49.032520884, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:49.032676335, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:49.032676335, lastModified=2024-05-02 22:36:25.084747530, delta=443947928805 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:49.032191960, lastModified=2024-05-02 22:36:24.438735197, delta=444593456763 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:49.032191960, lastModified=2024-05-02 22:36:24.438735197, delta=444593456763 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:43:49.033180258, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:43:49.033245167, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:49.037934234, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:49.046306199, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:49.032191960, lastModified=2024-05-02 22:36:24.438735197, delta=444593456763 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:49.032191960, lastModified=2024-05-02 22:36:24.438735197, delta=444593456763 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 2.1.102.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.remoteservice.generic) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.remoteservice.generic [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:49Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.1.102.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes [DEBUG] unqualifiedVersion: 2.1.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.remoteservice.generic-2.1.102-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes[~org/eclipse/ecf/internal/server/generic/*:+org/eclipse/ecf/server/generic/*:+org/eclipse/ecf/server/generic/app/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes[~org/eclipse/ecf/internal/server/generic/*:+org/eclipse/ecf/server/generic/*:+org/eclipse/ecf/server/generic/app/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[~org/eclipse/ecf/internal/provider/*:+org/eclipse/ecf/provider/comm/*:+org/eclipse/ecf/provider/comm/tcp/*:+org/eclipse/ecf/provider/generic/*:+org/eclipse/ecf/provider/generic/gmm/*:+org/eclipse/ecf/provider/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes[~org/eclipse/ecf/internal/server/generic/*:+org/eclipse/ecf/server/generic/*:+org/eclipse/ecf/server/generic/app/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes[+org/eclipse/ecf/remoteservice/asyncproxy/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/org/eclipse/ecf/tests/remoteservice/generic/Generic.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/org/eclipse/ecf/tests/remoteservice/generic/GenericConcatConsumerTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/org/eclipse/ecf/tests/remoteservice/generic/GenericConcatHostApplication.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/org/eclipse/ecf/tests/remoteservice/generic/GenericLocalRemoteServiceTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceProxyTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTrackerTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatClient.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatServer.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/org/eclipse/ecf/tests/remoteservice/generic/SimpleTest.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:43:49Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.1.102.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes [DEBUG] unqualifiedVersion: 2.1.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@46a75608 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.remoteservice.generic-2.1.102-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/org.eclipse.ecf.tests.remoteservice.generic-2.1.102-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/tests/remoteservice/generic/ [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/Generic.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/GenericConcatConsumerTest.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/GenericConcatHostApplication.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/GenericLocalRemoteServiceTest.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceProxyTest.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTest.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTrackerTest.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatClient.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatServer.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/SimpleTest.java [DEBUG] adding entry README.TXT [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@2e4bdbb3 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.remoteservice.generic-2.1.102-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@2cfcd40a [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:49.981310629, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:43:49.981615380, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:49.981615380, lastModified=2024-05-02 22:36:24.438735197, delta=445542880183 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:49.981615380, lastModified=2024-05-02 22:36:24.438735197, delta=445542880183 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:43:49.981615380, lastModified=2024-05-02 22:36:24.438735197, delta=445542880183 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:43:49.981984443, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:43:49.982097440, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:43:49.982097440, lastModified=2024-05-02 22:36:25.084747530, delta=444897349910 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/Generic.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/Generic.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/GenericConcatConsumerTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/GenericConcatConsumerTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/GenericConcatHostApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/GenericConcatHostApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/GenericLocalRemoteServiceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/GenericLocalRemoteServiceTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceProxyTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceProxyTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceProxyTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceProxyTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTrackerTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTrackerTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTrackerTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTrackerTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatClient.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatClient.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatServer$ConcatService.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatServer$ConcatService.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatServer.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/SimpleTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/SimpleTest$1.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/SimpleTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/SimpleTest$2.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/SimpleTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/SimpleTest.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@1d1621b6 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/Generic.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/Generic.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/GenericConcatConsumerTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/GenericConcatConsumerTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/GenericConcatHostApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/GenericConcatHostApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/GenericLocalRemoteServiceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/GenericLocalRemoteServiceTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceProxyTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceProxyTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceProxyTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceProxyTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTrackerTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTrackerTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTrackerTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTrackerTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatClient.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatClient.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatServer$ConcatService.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatServer$ConcatService.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatServer.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatServer.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/SimpleTest$1.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/SimpleTest$1.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/SimpleTest$2.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/SimpleTest$2.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/generic/SimpleTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes/org/eclipse/ecf/tests/remoteservice/generic/SimpleTest.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/org.eclipse.ecf.tests.remoteservice.generic-2.1.102-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/tests/remoteservice/generic/ [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/Generic.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/GenericConcatConsumerTest.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/GenericConcatHostApplication.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/GenericLocalRemoteServiceTest.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceProxyTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceProxyTest.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTest.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTrackerTest.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/RemoteServiceTrackerTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatClient.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatServer$ConcatService.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/SimpleConcatServer.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/SimpleTest$2.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/SimpleTest$1.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/generic/SimpleTest.class [DEBUG] adding entry README.TXT [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.remoteservice.generic-2.1.102-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/org.eclipse.ecf.tests.remoteservice.generic-2.1.102-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/org.eclipse.ecf.tests.remoteservice.generic-2.1.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/org.eclipse.ecf.tests.remoteservice.generic-2.1.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/org.eclipse.ecf.tests.remoteservice.generic-2.1.102-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/org.eclipse.ecf.tests.remoteservice.generic-2.1.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/org.eclipse.ecf.tests.remoteservice.generic-2.1.102-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@365ca8e5] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:eclipse-test-plugin:2.1.102-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.remoteservice.generic --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] -----< org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi >----- [INFO] Building org.eclipse.ecf.tests.remoteservice.r-osgi 1.0.101-SNAPSHOT [84/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true ${test} ${testClass} ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.r_osgi.remote:1.3.0.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.r_osgi.remote.source:1.3.0.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.source:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin.source:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=253191, ConflictMarker.markTime=225867, ConflictMarker.nodeCount=839, ConflictIdSorter.graphTime=175748, ConflictIdSorter.topsortTime=57407, ConflictIdSorter.conflictIdCount=230, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=21207652, ConflictResolver.conflictItemCount=829, DfDependencyCollector.collectTime=3935359, DfDependencyCollector.transformTime=21976558} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:eclipse-test-plugin:1.0.101-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:jar:3.7.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:jar:2.1.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:jar:1.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:00.029737090, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:00.029986248, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:00.029986248, lastModified=2024-05-02 22:36:24.438735197, delta=455591251051 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:00.029986248, lastModified=2024-05-02 22:36:24.438735197, delta=455591251051 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:00.029986248, lastModified=2024-05-02 22:36:24.438735197, delta=455591251051 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:00.030337725, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:00.030541580, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:00.030541580, lastModified=2024-05-02 22:36:25.084747530, delta=454945794050 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:00.029986248, lastModified=2024-05-02 22:36:24.438735197, delta=455591251051 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:00.029986248, lastModified=2024-05-02 22:36:24.438735197, delta=455591251051 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:44:00.031120009, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:44:00.031186202, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:00.036229652, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:00.044815424, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:00.029986248, lastModified=2024-05-02 22:36:24.438735197, delta=455591251051 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:00.029986248, lastModified=2024-05-02 22:36:24.438735197, delta=455591251051 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.101.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.remoteservice.r-osgi) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.remoteservice.r-osgi [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:00Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.101.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes [DEBUG] unqualifiedVersion: 1.0.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '2' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src/org/eclipse/ecf/tests/remoteservice/r_osgi/ROsgiConcatConsumerTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src/org/eclipse/ecf/tests/remoteservice/r_osgi/ROsgiConcatHostApplication.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src/org/eclipse/ecf/tests/remoteservice/r_osgi/R_OSGi.java, -g, -nowarn, -target, 1.2, -source, 1.3, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:00Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.101.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes [DEBUG] unqualifiedVersion: 1.0.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@5bcc2ed0 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/tests/remoteservice/r_osgi/ [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/r_osgi/ROsgiConcatConsumerTest.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/r_osgi/ROsgiConcatHostApplication.java [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/r_osgi/R_OSGi.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@a638068 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@3335e318 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:01.008632050, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:01.008872746, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:01.008872746, lastModified=2024-05-02 22:36:24.438735197, delta=456570137549 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:01.008872746, lastModified=2024-05-02 22:36:24.438735197, delta=456570137549 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:01.008872746, lastModified=2024-05-02 22:36:24.438735197, delta=456570137549 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:01.009190793, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:01.009263522, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:01.009263522, lastModified=2024-05-02 22:36:25.084747530, delta=455924515992 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/r_osgi/ROsgiConcatConsumerTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes/org/eclipse/ecf/tests/remoteservice/r_osgi/ROsgiConcatConsumerTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/r_osgi/ROsgiConcatHostApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes/org/eclipse/ecf/tests/remoteservice/r_osgi/ROsgiConcatHostApplication.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/remoteservice/r_osgi/R_OSGi.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes/org/eclipse/ecf/tests/remoteservice/r_osgi/R_OSGi.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@5ddc9584 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/r_osgi/ROsgiConcatConsumerTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes/org/eclipse/ecf/tests/remoteservice/r_osgi/ROsgiConcatConsumerTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/r_osgi/ROsgiConcatHostApplication.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes/org/eclipse/ecf/tests/remoteservice/r_osgi/ROsgiConcatHostApplication.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/remoteservice/r_osgi/R_OSGi.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes/org/eclipse/ecf/tests/remoteservice/r_osgi/R_OSGi.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/remoteservice/ [DEBUG] adding directory org/eclipse/ecf/tests/remoteservice/r_osgi/ [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/r_osgi/ROsgiConcatConsumerTest.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/r_osgi/ROsgiConcatHostApplication.class [DEBUG] adding entry org/eclipse/ecf/tests/remoteservice/r_osgi/R_OSGi.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@67c3831a] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:eclipse-test-plugin:1.0.101-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic >-- [INFO] Building org.eclipse.ecf.tests.osgi.services.distribution.generic 1.0.101-SNAPSHOT [85/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true 65354 127.0.0.1 true ${test} ${testClass} ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.source:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice.source:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server.generic:8.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server.generic.source:8.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin.source:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=312908, ConflictMarker.markTime=316394, ConflictMarker.nodeCount=1286, ConflictIdSorter.graphTime=274937, ConflictIdSorter.topsortTime=68832, ConflictIdSorter.conflictIdCount=233, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=15123663, ConflictResolver.conflictItemCount=1276, DfDependencyCollector.collectTime=4986251, DfDependencyCollector.transformTime=16188566} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:eclipse-test-plugin:1.0.101-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:jar:2.1.700-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:jar:4.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:jar:2.1.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:jar:2.1.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:jar:1.1.101-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server.generic:jar:8.2.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:03.568088875, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:03.568394631, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:03.568394631, lastModified=2024-05-02 22:36:24.438735197, delta=459129659434 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:03.568394631, lastModified=2024-05-02 22:36:24.438735197, delta=459129659434 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:03.568394631, lastModified=2024-05-02 22:36:24.438735197, delta=459129659434 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:03.568822560, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:03.569013389, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:03.569013389, lastModified=2024-05-02 22:36:25.084747530, delta=458484265859 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:03.568394631, lastModified=2024-05-02 22:36:24.438735197, delta=459129659434 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:03.568394631, lastModified=2024-05-02 22:36:24.438735197, delta=459129659434 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:44:03.569579491, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:44:03.569647330, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:03.574575381, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:03.583028741, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:03.568394631, lastModified=2024-05-02 22:36:24.438735197, delta=459129659434 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:03.568394631, lastModified=2024-05-02 22:36:24.438735197, delta=459129659434 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.101.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.osgi.services.distribution.generic) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.osgi.services.distribution.generic [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:04Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.101.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes [DEBUG] unqualifiedVersion: 1.0.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes[~org/eclipse/ecf/osgi/services/distribution/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes[+org/eclipse/ecf/tests/osgi/services/distribution/*:+org/eclipse/ecf/tests/osgi/services/distribution/async/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes[~org/eclipse/ecf/osgi/services/distribution/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes[+org/eclipse/ecf/tests/osgi/services/distribution/*:+org/eclipse/ecf/tests/osgi/services/distribution/async/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/src [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes[~org/eclipse/ecf/osgi/services/distribution/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[~org/eclipse/ecf/internal/remoteservice/*:+org/eclipse/ecf/remoteservice/*:+org/eclipse/ecf/remoteservice/client/*:+org/eclipse/ecf/remoteservice/events/*:+org/eclipse/ecf/remoteservice/provider/*:+org/eclipse/ecf/remoteservice/util/*:+org/eclipse/ecf/remoteservice/util/tracker/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[+org/eclipse/ecf/tests/remoteservice/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes[+org/eclipse/ecf/tests/osgi/services/distribution/*:+org/eclipse/ecf/tests/osgi/services/distribution/async/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/src/org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericRemoteServiceAccessTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/src/org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericRemoteServiceRegisterTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/src/org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericTwoRemoteServiceAccessTest.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:04Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.101.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes [DEBUG] unqualifiedVersion: 1.0.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@5536d74c [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/distribution/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/distribution/generic/ [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericRemoteServiceAccessTest.java [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericRemoteServiceRegisterTest.java [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericTwoRemoteServiceAccessTest.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@74d906fe [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@19ebe515 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:04.539120468, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:04.539531433, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:04.539531433, lastModified=2024-05-02 22:36:24.438735197, delta=460100796236 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:04.539531433, lastModified=2024-05-02 22:36:24.438735197, delta=460100796236 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:04.539531433, lastModified=2024-05-02 22:36:24.438735197, delta=460100796236 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:04.539907683, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:04.540014824, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:04.540014824, lastModified=2024-05-02 22:36:25.084747530, delta=459455267294 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericRemoteServiceAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericRemoteServiceAccessTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericRemoteServiceRegisterTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericRemoteServiceRegisterTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericTwoRemoteServiceAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericTwoRemoteServiceAccessTest.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@2d67141 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericRemoteServiceAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericRemoteServiceAccessTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericRemoteServiceRegisterTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericRemoteServiceRegisterTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericTwoRemoteServiceAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericTwoRemoteServiceAccessTest.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/distribution/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/distribution/generic/ [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericRemoteServiceAccessTest.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericRemoteServiceRegisterTest.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/generic/GenericTwoRemoteServiceAccessTest.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/surefire.properties [DEBUG] (f) systemProperties = {net.mdns.interface=127.0.0.1, net.mdns.port=65354, org.eclipse.ecf.osgi.services.discovery.allowLoopbackReference=true} [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@33da5ccf] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:eclipse-test-plugin:1.0.101-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi >-- [INFO] Building org.eclipse.ecf.tests.osgi.services.distribution.r-osgi 1.0.101-SNAPSHOT [86/114] [INFO] from tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${tycho.surefire.deleteWorkDir} ${enableAssertions} ${excludedGroups} false ${surefire.timeout} ${groups} ${tycho.test.packaging} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${tycho.printWires} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} true 65354 127.0.0.1 true ${test} ${testClass} ${project.build.outputDirectory} ${maven.test.failure.ignore} ${threadCount} ${trimStackTrace} ${tycho.surefire.useUIHarness} ${tycho.surefire.useUIThread} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.net.win32.x86_64 1.2.300.v20240413-1529 [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.900.v20240213-1244 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.net.win32 1.1.400.v20240414-0911 [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.r_osgi.remote:1.3.0.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.r_osgi.remote.source:1.3.0.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.source:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.tests.remoteservice:2.1.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.tests.remoteservice.source:2.1.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin.source:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=286233, ConflictMarker.markTime=209762, ConflictMarker.nodeCount=1075, ConflictIdSorter.graphTime=228208, ConflictIdSorter.topsortTime=88512, ConflictIdSorter.conflictIdCount=232, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=10838315, ConflictResolver.conflictItemCount=1065, DfDependencyCollector.collectTime=4177177, DfDependencyCollector.transformTime=11722198} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:eclipse-test-plugin:1.0.101-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:jar:3.7.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:jar:2.1.700-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:jar:1.1.101-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:jar:1.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:jar:2.1.102-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:06.831626317, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:06.831851670, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:06.831851670, lastModified=2024-05-02 22:36:24.438735197, delta=462393116473 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:06.831851670, lastModified=2024-05-02 22:36:24.438735197, delta=462393116473 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:06.831851670, lastModified=2024-05-02 22:36:24.438735197, delta=462393116473 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:06.832158516, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:06.832365480, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:06.832365480, lastModified=2024-05-02 22:36:25.084747530, delta=461747617950 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:06.831851670, lastModified=2024-05-02 22:36:24.438735197, delta=462393116473 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:06.831851670, lastModified=2024-05-02 22:36:24.438735197, delta=462393116473 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:44:06.832925827, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:44:06.832995238, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:06.837960293, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:06.846533977, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:06.831851670, lastModified=2024-05-02 22:36:24.438735197, delta=462393116473 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:06.831851670, lastModified=2024-05-02 22:36:24.438735197, delta=462393116473 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.0.101.v20240402-2321 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftests%252Fbundles%252Forg.eclipse.ecf.tests.osgi.services.distribution.r-osgi) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.tests.osgi.services.distribution.r-osgi [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240402-2321 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:07Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.101.v20240402-2321 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes [DEBUG] unqualifiedVersion: 1.0.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.5/1.5 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Classpath: [/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes[~org/eclipse/ecf/osgi/services/distribution/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes[+org/eclipse/ecf/tests/osgi/services/distribution/*:+org/eclipse/ecf/tests/osgi/services/distribution/async/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[?**/*] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '5' is not supported by compiler. [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes[~org/eclipse/ecf/osgi/services/distribution/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes[+org/eclipse/ecf/tests/osgi/services/distribution/*:+org/eclipse/ecf/tests/osgi/services/distribution/async/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[?**/*] [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/src [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes, -classpath, /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes[~org/eclipse/ecf/osgi/services/distribution/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[+junit/extensions/*:+junit/framework/*:+junit/runner/*:+junit/textui/*:+org/junit/*:+org/junit/experimental/*:+org/junit/experimental/categories/*:+org/junit/experimental/max/*:+org/junit/experimental/results/*:+org/junit/experimental/runners/*:+org/junit/experimental/theories/*:~org/junit/experimental/theories/internal/*:+org/junit/experimental/theories/suppliers/*:+org/junit/function/*:~org/junit/internal/*:~org/junit/internal/builders/*:~org/junit/internal/management/*:~org/junit/internal/matchers/*:~org/junit/internal/requests/*:~org/junit/internal/runners/*:~org/junit/internal/runners/model/*:~org/junit/internal/runners/rules/*:~org/junit/internal/runners/statements/*:+org/junit/matchers/*:+org/junit/rules/*:+org/junit/runner/*:+org/junit/runner/manipulation/*:+org/junit/runner/notification/*:+org/junit/runners/*:+org/junit/runners/model/*:+org/junit/runners/parameterized/*:+org/junit/validator/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[+org/hamcrest/*:+org/hamcrest/beans/*:+org/hamcrest/collection/*:+org/hamcrest/comparator/*:+org/hamcrest/core/*:+org/hamcrest/internal/*:+org/hamcrest/io/*:+org/hamcrest/number/*:+org/hamcrest/object/*:+org/hamcrest/text/*:+org/hamcrest/xml/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+org/osgi/framework/*:+org/osgi/util/tracker/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar[+org/eclipse/equinox/concurrent/future/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes[+org/eclipse/ecf/tests/osgi/services/distribution/*:+org/eclipse/ecf/tests/osgi/services/distribution/async/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/classes[~org/eclipse/ecf/internal/tests/*:+org/eclipse/ecf/tests/*:+org/eclipse/ecf/tests/connect/*:+org/eclipse/ecf/tests/util/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes[+org/eclipse/ecf/core/*:+org/eclipse/ecf/core/events/*:+org/eclipse/ecf/core/jobs/*:+org/eclipse/ecf/core/provider/*:+org/eclipse/ecf/core/security/*:+org/eclipse/ecf/core/start/*:+org/eclipse/ecf/core/status/*:+org/eclipse/ecf/core/user/*:+org/eclipse/ecf/core/util/*:+org/eclipse/ecf/core/util/reflection/*:~org/eclipse/ecf/internal/core/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes[+org/eclipse/ecf/core/identity/*:+org/eclipse/ecf/core/util/*:~org/eclipse/ecf/internal/core/identity/*:?**/*]:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes[?**/*]:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher.win32.win32.x86_64/1.2.900.v20240213-1244/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900.v20240213-1244.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/src/org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiRemoteServiceAccessTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/src/org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiRemoteServiceRegisterTest.java, /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/src/org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiTwoRemoteServiceAccessTest.java, -g, -nowarn, -target, 1.5, -source, 1.5, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240402-2321 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:07Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.101.v20240402-2321 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes [DEBUG] unqualifiedVersion: 1.0.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4c9589e7 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] (f) qualifier = v20240402-2321 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/distribution/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/ [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiRemoteServiceAccessTest.java [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiRemoteServiceRegisterTest.java [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiTwoRemoteServiceAccessTest.java [DEBUG] adding entry about.html [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@29446753 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] (f) qualifier = v20240402-2321 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@bb5d071 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:07.770078358, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:07.770323350, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:07.770323350, lastModified=2024-05-02 22:36:24.438735197, delta=463331588153 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:07.770323350, lastModified=2024-05-02 22:36:24.438735197, delta=463331588153 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:07.770323350, lastModified=2024-05-02 22:36:24.438735197, delta=463331588153 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:07.770649856, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:07.770723813, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:07.770723813, lastModified=2024-05-02 22:36:25.084747530, delta=462685976283 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiRemoteServiceAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiRemoteServiceAccessTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiRemoteServiceRegisterTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiRemoteServiceRegisterTest.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiTwoRemoteServiceAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiTwoRemoteServiceAccessTest.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@704253ff [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiRemoteServiceAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiRemoteServiceAccessTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiRemoteServiceRegisterTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiRemoteServiceRegisterTest.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiTwoRemoteServiceAccessTest.class resource=/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes/org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiTwoRemoteServiceAccessTest.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/tests/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/distribution/ [DEBUG] adding directory org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/ [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiRemoteServiceAccessTest.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiRemoteServiceRegisterTest.class [DEBUG] adding entry org/eclipse/ecf/tests/osgi/services/distribution/r_osgi/R_OSGiTwoRemoteServiceAccessTest.class [DEBUG] adding entry about.html [DEBUG] adding entry plugin.properties [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:4.0.7:test:default-test' with basic configurator --> [DEBUG] (f) classLoaderOrder = booterFirst [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) failIfNoTests = false [DEBUG] (f) metadataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/work/data [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:4.0.7:, org.codehaus.plexus:plexus-utils:jar:3.5.1:compile, org.apache.maven.resolver:maven-resolver-util:jar:1.9.18:compile, org.apache.maven.resolver:maven-resolver-api:jar:1.9.18:compile, org.codehaus.plexus:plexus-archiver:jar:4.9.2:compile, javax.inject:javax.inject:jar:1:compile, org.codehaus.plexus:plexus-io:jar:3.4.2:compile, org.apache.commons:commons-compress:jar:1.26.1:compile, org.apache.commons:commons-lang3:jar:3.14.0:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:compile, com.github.luben:zstd-jni:jar:1.5.5-11:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.27:compile, org.codehaus.plexus:plexus-cipher:jar:2.1.0:compile, org.eclipse.tycho:sisu-osgi-api:jar:4.0.7:compile, org.eclipse.tycho:tycho-spi:jar:4.0.7:compile, org.eclipse.tycho:p2-maven-plugin:jar:4.0.7:compile, org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher:jar:1.9.100:compile, org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.director:jar:2.6.300:compile, org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile, org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile, org.eclipse.platform:org.eclipse.equinox.p2.engine:jar:2.10.0:compile, org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata:jar:2.9.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository:jar:2.8.100:compile, org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, org.eclipse.platform:org.eclipse.equinox.security:jar:1.4.200:compile, org.eclipse.platform:org.eclipse.osgi.compatibility.state:jar:1.2.1000:compile, org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin:jar:2.3.100:compile, org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.11.0:compile, org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.updatesite:jar:1.3.300:compile, org.eclipse.tycho:sisu-osgi-connect:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:jar:1.3.200:compile, org.eclipse.platform:org.eclipse.equinox.p2.director.app:jar:1.3.300:compile, org.eclipse.platform:org.eclipse.equinox.p2.repository.tools:jar:2.4.300:compile, org.eclipse.platform:org.eclipse.equinox.concurrent:jar:1.3.0:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.5.200:compile, org.eclipse.platform:org.eclipse.equinox.app:jar:1.7.0:compile, org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.100:compile, org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.100:compile, org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.bouncycastle:bcpg-jdk15on:jar:1.70:compile, org.bouncycastle:bcprov-jdk15on:jar:1.70:compile, commons-net:commons-net:jar:3.10.0:compile, org.eclipse.tycho:tycho-targetplatform:jar:4.0.7:compile, org.eclipse.tycho:tycho-p2:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.core.runtime:jar:3.31.0:compile, org.eclipse.platform:org.eclipse.equinox.common:jar:3.19.0:compile, org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.200:compile, org.eclipse.platform:org.eclipse.equinox.registry:jar:3.12.0:compile, org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.300:compile, org.osgi:org.osgi.service.repository:jar:1.1.0:compile, org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.osgi:osgi.annotation:jar:8.0.1:compile, org.osgi:org.osgi.util.promise:jar:1.3.0:compile, org.slf4j:slf4j-api:jar:2.0.12:compile, commons-io:commons-io:jar:2.15.1:compile, commons-codec:commons-codec:jar:1.16.1:compile, org.eclipse.jdt:org.eclipse.jdt.core:jar:3.37.0:compile, org.eclipse.platform:org.eclipse.core.resources:jar:3.20.100:compile, org.eclipse.platform:org.eclipse.core.expressions:jar:3.9.300:compile, org.eclipse.platform:org.eclipse.core.filesystem:jar:1.10.300:compile, org.eclipse.platform:org.eclipse.text:jar:3.14.0:compile, org.eclipse.platform:org.eclipse.core.commands:jar:3.12.0:compile, org.eclipse.jdt:ecj:jar:3.37.0:compile, org.eclipse.tycho:sisu-equinox-launching:jar:4.0.7:compile, org.eclipse.tycho:tycho-api:jar:4.0.7:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.19.0:compile, org.apache.commons:commons-exec:jar:1.4.0:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.2.0:compile, biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit59withvintage:jar:4.0.7:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:4.0.7:runtime, org.apache.maven.plugins:maven-failsafe-plugin:jar:3.2.5:compile, org.apache.maven.surefire:surefire-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-logger-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-api:jar:3.2.5:compile, org.apache.maven.surefire:surefire-booter:jar:3.2.5:compile, org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.5:compile, org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile, org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile, org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1:compile, org.codehaus.plexus:plexus-java:jar:1.2.0:compile, org.ow2.asm:asm:jar:9.6:compile, com.thoughtworks.qdox:qdox:jar:2.0.3:compile, biz.aQute.bnd:biz.aQute.bnd.maven:jar:7.0.0:compile, org.osgi:org.osgi.dto:jar:1.0.0:compile, org.osgi:org.osgi.resource:jar:1.0.0:compile, org.osgi:org.osgi.framework:jar:1.8.0:compile, biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile, org.osgi:org.osgi.service.log:jar:1.3.0:compile, org.osgi:org.osgi.service.resolver:jar:1.1.1:compile, biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile, org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile] [DEBUG] (f) printBundles = false [DEBUG] (f) printWires = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) skipTests = true [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/surefire.properties [DEBUG] (f) systemProperties = {net.mdns.interface=127.0.0.1, net.mdns.port=65354, org.eclipse.ecf.osgi.services.discovery.allowLoopbackReference=true} [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/work [DEBUG] -- end configuration -- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@5cb73ca] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:eclipse-test-plugin:1.0.101-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] -----< org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde >----- [INFO] Building org.eclipse.ecf.remoteservices.tooling.pde 1.2.0-SNAPSHOT [87/114] [INFO] from tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,biz.aQute.bnd.util,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/biz.aQute.bnd.util/7.0.0.202310060912/biz.aQute.bnd.util-7.0.0.202310060912-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,biz.aQute.bnd.util.source,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/biz.aQute.bnd.util.source/7.0.0.202310060912/biz.aQute.bnd.util.source-7.0.0.202310060912-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,biz.aQute.bndlib,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/biz.aQute.bndlib/7.0.0.202310060912/biz.aQute.bndlib-7.0.0.202310060912-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository_1.1.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.repository,1.1.0.201505202024 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.repository/1.1.0.201505202024/org.osgi.service.repository-1.1.0.201505202024-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,biz.aQute.bndlib.source,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/biz.aQute.bndlib.source/7.0.0.202310060912/biz.aQute.bndlib.source-7.0.0.202310060912-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,biz.aQute.repository,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/biz.aQute.repository/7.0.0.202310060912/biz.aQute.repository-7.0.0.202310060912-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.coordinator,1.0.2.201505202024 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.coordinator/1.0.2.201505202024/org.osgi.service.coordinator-1.0.2.201505202024-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,biz.aQute.repository.source,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/biz.aQute.repository.source/7.0.0.202310060912/biz.aQute.repository.source-7.0.0.202310060912-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,biz.aQute.resolve,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/biz.aQute.resolve/7.0.0.202310060912/biz.aQute.resolve-7.0.0.202310060912-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,biz.aQute.resolve.source,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/biz.aQute.resolve.source/7.0.0.202310060912/biz.aQute.resolve.source-7.0.0.202310060912-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,bndtools.api,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/bndtools.api/7.0.0.202310060912/bndtools.api-7.0.0.202310060912-p2artifacts.xml [DEBUG] Resolving artifact org.bndtools:bndtools.api:jar:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bndtools:bndtools.api:jar:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/bndtools.api/7.0.0/bndtools.api-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/bndtools.api/7.0.0/bndtools.api-7.0.0.jar (63 kB at 1.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/bndtools.api/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/bndtools.api/7.0.0/bndtools.api-7.0.0.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/bndtools.api.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,bndtools.api.source,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/bndtools.api.source/7.0.0.202310060912/bndtools.api.source-7.0.0.202310060912-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api_2.1.3.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,jakarta.activation-api,2.1.3 to /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3-p2artifacts.xml [DEBUG] Resolving artifact jakarta.activation:jakarta.activation-api:jar:2.1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.activation:jakarta.activation-api:jar:2.1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.jar (67 kB at 4.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.activation-api.source_2.1.3.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,jakarta.activation-api.source,2.1.3 to /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.activation-api.source/2.1.3/jakarta.activation-api.source-2.1.3-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api_1.3.5.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,jakarta.annotation-api,1.3.5 to /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-p2artifacts.xml [DEBUG] Resolving artifact jakarta.annotation:jakarta.annotation-api:jar:1.3.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.annotation:jakarta.annotation-api:jar:1.3.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 2.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.annotation-api.source_1.3.5.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,jakarta.annotation-api.source,1.3.5 to /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.annotation-api.source/1.3.5/jakarta.annotation-api.source-1.3.5-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api_4.0.2.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,jakarta.xml.bind-api,4.0.2 to /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2-p2artifacts.xml [DEBUG] Resolving artifact jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.jar (131 kB at 7.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.xml.bind-api.source_4.0.2.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,jakarta.xml.bind-api.source,4.0.2 to /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.xml.bind-api.source/4.0.2/jakarta.xml.bind-api.source-4.0.2-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant_1.10.14.v20230922-1200.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.ant,1.10.14.v20230922-1200 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.ant/1.10.14.v20230922-1200/org.apache.ant-1.10.14.v20230922-1200-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.ant.source,1.10.14.v20230922-1200 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.ant.source/1.10.14.v20230922-1200/org.apache.ant.source-1.10.14.v20230922-1200-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.bndtools.headless.build.manager,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.bndtools.headless.build.manager/7.0.0.202310060912/org.bndtools.headless.build.manager-7.0.0.202310060912-p2artifacts.xml [DEBUG] Resolving artifact org.bndtools:org.bndtools.headless.build.manager:jar:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bndtools:org.bndtools.headless.build.manager:jar:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.headless.build.manager/7.0.0/org.bndtools.headless.build.manager-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.headless.build.manager/7.0.0/org.bndtools.headless.build.manager-7.0.0.jar (13 kB at 842 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.headless.build.manager/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.headless.build.manager/7.0.0/org.bndtools.headless.build.manager-7.0.0.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.bndtools.headless.build.plugin.gradle,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.bndtools.headless.build.plugin.gradle/7.0.0.202310060912/org.bndtools.headless.build.plugin.gradle-7.0.0.202310060912-p2artifacts.xml [DEBUG] Resolving artifact org.bndtools:org.bndtools.headless.build.plugin.gradle:jar:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bndtools:org.bndtools.headless.build.plugin.gradle:jar:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.headless.build.plugin.gradle/7.0.0/org.bndtools.headless.build.plugin.gradle-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.headless.build.plugin.gradle/7.0.0/org.bndtools.headless.build.plugin.gradle-7.0.0.jar (110 kB at 3.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.headless.build.plugin.gradle/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.headless.build.plugin.gradle/7.0.0/org.bndtools.headless.build.plugin.gradle-7.0.0.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.bndtools.headless.build.manager.source,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.bndtools.headless.build.manager.source/7.0.0.202310060912/org.bndtools.headless.build.manager.source-7.0.0.202310060912-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.bndtools.versioncontrol.ignores.manager,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.bndtools.versioncontrol.ignores.manager/7.0.0.202310060912/org.bndtools.versioncontrol.ignores.manager-7.0.0.202310060912-p2artifacts.xml [DEBUG] Resolving artifact org.bndtools:org.bndtools.versioncontrol.ignores.manager:jar:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bndtools:org.bndtools.versioncontrol.ignores.manager:jar:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.versioncontrol.ignores.manager/7.0.0/org.bndtools.versioncontrol.ignores.manager-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.versioncontrol.ignores.manager/7.0.0/org.bndtools.versioncontrol.ignores.manager-7.0.0.jar (17 kB at 449 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.versioncontrol.ignores.manager/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.versioncontrol.ignores.manager/7.0.0/org.bndtools.versioncontrol.ignores.manager-7.0.0.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.bndtools.headless.build.plugin.gradle.source,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.bndtools.headless.build.plugin.gradle.source/7.0.0.202310060912/org.bndtools.headless.build.plugin.gradle.source-7.0.0.202310060912-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.bndtools.templating,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.bndtools.templating/7.0.0.202310060912/org.bndtools.templating-7.0.0.202310060912-p2artifacts.xml [DEBUG] Resolving artifact org.bndtools:org.bndtools.templating:jar:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bndtools:org.bndtools.templating:jar:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0.jar (2.6 MB at 74 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.templating/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.bndtools.templating.source,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.bndtools.templating.source/7.0.0.202310060912/org.bndtools.templating.source-7.0.0.202310060912-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.bndtools.versioncontrol.ignores.plugin.git/7.0.0.202310060912/org.bndtools.versioncontrol.ignores.plugin.git-7.0.0.202310060912-p2artifacts.xml [DEBUG] Resolving artifact org.bndtools:org.bndtools.versioncontrol.ignores.plugin.git:jar:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bndtools:org.bndtools.versioncontrol.ignores.plugin.git:jar:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.versioncontrol.ignores.plugin.git/7.0.0/org.bndtools.versioncontrol.ignores.plugin.git-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.versioncontrol.ignores.plugin.git/7.0.0/org.bndtools.versioncontrol.ignores.plugin.git-7.0.0.jar (12 kB at 276 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.versioncontrol.ignores.plugin.git/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.versioncontrol.ignores.plugin.git/7.0.0/org.bndtools.versioncontrol.ignores.plugin.git-7.0.0.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.bndtools.versioncontrol.ignores.manager.source,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.bndtools.versioncontrol.ignores.manager.source/7.0.0.202310060912/org.bndtools.versioncontrol.ignores.manager.source-7.0.0.202310060912-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git.source,7.0.0.202310060912 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.bndtools.versioncontrol.ignores.plugin.git.source/7.0.0.202310060912/org.bndtools.versioncontrol.ignores.plugin.git.source-7.0.0.202310060912-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core_3.7.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ant.core,3.7.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.core/3.7.400.v20240413-1529/org.eclipse.ant.core-3.7.400.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.core.source_3.7.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ant.core.source,3.7.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.core.source/3.7.400.v20240413-1529/org.eclipse.ant.core.source-3.7.400.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching_1.4.400.v20240413-1649.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ant.launching,1.4.400.v20240413-1649 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.launching/1.4.400.v20240413-1649/org.eclipse.ant.launching-1.4.400.v20240413-1649-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching_3.22.0.v20240424-1830.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.launching,3.22.0.v20240424-1830 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.22.0.v20240424-1830/org.eclipse.jdt.launching-3.22.0.v20240424-1830-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools_1.3.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.externaltools,1.3.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.externaltools/1.3.400.v20240413-1529/org.eclipse.core.externaltools-1.3.400.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core_3.38.0.v20240425-0507.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.core,3.38.0.v20240425-0507 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.38.0.v20240425-0507/org.eclipse.jdt.core-3.38.0.v20240425-0507-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.launching.source_1.4.400.v20240413-1649.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ant.launching.source,1.4.400.v20240413-1649 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.launching.source/1.4.400.v20240413-1649/org.eclipse.ant.launching.source-1.4.400.v20240413-1649-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui_3.9.400.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ant.ui,3.9.400.v20240419-1233 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.ui/3.9.400.v20240419-1233/org.eclipse.ant.ui-3.9.400.v20240419-1233-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools_3.6.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.externaltools,3.6.400.v20240416-0654 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.externaltools/3.6.400.v20240416-0654/org.eclipse.ui.externaltools-3.6.400.v20240416-0654-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui_3.18.400.v20240416-1521.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.debug.ui,3.18.400.v20240416-1521 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.18.400.v20240416-1521/org.eclipse.debug.ui-3.18.400.v20240416-1521-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui_3.32.100.v20240430-0106.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.ui,3.32.100.v20240430-0106 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.32.100.v20240430-0106/org.eclipse.jdt.ui-3.32.100.v20240430-0106-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui_3.13.400.v20240416-0655.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.debug.ui,3.13.400.v20240416-0655 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug.ui/3.13.400.v20240416-0655/org.eclipse.jdt.debug.ui-3.13.400.v20240416-0655-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit_3.16.400.v20240417-1150.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.junit,3.16.400.v20240417-1150 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.junit/3.16.400.v20240417-1150/org.eclipse.jdt.junit-3.16.400.v20240417-1150-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ant.ui.source_3.9.400.v20240419-1233.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ant.ui.source,3.9.400.v20240419-1233 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.ui.source/3.9.400.v20240419-1233/org.eclipse.ant.ui.source-3.9.400.v20240419-1233-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.core.externaltools.source_1.3.400.v20240413-1529.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.core.externaltools.source,1.3.400.v20240413-1529 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.externaltools.source/1.3.400.v20240413-1529/org.eclipse.core.externaltools.source-1.3.400.v20240413-1529-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.debug.ui.source_3.18.400.v20240416-1521.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.debug.ui.source,3.18.400.v20240416-1521 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui.source/3.18.400.v20240416-1521/org.eclipse.debug.ui.source-3.18.400.v20240416-1521-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress_0.4.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.progress,0.4.400.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.progress/0.4.400.v20240424-0956/org.eclipse.e4.ui.progress-0.4.400.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.e4.ui.progress.source_0.4.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.progress.source,0.4.400.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.progress.source/0.4.400.v20240424-0956/org.eclipse.e4.ui.progress.source-0.4.400.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui_3.15.200.v20240430-0753.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.pde.ui,3.15.200.v20240430-0753 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240430-0753/org.eclipse.pde.ui-3.15.200.v20240430-0753-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core_3.18.100.v20240430-0753.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.pde.core,3.18.100.v20240430-0753 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240430-0753/org.eclipse.pde.core-3.18.100.v20240430-0753-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin_2.3.200.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.frameworkadmin,2.3.200.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin/2.3.200.v20240321-1450/org.eclipse.equinox.frameworkadmin-2.3.200.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.source_2.3.200.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.frameworkadmin.source,2.3.200.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin.source/2.3.200.v20240321-1450/org.eclipse.equinox.frameworkadmin.source-2.3.200.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.200.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.3.200.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin.equinox/1.3.200.v20240321-1450/org.eclipse.equinox.frameworkadmin.equinox-1.3.200.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.200.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox.source,1.3.200.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin.equinox.source/1.3.200.v20240321-1450/org.eclipse.equinox.frameworkadmin.equinox.source-1.3.200.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director_2.6.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.director,2.6.400.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.director/2.6.400.v20240321-1450/org.eclipse.equinox.p2.director-2.6.400.v20240321-1450-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core_2.3.6.v20201214.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.sat4j.core,2.3.6.v20201214 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.core/2.3.6.v20201214/org.sat4j.core-2.3.6.v20201214-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb_2.3.6.v20201214.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.sat4j.pb,2.3.6.v20201214 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.pb/2.3.6.v20201214/org.sat4j.pb-2.3.6.v20201214-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator_1.5.300.v20240424-1301.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.5.300.v20240424-1301 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator/1.5.300.v20240424-1301/org.eclipse.equinox.simpleconfigurator-1.5.300.v20240424-1301-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.director.source_2.6.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.director.source,2.6.400.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.director.source/2.6.400.v20240321-1450/org.eclipse.equinox.p2.director.source-2.6.400.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.4.400.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.directorywatcher/1.4.400.v20240321-1450/org.eclipse.equinox.p2.directorywatcher-1.4.400.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.300.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.4.300.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.300.v20240321-1450/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.300.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher_1.9.200.v20240429-0755.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.publisher,1.9.200.v20240429-0755 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher/1.9.200.v20240429-0755/org.eclipse.equinox.p2.publisher-1.9.200.v20240429-0755-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.100.v20240429-0755.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.6.100.v20240429-0755 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.6.100.v20240429-0755/org.eclipse.equinox.p2.publisher.eclipse-1.6.100.v20240429-0755-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.directorywatcher.source,1.4.400.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.directorywatcher.source/1.4.400.v20240321-1450/org.eclipse.equinox.p2.directorywatcher.source-1.4.400.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.5.400.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.extensionlocation/1.5.400.v20240321-1450/org.eclipse.equinox.p2.extensionlocation-1.5.400.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.400.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.extensionlocation.source,1.5.400.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.extensionlocation.source/1.5.400.v20240321-1450/org.eclipse.equinox.p2.extensionlocation.source-1.5.400.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.300.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.3.300.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.garbagecollector/1.3.300.v20240321-1450/org.eclipse.equinox.p2.garbagecollector-1.3.300.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.300.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.garbagecollector.source,1.3.300.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.garbagecollector.source/1.3.300.v20240321-1450/org.eclipse.equinox.p2.garbagecollector.source-1.3.300.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations_2.7.400.v20240425-0751.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.operations,2.7.400.v20240425-0751 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.operations/2.7.400.v20240425-0751/org.eclipse.equinox.p2.operations-2.7.400.v20240425-0751-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.operations.source_2.7.400.v20240425-0751.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.operations.source,2.7.400.v20240425-0751 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.operations.source/2.7.400.v20240425-0751/org.eclipse.equinox.p2.operations.source-2.7.400.v20240425-0751-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.source_1.9.200.v20240429-0755.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.publisher.source,1.9.200.v20240429-0755 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.source/1.9.200.v20240429-0755/org.eclipse.equinox.p2.publisher.source-1.9.200.v20240429-0755-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.200.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.3.200.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.200.v20240321-1450/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.200.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.100.v20240429-0755.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse.source,1.6.100.v20240429-0755 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse.source/1.6.100.v20240429-0755/org.eclipse.equinox.p2.publisher.eclipse.source-1.6.100.v20240429-0755-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools_2.4.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.4.400.v20240416-0654 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository.tools/2.4.400.v20240416-0654/org.eclipse.equinox.p2.repository.tools-2.4.400.v20240416-0654-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.repository.tools.source,2.4.400.v20240416-0654 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository.tools.source/2.4.400.v20240416-0654/org.eclipse.equinox.p2.repository.tools.source-2.4.400.v20240416-0654-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.300.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse.source,2.4.300.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.touchpoint.eclipse.source/2.4.300.v20240321-1450/org.eclipse.equinox.p2.touchpoint.eclipse.source-2.4.300.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui_2.8.400.v20240425-0751.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.ui,2.8.400.v20240425-0751 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.8.400.v20240425-0751/org.eclipse.equinox.p2.ui-2.8.400.v20240425-0751-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui_1.4.300.v20240419-2334.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.security.ui,1.4.300.v20240419-2334 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.ui/1.4.300.v20240419-2334/org.eclipse.equinox.security.ui-1.4.300.v20240419-2334-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.p2.ui.source_2.8.400.v20240425-0751.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.ui.source,2.8.400.v20240425-0751 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.source/2.8.400.v20240425-0751/org.eclipse.equinox.p2.ui.source-2.8.400.v20240425-0751-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.security.ui.source_1.4.300.v20240419-2334.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.security.ui.source,1.4.300.v20240419-2334 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.ui.source/1.4.300.v20240419-2334/org.eclipse.equinox.security.ui.source-1.4.300.v20240419-2334-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.300.v20240424-1301.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.simpleconfigurator.source,1.5.300.v20240424-1301 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator.source/1.5.300.v20240424-1301/org.eclipse.equinox.simpleconfigurator.source-1.5.300.v20240424-1301-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.200.v20240321-1450.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator.source,2.3.200.v20240321-1450 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator.manipulator.source/2.3.200.v20240321-1450/org.eclipse.equinox.simpleconfigurator.manipulator.source-2.3.200.v20240321-1450-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.source_3.38.0.v20240425-0507.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.core.source,3.38.0.v20240425-0507 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.source/3.38.0.v20240425-0507/org.eclipse.jdt.core.source-3.38.0.v20240425-0507-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation_1.21.100.v20240430-2028.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.core.manipulation,1.21.100.v20240430-2028 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.manipulation/1.21.100.v20240430-2028/org.eclipse.jdt.core.manipulation-1.21.100.v20240430-2028-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core_3.16.200.v20240415-0954.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.search.core,3.16.200.v20240415-0954 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search.core/3.16.200.v20240415-0954/org.eclipse.search.core-3.16.200.v20240415-0954-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.core.manipulation.source_1.21.100.v20240430-2028.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.core.manipulation.source,1.21.100.v20240430-2028 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.manipulation.source/1.21.100.v20240430-2028/org.eclipse.jdt.core.manipulation.source-1.21.100.v20240430-2028-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug_3.21.400.v20240418-1414.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.debug,3.21.400.v20240418-1414 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.21.400.v20240418-1414/org.eclipse.jdt.debug-3.21.400.v20240418-1414-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.source_3.21.400.v20240418-1414.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.debug.source,3.21.400.v20240418-1414 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug.source/3.21.400.v20240418-1414/org.eclipse.jdt.debug.source-3.21.400.v20240418-1414-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search_3.16.200.v20240426-0859.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.search,3.16.200.v20240426-0859 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search/3.16.200.v20240426-0859/org.eclipse.search-3.16.200.v20240426-0859-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.debug.ui.source_3.13.400.v20240416-0655.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.debug.ui.source,3.13.400.v20240416-0655 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug.ui.source/3.13.400.v20240416-0655/org.eclipse.jdt.debug.ui.source-3.13.400.v20240416-0655-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.junit.runtime,3.7.400.v20231214-1952 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.junit.runtime/3.7.400.v20231214-1952/org.eclipse.jdt.junit.runtime-3.7.400.v20231214-1952-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core_3.13.200.v20240329-0922.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.junit.core,3.13.200.v20240329-0922 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.junit.core/3.13.200.v20240329-0922/org.eclipse.jdt.junit.core-3.13.200.v20240329-0922-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.source_3.16.400.v20240417-1150.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.junit.source,3.16.400.v20240417-1150 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.junit.source/3.16.400.v20240417-1150/org.eclipse.jdt.junit.source-3.16.400.v20240417-1150-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.junit.core.source_3.13.200.v20240329-0922.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.junit.core.source,3.13.200.v20240329-0922 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.junit.core.source/3.13.200.v20240329-0922/org.eclipse.jdt.junit.core.source-3.13.200.v20240329-0922-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.launching.source_3.22.0.v20240424-1830.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.launching.source,3.22.0.v20240424-1830 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching.source/3.22.0.v20240424-1830/org.eclipse.jdt.launching.source-3.22.0.v20240424-1830-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.jdt.ui.source_3.32.100.v20240430-0106.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.jdt.ui.source,3.32.100.v20240430-0106 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.ui.source/3.32.100.v20240430-0106/org.eclipse.jdt.ui.source-3.32.100.v20240430-0106-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.osgi.compatibility.state.source,1.2.1000.v20240213-1057 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state.source/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state.source-1.2.1000.v20240213-1057-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui_1.1.0.v20240404-1230.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.pde.bnd.ui,1.1.0.v20240404-1230 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.bnd.ui/1.1.0.v20240404-1230/org.eclipse.pde.bnd.ui-1.1.0.v20240404-1230-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.namespace.contract,1.0.0.201505202024 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.namespace.contract/1.0.0.201505202024/org.osgi.namespace.contract-1.0.0.201505202024-p2artifacts.xml [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.contract:jar:1.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.contract:jar:1.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.contract/1.0.0/org.osgi.namespace.contract-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.contract/1.0.0/org.osgi.namespace.contract-1.0.0.jar (12 kB at 465 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.contract/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.contract/1.0.0/org.osgi.namespace.contract-1.0.0.jar.lastUpdated' [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.namespace.extender,1.0.1.201505202024 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.namespace.extender/1.0.1.201505202024/org.osgi.namespace.extender-1.0.1.201505202024-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.namespace.service,1.0.0.201505202024 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.namespace.service/1.0.0.201505202024/org.osgi.namespace.service-1.0.0.201505202024-p2artifacts.xml [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.service:jar:1.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.service:jar:1.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.jar (12 kB at 902 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.service/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.jar.lastUpdated' [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.bnd.ui.source_1.1.0.v20240404-1230.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.pde.bnd.ui.source,1.1.0.v20240404-1230 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.bnd.ui.source/1.1.0.v20240404-1230/org.eclipse.pde.bnd.ui.source-1.1.0.v20240404-1230-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build_3.12.400.v20240425-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.pde.build,3.12.400.v20240425-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.build/3.12.400.v20240425-2254/org.eclipse.pde.build-3.12.400.v20240425-2254-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.build.source_3.12.400.v20240425-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.pde.build.source,3.12.400.v20240425-2254 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.build.source/3.12.400.v20240425-2254/org.eclipse.pde.build.source-3.12.400.v20240425-2254-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.core.source_3.18.100.v20240430-0753.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.pde.core.source,3.18.100.v20240430-0753 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core.source/3.18.100.v20240430-0753/org.eclipse.pde.core.source-3.18.100.v20240430-0753-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core_1.3.400.v20240321-1452.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.pde.ds.core,1.3.400.v20240321-1452 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ds.core/1.3.400.v20240321-1452/org.eclipse.pde.ds.core-1.3.400.v20240321-1452-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ds.core.source_1.3.400.v20240321-1452.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.pde.ds.core.source,1.3.400.v20240321-1452 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ds.core.source/1.3.400.v20240321-1452/org.eclipse.pde.ds.core.source-1.3.400.v20240321-1452-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching_3.13.0.v20240424-1246.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.pde.launching,3.13.0.v20240424-1246 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.launching/3.13.0.v20240424-1246/org.eclipse.pde.launching-3.13.0.v20240424-1246-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.launching.source_3.13.0.v20240424-1246.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.pde.launching.source,3.13.0.v20240424-1246 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.launching.source/3.13.0.v20240424-1246/org.eclipse.pde.launching.source-3.13.0.v20240424-1246-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro_3.7.400.v20240414-0828.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.intro,3.7.400.v20240414-0828 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.intro/3.7.400.v20240414-0828/org.eclipse.ui.intro-3.7.400.v20240414-0828-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets_3.8.400.v20240414-1916.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.cheatsheets,3.8.400.v20240414-1916 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.cheatsheets/3.8.400.v20240414-1916/org.eclipse.ui.cheatsheets-3.8.400.v20240414-1916-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log_1.4.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.views.log,1.4.400.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.log/1.4.400.v20240424-0956/org.eclipse.ui.views.log-1.4.400.v20240424-0956-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor_1.3.400.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.genericeditor,1.3.400.v20240424-0444 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.genericeditor/1.3.400.v20240424-0444/org.eclipse.ui.genericeditor-1.3.400.v20240424-0444-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.pde.ui.source_3.15.200.v20240430-0753.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.pde.ui.source,3.15.200.v20240430-0753 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui.source/3.15.200.v20240430-0753/org.eclipse.pde.ui.source-3.15.200.v20240430-0753-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.source_3.16.200.v20240426-0859.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.search.source,3.16.200.v20240426-0859 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search.source/3.16.200.v20240426-0859/org.eclipse.search.source-3.16.200.v20240426-0859-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.search.core.source_3.16.200.v20240415-0954.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.search.core.source,3.16.200.v20240415-0954 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search.core.source/3.16.200.v20240415-0954/org.eclipse.search.core.source-3.16.200.v20240415-0954-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.cheatsheets.source_3.8.400.v20240414-1916.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.cheatsheets.source,3.8.400.v20240414-1916 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.cheatsheets.source/3.8.400.v20240414-1916/org.eclipse.ui.cheatsheets.source-3.8.400.v20240414-1916-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.externaltools.source_3.6.400.v20240416-0654.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.externaltools.source,3.6.400.v20240416-0654 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.externaltools.source/3.6.400.v20240416-0654/org.eclipse.ui.externaltools.source-3.6.400.v20240416-0654-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.genericeditor.source_1.3.400.v20240424-0444.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.genericeditor.source,1.3.400.v20240424-0444 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.genericeditor.source/1.3.400.v20240424-0444/org.eclipse.ui.genericeditor.source-1.3.400.v20240424-0444-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.source_3.7.400.v20240414-0828.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.intro.source,3.7.400.v20240414-0828 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.intro.source/3.7.400.v20240414-0828/org.eclipse.ui.intro.source-3.7.400.v20240414-0828-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.views.log.source_1.4.400.v20240424-0956.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.views.log.source,1.4.400.v20240424-0956 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.log.source/1.4.400.v20240424-0956/org.eclipse.ui.views.log.source-1.4.400.v20240424-0956-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.namespace.contract.source,1.0.0.201505202024 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.namespace.contract.source/1.0.0.201505202024/org.osgi.namespace.contract.source-1.0.0.201505202024-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.namespace.extender.source,1.0.1.201505202024 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.namespace.extender.source/1.0.1.201505202024/org.osgi.namespace.extender.source-1.0.1.201505202024-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.namespace.service.source,1.0.0.201505202024 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.namespace.service.source/1.0.0.201505202024/org.osgi.namespace.service.source-1.0.0.201505202024-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.coordinator.source,1.0.2.201505202024 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.coordinator.source/1.0.2.201505202024/org.osgi.service.coordinator.source-1.0.2.201505202024-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.osgi.service.repository.source,1.1.0.201505202024 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.repository.source/1.1.0.201505202024/org.osgi.service.repository.source-1.1.0.201505202024-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.core.source_2.3.6.v20201214.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.sat4j.core.source,2.3.6.v20201214 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.core.source/2.3.6.v20201214/org.sat4j.core.source-2.3.6.v20201214-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,org.sat4j.pb.source,2.3.6.v20201214 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.pb.source/2.3.6.v20201214/org.sat4j.pb.source-2.3.6.v20201214-p2artifacts.xml [DEBUG] Resolving artifact org.osgi:org.osgi.util.tracker:pom:1.5.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.tracker:pom:1.5.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 188 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.tracker/1.5.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom.lastUpdated' [DEBUG] Resolving artifact org.bndtools:bndtools.api:pom:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bndtools:bndtools.api:pom:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/bndtools.api/7.0.0/bndtools.api-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/bndtools.api/7.0.0/bndtools.api-7.0.0.pom (3.2 kB at 353 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/bndtools.api/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/bndtools.api/7.0.0/bndtools.api-7.0.0.pom.lastUpdated' [DEBUG] Resolving artifact jakarta.activation:jakarta.activation-api:pom:2.1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.activation:jakarta.activation-api:pom:2.1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.pom (19 kB at 2.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.ee4j:project:pom:1.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.ee4j:project:pom:1.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom (16 kB at 1.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom.lastUpdated' [DEBUG] Resolving artifact jakarta.annotation:jakarta.annotation-api:pom:1.3.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.annotation:jakarta.annotation-api:pom:1.3.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom.lastUpdated' [DEBUG] Resolving artifact jakarta.annotation:ca-parent:pom:1.3.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.annotation:ca-parent:pom:1.3.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom (2.8 kB at 311 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/annotation/ca-parent/1.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.ee4j:project:pom:1.0.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.ee4j:project:pom:1.0.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 488 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom.lastUpdated' [DEBUG] Resolving artifact jakarta.xml.bind:jakarta.xml.bind-api:pom:4.0.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.xml.bind:jakarta.xml.bind-api:pom:4.0.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.pom (13 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.pom.lastUpdated' [DEBUG] Resolving artifact jakarta.xml.bind:jakarta.xml.bind-api-parent:pom:4.0.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.xml.bind:jakarta.xml.bind-api-parent:pom:4.0.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.2/jakarta.xml.bind-api-parent-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.2/jakarta.xml.bind-api-parent-4.0.2.pom (9.1 kB at 1.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.2/jakarta.xml.bind-api-parent-4.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.bndtools:org.bndtools.headless.build.manager:pom:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bndtools:org.bndtools.headless.build.manager:pom:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.headless.build.manager/7.0.0/org.bndtools.headless.build.manager-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.headless.build.manager/7.0.0/org.bndtools.headless.build.manager-7.0.0.pom (3.1 kB at 281 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.headless.build.manager/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.headless.build.manager/7.0.0/org.bndtools.headless.build.manager-7.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.bndtools:org.bndtools.headless.build.plugin.gradle:pom:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bndtools:org.bndtools.headless.build.plugin.gradle:pom:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.headless.build.plugin.gradle/7.0.0/org.bndtools.headless.build.plugin.gradle-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.headless.build.plugin.gradle/7.0.0/org.bndtools.headless.build.plugin.gradle-7.0.0.pom (8.7 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.headless.build.plugin.gradle/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.headless.build.plugin.gradle/7.0.0/org.bndtools.headless.build.plugin.gradle-7.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.bndtools:org.bndtools.versioncontrol.ignores.manager:pom:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bndtools:org.bndtools.versioncontrol.ignores.manager:pom:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.versioncontrol.ignores.manager/7.0.0/org.bndtools.versioncontrol.ignores.manager-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.versioncontrol.ignores.manager/7.0.0/org.bndtools.versioncontrol.ignores.manager-7.0.0.pom (3.1 kB at 222 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.versioncontrol.ignores.manager/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.versioncontrol.ignores.manager/7.0.0/org.bndtools.versioncontrol.ignores.manager-7.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.junit.platform:junit-platform-commons:pom:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.platform:junit-platform-commons:pom:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom (2.8 kB at 354 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom.lastUpdated' [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 433 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apiguardian:apiguardian-api:pom:1.1.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apiguardian:apiguardian-api:pom:1.1.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 95 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom.lastUpdated' [DEBUG] Resolving artifact org.junit.platform:junit-platform-engine:pom:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.platform:junit-platform-engine:pom:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom (3.2 kB at 178 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom.lastUpdated' [DEBUG] Resolving artifact org.opentest4j:opentest4j:pom:1.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.opentest4j:opentest4j:pom:1.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 210 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.junit.platform:junit-platform-launcher:pom:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.platform:junit-platform-launcher:pom:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom (3.0 kB at 378 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom.lastUpdated' [DEBUG] Resolving artifact org.assertj:assertj-core:pom:3.24.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.assertj:assertj-core:pom:3.24.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.pom (19 kB at 2.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/assertj/assertj-core/3.24.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.pom.lastUpdated' [DEBUG] Resolving artifact org.assertj:assertj-parent:pom:3.24.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.assertj:assertj-parent:pom:3.24.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent/3.24.2/assertj-parent-3.24.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent/3.24.2/assertj-parent-3.24.2.pom (13 kB at 1.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/assertj/assertj-parent/3.24.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/assertj/assertj-parent/3.24.2/assertj-parent-3.24.2.pom.lastUpdated' [DEBUG] Resolving artifact org.assertj:assertj-build:pom:3.24.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.assertj:assertj-build:pom:3.24.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-build/3.24.2/assertj-build-3.24.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-build/3.24.2/assertj-build-3.24.2.pom (8.8 kB at 366 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/assertj/assertj-build/3.24.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/assertj/assertj-build/3.24.2/assertj-build-3.24.2.pom.lastUpdated' [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.9.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.9.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 5.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.9.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom.lastUpdated' [DEBUG] Resolving artifact org.mockito:mockito-bom:pom:4.11.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.mockito:mockito-bom:pom:4.11.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom (3.2 kB at 225 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/mockito/mockito-bom/4.11.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom.lastUpdated' [DEBUG] Resolving artifact net.bytebuddy:byte-buddy:pom:1.12.21 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact net.bytebuddy:byte-buddy:pom:1.12.21 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.21/byte-buddy-1.12.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.21/byte-buddy-1.12.21.pom (16 kB at 1.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/bytebuddy/byte-buddy/1.12.21/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/bytebuddy/byte-buddy/1.12.21/byte-buddy-1.12.21.pom.lastUpdated' [DEBUG] Resolving artifact net.bytebuddy:byte-buddy-parent:pom:1.12.21 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact net.bytebuddy:byte-buddy-parent:pom:1.12.21 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.21/byte-buddy-parent-1.12.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.21/byte-buddy-parent-1.12.21.pom (58 kB at 2.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/bytebuddy/byte-buddy-parent/1.12.21/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/bytebuddy/byte-buddy-parent/1.12.21/byte-buddy-parent-1.12.21.pom.lastUpdated' [DEBUG] Resolving artifact org.junit.jupiter:junit-jupiter-api:pom:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.jupiter:junit-jupiter-api:pom:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.pom (3.2 kB at 318 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.pom.lastUpdated' [DEBUG] Resolving artifact org.junit.jupiter:junit-jupiter-engine:pom:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.jupiter:junit-jupiter-engine:pom:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.2/junit-jupiter-engine-5.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.2/junit-jupiter-engine-5.9.2.pom (3.2 kB at 457 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.9.2/junit-jupiter-engine-5.9.2.pom.lastUpdated' [DEBUG] Resolving artifact org.junit.jupiter:junit-jupiter-params:pom:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.jupiter:junit-jupiter-params:pom:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.pom (3.0 kB at 301 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.pom.lastUpdated' [DEBUG] Resolving artifact org.awaitility:awaitility:pom:4.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.awaitility:awaitility:pom:4.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/awaitility/awaitility/4.2.0/awaitility-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/awaitility/awaitility/4.2.0/awaitility-4.2.0.pom (3.5 kB at 394 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/awaitility/awaitility/4.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/awaitility/awaitility/4.2.0/awaitility-4.2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.awaitility:awaitility-parent:pom:4.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.awaitility:awaitility-parent:pom:4.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/awaitility/awaitility-parent/4.2.0/awaitility-parent-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/awaitility/awaitility-parent/4.2.0/awaitility-parent-4.2.0.pom (10 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/awaitility/awaitility-parent/4.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/awaitility/awaitility-parent/4.2.0/awaitility-parent-4.2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.hamcrest:hamcrest:pom:2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.hamcrest:hamcrest:pom:2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.1/hamcrest-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.1/hamcrest-2.1.pom (1.1 kB at 125 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/hamcrest/hamcrest/2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/hamcrest/hamcrest/2.1/hamcrest-2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit:pom:4.13.2_1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit:pom:4.13.2_1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.13.2_1/org.apache.servicemix.bundles.junit-4.13.2_1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.13.2_1/org.apache.servicemix.bundles.junit-4.13.2_1.pom (2.9 kB at 357 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.13.2_1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.13.2_1/org.apache.servicemix.bundles.junit-4.13.2_1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.servicemix.bundles:bundles-pom:pom:14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.servicemix.bundles:bundles-pom:pom:14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/bundles-pom/14/bundles-pom-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/bundles-pom/14/bundles-pom-14.pom (15 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/servicemix/bundles/bundles-pom/14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/servicemix/bundles/bundles-pom/14/bundles-pom-14.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.servicemix:servicemix-pom:pom:5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.servicemix:servicemix-pom:pom:5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom (9.5 kB at 364 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/servicemix/servicemix-pom/5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom.lastUpdated' [DEBUG] Resolving artifact org.junit.vintage:junit-vintage-engine:pom:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.vintage:junit-vintage-engine:pom:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.2/junit-vintage-engine-5.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.2/junit-vintage-engine-5.9.2.pom (3.2 kB at 265 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/vintage/junit-vintage-engine/5.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/vintage/junit-vintage-engine/5.9.2/junit-vintage-engine-5.9.2.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.test.common:pom:1.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.test.common:pom:1.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.common/1.2.1/org.osgi.test.common-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.common/1.2.1/org.osgi.test.common-1.2.1.pom (4.3 kB at 253 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.2.1/org.osgi.test.common-1.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.test.junit5:pom:1.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.test.junit5:pom:1.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5/1.2.1/org.osgi.test.junit5-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5/1.2.1/org.osgi.test.junit5-1.2.1.pom (4.9 kB at 492 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.2.1/org.osgi.test.junit5-1.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.bndtools:org.bndtools.templating:pom:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bndtools:org.bndtools.templating:pom:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0.pom (4.7 kB at 364 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.templating/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.metatype:pom:1.3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.metatype:pom:1.3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.3.0/org.osgi.service.metatype-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.3.0/org.osgi.service.metatype-1.3.0.pom (1.3 kB at 163 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.metatype/1.3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.service.metatype/1.3.0/org.osgi.service.metatype-1.3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.bndtools:org.bndtools.versioncontrol.ignores.plugin.git:pom:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bndtools:org.bndtools.versioncontrol.ignores.plugin.git:pom:7.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.versioncontrol.ignores.plugin.git/7.0.0/org.bndtools.versioncontrol.ignores.plugin.git-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.versioncontrol.ignores.plugin.git/7.0.0/org.bndtools.versioncontrol.ignores.plugin.git-7.0.0.pom (3.3 kB at 303 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.versioncontrol.ignores.plugin.git/7.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/bndtools/org.bndtools.versioncontrol.ignores.plugin.git/7.0.0/org.bndtools.versioncontrol.ignores.plugin.git-7.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.contract:pom:1.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.contract:pom:1.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.contract/1.0.0/org.osgi.namespace.contract-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.contract/1.0.0/org.osgi.namespace.contract-1.0.0.pom (1.3 kB at 187 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.contract/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.contract/1.0.0/org.osgi.namespace.contract-1.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.service:pom:1.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.service:pom:1.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.pom (1.3 kB at 186 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.service/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=198294, ConflictMarker.markTime=83866, ConflictMarker.nodeCount=496, ConflictIdSorter.graphTime=57265, ConflictIdSorter.topsortTime=98774, ConflictIdSorter.conflictIdCount=366, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=15133970, ConflictResolver.conflictItemCount=484, DfDependencyCollector.collectTime=610529062, DfDependencyCollector.transformTime=15672209} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:eclipse-plugin:1.2.0-SNAPSHOT [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.dto:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.framework:jar:1.8.0:compile [DEBUG] org.osgi:org.osgi.util.tracker:jar:1.5.4:compile [DEBUG] org.osgi:org.osgi.service.log:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile [DEBUG] biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.resolver:jar:1.1.1:compile [DEBUG] org.bndtools:bndtools.api:jar:7.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.activation:jakarta.activation-api:jar:2.1.3:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2:compile [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-antlr.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-bcel.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-bsf.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-log4j.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-oro.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-regexp.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-resolver.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-xalan2.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-commons-logging.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-commons-net.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-imageio.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-jakartamail.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-javamail.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-jdepend.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-jmf.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-jsch.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-junit.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-junit4.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-junitlauncher.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-launcher.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-netrexx.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-swing.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-testutil.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-xz.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant.source:jar:1.10.14.v20230922-1200:system [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] org.bndtools:org.bndtools.headless.build.manager:jar:7.0.0:compile [DEBUG] org.bndtools:org.bndtools.headless.build.plugin.gradle:jar:7.0.0:compile [DEBUG] org.junit.platform:junit-platform-commons:jar:1.9.2:compile [DEBUG] org.junit.platform:junit-platform-engine:jar:1.9.2:compile [DEBUG] org.junit.platform:junit-platform-launcher:jar:1.9.2:compile [DEBUG] org.assertj:assertj-core:jar:3.24.2:compile [DEBUG] net.bytebuddy:byte-buddy:jar:1.12.21:compile [DEBUG] org.opentest4j:opentest4j:jar:1.2.0:compile [DEBUG] org.apiguardian:apiguardian-api:jar:1.1.2:compile [DEBUG] org.junit.jupiter:junit-jupiter-api:jar:5.9.2:compile [DEBUG] org.junit.jupiter:junit-jupiter-engine:jar:5.9.2:compile [DEBUG] org.junit.jupiter:junit-jupiter-params:jar:5.9.2:compile [DEBUG] org.awaitility:awaitility:jar:4.2.0:compile [DEBUG] org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit:jar:4.13.2_1:compile [DEBUG] org.junit.vintage:junit-vintage-engine:jar:5.9.2:compile [DEBUG] org.osgi:org.osgi.test.common:jar:1.2.1:compile [DEBUG] org.osgi:org.osgi.test.junit5:jar:1.2.1:compile [DEBUG] org.bndtools:org.bndtools.versioncontrol.ignores.manager:jar:7.0.0:compile [DEBUG] org.bndtools:org.bndtools.templating:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.bndtools:org.bndtools.versioncontrol.ignores.plugin.git:jar:7.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ant.core:jar:3.7.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.variables:jar:3.6.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.core.source:jar:3.7.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.launching:jar:1.4.400.v20240413-1649:system [DEBUG] p2.eclipse.plugin:org.eclipse.debug.core:jar:3.21.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.launching:jar:3.22.0.v20240424-1830:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.externaltools:jar:1.3.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core:jar:3.38.0.v20240425-0507:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.launching.source:jar:1.4.400.v20240413-1649:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.ui:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.externaltools:jar:3.6.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.console:jar:3.14.100.v20240429-1358:system [DEBUG] p2.eclipse.plugin:org.eclipse.debug.ui:jar:3.18.400.v20240416-1521:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.ui:jar:3.32.100.v20240430-0106:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.debug.ui:jar:3.13.400.v20240416-0655:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit:jar:3.16.400.v20240417-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.ui.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.externaltools.source:jar:1.3.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.variables.source:jar:3.6.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.debug.core.source:jar:3.21.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.debug.ui.source:jar:3.18.400.v20240416-1521:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.progress:jar:0.4.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.progress.source:jar:0.4.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.ui:jar:3.15.200.v20240430-0753:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.core:jar:3.18.100.v20240430-0753:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin:jar:2.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin.source:jar:2.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin.equinox.source:jar:1.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.director:jar:2.6.400.v20240321-1450:system [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator:jar:1.5.300.v20240424-1301:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.director.source:jar:2.6.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.directorywatcher:jar:1.4.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.300.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.publisher:jar:1.9.200.v20240429-0755:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.100.v20240429-0755:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.directorywatcher.source:jar:1.4.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.extensionlocation:jar:1.5.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.extensionlocation.source:jar:1.5.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.garbagecollector:jar:1.3.300.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.garbagecollector.source:jar:1.3.300.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.operations:jar:2.7.400.v20240425-0751:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.operations.source:jar:2.7.400.v20240425-0751:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.publisher.source:jar:1.9.200.v20240429-0755:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.publisher.eclipse.source:jar:1.6.100.v20240429-0755:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.tools:jar:2.4.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.tools.source:jar:2.4.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.touchpoint.eclipse.source:jar:2.4.300.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.ui:jar:2.8.400.v20240425-0751:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.ui:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.ui.source:jar:2.8.400.v20240425-0751:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.ui.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator.source:jar:1.5.300.v20240424-1301:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator.manipulator.source:jar:2.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.source:jar:3.38.0.v20240425-0507:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.manipulation:jar:1.21.100.v20240430-2028:system [DEBUG] p2.eclipse.plugin:org.eclipse.search.core:jar:3.16.200.v20240415-0954:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.manipulation.source:jar:1.21.100.v20240430-2028:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.debug:jar:jdimodel.jar:3.21.400.v20240418-1414:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.debug.source:jar:3.21.400.v20240418-1414:system [DEBUG] p2.eclipse.plugin:org.eclipse.search:jar:3.16.200.v20240426-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.debug.ui.source:jar:3.13.400.v20240416-0655:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit.runtime:jar:3.7.400.v20231214-1952:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit.core:jar:3.13.200.v20240329-0922:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit.source:jar:3.16.400.v20240417-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit.core.source:jar:3.13.200.v20240329-0922:system [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.launching.source:jar:3.22.0.v20240424-1830:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.ui.source:jar:3.32.100.v20240430-0106:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.compatibility.state:jar:1.2.1000.v20240213-1057:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.compatibility.state.source:jar:1.2.1000.v20240213-1057:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.bnd.ui:jar:1.1.0.v20240404-1230:system [DEBUG] org.osgi:org.osgi.namespace.contract:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.service:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.pde.bnd.ui.source:jar:1.1.0.v20240404-1230:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.build:jar:pdebuild.jar:3.12.400.v20240425-2254:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.build.source:jar:3.12.400.v20240425-2254:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.core.source:jar:3.18.100.v20240430-0753:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.ds.core:jar:1.3.400.v20240321-1452:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.ds.core.source:jar:1.3.400.v20240321-1452:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.launching:jar:3.13.0.v20240424-1246:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.launching.source:jar:3.13.0.v20240424-1246:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.intro:jar:3.7.400.v20240414-0828:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.cheatsheets:jar:3.8.400.v20240414-1916:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.log:jar:1.4.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.genericeditor:jar:1.3.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.ui.source:jar:3.15.200.v20240430-0753:system [DEBUG] p2.eclipse.plugin:org.eclipse.search.source:jar:3.16.200.v20240426-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.search.core.source:jar:3.16.200.v20240415-0954:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.cheatsheets.source:jar:3.8.400.v20240414-1916:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.console.source:jar:3.14.100.v20240429-1358:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.externaltools.source:jar:3.6.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.genericeditor.source:jar:1.3.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.intro.source:jar:3.7.400.v20240414-0828:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.log.source:jar:1.4.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [DEBUG] Resolving artifact org.osgi:org.osgi.util.tracker:jar:1.5.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.platform:junit-platform-commons:jar:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.platform:junit-platform-engine:jar:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.platform:junit-platform-launcher:jar:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.assertj:assertj-core:jar:3.24.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact net.bytebuddy:byte-buddy:jar:1.12.21 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.opentest4j:opentest4j:jar:1.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apiguardian:apiguardian-api:jar:1.1.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.jupiter:junit-jupiter-api:jar:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.jupiter:junit-jupiter-engine:jar:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.jupiter:junit-jupiter-params:jar:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.awaitility:awaitility:jar:4.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit:jar:4.13.2_1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.vintage:junit-vintage-engine:jar:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.test.common:jar:1.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.test.junit5:jar:1.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.tracker:jar:1.5.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.platform:junit-platform-commons:jar:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.platform:junit-platform-engine:jar:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.platform:junit-platform-launcher:jar:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.assertj:assertj-core:jar:3.24.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact net.bytebuddy:byte-buddy:jar:1.12.21 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.opentest4j:opentest4j:jar:1.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apiguardian:apiguardian-api:jar:1.1.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.jupiter:junit-jupiter-api:jar:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.jupiter:junit-jupiter-engine:jar:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.jupiter:junit-jupiter-params:jar:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.awaitility:awaitility:jar:4.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit:jar:4.13.2_1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.junit.vintage:junit-vintage-engine:jar:5.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.test.common:jar:1.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.test.junit5:jar:1.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.21/byte-buddy-1.12.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.jar (103 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 247 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.jar (189 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar (169 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.2/junit-jupiter-engine-5.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.jar (1.3 MB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/awaitility/awaitility/4.2.0/awaitility-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.jar (208 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.13.2_1/org.apache.servicemix.bundles.junit-4.13.2_1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.jar (580 kB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.2/junit-vintage-engine-5.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.2/junit-jupiter-engine-5.9.2.jar (247 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.common/1.2.1/org.osgi.test.common-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.common/1.2.1/org.osgi.test.common-1.2.1.jar (96 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5/1.2.1/org.osgi.test.junit5-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/awaitility/awaitility/4.2.0/awaitility-4.2.0.jar (96 kB at 998 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.2/junit-vintage-engine-5.9.2.jar (67 kB at 637 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.junit5/1.2.1/org.osgi.test.junit5-1.2.1.jar (43 kB at 396 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.21/byte-buddy-1.12.21.jar (3.9 MB at 36 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.13.2_1/org.apache.servicemix.bundles.junit-4.13.2_1.jar (659 kB at 5.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.tracker/1.5.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/assertj/assertj-core/3.24.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/bytebuddy/byte-buddy/1.12.21/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/bytebuddy/byte-buddy/1.12.21/byte-buddy-1.12.21.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.9.2/junit-jupiter-engine-5.9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/awaitility/awaitility/4.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/awaitility/awaitility/4.2.0/awaitility-4.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.13.2_1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.13.2_1/org.apache.servicemix.bundles.junit-4.13.2_1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/vintage/junit-vintage-engine/5.9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/vintage/junit-vintage-engine/5.9.2/junit-vintage-engine-5.9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.test.common/1.2.1/org.osgi.test.common-1.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/osgi/org.osgi.test.junit5/1.2.1/org.osgi.test.junit5-1.2.1.jar.lastUpdated' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:18.842585660, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:18.842805192, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:18.842805192, lastModified=2024-05-02 22:36:24.438735197, delta=474404069995 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:18.842805192, lastModified=2024-05-02 22:36:24.438735197, delta=474404069995 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:18.842805192, lastModified=2024-05-02 22:36:24.438735197, delta=474404069995 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:18.843147250, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:18.843319316, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:18.843319316, lastModified=2024-05-02 22:36:25.084747530, delta=473758571786 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:18.842805192, lastModified=2024-05-02 22:36:24.438735197, delta=474404069995 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:18.842805192, lastModified=2024-05-02 22:36:24.438735197, delta=474404069995 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:44:18.843927528, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:44:18.844053261, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:18.848945072, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:18.857274459, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:18.842805192, lastModified=2024-05-02 22:36:24.438735197, delta=474404069995 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:18.842805192, lastModified=2024-05-02 22:36:24.438735197, delta=474404069995 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.2.0.v20240402-2354 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] -- end configuration -- [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Ftooling%252Fplugins%252Forg.eclipse.ecf.remoteservices.tooling.pde) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.remoteservices.tooling.pde [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240402-2354 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:19Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.2.0.v20240402-2354 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes [DEBUG] unqualifiedVersion: 1.2.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.remoteservices.tooling.pde-1.2.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src] [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.compatibility.state:1.2.1000.v20240213-1057 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: [java/security/spec/*, org/w3c/dom/ls/*, sun/reflect/*, jdk/javadoc/doclet/*, javax/imageio/event/*, javax/xml/stream/util/*, java/security/cert/*, javax/management/monitor/*, javax/annotation/processing/*, javax/xml/crypto/dsig/dom/*, javax/lang/model/element/*, java/lang/*, netscape/javascript/*, java/lang/runtime/*, java/beans/*, com/sun/tools/attach/spi/*, org/eclipse/osgi/signedcontent/*, java/applet/*, javax/imageio/plugins/jpeg/*, org/eclipse/osgi/storage/bundlefile/* (discouraged), java/rmi/server/*, javax/swing/text/html/parser/*, javax/xml/transform/stream/*, org/eclipse/osgi/framework/log/*, org/eclipse/osgi/util/*, org/eclipse/osgi/internal/signedcontent/* (discouraged), jdk/security/jarsigner/*, org/osgi/service/resolver/*, javax/naming/spi/*, javax/transaction/xa/*, java/nio/channels/*, javax/swing/text/*, javax/security/auth/x500/*, org/osgi/framework/namespace/*, org/w3c/dom/events/*, javax/management/modelmbean/*, org/osgi/service/log/admin/*, jdk/nio/mapmode/*, com/sun/source/util/*, javax/security/auth/spi/*, org/eclipse/osgi/storage/* (discouraged), org/osgi/framework/dto/*, java/net/*, javax/xml/catalog/*, com/sun/java/accessibility/util/*, javax/tools/*, org/osgi/service/url/*, javax/xml/*, javax/imageio/*, javax/swing/plaf/basic/*, javax/management/remote/rmi/*, javax/lang/model/*, jdk/net/*, javax/crypto/interfaces/*, javax/management/timer/*, javax/xml/crypto/*, javax/print/event/*, org/w3c/dom/stylesheets/*, java/lang/ref/*, java/util/concurrent/atomic/*, javax/security/auth/callback/*, javax/swing/plaf/multi/*, jdk/jshell/spi/*, javax/xml/stream/events/*, org/eclipse/osgi/internal/loader/buddy/* (discouraged), org/eclipse/osgi/internal/serviceregistry/* (discouraged), java/lang/invoke/*, org/eclipse/osgi/internal/provisional/verifier/* (discouraged), javax/script/*, org/eclipse/equinox/log/*, javax/imageio/plugins/tiff/*, org/osgi/framework/launch/*, java/nio/file/spi/*, org/osgi/dto/*, javax/sql/rowset/*, org/eclipse/osgi/internal/hookregistry/* (discouraged), javax/sound/sampled/*, com/sun/security/auth/module/*, jdk/dynalink/beans/*, javax/xml/transform/stax/*, com/sun/jdi/connect/spi/*, java/util/concurrent/locks/*, org/osgi/service/packageadmin/*, org/w3c/dom/traversal/*, org/eclipse/osgi/internal/service/security/* (discouraged), org/eclipse/osgi/container/builders/*, org/w3c/dom/xpath/*, jdk/dynalink/support/*, java/nio/charset/*, java/time/zone/*, com/sun/security/auth/*, javax/naming/directory/*, javax/naming/ldap/*, javax/swing/colorchooser/*, org/osgi/framework/connect/*, jdk/jshell/execution/*, com/sun/security/jgss/*, java/net/spi/*, javax/swing/plaf/*, org/eclipse/osgi/storage/url/reference/* (discouraged), javax/xml/transform/*, org/w3c/dom/views/*, org/osgi/service/startlevel/*, javax/xml/validation/*, org/osgi/framework/startlevel/*, javax/naming/ldap/spi/*, org/eclipse/osgi/internal/messages/* (discouraged), javax/swing/border/*, javax/sound/midi/spi/*, javax/xml/xpath/*, com/sun/nio/sctp/*, org/w3c/dom/ranges/*, java/math/*, java/util/zip/*, org/eclipse/osgi/internal/provisional/service/security/* (discouraged), javax/xml/crypto/dsig/keyinfo/*, org/eclipse/osgi/framework/console/*, java/lang/constant/*, javax/crypto/spec/*, java/awt/font/*, java/security/*, javax/xml/transform/dom/*, com/sun/jdi/*, javax/swing/undo/*, java/awt/desktop/*, javax/swing/*, javax/swing/plaf/synth/*, javax/net/ssl/*, javax/security/auth/kerberos/*, javax/management/*, javax/sound/sampled/spi/*, org/eclipse/osgi/service/runnable/*, org/eclipse/osgi/framework/internal/reliablefile/* (discouraged), javax/xml/datatype/*, org/osgi/framework/startlevel/dto/*, javax/swing/plaf/metal/*, com/sun/jarsigner/*, javax/management/loading/*, javax/imageio/spi/*, org/eclipse/osgi/internal/url/* (discouraged), org/w3c/dom/css/*, org/eclipse/osgi/framework/eventmgr/*, java/lang/management/*, java/nio/channels/spi/*, javax/sql/rowset/serial/*, org/eclipse/osgi/service/debug/*, org/eclipse/osgi/storagemanager/*, javax/naming/event/*, jdk/jfr/consumer/*, javax/print/attribute/standard/*, org/eclipse/osgi/service/security/*, javax/management/relation/*, org/eclipse/osgi/service/environment/*, java/time/*, java/util/regex/*, jdk/dynalink/linker/*, java/rmi/dgc/*, org/eclipse/osgi/internal/loader/sources/* (discouraged), jdk/jshell/tool/*, javax/imageio/metadata/*, org/osgi/service/condpermadmin/*, javax/swing/event/*, java/awt/event/*, javax/print/*, com/sun/tools/javac/*, org/eclipse/osgi/service/pluginconversion/*, org/osgi/service/condition/*, org/xml/sax/helpers/*, org/osgi/framework/wiring/dto/*, java/util/prefs/*, java/util/random/*, java/net/http/*, javax/xml/parsers/*, org/eclipse/core/runtime/internal/adaptor/* (discouraged), javax/swing/plaf/nimbus/*, org/eclipse/osgi/internal/loader/classpath/* (discouraged), java/time/format/*, javax/xml/crypto/dsig/*, java/awt/im/*, javax/crypto/*, java/awt/print/*, org/osgi/service/log/*, sun/misc/*, org/eclipse/osgi/internal/location/* (discouraged), com/sun/net/httpserver/*, java/rmi/*, org/w3c/dom/html/*, com/sun/tools/attach/*, javax/security/sasl/*, java/lang/instrument/*, java/awt/color/*, org/eclipse/osgi/framework/util/* (discouraged), java/awt/im/spi/*, javax/management/openmbean/*, javax/smartcardio/*, org/eclipse/core/runtime/adaptor/* (discouraged), org/osgi/framework/hooks/service/*, javax/management/remote/*, java/awt/dnd/*, javax/swing/text/rtf/*, org/osgi/framework/hooks/weaving/*, java/security/interfaces/*, org/eclipse/osgi/internal/debug/* (discouraged), org/xml/sax/*, java/lang/reflect/*, java/util/jar/*, java/time/chrono/*, java/awt/image/renderable/*, java/time/temporal/*, javax/sound/midi/*, java/lang/annotation/*, java/nio/file/*, org/eclipse/osgi/service/resolver/*, java/util/stream/*, java/lang/module/*, org/osgi/resource/dto/*, javax/imageio/plugins/bmp/*, org/osgi/framework/hooks/bundle/*, org/eclipse/osgi/service/datalocation/*, com/sun/management/*, java/text/*, org/eclipse/osgi/service/localization/*, com/sun/net/httpserver/spi/*, org/eclipse/osgi/launch/*, org/eclipse/osgi/internal/framework/* (discouraged), java/awt/datatransfer/*, java/sql/*, org/osgi/framework/wiring/*, java/util/*, java/awt/*, org/xml/sax/ext/*, javax/swing/tree/*, javax/sql/rowset/spi/*, jdk/management/jfr/*, java/nio/*, javax/xml/namespace/*, javax/xml/stream/*, java/util/concurrent/*, java/awt/image/*, jdk/nio/*, com/sun/jdi/connect/*, org/eclipse/osgi/container/*, org/osgi/service/permissionadmin/*, org/w3c/dom/bootstrap/*, org/osgi/resource/*, javax/print/attribute/*, com/sun/security/auth/callback/*, java/util/spi/*, javax/xml/transform/sax/*, javax/naming/*, java/rmi/registry/*, javax/rmi/ssl/*, com/sun/tools/jconsole/*, javax/xml/crypto/dsig/spec/*, jdk/jfr/*, org/eclipse/osgi/service/urlconversion/*, org/ietf/jgss/*, jdk/jshell/*, org/eclipse/osgi/internal/loader/* (discouraged), com/sun/jdi/event/*, java/text/spi/*, jdk/dynalink/*, org/osgi/framework/*, javax/net/*, org/eclipse/osgi/report/resolution/*, java/nio/file/attribute/*, com/sun/security/auth/login/*, java/io/*, javax/lang/model/type/*, com/sun/source/doctree/*, java/util/function/*, javax/imageio/stream/*, org/osgi/util/tracker/*, java/util/logging/*, javax/swing/text/html/*, javax/xml/crypto/dom/*, com/sun/source/tree/*, java/nio/charset/spi/*, javax/security/auth/*, org/osgi/framework/hooks/resolver/*, javax/swing/filechooser/*, org/eclipse/osgi/container/namespaces/*, jdk/dynalink/linker/support/*, java/awt/geom/*, com/sun/jdi/request/*, javax/security/cert/*, javax/sql/*, jdk/swing/interop/*, com/sun/nio/file/*, javax/swing/table/*, javax/accessibility/*, javax/lang/model/util/*, java/beans/beancontext/*, javax/security/auth/login/*, org/w3c/dom/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.100.v20240321-1445/org.eclipse.equinox.bidi-1.5.100.v20240321-1445.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.core/3.7.400.v20240413-1529/org.eclipse.ant.core-3.7.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.6.400.v20240413-1529/org.eclipse.core.variables-3.6.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240430-0753/org.eclipse.pde.ui-3.15.200.v20240430-0753.jar[~org/eclipse/pde/internal/ui/*:~org/eclipse/pde/internal/ui/build/*:~org/eclipse/pde/internal/ui/commands/*:~org/eclipse/pde/internal/ui/compare/*:~org/eclipse/pde/internal/ui/correction/*:~org/eclipse/pde/internal/ui/correction/java/*:~org/eclipse/pde/internal/ui/dialogs/*:~org/eclipse/pde/internal/ui/editor/*:~org/eclipse/pde/internal/ui/editor/actions/*:~org/eclipse/pde/internal/ui/editor/build/*:~org/eclipse/pde/internal/ui/editor/category/*:~org/eclipse/pde/internal/ui/editor/contentassist/*:~org/eclipse/pde/internal/ui/editor/contentassist/display/*:~org/eclipse/pde/internal/ui/editor/context/*:~org/eclipse/pde/internal/ui/editor/feature/*:~org/eclipse/pde/internal/ui/editor/outline/*:~org/eclipse/pde/internal/ui/editor/plugin/*:~org/eclipse/pde/internal/ui/editor/plugin/rows/*:~org/eclipse/pde/internal/ui/editor/product/*:~org/eclipse/pde/internal/ui/editor/schema/*:~org/eclipse/pde/internal/ui/editor/site/*:~org/eclipse/pde/internal/ui/editor/targetdefinition/*:~org/eclipse/pde/internal/ui/editor/text/*:~org/eclipse/pde/internal/ui/editor/validation/*:~org/eclipse/pde/internal/ui/elements/*:~org/eclipse/pde/internal/ui/launcher/*:~org/eclipse/pde/internal/ui/nls/*:~org/eclipse/pde/internal/ui/parts/*:~org/eclipse/pde/internal/ui/preferences/*:~org/eclipse/pde/internal/ui/properties/*:~org/eclipse/pde/internal/ui/refactoring/*:~org/eclipse/pde/internal/ui/samples/*:~org/eclipse/pde/internal/ui/search/*:~org/eclipse/pde/internal/ui/search/dependencies/*:~org/eclipse/pde/internal/ui/search/dialogs/*:~org/eclipse/pde/internal/ui/shared/*:~org/eclipse/pde/internal/ui/shared/target/*:~org/eclipse/pde/internal/ui/util/*:~org/eclipse/pde/internal/ui/views/dependencies/*:~org/eclipse/pde/internal/ui/views/features/*:~org/eclipse/pde/internal/ui/views/features/action/*:~org/eclipse/pde/internal/ui/views/features/model/*:~org/eclipse/pde/internal/ui/views/features/support/*:~org/eclipse/pde/internal/ui/views/features/viewer/*:~org/eclipse/pde/internal/ui/views/imagebrowser/*:~org/eclipse/pde/internal/ui/views/imagebrowser/filter/*:~org/eclipse/pde/internal/ui/views/imagebrowser/repositories/*:~org/eclipse/pde/internal/ui/views/plugins/*:~org/eclipse/pde/internal/ui/views/target/*:~org/eclipse/pde/internal/ui/wizards/*:~org/eclipse/pde/internal/ui/wizards/category/*:~org/eclipse/pde/internal/ui/wizards/exports/*:~org/eclipse/pde/internal/ui/wizards/extension/*:~org/eclipse/pde/internal/ui/wizards/feature/*:~org/eclipse/pde/internal/ui/wizards/imports/*:~org/eclipse/pde/internal/ui/wizards/plugin/*:~org/eclipse/pde/internal/ui/wizards/product/*:~org/eclipse/pde/internal/ui/wizards/site/*:~org/eclipse/pde/internal/ui/wizards/target/*:~org/eclipse/pde/internal/ui/wizards/templates/*:~org/eclipse/pde/internal/ui/wizards/tools/*:+org/eclipse/pde/ui/*:+org/eclipse/pde/ui/launcher/*:+org/eclipse/pde/ui/target/*:+org/eclipse/pde/ui/templates/*:~org/eclipse/ui/internal/views/log/jdt/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240430-0753/org.eclipse.pde.core-3.18.100.v20240430-0753.jar[+org/eclipse/pde/core/*:+org/eclipse/pde/core/build/*:+org/eclipse/pde/core/plugin/*:+org/eclipse/pde/core/project/*:+org/eclipse/pde/core/target/*:~org/eclipse/pde/internal/core/*:~org/eclipse/pde/internal/core/annotations/*:~org/eclipse/pde/internal/core/bnd/*:~org/eclipse/pde/internal/core/build/*:~org/eclipse/pde/internal/core/builders/*:~org/eclipse/pde/internal/core/bundle/*:~org/eclipse/pde/internal/core/content/*:~org/eclipse/pde/internal/core/exports/*:~org/eclipse/pde/internal/core/feature/*:~org/eclipse/pde/internal/core/ibundle/*:~org/eclipse/pde/internal/core/ifeature/*:~org/eclipse/pde/internal/core/iproduct/*:~org/eclipse/pde/internal/core/ischema/*:~org/eclipse/pde/internal/core/isite/*:~org/eclipse/pde/internal/core/natures/*:~org/eclipse/pde/internal/core/plugin/*:~org/eclipse/pde/internal/core/product/*:~org/eclipse/pde/internal/core/project/*:~org/eclipse/pde/internal/core/schema/*:~org/eclipse/pde/internal/core/search/*:~org/eclipse/pde/internal/core/site/*:~org/eclipse/pde/internal/core/target/*:~org/eclipse/pde/internal/core/text/*:~org/eclipse/pde/internal/core/text/build/*:~org/eclipse/pde/internal/core/text/bundle/*:~org/eclipse/pde/internal/core/text/plugin/*:~org/eclipse/pde/internal/core/update/configurator/*:~org/eclipse/pde/internal/core/util/*:~org/eclipse/pde/internal/core/variables/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.38.0.v20240425-0507/org.eclipse.jdt.core-3.38.0.v20240425-0507.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.10.400.v20240413-1529/org.eclipse.team.core-3.10.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.compiler.batch/3.38.0.v20240427-0959/org.eclipse.jdt.core.compiler.batch-3.38.0.v20240427-0959.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.22.0.v20240424-1830/org.eclipse.jdt.launching-3.22.0.v20240424-1830.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.21.400.v20240415-0528/org.eclipse.debug.core-3.21.400.v20240415-0528.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.21.400.v20240418-1414.jar/jdimodel.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers/3.8.300.v20240207-1054/org.eclipse.core.filebuffers-3.8.300.v20240207-1054.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.12.400.v20240425-2254.jar/pdebuild.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.jarprocessor/1.3.400.v20240321-1450/org.eclipse.equinox.p2.jarprocessor-1.3.400.v20240321-1450.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher/1.9.200.v20240429-0755/org.eclipse.equinox.p2.publisher-1.9.200.v20240429-0755.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository.tools/2.4.400.v20240416-0654/org.eclipse.equinox.p2.repository.tools-2.4.400.v20240416-0654.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.tukaani.xz/1.9.0/org.tukaani.xz-1.9.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.6.100.v20240429-0755/org.eclipse.equinox.p2.publisher.eclipse-1.6.100.v20240429-0755.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.200.v20240321-1450/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.200.v20240321-1450.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin/2.3.200.v20240321-1450/org.eclipse.equinox.frameworkadmin-2.3.200.v20240321-1450.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.10.200.v20240425-1316/org.eclipse.equinox.p2.engine-2.10.200.v20240425-1316.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.11.100.v20240321-1450/org.eclipse.equinox.p2.core-2.11.100.v20240321-1450.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.9.100.v20240416-0654/org.eclipse.equinox.p2.metadata-2.9.100.v20240416-0654.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.director/2.6.400.v20240321-1450/org.eclipse.equinox.p2.director-2.6.400.v20240321-1450.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.core/2.3.6.v20201214/org.sat4j.core-2.3.6.v20201214.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.pb/2.3.6.v20201214/org.sat4j.pb-2.3.6.v20201214.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository/2.9.100.v20240425-1316/org.eclipse.equinox.p2.repository-2.9.100.v20240425-1316.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.garbagecollector/1.3.300.v20240321-1450/org.eclipse.equinox.p2.garbagecollector-1.3.300.v20240321-1450.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.300.v20240321-1450/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.300.v20240321-1450.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.17.200.v20231201-1637/org.eclipse.e4.ui.ide-3.17.200.v20231201-1637.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.17.400.v20240424-0941/org.eclipse.ui.workbench.texteditor-3.17.400.v20240424-0941.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.17.300.v20240416-0658/org.eclipse.ui.editors-3.17.300.v20240416-0658.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.18.400.v20240416-1521/org.eclipse.debug.ui-3.18.400.v20240416-1521.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.console/3.14.100.v20240429-1358/org.eclipse.ui.console-3.14.100.v20240429-1358.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug.ui/3.13.400.v20240416-0655/org.eclipse.jdt.debug.ui-3.13.400.v20240416-0655.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.32.100.v20240430-0106/org.eclipse.jdt.ui-3.32.100.v20240430-0106.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search/3.16.200.v20240426-0859/org.eclipse.search-3.16.200.v20240426-0859.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.core.refactoring/3.14.400.v20240321-1245/org.eclipse.ltk.core.refactoring-3.14.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.13.400.v20240321-1245/org.eclipse.ltk.ui.refactoring-3.13.400.v20240321-1245.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare/3.11.0.v20240419-1233/org.eclipse.compare-3.11.0.v20240419-1233.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui/3.10.400.v20240416-0654/org.eclipse.team.ui-3.10.400.v20240416-0654.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search.core/3.16.200.v20240415-0954/org.eclipse.search.core-3.16.200.v20240415-0954.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.resources/3.9.300.v20240424-0956/org.eclipse.ui.navigator.resources-3.9.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.manipulation/1.21.100.v20240430-2028/org.eclipse.jdt.core.manipulation-1.21.100.v20240430-2028.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.launching/1.4.400.v20240413-1649/org.eclipse.ant.launching-1.4.400.v20240413-1649.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-antlr.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-bcel.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-bsf.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-log4j.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-oro.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-regexp.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-resolver.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-xalan2.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-commons-logging.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-commons-net.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-imageio.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jakartamail.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-javamail.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jdepend.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jmf.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jsch.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-junit.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-junit4.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-junitlauncher.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-launcher.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-netrexx.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-swing.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-testutil.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-xz.jar[?**/*] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.externaltools/1.3.400.v20240413-1529/org.eclipse.core.externaltools-1.3.400.v20240413-1529.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.ui/3.9.400.v20240419-1233/org.eclipse.ant.ui-3.9.400.v20240419-1233.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.externaltools/3.6.400.v20240416-0654/org.eclipse.ui.externaltools-3.6.400.v20240416-0654.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.junit/3.16.400.v20240417-1150/org.eclipse.jdt.junit-3.16.400.v20240417-1150.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.junit.runtime/3.7.400.v20231214-1952/org.eclipse.jdt.junit.runtime-3.7.400.v20231214-1952.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.junit.core/3.13.200.v20240329-0922/org.eclipse.jdt.junit.core-3.13.200.v20240329-0922.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.intro/3.7.400.v20240414-0828/org.eclipse.ui.intro-3.7.400.v20240414-0828.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.cheatsheets/3.8.400.v20240414-1916/org.eclipse.ui.cheatsheets-3.8.400.v20240414-1916.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.log/1.4.400.v20240424-0956/org.eclipse.ui.views.log-1.4.400.v20240424-0956.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.8.400.v20240425-0751/org.eclipse.equinox.p2.ui-2.8.400.v20240425-0751.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.ui/1.4.300.v20240419-2334/org.eclipse.equinox.security.ui-1.4.300.v20240419-2334.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.4.300.v20240419-2334/org.eclipse.equinox.security-1.4.300.v20240419-2334.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.operations/2.7.400.v20240425-0751/org.eclipse.equinox.p2.operations-2.7.400.v20240425-0751.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.launching/3.13.0.v20240424-1246/org.eclipse.pde.launching-3.13.0.v20240424-1246.jar[~org/eclipse/pde/internal/launching/*:~org/eclipse/pde/internal/launching/launcher/*:~org/eclipse/pde/internal/launching/sourcelookup/*:+org/eclipse/pde/launching/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator/1.5.300.v20240424-1301/org.eclipse.equinox.simpleconfigurator-1.5.300.v20240424-1301.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.bnd.ui/1.1.0.v20240404-1230/org.eclipse.pde.bnd.ui-1.1.0.v20240404-1230.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ds.core/1.3.400.v20240321-1452/org.eclipse.pde.ds.core-1.3.400.v20240321-1452.jar[?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*]] [DEBUG] Output directory: /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.compatibility.state:1.2.1000.v20240213-1057 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: [java/security/spec/*, org/w3c/dom/ls/*, sun/reflect/*, jdk/javadoc/doclet/*, javax/imageio/event/*, javax/xml/stream/util/*, java/security/cert/*, javax/management/monitor/*, javax/annotation/processing/*, javax/xml/crypto/dsig/dom/*, javax/lang/model/element/*, java/lang/*, netscape/javascript/*, java/lang/runtime/*, java/beans/*, com/sun/tools/attach/spi/*, org/eclipse/osgi/signedcontent/*, java/applet/*, javax/imageio/plugins/jpeg/*, org/eclipse/osgi/storage/bundlefile/* (discouraged), java/rmi/server/*, javax/swing/text/html/parser/*, javax/xml/transform/stream/*, org/eclipse/osgi/framework/log/*, org/eclipse/osgi/util/*, org/eclipse/osgi/internal/signedcontent/* (discouraged), jdk/security/jarsigner/*, org/osgi/service/resolver/*, javax/naming/spi/*, javax/transaction/xa/*, java/nio/channels/*, javax/swing/text/*, javax/security/auth/x500/*, org/osgi/framework/namespace/*, org/w3c/dom/events/*, javax/management/modelmbean/*, org/osgi/service/log/admin/*, jdk/nio/mapmode/*, com/sun/source/util/*, javax/security/auth/spi/*, org/eclipse/osgi/storage/* (discouraged), org/osgi/framework/dto/*, java/net/*, javax/xml/catalog/*, com/sun/java/accessibility/util/*, javax/tools/*, org/osgi/service/url/*, javax/xml/*, javax/imageio/*, javax/swing/plaf/basic/*, javax/management/remote/rmi/*, javax/lang/model/*, jdk/net/*, javax/crypto/interfaces/*, javax/management/timer/*, javax/xml/crypto/*, javax/print/event/*, org/w3c/dom/stylesheets/*, java/lang/ref/*, java/util/concurrent/atomic/*, javax/security/auth/callback/*, javax/swing/plaf/multi/*, jdk/jshell/spi/*, javax/xml/stream/events/*, org/eclipse/osgi/internal/loader/buddy/* (discouraged), org/eclipse/osgi/internal/serviceregistry/* (discouraged), java/lang/invoke/*, org/eclipse/osgi/internal/provisional/verifier/* (discouraged), javax/script/*, org/eclipse/equinox/log/*, javax/imageio/plugins/tiff/*, org/osgi/framework/launch/*, java/nio/file/spi/*, org/osgi/dto/*, javax/sql/rowset/*, org/eclipse/osgi/internal/hookregistry/* (discouraged), javax/sound/sampled/*, com/sun/security/auth/module/*, jdk/dynalink/beans/*, javax/xml/transform/stax/*, com/sun/jdi/connect/spi/*, java/util/concurrent/locks/*, org/osgi/service/packageadmin/*, org/w3c/dom/traversal/*, org/eclipse/osgi/internal/service/security/* (discouraged), org/eclipse/osgi/container/builders/*, org/w3c/dom/xpath/*, jdk/dynalink/support/*, java/nio/charset/*, java/time/zone/*, com/sun/security/auth/*, javax/naming/directory/*, javax/naming/ldap/*, javax/swing/colorchooser/*, org/osgi/framework/connect/*, jdk/jshell/execution/*, com/sun/security/jgss/*, java/net/spi/*, javax/swing/plaf/*, org/eclipse/osgi/storage/url/reference/* (discouraged), javax/xml/transform/*, org/w3c/dom/views/*, org/osgi/service/startlevel/*, javax/xml/validation/*, org/osgi/framework/startlevel/*, javax/naming/ldap/spi/*, org/eclipse/osgi/internal/messages/* (discouraged), javax/swing/border/*, javax/sound/midi/spi/*, javax/xml/xpath/*, com/sun/nio/sctp/*, org/w3c/dom/ranges/*, java/math/*, java/util/zip/*, org/eclipse/osgi/internal/provisional/service/security/* (discouraged), javax/xml/crypto/dsig/keyinfo/*, org/eclipse/osgi/framework/console/*, java/lang/constant/*, javax/crypto/spec/*, java/awt/font/*, java/security/*, javax/xml/transform/dom/*, com/sun/jdi/*, javax/swing/undo/*, java/awt/desktop/*, javax/swing/*, javax/swing/plaf/synth/*, javax/net/ssl/*, javax/security/auth/kerberos/*, javax/management/*, javax/sound/sampled/spi/*, org/eclipse/osgi/service/runnable/*, org/eclipse/osgi/framework/internal/reliablefile/* (discouraged), javax/xml/datatype/*, org/osgi/framework/startlevel/dto/*, javax/swing/plaf/metal/*, com/sun/jarsigner/*, javax/management/loading/*, javax/imageio/spi/*, org/eclipse/osgi/internal/url/* (discouraged), org/w3c/dom/css/*, org/eclipse/osgi/framework/eventmgr/*, java/lang/management/*, java/nio/channels/spi/*, javax/sql/rowset/serial/*, org/eclipse/osgi/service/debug/*, org/eclipse/osgi/storagemanager/*, javax/naming/event/*, jdk/jfr/consumer/*, javax/print/attribute/standard/*, org/eclipse/osgi/service/security/*, javax/management/relation/*, org/eclipse/osgi/service/environment/*, java/time/*, java/util/regex/*, jdk/dynalink/linker/*, java/rmi/dgc/*, org/eclipse/osgi/internal/loader/sources/* (discouraged), jdk/jshell/tool/*, javax/imageio/metadata/*, org/osgi/service/condpermadmin/*, javax/swing/event/*, java/awt/event/*, javax/print/*, com/sun/tools/javac/*, org/eclipse/osgi/service/pluginconversion/*, org/osgi/service/condition/*, org/xml/sax/helpers/*, org/osgi/framework/wiring/dto/*, java/util/prefs/*, java/util/random/*, java/net/http/*, javax/xml/parsers/*, org/eclipse/core/runtime/internal/adaptor/* (discouraged), javax/swing/plaf/nimbus/*, org/eclipse/osgi/internal/loader/classpath/* (discouraged), java/time/format/*, javax/xml/crypto/dsig/*, java/awt/im/*, javax/crypto/*, java/awt/print/*, org/osgi/service/log/*, sun/misc/*, org/eclipse/osgi/internal/location/* (discouraged), com/sun/net/httpserver/*, java/rmi/*, org/w3c/dom/html/*, com/sun/tools/attach/*, javax/security/sasl/*, java/lang/instrument/*, java/awt/color/*, org/eclipse/osgi/framework/util/* (discouraged), java/awt/im/spi/*, javax/management/openmbean/*, javax/smartcardio/*, org/eclipse/core/runtime/adaptor/* (discouraged), org/osgi/framework/hooks/service/*, javax/management/remote/*, java/awt/dnd/*, javax/swing/text/rtf/*, org/osgi/framework/hooks/weaving/*, java/security/interfaces/*, org/eclipse/osgi/internal/debug/* (discouraged), org/xml/sax/*, java/lang/reflect/*, java/util/jar/*, java/time/chrono/*, java/awt/image/renderable/*, java/time/temporal/*, javax/sound/midi/*, java/lang/annotation/*, java/nio/file/*, org/eclipse/osgi/service/resolver/*, java/util/stream/*, java/lang/module/*, org/osgi/resource/dto/*, javax/imageio/plugins/bmp/*, org/osgi/framework/hooks/bundle/*, org/eclipse/osgi/service/datalocation/*, com/sun/management/*, java/text/*, org/eclipse/osgi/service/localization/*, com/sun/net/httpserver/spi/*, org/eclipse/osgi/launch/*, org/eclipse/osgi/internal/framework/* (discouraged), java/awt/datatransfer/*, java/sql/*, org/osgi/framework/wiring/*, java/util/*, java/awt/*, org/xml/sax/ext/*, javax/swing/tree/*, javax/sql/rowset/spi/*, jdk/management/jfr/*, java/nio/*, javax/xml/namespace/*, javax/xml/stream/*, java/util/concurrent/*, java/awt/image/*, jdk/nio/*, com/sun/jdi/connect/*, org/eclipse/osgi/container/*, org/osgi/service/permissionadmin/*, org/w3c/dom/bootstrap/*, org/osgi/resource/*, javax/print/attribute/*, com/sun/security/auth/callback/*, java/util/spi/*, javax/xml/transform/sax/*, javax/naming/*, java/rmi/registry/*, javax/rmi/ssl/*, com/sun/tools/jconsole/*, javax/xml/crypto/dsig/spec/*, jdk/jfr/*, org/eclipse/osgi/service/urlconversion/*, org/ietf/jgss/*, jdk/jshell/*, org/eclipse/osgi/internal/loader/* (discouraged), com/sun/jdi/event/*, java/text/spi/*, jdk/dynalink/*, org/osgi/framework/*, javax/net/*, org/eclipse/osgi/report/resolution/*, java/nio/file/attribute/*, com/sun/security/auth/login/*, java/io/*, javax/lang/model/type/*, com/sun/source/doctree/*, java/util/function/*, javax/imageio/stream/*, org/osgi/util/tracker/*, java/util/logging/*, javax/swing/text/html/*, javax/xml/crypto/dom/*, com/sun/source/tree/*, java/nio/charset/spi/*, javax/security/auth/*, org/osgi/framework/hooks/resolver/*, javax/swing/filechooser/*, org/eclipse/osgi/container/namespaces/*, jdk/dynalink/linker/support/*, java/awt/geom/*, com/sun/jdi/request/*, javax/security/cert/*, javax/sql/*, jdk/swing/interop/*, com/sun/nio/file/*, javax/swing/table/*, javax/accessibility/*, javax/lang/model/util/*, java/beans/beancontext/*, javax/security/auth/login/*, org/w3c/dom/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] Classpath: [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.compatibility.state:1.2.1000.v20240213-1057 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: [java/security/spec/*, org/w3c/dom/ls/*, sun/reflect/*, jdk/javadoc/doclet/*, javax/imageio/event/*, javax/xml/stream/util/*, java/security/cert/*, javax/management/monitor/*, javax/annotation/processing/*, javax/xml/crypto/dsig/dom/*, javax/lang/model/element/*, java/lang/*, netscape/javascript/*, java/lang/runtime/*, java/beans/*, com/sun/tools/attach/spi/*, org/eclipse/osgi/signedcontent/*, java/applet/*, javax/imageio/plugins/jpeg/*, org/eclipse/osgi/storage/bundlefile/* (discouraged), java/rmi/server/*, javax/swing/text/html/parser/*, javax/xml/transform/stream/*, org/eclipse/osgi/framework/log/*, org/eclipse/osgi/util/*, org/eclipse/osgi/internal/signedcontent/* (discouraged), jdk/security/jarsigner/*, org/osgi/service/resolver/*, javax/naming/spi/*, javax/transaction/xa/*, java/nio/channels/*, javax/swing/text/*, javax/security/auth/x500/*, org/osgi/framework/namespace/*, org/w3c/dom/events/*, javax/management/modelmbean/*, org/osgi/service/log/admin/*, jdk/nio/mapmode/*, com/sun/source/util/*, javax/security/auth/spi/*, org/eclipse/osgi/storage/* (discouraged), org/osgi/framework/dto/*, java/net/*, javax/xml/catalog/*, com/sun/java/accessibility/util/*, javax/tools/*, org/osgi/service/url/*, javax/xml/*, javax/imageio/*, javax/swing/plaf/basic/*, javax/management/remote/rmi/*, javax/lang/model/*, jdk/net/*, javax/crypto/interfaces/*, javax/management/timer/*, javax/xml/crypto/*, javax/print/event/*, org/w3c/dom/stylesheets/*, java/lang/ref/*, java/util/concurrent/atomic/*, javax/security/auth/callback/*, javax/swing/plaf/multi/*, jdk/jshell/spi/*, javax/xml/stream/events/*, org/eclipse/osgi/internal/loader/buddy/* (discouraged), org/eclipse/osgi/internal/serviceregistry/* (discouraged), java/lang/invoke/*, org/eclipse/osgi/internal/provisional/verifier/* (discouraged), javax/script/*, org/eclipse/equinox/log/*, javax/imageio/plugins/tiff/*, org/osgi/framework/launch/*, java/nio/file/spi/*, org/osgi/dto/*, javax/sql/rowset/*, org/eclipse/osgi/internal/hookregistry/* (discouraged), javax/sound/sampled/*, com/sun/security/auth/module/*, jdk/dynalink/beans/*, javax/xml/transform/stax/*, com/sun/jdi/connect/spi/*, java/util/concurrent/locks/*, org/osgi/service/packageadmin/*, org/w3c/dom/traversal/*, org/eclipse/osgi/internal/service/security/* (discouraged), org/eclipse/osgi/container/builders/*, org/w3c/dom/xpath/*, jdk/dynalink/support/*, java/nio/charset/*, java/time/zone/*, com/sun/security/auth/*, javax/naming/directory/*, javax/naming/ldap/*, javax/swing/colorchooser/*, org/osgi/framework/connect/*, jdk/jshell/execution/*, com/sun/security/jgss/*, java/net/spi/*, javax/swing/plaf/*, org/eclipse/osgi/storage/url/reference/* (discouraged), javax/xml/transform/*, org/w3c/dom/views/*, org/osgi/service/startlevel/*, javax/xml/validation/*, org/osgi/framework/startlevel/*, javax/naming/ldap/spi/*, org/eclipse/osgi/internal/messages/* (discouraged), javax/swing/border/*, javax/sound/midi/spi/*, javax/xml/xpath/*, com/sun/nio/sctp/*, org/w3c/dom/ranges/*, java/math/*, java/util/zip/*, org/eclipse/osgi/internal/provisional/service/security/* (discouraged), javax/xml/crypto/dsig/keyinfo/*, org/eclipse/osgi/framework/console/*, java/lang/constant/*, javax/crypto/spec/*, java/awt/font/*, java/security/*, javax/xml/transform/dom/*, com/sun/jdi/*, javax/swing/undo/*, java/awt/desktop/*, javax/swing/*, javax/swing/plaf/synth/*, javax/net/ssl/*, javax/security/auth/kerberos/*, javax/management/*, javax/sound/sampled/spi/*, org/eclipse/osgi/service/runnable/*, org/eclipse/osgi/framework/internal/reliablefile/* (discouraged), javax/xml/datatype/*, org/osgi/framework/startlevel/dto/*, javax/swing/plaf/metal/*, com/sun/jarsigner/*, javax/management/loading/*, javax/imageio/spi/*, org/eclipse/osgi/internal/url/* (discouraged), org/w3c/dom/css/*, org/eclipse/osgi/framework/eventmgr/*, java/lang/management/*, java/nio/channels/spi/*, javax/sql/rowset/serial/*, org/eclipse/osgi/service/debug/*, org/eclipse/osgi/storagemanager/*, javax/naming/event/*, jdk/jfr/consumer/*, javax/print/attribute/standard/*, org/eclipse/osgi/service/security/*, javax/management/relation/*, org/eclipse/osgi/service/environment/*, java/time/*, java/util/regex/*, jdk/dynalink/linker/*, java/rmi/dgc/*, org/eclipse/osgi/internal/loader/sources/* (discouraged), jdk/jshell/tool/*, javax/imageio/metadata/*, org/osgi/service/condpermadmin/*, javax/swing/event/*, java/awt/event/*, javax/print/*, com/sun/tools/javac/*, org/eclipse/osgi/service/pluginconversion/*, org/osgi/service/condition/*, org/xml/sax/helpers/*, org/osgi/framework/wiring/dto/*, java/util/prefs/*, java/util/random/*, java/net/http/*, javax/xml/parsers/*, org/eclipse/core/runtime/internal/adaptor/* (discouraged), javax/swing/plaf/nimbus/*, org/eclipse/osgi/internal/loader/classpath/* (discouraged), java/time/format/*, javax/xml/crypto/dsig/*, java/awt/im/*, javax/crypto/*, java/awt/print/*, org/osgi/service/log/*, sun/misc/*, org/eclipse/osgi/internal/location/* (discouraged), com/sun/net/httpserver/*, java/rmi/*, org/w3c/dom/html/*, com/sun/tools/attach/*, javax/security/sasl/*, java/lang/instrument/*, java/awt/color/*, org/eclipse/osgi/framework/util/* (discouraged), java/awt/im/spi/*, javax/management/openmbean/*, javax/smartcardio/*, org/eclipse/core/runtime/adaptor/* (discouraged), org/osgi/framework/hooks/service/*, javax/management/remote/*, java/awt/dnd/*, javax/swing/text/rtf/*, org/osgi/framework/hooks/weaving/*, java/security/interfaces/*, org/eclipse/osgi/internal/debug/* (discouraged), org/xml/sax/*, java/lang/reflect/*, java/util/jar/*, java/time/chrono/*, java/awt/image/renderable/*, java/time/temporal/*, javax/sound/midi/*, java/lang/annotation/*, java/nio/file/*, org/eclipse/osgi/service/resolver/*, java/util/stream/*, java/lang/module/*, org/osgi/resource/dto/*, javax/imageio/plugins/bmp/*, org/osgi/framework/hooks/bundle/*, org/eclipse/osgi/service/datalocation/*, com/sun/management/*, java/text/*, org/eclipse/osgi/service/localization/*, com/sun/net/httpserver/spi/*, org/eclipse/osgi/launch/*, org/eclipse/osgi/internal/framework/* (discouraged), java/awt/datatransfer/*, java/sql/*, org/osgi/framework/wiring/*, java/util/*, java/awt/*, org/xml/sax/ext/*, javax/swing/tree/*, javax/sql/rowset/spi/*, jdk/management/jfr/*, java/nio/*, javax/xml/namespace/*, javax/xml/stream/*, java/util/concurrent/*, java/awt/image/*, jdk/nio/*, com/sun/jdi/connect/*, org/eclipse/osgi/container/*, org/osgi/service/permissionadmin/*, org/w3c/dom/bootstrap/*, org/osgi/resource/*, javax/print/attribute/*, com/sun/security/auth/callback/*, java/util/spi/*, javax/xml/transform/sax/*, javax/naming/*, java/rmi/registry/*, javax/rmi/ssl/*, com/sun/tools/jconsole/*, javax/xml/crypto/dsig/spec/*, jdk/jfr/*, org/eclipse/osgi/service/urlconversion/*, org/ietf/jgss/*, jdk/jshell/*, org/eclipse/osgi/internal/loader/* (discouraged), com/sun/jdi/event/*, java/text/spi/*, jdk/dynalink/*, org/osgi/framework/*, javax/net/*, org/eclipse/osgi/report/resolution/*, java/nio/file/attribute/*, com/sun/security/auth/login/*, java/io/*, javax/lang/model/type/*, com/sun/source/doctree/*, java/util/function/*, javax/imageio/stream/*, org/osgi/util/tracker/*, java/util/logging/*, javax/swing/text/html/*, javax/xml/crypto/dom/*, com/sun/source/tree/*, java/nio/charset/spi/*, javax/security/auth/*, org/osgi/framework/hooks/resolver/*, javax/swing/filechooser/*, org/eclipse/osgi/container/namespaces/*, jdk/dynalink/linker/support/*, java/awt/geom/*, com/sun/jdi/request/*, javax/security/cert/*, javax/sql/*, jdk/swing/interop/*, com/sun/nio/file/*, javax/swing/table/*, javax/accessibility/*, javax/lang/model/util/*, java/beans/beancontext/*, javax/security/auth/login/*, org/w3c/dom/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802 and will be merged: [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: [org/eclipse/swt/graphics/*, org/eclipse/swt/program/*, org/eclipse/swt/browser/*, org/eclipse/swt/dnd/*, org/eclipse/swt/events/*, org/eclipse/swt/layout/*, org/eclipse/swt/custom/*, org/eclipse/swt/internal/opengl/win32/* (discouraged), org/eclipse/swt/internal/* (discouraged), org/eclipse/swt/*, org/eclipse/swt/internal/gdip/* (discouraged), org/eclipse/swt/awt/*, org/eclipse/swt/printing/*, org/eclipse/swt/accessibility/*, org/eclipse/swt/ole/win32/*, org/eclipse/swt/internal/ole/win32/* (discouraged), org/eclipse/swt/opengl/*, org/eclipse/swt/internal/image/* (discouraged), org/eclipse/swt/internal/win32/* (discouraged), org/eclipse/swt/widgets/*] [INFO] Locations: [/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar] [INFO] Rules: -access all- [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.100.v20240321-1445/org.eclipse.equinox.bidi-1.5.100.v20240321-1445.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.core/3.7.400.v20240413-1529/org.eclipse.ant.core-3.7.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.6.400.v20240413-1529/org.eclipse.core.variables-3.6.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240430-0753/org.eclipse.pde.ui-3.15.200.v20240430-0753.jar[~org/eclipse/pde/internal/ui/*:~org/eclipse/pde/internal/ui/build/*:~org/eclipse/pde/internal/ui/commands/*:~org/eclipse/pde/internal/ui/compare/*:~org/eclipse/pde/internal/ui/correction/*:~org/eclipse/pde/internal/ui/correction/java/*:~org/eclipse/pde/internal/ui/dialogs/*:~org/eclipse/pde/internal/ui/editor/*:~org/eclipse/pde/internal/ui/editor/actions/*:~org/eclipse/pde/internal/ui/editor/build/*:~org/eclipse/pde/internal/ui/editor/category/*:~org/eclipse/pde/internal/ui/editor/contentassist/*:~org/eclipse/pde/internal/ui/editor/contentassist/display/*:~org/eclipse/pde/internal/ui/editor/context/*:~org/eclipse/pde/internal/ui/editor/feature/*:~org/eclipse/pde/internal/ui/editor/outline/*:~org/eclipse/pde/internal/ui/editor/plugin/*:~org/eclipse/pde/internal/ui/editor/plugin/rows/*:~org/eclipse/pde/internal/ui/editor/product/*:~org/eclipse/pde/internal/ui/editor/schema/*:~org/eclipse/pde/internal/ui/editor/site/*:~org/eclipse/pde/internal/ui/editor/targetdefinition/*:~org/eclipse/pde/internal/ui/editor/text/*:~org/eclipse/pde/internal/ui/editor/validation/*:~org/eclipse/pde/internal/ui/elements/*:~org/eclipse/pde/internal/ui/launcher/*:~org/eclipse/pde/internal/ui/nls/*:~org/eclipse/pde/internal/ui/parts/*:~org/eclipse/pde/internal/ui/preferences/*:~org/eclipse/pde/internal/ui/properties/*:~org/eclipse/pde/internal/ui/refactoring/*:~org/eclipse/pde/internal/ui/samples/*:~org/eclipse/pde/internal/ui/search/*:~org/eclipse/pde/internal/ui/search/dependencies/*:~org/eclipse/pde/internal/ui/search/dialogs/*:~org/eclipse/pde/internal/ui/shared/*:~org/eclipse/pde/internal/ui/shared/target/*:~org/eclipse/pde/internal/ui/util/*:~org/eclipse/pde/internal/ui/views/dependencies/*:~org/eclipse/pde/internal/ui/views/features/*:~org/eclipse/pde/internal/ui/views/features/action/*:~org/eclipse/pde/internal/ui/views/features/model/*:~org/eclipse/pde/internal/ui/views/features/support/*:~org/eclipse/pde/internal/ui/views/features/viewer/*:~org/eclipse/pde/internal/ui/views/imagebrowser/*:~org/eclipse/pde/internal/ui/views/imagebrowser/filter/*:~org/eclipse/pde/internal/ui/views/imagebrowser/repositories/*:~org/eclipse/pde/internal/ui/views/plugins/*:~org/eclipse/pde/internal/ui/views/target/*:~org/eclipse/pde/internal/ui/wizards/*:~org/eclipse/pde/internal/ui/wizards/category/*:~org/eclipse/pde/internal/ui/wizards/exports/*:~org/eclipse/pde/internal/ui/wizards/extension/*:~org/eclipse/pde/internal/ui/wizards/feature/*:~org/eclipse/pde/internal/ui/wizards/imports/*:~org/eclipse/pde/internal/ui/wizards/plugin/*:~org/eclipse/pde/internal/ui/wizards/product/*:~org/eclipse/pde/internal/ui/wizards/site/*:~org/eclipse/pde/internal/ui/wizards/target/*:~org/eclipse/pde/internal/ui/wizards/templates/*:~org/eclipse/pde/internal/ui/wizards/tools/*:+org/eclipse/pde/ui/*:+org/eclipse/pde/ui/launcher/*:+org/eclipse/pde/ui/target/*:+org/eclipse/pde/ui/templates/*:~org/eclipse/ui/internal/views/log/jdt/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240430-0753/org.eclipse.pde.core-3.18.100.v20240430-0753.jar[+org/eclipse/pde/core/*:+org/eclipse/pde/core/build/*:+org/eclipse/pde/core/plugin/*:+org/eclipse/pde/core/project/*:+org/eclipse/pde/core/target/*:~org/eclipse/pde/internal/core/*:~org/eclipse/pde/internal/core/annotations/*:~org/eclipse/pde/internal/core/bnd/*:~org/eclipse/pde/internal/core/build/*:~org/eclipse/pde/internal/core/builders/*:~org/eclipse/pde/internal/core/bundle/*:~org/eclipse/pde/internal/core/content/*:~org/eclipse/pde/internal/core/exports/*:~org/eclipse/pde/internal/core/feature/*:~org/eclipse/pde/internal/core/ibundle/*:~org/eclipse/pde/internal/core/ifeature/*:~org/eclipse/pde/internal/core/iproduct/*:~org/eclipse/pde/internal/core/ischema/*:~org/eclipse/pde/internal/core/isite/*:~org/eclipse/pde/internal/core/natures/*:~org/eclipse/pde/internal/core/plugin/*:~org/eclipse/pde/internal/core/product/*:~org/eclipse/pde/internal/core/project/*:~org/eclipse/pde/internal/core/schema/*:~org/eclipse/pde/internal/core/search/*:~org/eclipse/pde/internal/core/site/*:~org/eclipse/pde/internal/core/target/*:~org/eclipse/pde/internal/core/text/*:~org/eclipse/pde/internal/core/text/build/*:~org/eclipse/pde/internal/core/text/bundle/*:~org/eclipse/pde/internal/core/text/plugin/*:~org/eclipse/pde/internal/core/update/configurator/*:~org/eclipse/pde/internal/core/util/*:~org/eclipse/pde/internal/core/variables/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.38.0.v20240425-0507/org.eclipse.jdt.core-3.38.0.v20240425-0507.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.10.400.v20240413-1529/org.eclipse.team.core-3.10.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.compiler.batch/3.38.0.v20240427-0959/org.eclipse.jdt.core.compiler.batch-3.38.0.v20240427-0959.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.22.0.v20240424-1830/org.eclipse.jdt.launching-3.22.0.v20240424-1830.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.21.400.v20240415-0528/org.eclipse.debug.core-3.21.400.v20240415-0528.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.21.400.v20240418-1414.jar/jdimodel.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers/3.8.300.v20240207-1054/org.eclipse.core.filebuffers-3.8.300.v20240207-1054.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.12.400.v20240425-2254.jar/pdebuild.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.jarprocessor/1.3.400.v20240321-1450/org.eclipse.equinox.p2.jarprocessor-1.3.400.v20240321-1450.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher/1.9.200.v20240429-0755/org.eclipse.equinox.p2.publisher-1.9.200.v20240429-0755.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository.tools/2.4.400.v20240416-0654/org.eclipse.equinox.p2.repository.tools-2.4.400.v20240416-0654.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.tukaani.xz/1.9.0/org.tukaani.xz-1.9.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.6.100.v20240429-0755/org.eclipse.equinox.p2.publisher.eclipse-1.6.100.v20240429-0755.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.200.v20240321-1450/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.200.v20240321-1450.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin/2.3.200.v20240321-1450/org.eclipse.equinox.frameworkadmin-2.3.200.v20240321-1450.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.10.200.v20240425-1316/org.eclipse.equinox.p2.engine-2.10.200.v20240425-1316.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.11.100.v20240321-1450/org.eclipse.equinox.p2.core-2.11.100.v20240321-1450.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.9.100.v20240416-0654/org.eclipse.equinox.p2.metadata-2.9.100.v20240416-0654.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.director/2.6.400.v20240321-1450/org.eclipse.equinox.p2.director-2.6.400.v20240321-1450.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.core/2.3.6.v20201214/org.sat4j.core-2.3.6.v20201214.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.pb/2.3.6.v20201214/org.sat4j.pb-2.3.6.v20201214.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository/2.9.100.v20240425-1316/org.eclipse.equinox.p2.repository-2.9.100.v20240425-1316.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.garbagecollector/1.3.300.v20240321-1450/org.eclipse.equinox.p2.garbagecollector-1.3.300.v20240321-1450.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.300.v20240321-1450/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.300.v20240321-1450.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.17.200.v20231201-1637/org.eclipse.e4.ui.ide-3.17.200.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.17.400.v20240424-0941/org.eclipse.ui.workbench.texteditor-3.17.400.v20240424-0941.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.17.300.v20240416-0658/org.eclipse.ui.editors-3.17.300.v20240416-0658.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.18.400.v20240416-1521/org.eclipse.debug.ui-3.18.400.v20240416-1521.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.console/3.14.100.v20240429-1358/org.eclipse.ui.console-3.14.100.v20240429-1358.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug.ui/3.13.400.v20240416-0655/org.eclipse.jdt.debug.ui-3.13.400.v20240416-0655.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.32.100.v20240430-0106/org.eclipse.jdt.ui-3.32.100.v20240430-0106.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search/3.16.200.v20240426-0859/org.eclipse.search-3.16.200.v20240426-0859.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.core.refactoring/3.14.400.v20240321-1245/org.eclipse.ltk.core.refactoring-3.14.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.13.400.v20240321-1245/org.eclipse.ltk.ui.refactoring-3.13.400.v20240321-1245.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare/3.11.0.v20240419-1233/org.eclipse.compare-3.11.0.v20240419-1233.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui/3.10.400.v20240416-0654/org.eclipse.team.ui-3.10.400.v20240416-0654.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search.core/3.16.200.v20240415-0954/org.eclipse.search.core-3.16.200.v20240415-0954.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.resources/3.9.300.v20240424-0956/org.eclipse.ui.navigator.resources-3.9.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.manipulation/1.21.100.v20240430-2028/org.eclipse.jdt.core.manipulation-1.21.100.v20240430-2028.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.launching/1.4.400.v20240413-1649/org.eclipse.ant.launching-1.4.400.v20240413-1649.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-antlr.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-bcel.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-bsf.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-log4j.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-oro.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-regexp.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-resolver.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-xalan2.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-commons-logging.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-commons-net.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-imageio.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jakartamail.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-javamail.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jdepend.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jmf.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jsch.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-junit.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-junit4.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-junitlauncher.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-launcher.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-netrexx.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-swing.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-testutil.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-xz.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.externaltools/1.3.400.v20240413-1529/org.eclipse.core.externaltools-1.3.400.v20240413-1529.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.ui/3.9.400.v20240419-1233/org.eclipse.ant.ui-3.9.400.v20240419-1233.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.externaltools/3.6.400.v20240416-0654/org.eclipse.ui.externaltools-3.6.400.v20240416-0654.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.junit/3.16.400.v20240417-1150/org.eclipse.jdt.junit-3.16.400.v20240417-1150.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.junit.runtime/3.7.400.v20231214-1952/org.eclipse.jdt.junit.runtime-3.7.400.v20231214-1952.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.junit.core/3.13.200.v20240329-0922/org.eclipse.jdt.junit.core-3.13.200.v20240329-0922.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.intro/3.7.400.v20240414-0828/org.eclipse.ui.intro-3.7.400.v20240414-0828.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.cheatsheets/3.8.400.v20240414-1916/org.eclipse.ui.cheatsheets-3.8.400.v20240414-1916.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.log/1.4.400.v20240424-0956/org.eclipse.ui.views.log-1.4.400.v20240424-0956.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.8.400.v20240425-0751/org.eclipse.equinox.p2.ui-2.8.400.v20240425-0751.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.ui/1.4.300.v20240419-2334/org.eclipse.equinox.security.ui-1.4.300.v20240419-2334.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.4.300.v20240419-2334/org.eclipse.equinox.security-1.4.300.v20240419-2334.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.operations/2.7.400.v20240425-0751/org.eclipse.equinox.p2.operations-2.7.400.v20240425-0751.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.launching/3.13.0.v20240424-1246/org.eclipse.pde.launching-3.13.0.v20240424-1246.jar[~org/eclipse/pde/internal/launching/*:~org/eclipse/pde/internal/launching/launcher/*:~org/eclipse/pde/internal/launching/sourcelookup/*:+org/eclipse/pde/launching/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator/1.5.300.v20240424-1301/org.eclipse.equinox.simpleconfigurator-1.5.300.v20240424-1301.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.bnd.ui/1.1.0.v20240404-1230/org.eclipse.pde.bnd.ui-1.1.0.v20240404-1230.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ds.core/1.3.400.v20240321-1452/org.eclipse.pde.ds.core-1.3.400.v20240321-1452.jar[?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*] [DEBUG] /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*] [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [DEBUG] JDT compiler args: [-properties, /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/.settings/org.eclipse.jdt.core.prefs, -properties, /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/.settings/org.eclipse.jdt.core.prefs, -s, /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes, -classpath, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.100.v20240321-1445/org.eclipse.equinox.bidi-1.5.100.v20240321-1445.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240426-1040/org.eclipse.core.resources-3.20.200.v20240426-1040.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.core/3.7.400.v20240413-1529/org.eclipse.ant.core-3.7.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.6.400.v20240413-1529/org.eclipse.core.variables-3.6.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.400.v20240426-1040/org.eclipse.core.filesystem-1.10.400.v20240426-1040.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240430-0753/org.eclipse.pde.ui-3.15.200.v20240430-0753.jar[~org/eclipse/pde/internal/ui/*:~org/eclipse/pde/internal/ui/build/*:~org/eclipse/pde/internal/ui/commands/*:~org/eclipse/pde/internal/ui/compare/*:~org/eclipse/pde/internal/ui/correction/*:~org/eclipse/pde/internal/ui/correction/java/*:~org/eclipse/pde/internal/ui/dialogs/*:~org/eclipse/pde/internal/ui/editor/*:~org/eclipse/pde/internal/ui/editor/actions/*:~org/eclipse/pde/internal/ui/editor/build/*:~org/eclipse/pde/internal/ui/editor/category/*:~org/eclipse/pde/internal/ui/editor/contentassist/*:~org/eclipse/pde/internal/ui/editor/contentassist/display/*:~org/eclipse/pde/internal/ui/editor/context/*:~org/eclipse/pde/internal/ui/editor/feature/*:~org/eclipse/pde/internal/ui/editor/outline/*:~org/eclipse/pde/internal/ui/editor/plugin/*:~org/eclipse/pde/internal/ui/editor/plugin/rows/*:~org/eclipse/pde/internal/ui/editor/product/*:~org/eclipse/pde/internal/ui/editor/schema/*:~org/eclipse/pde/internal/ui/editor/site/*:~org/eclipse/pde/internal/ui/editor/targetdefinition/*:~org/eclipse/pde/internal/ui/editor/text/*:~org/eclipse/pde/internal/ui/editor/validation/*:~org/eclipse/pde/internal/ui/elements/*:~org/eclipse/pde/internal/ui/launcher/*:~org/eclipse/pde/internal/ui/nls/*:~org/eclipse/pde/internal/ui/parts/*:~org/eclipse/pde/internal/ui/preferences/*:~org/eclipse/pde/internal/ui/properties/*:~org/eclipse/pde/internal/ui/refactoring/*:~org/eclipse/pde/internal/ui/samples/*:~org/eclipse/pde/internal/ui/search/*:~org/eclipse/pde/internal/ui/search/dependencies/*:~org/eclipse/pde/internal/ui/search/dialogs/*:~org/eclipse/pde/internal/ui/shared/*:~org/eclipse/pde/internal/ui/shared/target/*:~org/eclipse/pde/internal/ui/util/*:~org/eclipse/pde/internal/ui/views/dependencies/*:~org/eclipse/pde/internal/ui/views/features/*:~org/eclipse/pde/internal/ui/views/features/action/*:~org/eclipse/pde/internal/ui/views/features/model/*:~org/eclipse/pde/internal/ui/views/features/support/*:~org/eclipse/pde/internal/ui/views/features/viewer/*:~org/eclipse/pde/internal/ui/views/imagebrowser/*:~org/eclipse/pde/internal/ui/views/imagebrowser/filter/*:~org/eclipse/pde/internal/ui/views/imagebrowser/repositories/*:~org/eclipse/pde/internal/ui/views/plugins/*:~org/eclipse/pde/internal/ui/views/target/*:~org/eclipse/pde/internal/ui/wizards/*:~org/eclipse/pde/internal/ui/wizards/category/*:~org/eclipse/pde/internal/ui/wizards/exports/*:~org/eclipse/pde/internal/ui/wizards/extension/*:~org/eclipse/pde/internal/ui/wizards/feature/*:~org/eclipse/pde/internal/ui/wizards/imports/*:~org/eclipse/pde/internal/ui/wizards/plugin/*:~org/eclipse/pde/internal/ui/wizards/product/*:~org/eclipse/pde/internal/ui/wizards/site/*:~org/eclipse/pde/internal/ui/wizards/target/*:~org/eclipse/pde/internal/ui/wizards/templates/*:~org/eclipse/pde/internal/ui/wizards/tools/*:+org/eclipse/pde/ui/*:+org/eclipse/pde/ui/launcher/*:+org/eclipse/pde/ui/target/*:+org/eclipse/pde/ui/templates/*:~org/eclipse/ui/internal/views/log/jdt/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.18.100.v20240430-0753/org.eclipse.pde.core-3.18.100.v20240430-0753.jar[+org/eclipse/pde/core/*:+org/eclipse/pde/core/build/*:+org/eclipse/pde/core/plugin/*:+org/eclipse/pde/core/project/*:+org/eclipse/pde/core/target/*:~org/eclipse/pde/internal/core/*:~org/eclipse/pde/internal/core/annotations/*:~org/eclipse/pde/internal/core/bnd/*:~org/eclipse/pde/internal/core/build/*:~org/eclipse/pde/internal/core/builders/*:~org/eclipse/pde/internal/core/bundle/*:~org/eclipse/pde/internal/core/content/*:~org/eclipse/pde/internal/core/exports/*:~org/eclipse/pde/internal/core/feature/*:~org/eclipse/pde/internal/core/ibundle/*:~org/eclipse/pde/internal/core/ifeature/*:~org/eclipse/pde/internal/core/iproduct/*:~org/eclipse/pde/internal/core/ischema/*:~org/eclipse/pde/internal/core/isite/*:~org/eclipse/pde/internal/core/natures/*:~org/eclipse/pde/internal/core/plugin/*:~org/eclipse/pde/internal/core/product/*:~org/eclipse/pde/internal/core/project/*:~org/eclipse/pde/internal/core/schema/*:~org/eclipse/pde/internal/core/search/*:~org/eclipse/pde/internal/core/site/*:~org/eclipse/pde/internal/core/target/*:~org/eclipse/pde/internal/core/text/*:~org/eclipse/pde/internal/core/text/build/*:~org/eclipse/pde/internal/core/text/bundle/*:~org/eclipse/pde/internal/core/text/plugin/*:~org/eclipse/pde/internal/core/update/configurator/*:~org/eclipse/pde/internal/core/util/*:~org/eclipse/pde/internal/core/variables/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.38.0.v20240425-0507/org.eclipse.jdt.core-3.38.0.v20240425-0507.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.100.v20240424-0956/org.eclipse.text-3.14.100.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.10.400.v20240413-1529/org.eclipse.team.core-3.10.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.500.v20240415-1311/org.eclipse.compare.core-3.8.500.v20240415-1311.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.compiler.batch/3.38.0.v20240427-0959/org.eclipse.jdt.core.compiler.batch-3.38.0.v20240427-0959.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.22.0.v20240424-1830/org.eclipse.jdt.launching-3.22.0.v20240424-1830.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.21.400.v20240415-0528/org.eclipse.debug.core-3.21.400.v20240415-0528.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.21.400.v20240418-1414.jar/jdimodel.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers/3.8.300.v20240207-1054/org.eclipse.core.filebuffers-3.8.300.v20240207-1054.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.12.400.v20240425-2254.jar/pdebuild.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.jarprocessor/1.3.400.v20240321-1450/org.eclipse.equinox.p2.jarprocessor-1.3.400.v20240321-1450.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher/1.9.200.v20240429-0755/org.eclipse.equinox.p2.publisher-1.9.200.v20240429-0755.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository.tools/2.4.400.v20240416-0654/org.eclipse.equinox.p2.repository.tools-2.4.400.v20240416-0654.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.tukaani.xz/1.9.0/org.tukaani.xz-1.9.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.6.100.v20240429-0755/org.eclipse.equinox.p2.publisher.eclipse-1.6.100.v20240429-0755.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.200.v20240321-1450/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.200.v20240321-1450.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin/2.3.200.v20240321-1450/org.eclipse.equinox.frameworkadmin-2.3.200.v20240321-1450.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.10.200.v20240425-1316/org.eclipse.equinox.p2.engine-2.10.200.v20240425-1316.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.11.100.v20240321-1450/org.eclipse.equinox.p2.core-2.11.100.v20240321-1450.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.9.100.v20240416-0654/org.eclipse.equinox.p2.metadata-2.9.100.v20240416-0654.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.director/2.6.400.v20240321-1450/org.eclipse.equinox.p2.director-2.6.400.v20240321-1450.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.core/2.3.6.v20201214/org.sat4j.core-2.3.6.v20201214.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.pb/2.3.6.v20201214/org.sat4j.pb-2.3.6.v20201214.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository/2.9.100.v20240425-1316/org.eclipse.equinox.p2.repository-2.9.100.v20240425-1316.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.garbagecollector/1.3.300.v20240321-1450/org.eclipse.equinox.p2.garbagecollector-1.3.300.v20240321-1450.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.300.v20240321-1450/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.300.v20240321-1450.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.200.v20240424-0956/org.eclipse.ui.ide-3.22.200.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.300.v20240321-1245/org.eclipse.ui.views-3.12.300.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.25.100.v20240424-1254/org.eclipse.jface.text-3.25.100.v20240424-1254.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.17.200.v20231201-1637/org.eclipse.e4.ui.ide-3.17.200.v20231201-1637.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.17.400.v20240424-0941/org.eclipse.ui.workbench.texteditor-3.17.400.v20240424-0941.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.17.300.v20240416-0658/org.eclipse.ui.editors-3.17.300.v20240416-0658.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.18.400.v20240416-1521/org.eclipse.debug.ui-3.18.400.v20240416-1521.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.console/3.14.100.v20240429-1358/org.eclipse.ui.console-3.14.100.v20240429-1358.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug.ui/3.13.400.v20240416-0655/org.eclipse.jdt.debug.ui-3.13.400.v20240416-0655.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.32.100.v20240430-0106/org.eclipse.jdt.ui-3.32.100.v20240430-0106.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search/3.16.200.v20240426-0859/org.eclipse.search-3.16.200.v20240426-0859.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.core.refactoring/3.14.400.v20240321-1245/org.eclipse.ltk.core.refactoring-3.14.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.13.400.v20240321-1245/org.eclipse.ltk.ui.refactoring-3.13.400.v20240321-1245.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare/3.11.0.v20240419-1233/org.eclipse.compare-3.11.0.v20240419-1233.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui/3.10.400.v20240416-0654/org.eclipse.team.ui-3.10.400.v20240416-0654.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search.core/3.16.200.v20240415-0954/org.eclipse.search.core-3.16.200.v20240415-0954.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.resources/3.9.300.v20240424-0956/org.eclipse.ui.navigator.resources-3.9.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.300.v20240424-0956/org.eclipse.ui.views.properties.tabbed-3.10.300.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.manipulation/1.21.100.v20240430-2028/org.eclipse.jdt.core.manipulation-1.21.100.v20240430-2028.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.launching/1.4.400.v20240413-1649/org.eclipse.ant.launching-1.4.400.v20240413-1649.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-antlr.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-bcel.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-bsf.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-log4j.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-oro.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-regexp.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-resolver.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-xalan2.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-commons-logging.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-commons-net.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-imageio.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jakartamail.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-javamail.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jdepend.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jmf.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jsch.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-junit.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-junit4.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-junitlauncher.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-launcher.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-netrexx.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-swing.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-testutil.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-xz.jar[?**/*]:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.externaltools/1.3.400.v20240413-1529/org.eclipse.core.externaltools-1.3.400.v20240413-1529.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.ui/3.9.400.v20240419-1233/org.eclipse.ant.ui-3.9.400.v20240419-1233.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.externaltools/3.6.400.v20240416-0654/org.eclipse.ui.externaltools-3.6.400.v20240416-0654.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.junit/3.16.400.v20240417-1150/org.eclipse.jdt.junit-3.16.400.v20240417-1150.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.junit.runtime/3.7.400.v20231214-1952/org.eclipse.jdt.junit.runtime-3.7.400.v20231214-1952.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest.core/2.2.0.v20230809-1000/org.hamcrest.core-2.2.0.v20230809-1000.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.hamcrest/2.2.0/org.hamcrest-2.2.0.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.junit.core/3.13.200.v20240329-0922/org.eclipse.jdt.junit.core-3.13.200.v20240329-0922.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.intro/3.7.400.v20240414-0828/org.eclipse.ui.intro-3.7.400.v20240414-0828.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.cheatsheets/3.8.400.v20240414-1916/org.eclipse.ui.cheatsheets-3.8.400.v20240414-1916.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.log/1.4.400.v20240424-0956/org.eclipse.ui.views.log-1.4.400.v20240424-0956.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.8.400.v20240425-0751/org.eclipse.equinox.p2.ui-2.8.400.v20240425-0751.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.ui/1.4.300.v20240419-2334/org.eclipse.equinox.security.ui-1.4.300.v20240419-2334.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.4.300.v20240419-2334/org.eclipse.equinox.security-1.4.300.v20240419-2334.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.operations/2.7.400.v20240425-0751/org.eclipse.equinox.p2.operations-2.7.400.v20240425-0751.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.launching/3.13.0.v20240424-1246/org.eclipse.pde.launching-3.13.0.v20240424-1246.jar[~org/eclipse/pde/internal/launching/*:~org/eclipse/pde/internal/launching/launcher/*:~org/eclipse/pde/internal/launching/sourcelookup/*:+org/eclipse/pde/launching/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator/1.5.300.v20240424-1301/org.eclipse.equinox.simpleconfigurator-1.5.300.v20240424-1301.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.bnd.ui/1.1.0.v20240404-1230/org.eclipse.pde.bnd.ui-1.1.0.v20240404-1230.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.ds.core/1.3.400.v20240321-1452/org.eclipse.pde.ds.core-1.3.400.v20240321-1452.jar[?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.300.v20240416-0658/org.eclipse.e4.ui.swt.win32-1.2.300.v20240416-0658.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.win32/3.5.300.v20240321-1245/org.eclipse.ui.win32-3.5.300.v20240321-1245.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar[+org/osgi/service/metatype/annotations/*:?**/*]:/home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar[+org/osgi/annotation/bundle/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar[+org/osgi/service/cm/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar[+org/osgi/annotation/versioning/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar[+org/osgi/service/event/annotations/*:?**/*]:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar[+org/osgi/service/component/annotations/*:?**/*], /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/org/eclipse/ecf/remoteservices/internal/tooling/pde/Activator.java, /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceConsumerExample1Template.java, /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceConsumerExample1Wizard.java, /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceHostExample1Template.java, /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceHostExample1Wizard.java, -g, -nowarn, -target, 11, -source, 11, --release, 11, -encoding, ISO-8859-1] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml: {} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240402-2354 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:20Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.2.0.v20240402-2354 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde [DEBUG] tychoProject.build.outputDirectories: /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes [DEBUG] unqualifiedVersion: 1.2.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.remoteservices.tooling.pde-1.2.0-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-11' { source level: 11, target level: 11}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 11/11 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@7a5f3df1 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.remoteservices.tooling.pde-1.2.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (f) qualifier = v20240402-2354 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/org.eclipse.ecf.remoteservices.tooling.pde-1.2.0-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/remoteservices/ [DEBUG] adding directory org/eclipse/ecf/remoteservices/internal/ [DEBUG] adding directory org/eclipse/ecf/remoteservices/internal/tooling/ [DEBUG] adding directory org/eclipse/ecf/remoteservices/internal/tooling/pde/ [DEBUG] adding entry org/eclipse/ecf/remoteservices/internal/tooling/pde/Activator.java [DEBUG] adding entry org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceConsumerExample1Template.java [DEBUG] adding entry org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceConsumerExample1Wizard.java [DEBUG] adding entry org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceHostExample1Template.java [DEBUG] adding entry org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceHostExample1Wizard.java [DEBUG] adding directory icons/ [DEBUG] adding directory templates/ [DEBUG] adding directory templates/helloRemoteServiceConsumerExample1/ [DEBUG] adding directory templates/helloRemoteServiceConsumerExample1/java/ [DEBUG] adding directory templates/helloRemoteServiceHostExample1/ [DEBUG] adding directory templates/helloRemoteServiceHostExample1/java/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/newconsumer.gif [DEBUG] adding entry icons/newhost.gif [DEBUG] adding entry templates/helloRemoteServiceConsumerExample1/java/$activator$.java [DEBUG] adding entry templates/helloRemoteServiceHostExample1/java/$activator$.java [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@35c80fd6 [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.remoteservices.tooling.pde-1.2.0-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (f) qualifier = v20240402-2354 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@3037b93f [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:20.825930987, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:20.826261307, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:20.826261307, lastModified=2024-05-02 22:36:24.438735197, delta=476387526110 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:20.826261307, lastModified=2024-05-02 22:36:24.438735197, delta=476387526110 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:20.826261307, lastModified=2024-05-02 22:36:24.438735197, delta=476387526110 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:20.826892930, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:20.827032452, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:20.827032452, lastModified=2024-05-02 22:36:25.084747530, delta=475742284922 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] Resolved org.osgi.service.metatype.annotations to org.osgi.service.metatype.annotations 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype.annotations/1.4.1.202109301733/org.osgi.service.metatype.annotations-1.4.1.202109301733.jar [DEBUG] Cannot find key MavenArtifactKey [java.package id=org.osgi.annotation.bundle] (org.osgi:org.osgi.annotation.bundle) with version [1.0.0,2.0.0) in target platform org.eclipse.tycho.DependencyResolutionException: java.package artifact with ID "org.osgi.annotation.bundle" and version matching "[1.0.0,2.0.0)" was not found in the target platform, did you probably mean: org.osgi.annotation.bundle:2.0.0.202202082230 org.osgi.annotation.bundle.source:2.0.0.202202082230, trying Maven now [DEBUG] Could not find metadata org.osgi:org.osgi.annotation.bundle/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Skipped remote request for org.osgi:org.osgi.annotation.bundle/maven-metadata.xml, already updated during this session [DEBUG] Resolved org.osgi.annotation.bundle to org.osgi.annotation.bundle 1.1.1.202109301733 @ /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/1.1.1/org.osgi.annotation.bundle-1.1.1.jar [DEBUG] Resolved org.osgi.service.cm.annotations to org.osgi.service.cm 1.6.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [DEBUG] Resolved org.osgi.annotation.versioning to org.osgi.annotation.versioning 1.1.2.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.annotation.versioning/1.1.2.202109301733/org.osgi.annotation.versioning-1.1.2.202109301733.jar [DEBUG] Resolved org.osgi.service.event.annotations to org.osgi.service.event 1.4.1.202109301733 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml: {} [DEBUG] Resolved org.osgi.service.component.annotations to org.eclipse.osgi.services 3.12.100.v20240327-0645 @ /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/internal/tooling/pde/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes/org/eclipse/ecf/remoteservices/internal/tooling/pde/Activator.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceConsumerExample1Template.class resource=/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes/org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceConsumerExample1Template.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceConsumerExample1Wizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes/org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceConsumerExample1Wizard.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceHostExample1Template.class resource=/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes/org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceHostExample1Template.class [DEBUG] parseClassFile(): path=org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceHostExample1Wizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes/org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceHostExample1Wizard.class [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.metatype.annotations-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.bundle-1.1.1 [DEBUG] collecting Contracts from org.osgi.annotation.bundle-1.1.1 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.cm-1.6.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.cm-1.6.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] collecting Contracts from org.osgi.annotation.versioning-1.1.2.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.osgi.service.event-1.4.1.202109301733 [DEBUG] collecting Contracts from org.osgi.service.event-1.4.1.202109301733 [DEBUG] get Manifest Info From Classpath for Jar:org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from org.eclipse.osgi.services-3.12.100.v20240327-0645 [DEBUG] collecting Contracts from -define-contract [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class aQute.bnd.osgi.About and location file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@2c57d7b1 [DEBUG] end [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/internal/tooling/pde/Activator.class resource=/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes/org/eclipse/ecf/remoteservices/internal/tooling/pde/Activator.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceConsumerExample1Template.class resource=/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes/org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceConsumerExample1Template.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceConsumerExample1Wizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes/org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceConsumerExample1Wizard.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceHostExample1Template.class resource=/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes/org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceHostExample1Template.class [DEBUG] visitClassFile(): path=org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceHostExample1Wizard.class resource=/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes/org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceHostExample1Wizard.class [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/org.eclipse.ecf.remoteservices.tooling.pde-1.2.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/ecf/ [DEBUG] adding directory org/eclipse/ecf/remoteservices/ [DEBUG] adding directory org/eclipse/ecf/remoteservices/internal/ [DEBUG] adding directory org/eclipse/ecf/remoteservices/internal/tooling/ [DEBUG] adding directory org/eclipse/ecf/remoteservices/internal/tooling/pde/ [DEBUG] adding entry org/eclipse/ecf/remoteservices/internal/tooling/pde/Activator.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceConsumerExample1Template.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceConsumerExample1Wizard.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceHostExample1Template.class [DEBUG] adding entry org/eclipse/ecf/remoteservices/internal/tooling/pde/RemoteServiceHostExample1Wizard.class [DEBUG] adding directory icons/ [DEBUG] adding directory templates/ [DEBUG] adding directory templates/helloRemoteServiceConsumerExample1/ [DEBUG] adding directory templates/helloRemoteServiceConsumerExample1/java/ [DEBUG] adding directory templates/helloRemoteServiceHostExample1/ [DEBUG] adding directory templates/helloRemoteServiceHostExample1/java/ [DEBUG] adding entry about.html [DEBUG] adding entry icons/newconsumer.gif [DEBUG] adding entry icons/newhost.gif [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [DEBUG] adding entry templates/helloRemoteServiceConsumerExample1/java/$activator$.java [DEBUG] adding entry templates/helloRemoteServiceHostExample1/java/$activator$.java [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.remoteservices.tooling.pde-1.2.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/org.eclipse.ecf.remoteservices.tooling.pde-1.2.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/org.eclipse.ecf.remoteservices.tooling.pde-1.2.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/org.eclipse.ecf.remoteservices.tooling.pde-1.2.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/org.eclipse.ecf.remoteservices.tooling.pde-1.2.0-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/org.eclipse.ecf.remoteservices.tooling.pde-1.2.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/org.eclipse.ecf.remoteservices.tooling.pde-1.2.0-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@7a849754] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:eclipse-plugin:1.2.0-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservices.tooling.pde --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.remoteservices.tooling.pde/1.2.0.v20230728-2232 with delta: 0.0.0 [WARNING] Only qualifier changed for (org.eclipse.ecf.remoteservices.tooling.pde/1.2.0.v20240402-2354). Expected to have bigger x.y.z than what is available in baseline (1.2.0.v20230728-2232) [JENKINS] Archiving disabled [INFO] [INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.console.feature >----------- [INFO] Building org.eclipse.ecf.console.feature 1.3.1-SNAPSHOT [88/114] [INFO] from releng/features/org.eclipse.ecf.console.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=19876, ConflictMarker.markTime=14191, ConflictMarker.nodeCount=51, ConflictIdSorter.graphTime=14998, ConflictIdSorter.topsortTime=11178, ConflictIdSorter.conflictIdCount=23, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=287294, ConflictResolver.conflictItemCount=50, DfDependencyCollector.collectTime=397032, DfDependencyCollector.transformTime=426191} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.console.feature:eclipse-feature:1.3.1-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.console:jar:1.4.0-SNAPSHOT:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.command:jar:1.1.2:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.6:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4:compile [DEBUG] org.osgi:org.osgi.service.component.annotations:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.console.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.console.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:23.118193166, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:23.118503612, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:23.118503612, lastModified=2024-05-02 22:36:24.438735197, delta=478679768415 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:23.118503612, lastModified=2024-05-02 22:36:24.438735197, delta=478679768415 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:23.118503612, lastModified=2024-05-02 22:36:24.438735197, delta=478679768415 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:23.118877773, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:23.119158900, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:23.119158900, lastModified=2024-05-02 22:36:25.084747530, delta=478034411370 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:23.118503612, lastModified=2024-05-02 22:36:24.438735197, delta=478679768415 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:23.118503612, lastModified=2024-05-02 22:36:24.438735197, delta=478679768415 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:44:23.119869864, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:44:23.119943819, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 6 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:23.126048415, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:23.135393476, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:23.118503612, lastModified=2024-05-02 22:36:24.438735197, delta=478679768415 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:23.118503612, lastModified=2024-05-02 22:36:24.438735197, delta=478679768415 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.console.feature) [DEBUG] Found 'v20231021-2047' from qualifier 'v20231021-2047' for artifact eclipse-plugin:org.eclipse.ecf.console:1.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [INFO] The project's OSGi version is 1.3.1.v20231021-2127 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.console.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.console.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.console.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.console.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2127 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:23Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.1.v20231021-2127 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.console.feature [DEBUG] unqualifiedVersion: 1.3.1 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.console.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@44282f80 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.console.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.console.feature-1.3.1-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.console.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@35265443 [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.console.feature-1.3.1-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/org.eclipse.ecf.console.feature-1.3.1-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.console.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.console.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.console.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.console.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.console.feature-1.3.1-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/org.eclipse.ecf.console.feature-1.3.1-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.console.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.console.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.console.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.console.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/org.eclipse.ecf.console.feature-1.3.1-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/org.eclipse.ecf.console.feature-1.3.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/org.eclipse.ecf.console.feature-1.3.1-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/org.eclipse.ecf.console.feature-1.3.1-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/org.eclipse.ecf.console.feature-1.3.1-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/org.eclipse.ecf.console.feature-1.3.1-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.console.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@53a5063b] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.console.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.console.feature/1.3.1.v20231021-2127 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.console.feature,1.3.1.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.console.feature/1.3.1.v20231021-2127/org.eclipse.ecf.console.feature-1.3.1.v20231021-2127-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.console.feature.source/1.3.1.v20231021-2127 with delta: 0.0.0 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.console.feature.source,1.3.1.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.console.feature.source/1.3.1.v20231021-2127/org.eclipse.ecf.console.feature.source-1.3.1.v20231021-2127-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ----------------< org.eclipse.ecf:org.eclipse.ecf.doc >----------------- [INFO] Building org.eclipse.ecf.doc 1.3.500-SNAPSHOT [89/114] [INFO] from doc/bundles/org.eclipse.ecf.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, compile+runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process (default-process) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled}
${tycho.ds.header}
${tycho.ds.path} ${project} ${session} ${tycho.ds.skip}
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-document-bundle-plugin:4.0.7:javadoc (default) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${cleanFirst} -Xdoclint:none -splitindex -use -doctitle "Eclipse Communication Framework (ECF) 3.15.0 API" -windowtitle "Eclipse Communication Framework (ECF) 3.15.0 API" -link https://docs.oracle.com/en/java/javase/11/docs/api/ -link https://docs.osgi.org/javadoc/osgi.core/7.0.0/ -tag 'noimplement:a:Restriction:' -tag 'noextend:a:Restriction:' -tag 'noreference:a:Restriction:' -tag 'noinstantiate:a:Restriction:' -tag 'nooverride:a:Restriction:' -bottom "Copyright &#169; 2004&#x2013;2020 <a href=\"https://www.eclipse.org/\">Eclipse Foundation</a>. All rights reserved." ch.* *.internal.* *.internal org.eclipse.ecf.core.start org.eclipse.ecf.core.user org.eclipse.ecf.docshare* org.eclipse.ecf.datashare* org.eclipse.ecf.presence* org.eclipse.ecf.sync org.eclipse.ecf.example.* *.bittorrent ${javadocOptions} /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api ${project.build.sourceEncoding} ${reactorProjects} ${scopes} ${session} ${skipTocGen} ${sourceTypes} /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/tocjavadoc.xml ${tocOptions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/.settings/org.eclipse.jdt.core.prefs ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.r_osgi.remote:1.3.0.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.r_osgi.remote.source:1.3.0.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.slp:1.4.1.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.slp.source:1.4.1.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.console:1.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.console.source:1.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.distribution:2.1.700.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.r_osgi:3.7.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.rest:2.8.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.servlet:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal_3.5.400.v20240414-1916.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.intro.universal,3.5.400.v20240414-1916 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.intro.universal/3.5.400.v20240414-1916/org.eclipse.ui.intro.universal-3.5.400.v20240414-1916-p2artifacts.xml [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.eventadmin:1.3.101.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.jslp:3.2.302.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.dnssd:1.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.distribution.source:2.1.700.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.source:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source:1.3.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.dnssd.source:1.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.source:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient45.source:1.0.600.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient5.source:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.jslp.source:3.2.302.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.r_osgi.source:3.7.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice.source:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.eventadmin.source:1.3.101.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.rest.source:2.8.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.servlet.source:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin.source:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.eclipse.ui.intro.universal.source_3.5.400.v20240414-1916.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.eclipse.ui.intro.universal.source,3.5.400.v20240414-1916 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.intro.universal.source/3.5.400.v20240414-1916/org.eclipse.ui.intro.universal.source-3.5.400.v20240414-1916-p2artifacts.xml [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=201052, ConflictMarker.markTime=86590, ConflictMarker.nodeCount=671, ConflictIdSorter.graphTime=152775, ConflictIdSorter.topsortTime=44087, ConflictIdSorter.conflictIdCount=215, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=6550182, ConflictResolver.conflictItemCount=661, DfDependencyCollector.collectTime=3238577, DfDependencyCollector.transformTime=7066626} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.doc:eclipse-plugin:1.3.500-SNAPSHOT [DEBUG] org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:jar:1.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services:jar:3.12.100.v20240327-0645:system [DEBUG] org.eclipse.ecf:ch.ethz.iks.slp:jar:1.4.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.slp.jars.extra.classpath:jar:r7stubs.jar:1.4.1-SNAPSHOT:system [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5-h2:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.client5.httpclient5:jar:5.3.1.v20240126-0900:system [DEBUG] org.apache.httpcomponents.client5:httpclient5:jar:5.3.1:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5:jar:5.2.4:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5-h2:jar:5.2.4:compile [DEBUG] org.apache.httpcomponents:httpclient-osgi:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.14:compile [DEBUG] commons-codec:commons-codec:jar:1.11:compile [DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient-cache:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:fluent-hc:jar:4.5.14:compile [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.apache.httpcomponents:httpcore-osgi:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.16:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.console:jar:1.4.0-SNAPSHOT:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.command:jar:1.1.2:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.6:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4:compile [DEBUG] org.osgi:org.osgi.service.component.annotations:jar:1.5.1:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:jar:1.0.600-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui.intro:jar:3.7.400.v20240414-0828:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:jar:2.1.700-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:jar:3.7.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:jar:2.8.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:jar:1.0.201-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui.intro.universal:jar:3.5.400.v20240414-1916:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:jar:1.3.101-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin.jars.extra.classpath:jar:r7stubs.jar:1.3.101-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.jslp:jar:3.2.302-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:jar:1.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:jar:1.3.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:jar:1.1.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] dnsjava:dnsjava:jar:3.5.3:compile [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.annotation:jar:2.3.0.v20240111-2306:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.upnp:jar:1.2.1:compile [DEBUG] org.osgi:org.osgi.service.device:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.wireadmin:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.provisioning:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services.source:jar:3.12.100.v20240327-0645:system [DEBUG] org.osgi:org.osgi.service.useradmin:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.intro.source:jar:3.7.400.v20240414-0828:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.intro.universal.source:jar:3.5.400.v20240414-1916:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:27.176842659, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:27.177114624, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:27.177114624, lastModified=2024-05-02 22:36:24.438735197, delta=482738379427 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:27.177114624, lastModified=2024-05-02 22:36:24.438735197, delta=482738379427 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:27.177114624, lastModified=2024-05-02 22:36:24.438735197, delta=482738379427 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:27.177459670, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:27.177646290, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:27.177646290, lastModified=2024-05-02 22:36:25.084747530, delta=482092898760 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:27.177114624, lastModified=2024-05-02 22:36:24.438735197, delta=482738379427 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:27.177114624, lastModified=2024-05-02 22:36:24.438735197, delta=482738379427 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:44:27.178186524, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:44:27.178245655, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:27.183460087, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:27.191677071, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:27.177114624, lastModified=2024-05-02 22:36:24.438735197, delta=482738379427 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:27.177114624, lastModified=2024-05-02 22:36:24.438735197, delta=482738379427 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [INFO] The project's OSGi version is 1.3.500.v20240402-2354 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] -- end configuration -- [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Fdoc%252Fbundles%252Forg.eclipse.ecf.doc) [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of org.eclipse.ecf.doc [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64) ) to create resolver properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240402-2354 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:27Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.500.v20240402-2354 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/doc/bundles/org.eclipse.ecf.doc [DEBUG] tychoProject.build.outputDirectories: [DEBUG] unqualifiedVersion: 1.3.500 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.doc-1.3.500-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-bnd-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-bnd-plugin:4.0.7:process:default-process' with basic configurator --> [DEBUG] (f) mavenProject = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:4.0.7:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) header = auto [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml: {} [INFO] [INFO] --- tycho-document-bundle:4.0.7:javadoc (default) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-document-bundle-plugin:4.0.7:javadoc from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-document-bundle-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-document-bundle-plugin:4.0.7:javadoc:default' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] (f) cleanFirst = true [DEBUG] (s) additionalArguments = [-Xdoclint:none, -splitindex, -use, -doctitle "Eclipse Communication Framework (ECF) 3.15.0 API", -windowtitle "Eclipse Communication Framework (ECF) 3.15.0 API", -link https://docs.oracle.com/en/java/javase/11/docs/api/, -link https://docs.osgi.org/javadoc/osgi.core/7.0.0/, -tag 'noimplement:a:Restriction:', -tag 'noextend:a:Restriction:', -tag 'noreference:a:Restriction:', -tag 'noinstantiate:a:Restriction:', -tag 'nooverride:a:Restriction:', -bottom "Copyright © 2004–2020 Eclipse Foundation. All rights reserved."] [DEBUG] (s) excludes = [ch.*, *.internal.*, *.internal, org.eclipse.ecf.core.start, org.eclipse.ecf.core.user, org.eclipse.ecf.docshare*, org.eclipse.ecf.datashare*, org.eclipse.ecf.presence*, org.eclipse.ecf.sync, org.eclipse.ecf.example.*, *.bittorrent] [DEBUG] (s) javadocOptions = org.eclipse.tycho.extras.docbundle.JavadocOptions@df49875 [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api [DEBUG] (f) projectBuildSourceEncoding = ISO-8859-1 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (s) scopes = [compile, provided] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skipTocGen = false [DEBUG] (s) sourceTypes = [eclipse-plugin] [DEBUG] (f) tocFile = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/tocjavadoc.xml [DEBUG] (s) tocOptions = org.eclipse.tycho.extras.docbundle.TocOptions@67d6e45f [DEBUG] -- end configuration -- [INFO] Scopes: [compile, provided] [INFO] Output directory: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api [INFO] Basedir: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc [INFO] Cleaning up first [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:ch.ethz.iks.r_osgi.remote:1.3.0.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, groupId=org.eclipse.ecf, artifactId=ch.ethz.iks.r_osgi.remote, version=1.3.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: ch.ethz.iks.r_osgi.remote [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java [DEBUG] Scanning dependencies: 16 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src [DEBUG] Scanning dependencies: 11 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src_r7stubs [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src [DEBUG] Scanning dependencies: 7 [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry.source:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry.source/3.12.100.v20240321-1445/org.eclipse.equinox.registry.source-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry.source, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity.jars.extra.classpath, version=3.10.0-SNAPSHOT, type=jar} / scope: system [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry.source:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry.source/3.12.100.v20240321-1445/org.eclipse.equinox.registry.source-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry.source, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice.asyncproxy, version=2.1.200-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice.asyncproxy [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src [DEBUG] Scanning dependencies: 8 [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.promise [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.function [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice, version=8.14.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src [DEBUG] Scanning dependencies: 13 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice.asyncproxy, version=2.1.200-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice.asyncproxy [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.promise [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.function [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.event [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.promise [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.function [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Done processing: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice, version=8.14.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice.asyncproxy, version=2.1.200-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice.asyncproxy [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.event [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.services, version=3.12.100.v20240327-0645, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:ch.ethz.iks.slp:1.4.1.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, groupId=org.eclipse.ecf, artifactId=ch.ethz.iks.slp, version=1.4.1-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: ch.ethz.iks.slp [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src_r7stubs [DEBUG] Scanning dependencies: 3 [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=ch.ethz.iks.slp.jars.extra.classpath, version=1.4.1-SNAPSHOT, type=jar} / scope: system [DEBUG] Done processing: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.ibm.icu:75.1.0: /home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/75.1.0/com.ibm.icu-75.1.0.jar, groupId=com.ibm.icu, artifactId=icu4j, version=75.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: com.ibm.icu, artifactId: icu4j [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.ibm.icu:75.1.0: /home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/75.1.0/com.ibm.icu-75.1.0.jar, groupId=com.ibm.icu, artifactId=icu4j, version=75.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna:5.14.0.v20231211-1200: /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar, groupId=p2.eclipse.plugin, artifactId=com.sun.jna, version=5.14.0.v20231211-1200, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.14.0: /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.14.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: net.java.dev.jna, artifactId: jna-platform [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:com.sun.jna.platform:5.14.0: /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar, groupId=net.java.dev.jna, artifactId=jna-platform, version=5.14.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.annotation-api:2.1.1: /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar, groupId=jakarta.annotation, artifactId=jakarta.annotation-api, version=2.1.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: jakarta.annotation, artifactId: jakarta.annotation-api [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.annotation-api:2.1.1: /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar, groupId=jakarta.annotation, artifactId=jakarta.annotation-api, version=2.1.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.inject.jakarta.inject-api:2.0.1: /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.inject.jakarta.inject-api/2.0.1/jakarta.inject.jakarta.inject-api-2.0.1.jar, groupId=jakarta.inject, artifactId=jakarta.inject-api, version=2.0.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: jakarta.inject, artifactId: jakarta.inject-api [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:jakarta.inject.jakarta.inject-api:2.0.1: /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.inject.jakarta.inject-api/2.0.1/jakarta.inject.jakarta.inject-api-2.0.1.jar, groupId=jakarta.inject, artifactId=jakarta.inject-api, version=2.0.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.aries.spifly.dynamic.bundle:1.3.7: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar, groupId=org.apache.aries.spifly, artifactId=org.apache.aries.spifly.dynamic.bundle, version=1.3.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.aries.spifly, artifactId: org.apache.aries.spifly.dynamic.bundle [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.aries.spifly.dynamic.bundle:1.3.7: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar, groupId=org.apache.aries.spifly, artifactId=org.apache.aries.spifly.dynamic.bundle, version=1.3.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.commons:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.commons/9.7.0/org.objectweb.asm.commons-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-commons, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm-commons [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.commons:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.commons/9.7.0/org.objectweb.asm.commons-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-commons, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.util:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.util/9.7.0/org.objectweb.asm.util-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-util, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm-util [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.util:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.util/9.7.0/org.objectweb.asm.util-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-util, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.batik.constants:1.17.0.v20231215-1130: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.constants/1.17.0.v20231215-1130/org.apache.batik.constants-1.17.0.v20231215-1130.jar, groupId=p2.eclipse.plugin, artifactId=org.apache.batik.constants, version=1.17.0.v20231215-1130, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.batik.constants.source:1.17.0.v20231215-1130: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.constants.source/1.17.0.v20231215-1130/org.apache.batik.constants.source-1.17.0.v20231215-1130.jar, groupId=org.apache.xmlgraphics, artifactId=batik-constants, version=1.17, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.xmlgraphics, artifactId: batik-constants [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.batik.constants.source:1.17.0.v20231215-1130: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.constants.source/1.17.0.v20231215-1130/org.apache.batik.constants.source-1.17.0.v20231215-1130.jar, groupId=org.apache.xmlgraphics, artifactId=batik-constants, version=1.17, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.batik.css:1.17.0.v20231215-1130: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar, groupId=p2.eclipse.plugin, artifactId=org.apache.batik.css, version=1.17.0.v20231215-1130, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.orbit.xml-apis-ext:1.0.0.v20230923-0644: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.orbit.xml-apis-ext/1.0.0.v20230923-0644/org.eclipse.orbit.xml-apis-ext-1.0.0.v20230923-0644.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.orbit.xml-apis-ext, version=1.0.0.v20230923-0644, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.xmlgraphics:2.9.0.v20230916-1600: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.xmlgraphics/2.9.0.v20230916-1600/org.apache.xmlgraphics-2.9.0.v20230916-1600.jar, groupId=p2.eclipse.plugin, artifactId=org.apache.xmlgraphics, version=2.9.0.v20230916-1600, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.batik.i18n:1.17.0.v20231215-1130: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.i18n/1.17.0.v20231215-1130/org.apache.batik.i18n-1.17.0.v20231215-1130.jar, groupId=p2.eclipse.plugin, artifactId=org.apache.batik.i18n, version=1.17.0.v20231215-1130, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.batik.util:1.17.0.v20231215-1130: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.util/1.17.0.v20231215-1130/org.apache.batik.util-1.17.0.v20231215-1130.jar, groupId=p2.eclipse.plugin, artifactId=org.apache.batik.util, version=1.17.0.v20231215-1130, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.batik.css.source:1.17.0.v20231215-1130: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css.source/1.17.0.v20231215-1130/org.apache.batik.css.source-1.17.0.v20231215-1130.jar, groupId=org.apache.xmlgraphics, artifactId=batik-css, version=1.17, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.xmlgraphics, artifactId: batik-css [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.batik.css.source:1.17.0.v20231215-1130: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css.source/1.17.0.v20231215-1130/org.apache.batik.css.source-1.17.0.v20231215-1130.jar, groupId=org.apache.xmlgraphics, artifactId=batik-css, version=1.17, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.batik.i18n.source:1.17.0.v20231215-1130: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.i18n.source/1.17.0.v20231215-1130/org.apache.batik.i18n.source-1.17.0.v20231215-1130.jar, groupId=org.apache.xmlgraphics, artifactId=batik-i18n, version=1.17, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.xmlgraphics, artifactId: batik-i18n [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.batik.i18n.source:1.17.0.v20231215-1130: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.i18n.source/1.17.0.v20231215-1130/org.apache.batik.i18n.source-1.17.0.v20231215-1130.jar, groupId=org.apache.xmlgraphics, artifactId=batik-i18n, version=1.17, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.batik.util.source:1.17.0.v20231215-1130: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.util.source/1.17.0.v20231215-1130/org.apache.batik.util.source-1.17.0.v20231215-1130.jar, groupId=org.apache.xmlgraphics, artifactId=batik-util, version=1.17, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.xmlgraphics, artifactId: batik-util [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.batik.util.source:1.17.0.v20231215-1130: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.util.source/1.17.0.v20231215-1130/org.apache.batik.util.source-1.17.0.v20231215-1130.jar, groupId=org.apache.xmlgraphics, artifactId=batik-util, version=1.17, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.collections:3.2.2: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.collections/3.2.2/org.apache.commons.collections-3.2.2.jar, groupId=commons-collections, artifactId=commons-collections, version=3.2.2, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: commons-collections, artifactId: commons-collections [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.collections:3.2.2: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.collections/3.2.2/org.apache.commons.collections-3.2.2.jar, groupId=commons-collections, artifactId=commons-collections, version=3.2.2, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.commons-beanutils:1.9.4: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.commons-beanutils/1.9.4/org.apache.commons.commons-beanutils-1.9.4.jar, groupId=commons-beanutils, artifactId=commons-beanutils, version=1.9.4, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: commons-beanutils, artifactId: commons-beanutils [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.commons-beanutils:1.9.4: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.commons-beanutils/1.9.4/org.apache.commons.commons-beanutils-1.9.4.jar, groupId=commons-beanutils, artifactId=commons-beanutils, version=1.9.4, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.logging:1.2.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0/org.apache.commons.logging-1.2.0.jar, groupId=commons-logging, artifactId=commons-logging, version=1.2, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: commons-logging, artifactId: commons-logging [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.logging:1.2.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0/org.apache.commons.logging-1.2.0.jar, groupId=commons-logging, artifactId=commons-logging, version=1.2, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.commons-io:2.16.1: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.commons-io/2.16.1/org.apache.commons.commons-io-2.16.1.jar, groupId=commons-io, artifactId=commons-io, version=2.16.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: commons-io, artifactId: commons-io [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.commons-io:2.16.1: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.commons-io/2.16.1/org.apache.commons.commons-io-2.16.1.jar, groupId=commons-io, artifactId=commons-io, version=2.16.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.jxpath:1.3.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar, groupId=commons-jxpath, artifactId=commons-jxpath, version=1.3, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: commons-jxpath, artifactId: commons-jxpath [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.jxpath:1.3.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0/org.apache.commons.jxpath-1.3.0.jar, groupId=commons-jxpath, artifactId=commons-jxpath, version=1.3, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jetty.servlet-api:4.0.6: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jetty.servlet-api/4.0.6/org.eclipse.jetty.servlet-api-4.0.6.jar, groupId=org.eclipse.jetty.toolchain, artifactId=jetty-servlet-api, version=4.0.6, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.jetty.toolchain, artifactId: jetty-servlet-api [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jetty.servlet-api:4.0.6: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jetty.servlet-api/4.0.6/org.eclipse.jetty.servlet-api-4.0.6.jar, groupId=org.eclipse.jetty.toolchain, artifactId=jetty-servlet-api, version=4.0.6, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.mortbay.jasper.apache-jsp:9.0.83: /home/jenkins/.m2/repository/p2/osgi/bundle/org.mortbay.jasper.apache-jsp/9.0.83/org.mortbay.jasper.apache-jsp-9.0.83.jar, groupId=org.mortbay.jasper, artifactId=apache-jsp, version=9.0.83.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.mortbay.jasper, artifactId: apache-jsp [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.mortbay.jasper.apache-jsp:9.0.83: /home/jenkins/.m2/repository/p2/osgi/bundle/org.mortbay.jasper.apache-jsp/9.0.83/org.mortbay.jasper.apache-jsp-9.0.83.jar, groupId=org.mortbay.jasper, artifactId=apache-jsp, version=9.0.83.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.jdom:1.1.3.v20230812-1600: /home/jenkins/.m2/repository/p2/osgi/bundle/org.jdom/1.1.3.v20230812-1600/org.jdom-1.1.3.v20230812-1600.jar, groupId=p2.eclipse.plugin, artifactId=org.jdom, version=1.1.3.v20230812-1600, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.10: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.10, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.felix, artifactId: org.apache.felix.scr [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.scr:2.2.10: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar, groupId=org.apache.felix, artifactId=org.apache.felix.scr, version=2.2.10, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.component [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.promise [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.api:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.api/2.0.13/slf4j.api-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-api, version=2.0.13, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.slf4j, artifactId: slf4j-api [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.api:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.api/2.0.13/slf4j.api-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-api, version=2.0.13, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.core5.httpcore5:5.2.3.v20230922-1600: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600.jar, groupId=p2.eclipse.plugin, artifactId=org.apache.httpcomponents.core5.httpcore5, version=5.2.3.v20230922-1600, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.core5.httpcore5-h2:5.2.3.v20230922-1600: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5-h2/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-h2-5.2.3.v20230922-1600.jar, groupId=p2.eclipse.plugin, artifactId=org.apache.httpcomponents.core5.httpcore5-h2, version=5.2.3.v20230922-1600, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.client5.httpclient5:5.3.1.v20240126-0900: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900.jar, groupId=p2.eclipse.plugin, artifactId=org.apache.httpcomponents.client5.httpclient5, version=5.3.1.v20240126-0900, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.client5.httpclient5.source:5.3.1.v20240126-0900: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5.source/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5.source-5.3.1.v20240126-0900.jar, groupId=org.apache.httpcomponents.client5, artifactId=httpclient5, version=5.3.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.httpcomponents.client5, artifactId: httpclient5 [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.client5.httpclient5.source:5.3.1.v20240126-0900: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5.source/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5.source-5.3.1.v20240126-0900.jar, groupId=org.apache.httpcomponents.client5, artifactId=httpclient5, version=5.3.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.httpclient:4.5.14: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar, groupId=org.apache.httpcomponents, artifactId=httpclient-osgi, version=4.5.14, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.httpcomponents, artifactId: httpclient-osgi [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.httpclient:4.5.14: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar, groupId=org.apache.httpcomponents, artifactId=httpclient-osgi, version=4.5.14, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.cm, version=1.6.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.cm [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.cm, version=1.6.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.httpcore:4.4.16: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar, groupId=org.apache.httpcomponents, artifactId=httpcore-osgi, version=4.4.16, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.httpcomponents, artifactId: httpcore-osgi [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.httpcore:4.4.16: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar, groupId=org.apache.httpcomponents, artifactId=httpcore-osgi, version=4.4.16, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.xmlgraphics.source:2.9.0.v20230916-1600: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.xmlgraphics.source/2.9.0.v20230916-1600/org.apache.xmlgraphics.source-2.9.0.v20230916-1600.jar, groupId=org.apache.xmlgraphics, artifactId=xmlgraphics-commons, version=2.9, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.xmlgraphics, artifactId: xmlgraphics-commons [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.xmlgraphics.source:2.9.0.v20230916-1600: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.xmlgraphics.source/2.9.0.v20230916-1600/org.apache.xmlgraphics.source-2.9.0.v20230916-1600.jar, groupId=org.apache.xmlgraphics, artifactId=xmlgraphics-commons, version=2.9, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.commands:3.12.100.v20240424-0956: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.100.v20240424-0956/org.eclipse.core.commands-3.12.100.v20240424-0956.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.commands, version=3.12.100.v20240424-0956, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.commands.source:3.12.100.v20240424-0956: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands.source/3.12.100.v20240424-0956/org.eclipse.core.commands.source-3.12.100.v20240424-0956.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.commands.source, version=3.12.100.v20240424-0956, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.contenttype:3.9.400.v20240419-1233: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.400.v20240419-1233/org.eclipse.core.contenttype-3.9.400.v20240419-1233.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.contenttype, version=3.9.400.v20240419-1233, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.preferences:3.11.100.v20240327-0645: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.preferences, version=3.11.100.v20240327-0645, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.contenttype.source:3.9.400.v20240419-1233: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype.source/3.9.400.v20240419-1233/org.eclipse.core.contenttype.source-3.9.400.v20240419-1233.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.contenttype.source, version=3.9.400.v20240419-1233, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.databinding:1.13.300.v20240424-0444: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.databinding, version=1.13.300.v20240424-0444, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.databinding.observable:1.13.300.v20240424-0444: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.databinding.observable, version=1.13.300.v20240424-0444, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.databinding.property:1.10.300.v20240424-0444: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.databinding.property, version=1.10.300.v20240424-0444, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.databinding.source:1.13.300.v20240424-0444: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.source/1.13.300.v20240424-0444/org.eclipse.core.databinding.source-1.13.300.v20240424-0444.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.databinding.source, version=1.13.300.v20240424-0444, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.databinding.observable.source:1.13.300.v20240424-0444: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable.source/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable.source-1.13.300.v20240424-0444.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.databinding.observable.source, version=1.13.300.v20240424-0444, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.databinding.property.source:1.10.300.v20240424-0444: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property.source/1.10.300.v20240424-0444/org.eclipse.core.databinding.property.source-1.10.300.v20240424-0444.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.databinding.property.source, version=1.10.300.v20240424-0444, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.expressions:3.9.400.v20240413-1529: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.expressions, version=3.9.400.v20240413-1529, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.runtime:3.31.100.v20240422-1722: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.31.100.v20240422-1722/org.eclipse.core.runtime-3.31.100.v20240422-1722.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.runtime, version=3.31.100.v20240422-1722, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.expressions.source:3.9.400.v20240413-1529: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions.source/3.9.400.v20240413-1529/org.eclipse.core.expressions.source-3.9.400.v20240413-1529.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.expressions.source, version=3.9.400.v20240413-1529, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.app:1.7.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.100.v20240321-1445/org.eclipse.equinox.app-1.7.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.app, version=1.7.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.runtime.source:3.31.100.v20240422-1722: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime.source/3.31.100.v20240422-1722/org.eclipse.core.runtime.source-3.31.100.v20240422-1722.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.runtime.source, version=3.31.100.v20240422-1722, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.core.commands:1.1.400.v20240424-0444: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.400.v20240424-0444/org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.core.commands, version=1.1.400.v20240424-0444, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.core.di:1.9.400.v20240414-1643: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.400.v20240414-1643/org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.core.di, version=1.9.400.v20240414-1643, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.core.contexts:1.12.600.v20240413-1529: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.core.contexts, version=1.12.600.v20240413-1529, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.core.services:2.4.400.v20240413-1529: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.400.v20240413-1529/org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.core.services, version=2.4.400.v20240413-1529, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.core.commands.source:1.1.400.v20240424-0444: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands.source/1.1.400.v20240424-0444/org.eclipse.e4.core.commands.source-1.1.400.v20240424-0444.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.core.commands.source, version=1.1.400.v20240424-0444, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.core.contexts.source:1.12.600.v20240413-1529: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts.source/1.12.600.v20240413-1529/org.eclipse.e4.core.contexts.source-1.12.600.v20240413-1529.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.core.contexts.source, version=1.12.600.v20240413-1529, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.core.di.annotations:1.8.400.v20240413-1529: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.core.di.annotations, version=1.8.400.v20240413-1529, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.core.di.source:1.9.400.v20240414-1643: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.source/1.9.400.v20240414-1643/org.eclipse.e4.core.di.source-1.9.400.v20240414-1643.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.core.di.source, version=1.9.400.v20240414-1643, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.core.di.annotations.source:1.8.400.v20240413-1529: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations.source/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations.source-1.8.400.v20240413-1529.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.core.di.annotations.source, version=1.8.400.v20240413-1529, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.core.di.extensions:0.18.300.v20240413-1529: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.core.di.extensions, version=0.18.300.v20240413-1529, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.core.di.extensions.source:0.18.300.v20240413-1529: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.source/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions.source-0.18.300.v20240413-1529.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.core.di.extensions.source, version=0.18.300.v20240413-1529, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.core.di.extensions.supplier:0.17.500.v20240419-1233: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.supplier/0.17.500.v20240419-1233/org.eclipse.e4.core.di.extensions.supplier-0.17.500.v20240419-1233.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.core.di.extensions.supplier, version=0.17.500.v20240419-1233, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.prefs [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.core.di.extensions.supplier.source:0.17.500.v20240419-1233: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.supplier.source/0.17.500.v20240419-1233/org.eclipse.e4.core.di.extensions.supplier.source-0.17.500.v20240419-1233.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.core.di.extensions.supplier.source, version=0.17.500.v20240419-1233, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.core.services.source:2.4.400.v20240413-1529: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services.source/2.4.400.v20240413-1529/org.eclipse.e4.core.services.source-2.4.400.v20240413-1529.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.core.services.source, version=2.4.400.v20240413-1529, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.300.v20240321-1245: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.emf.xpath, version=0.4.300.v20240321-1245, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.emf.ecore:2.36.0.v20240203-0859: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.emf.ecore, version=2.36.0.v20240203-0859, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.emf.xpath.source:0.4.300.v20240321-1245: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath.source/0.4.300.v20240321-1245/org.eclipse.e4.emf.xpath.source-0.4.300.v20240321-1245.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.emf.xpath.source, version=0.4.300.v20240321-1245, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.bindings:0.14.400.v20240321-1245: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.bindings, version=0.14.400.v20240321-1245, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.swt:3.126.0.v20240426-0802: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.126.0.v20240426-0802/org.eclipse.swt-3.126.0.v20240426-0802.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.swt, version=3.126.0.v20240426-0802, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.services:1.6.300.v20231201-1637: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.services, version=1.6.300.v20231201-1637, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jface:3.34.0.v20240425-1100: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.34.0.v20240425-1100/org.eclipse.jface-3.34.0.v20240425-1100.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.jface, version=3.34.0.v20240425-1100, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.bindings.source:0.14.400.v20240321-1245: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings.source/0.14.400.v20240321-1245/org.eclipse.e4.ui.bindings.source-0.14.400.v20240321-1245.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.bindings.source, version=0.14.400.v20240321-1245, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.400.v20240427-1520: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.css.core, version=0.14.400.v20240427-1520, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.css.core.source:0.14.400.v20240427-1520: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core.source/0.14.400.v20240427-1520/org.eclipse.e4.ui.css.core.source-0.14.400.v20240427-1520.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.css.core.source, version=0.14.400.v20240427-1520, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.400.v20240321-1245: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.css.swt, version=0.15.400.v20240321-1245, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.css.swt.source:0.15.400.v20240321-1245: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.source/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt.source-0.15.400.v20240321-1245.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.css.swt.source, version=0.15.400.v20240321-1245, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.400.v20240424-0956: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.css.swt.theme, version=0.14.400.v20240424-0956, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.css.swt.theme.source:0.14.400.v20240424-0956: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme.source/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme.source-0.14.400.v20240424-0956.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.css.swt.theme.source, version=0.14.400.v20240424-0956, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.di:1.5.400.v20240321-1245: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.di, version=1.5.400.v20240321-1245, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.di.source:1.5.400.v20240321-1245: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di.source/1.5.400.v20240321-1245/org.eclipse.e4.ui.di.source-1.5.400.v20240321-1245.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.di.source, version=1.5.400.v20240321-1245, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.dialogs:1.5.0.v20240424-0957: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.dialogs, version=1.5.0.v20240424-0957, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.dialogs.source:1.5.0.v20240424-0957: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs.source/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs.source-1.5.0.v20240424-0957.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.dialogs.source, version=1.5.0.v20240424-0957, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.300.v20240321-1245: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.model.workbench, version=2.4.300.v20240321-1245, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.model.workbench.source:2.4.300.v20240321-1245: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench.source/2.4.300.v20240321-1245/org.eclipse.e4.ui.model.workbench.source-2.4.300.v20240321-1245.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.model.workbench.source, version=2.4.300.v20240321-1245, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.event:1.7.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.event/1.7.100.v20240321-1445/org.eclipse.equinox.event-1.7.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.event, version=1.7.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.widgets:1.4.100.v20231201-1637: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.widgets, version=1.4.100.v20231201-1637, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.400.v20240424-0956: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench-1.15.400.v20240424-0956.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.workbench, version=1.15.400.v20240424-0956, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.emf.ecore.change:2.16.0.v20231208-1346: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.emf.ecore.change, version=2.16.0.v20231208-1346, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.emf.ecore.xmi:2.37.0.v20231208-1346: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.emf.ecore.xmi, version=2.37.0.v20231208-1346, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.workbench.source:1.15.400.v20240424-0956: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.source/1.15.400.v20240424-0956/org.eclipse.e4.ui.workbench.source-1.15.400.v20240424-0956.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.workbench.source, version=1.15.400.v20240424-0956, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.400.v20240416-0658: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.workbench.addons.swt, version=1.5.400.v20240416-0658, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.400.v20240418-1547: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.workbench.renderers.swt, version=0.16.400.v20240418-1547, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.400.v20240425-0840: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.workbench.swt, version=0.17.400.v20240425-0840, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt.source:1.5.400.v20240416-0658: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt.source/1.5.400.v20240416-0658/org.eclipse.e4.ui.workbench.addons.swt.source-1.5.400.v20240416-0658.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.workbench.addons.swt.source, version=1.5.400.v20240416-0658, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:0.16.400.v20240418-1547: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.source/0.16.400.v20240418-1547/org.eclipse.e4.ui.workbench.renderers.swt.source-0.16.400.v20240418-1547.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.workbench.renderers.swt.source, version=0.16.400.v20240418-1547, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jface.databinding:1.15.300.v20240424-0444: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.jface.databinding, version=1.15.300.v20240424-0444, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.400.v20240321-1245: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.workbench3, version=0.17.400.v20240321-1245, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.urischeme:1.3.300.v20240424-0956: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.300.v20240424-0956/org.eclipse.urischeme-1.3.300.v20240424-0956.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.urischeme, version=1.3.300.v20240424-0956, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.workbench.swt.source:0.17.400.v20240425-0840: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt.source/0.17.400.v20240425-0840/org.eclipse.e4.ui.workbench.swt.source-0.17.400.v20240425-0840.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.workbench.swt.source, version=0.17.400.v20240425-0840, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.e4.ui.workbench3.source:0.17.400.v20240321-1245: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3.source/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3.source-0.17.400.v20240321-1245.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.e4.ui.workbench3.source, version=0.17.400.v20240321-1245, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.console:1.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.console, version=1.4.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.console [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src [DEBUG] Scanning dependencies: 14 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.gogo.command:1.1.2: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar, groupId=org.apache.felix, artifactId=org.apache.felix.gogo.command, version=1.1.2, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.felix, artifactId: org.apache.felix.gogo.command [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.gogo.command:1.1.2: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar, groupId=org.apache.felix, artifactId=org.apache.felix.gogo.command, version=1.1.2, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.gogo.runtime:1.1.6: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar, groupId=org.apache.felix, artifactId=org.apache.felix.gogo.runtime, version=1.1.6, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.felix, artifactId: org.apache.felix.gogo.runtime [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.gogo.runtime:1.1.6: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar, groupId=org.apache.felix, artifactId=org.apache.felix.gogo.runtime, version=1.1.6, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.gogo.shell:1.1.4: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar, groupId=org.apache.felix, artifactId=org.apache.felix.gogo.shell, version=1.1.4, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.felix, artifactId: org.apache.felix.gogo.shell [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.gogo.shell:1.1.4: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar, groupId=org.apache.felix, artifactId=org.apache.felix.gogo.shell, version=1.1.4, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component.annotations:1.5.1.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component.annotations/1.5.1.202212101352/org.osgi.service.component.annotations-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component.annotations, version=1.5.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.component.annotations [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component.annotations:1.5.1.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component.annotations/1.5.1.202212101352/org.osgi.service.component.annotations-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component.annotations, version=1.5.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.discovery, version=5.2.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.discovery [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src [DEBUG] Scanning dependencies: 10 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.provider.filetransfer.httpclient45, version=1.0.600-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.provider.filetransfer.httpclient45 [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src [DEBUG] Scanning dependencies: 34 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.provider.filetransfer, version=3.3.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.provider.filetransfer [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src [DEBUG] Scanning dependencies: 20 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.filetransfer, version=5.1.103-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.filetransfer [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src [DEBUG] Scanning dependencies: 12 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry.source:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry.source/3.12.100.v20240321-1445/org.eclipse.equinox.registry.source-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry.source, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.preferences:3.11.100.v20240327-0645: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.100.v20240327-0645/org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.preferences, version=3.11.100.v20240327-0645, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.net:1.5.400.v20240413-1529: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.net, version=1.5.400.v20240413-1529, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.security:1.4.300.v20240419-2334: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.4.300.v20240419-2334/org.eclipse.equinox.security-1.4.300.v20240419-2334.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.security, version=1.4.300.v20240419-2334, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.net.source:1.5.400.v20240413-1529: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.source/1.5.400.v20240413-1529/org.eclipse.core.net.source-1.5.400.v20240413-1529.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.net.source, version=1.5.400.v20240413-1529, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.prefs [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.prefs:1.1.2.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.prefs, version=1.1.2, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.preferences.source:3.11.100.v20240327-0645: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences.source/3.11.100.v20240327-0645/org.eclipse.equinox.preferences.source-3.11.100.v20240327-0645.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.preferences.source, version=3.11.100.v20240327-0645, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry.source:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry.source/3.12.100.v20240321-1445/org.eclipse.equinox.registry.source-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry.source, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.security.source:1.4.300.v20240419-2334: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.source/1.4.300.v20240419-2334/org.eclipse.equinox.security.source-1.4.300.v20240419-2334.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.security.source, version=1.4.300.v20240419-2334, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.filetransfer, version=5.1.103-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.filetransfer [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.logging:1.2.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0/org.apache.commons.logging-1.2.0.jar, groupId=commons-logging, artifactId=commons-logging, version=1.2, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: commons-logging, artifactId: commons-logging [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.logging:1.2.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0/org.apache.commons.logging-1.2.0.jar, groupId=commons-logging, artifactId=commons-logging, version=1.2, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.httpclient:4.5.14: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar, groupId=org.apache.httpcomponents, artifactId=httpclient-osgi, version=4.5.14, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.httpcomponents, artifactId: httpclient-osgi [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.httpclient:4.5.14: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar, groupId=org.apache.httpcomponents, artifactId=httpclient-osgi, version=4.5.14, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.cm, version=1.6.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.cm [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.cm, version=1.6.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.httpcore:4.4.16: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar, groupId=org.apache.httpcomponents, artifactId=httpcore-osgi, version=4.4.16, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.httpcomponents, artifactId: httpcore-osgi [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.httpcore:4.4.16: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar, groupId=org.apache.httpcomponents, artifactId=httpcore-osgi, version=4.4.16, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.services, version=3.12.100.v20240327-0645, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jdt.annotation:2.3.0.v20240111-2306: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.annotation/2.3.0.v20240111-2306/org.eclipse.jdt.annotation-2.3.0.v20240111-2306.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.jdt.annotation, version=2.3.0.v20240111-2306, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.http.service.api:1.2.2.v20231218-2126: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.http.service.api/1.2.2.v20231218-2126/org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.http.service.api, version=1.2.2.v20231218-2126, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jetty.servlet-api:4.0.6: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jetty.servlet-api/4.0.6/org.eclipse.jetty.servlet-api-4.0.6.jar, groupId=org.eclipse.jetty.toolchain, artifactId=jetty-servlet-api, version=4.0.6, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.jetty.toolchain, artifactId: jetty-servlet-api [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jetty.servlet-api:4.0.6: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jetty.servlet-api/4.0.6/org.eclipse.jetty.servlet-api-4.0.6.jar, groupId=org.eclipse.jetty.toolchain, artifactId=jetty-servlet-api, version=4.0.6, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry.source:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry.source/3.12.100.v20240321-1445/org.eclipse.equinox.registry.source-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry.source, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.upnp:1.2.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.upnp/1.2.1.202109301733/org.osgi.service.upnp-1.2.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.upnp, version=1.2.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.upnp [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.upnp:1.2.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.upnp/1.2.1.202109301733/org.osgi.service.upnp-1.2.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.upnp, version=1.2.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.device:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.device/1.1.1.202109301733/org.osgi.service.device-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.device, version=1.1.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.device [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.device:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.device/1.1.1.202109301733/org.osgi.service.device-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.device, version=1.1.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.http.whiteboard:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.http.whiteboard/1.1.1.202109301733/org.osgi.service.http.whiteboard-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.http.whiteboard, version=1.1.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.http.whiteboard [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.http.whiteboard:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.http.whiteboard/1.1.1.202109301733/org.osgi.service.http.whiteboard-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.http.whiteboard, version=1.1.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.event [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.wireadmin:1.0.2.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.wireadmin/1.0.2.202109301733/org.osgi.service.wireadmin-1.0.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.wireadmin, version=1.0.2, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.wireadmin [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.wireadmin:1.0.2.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.wireadmin/1.0.2.202109301733/org.osgi.service.wireadmin-1.0.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.wireadmin, version=1.0.2, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.provisioning:1.2.0.201505202024: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.provisioning/1.2.0.201505202024/org.osgi.service.provisioning-1.2.0.201505202024.jar, groupId=org.osgi, artifactId=org.osgi.service.provisioning, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.provisioning [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.provisioning:1.2.0.201505202024: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.provisioning/1.2.0.201505202024/org.osgi.service.provisioning-1.2.0.201505202024.jar, groupId=org.osgi, artifactId=org.osgi.service.provisioning, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.services.source:3.12.100.v20240327-0645: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services.source/3.12.100.v20240327-0645/org.eclipse.osgi.services.source-3.12.100.v20240327-0645.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.services.source, version=3.12.100.v20240327-0645, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.component [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.useradmin:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.useradmin/1.1.1.202109301733/org.osgi.service.useradmin-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.useradmin, version=1.1.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.useradmin [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.useradmin:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.useradmin/1.1.1.202109301733/org.osgi.service.useradmin-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.useradmin, version=1.1.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.metatype:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype/1.4.1.202109301733/org.osgi.service.metatype-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.metatype, version=1.4.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.metatype [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.metatype:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype/1.4.1.202109301733/org.osgi.service.metatype-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.metatype, version=1.4.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.promise [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.function [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ui.intro:3.7.400.v20240414-0828: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.intro/3.7.400.v20240414-0828/org.eclipse.ui.intro-3.7.400.v20240414-0828.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.ui.intro, version=3.7.400.v20240414-0828, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.help:3.10.400.v20240415-0528: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.help, version=3.10.400.v20240415-0528, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.osgi.services.distribution:2.1.700.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.osgi.services.distribution, version=2.1.700-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.osgi.services.distribution [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src [DEBUG] Scanning dependencies: 19 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.osgi.services.remoteserviceadmin, version=4.9.3-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.osgi.services.remoteserviceadmin [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src [DEBUG] Scanning dependencies: 18 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.discovery, version=5.2.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.discovery [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy, version=1.0.102-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/src/main/java [DEBUG] Scanning dependencies: 0 [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice, version=8.14.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.osgi.services.remoteserviceadmin, version=1.6.301-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.osgi.services.remoteserviceadmin [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src [DEBUG] Scanning dependencies: 3 [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath, version=1.6.301-SNAPSHOT, type=jar} / scope: system [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.event [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice.asyncproxy, version=2.1.200-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice.asyncproxy [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.promise [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.function [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.osgi.services.remoteserviceadmin, version=1.6.301-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.osgi.services.remoteserviceadmin [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.discovery, version=5.2.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.discovery [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy, version=1.0.102-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice, version=8.14.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.event [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice.asyncproxy, version=2.1.200-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice.asyncproxy [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.promise [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.function [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.provider.remoteservice:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.provider.remoteservice, version=4.6.1-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.provider.remoteservice [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src [DEBUG] Scanning dependencies: 16 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice.asyncproxy, version=2.1.200-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice.asyncproxy [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.provider, version=4.10.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.provider [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src [DEBUG] Scanning dependencies: 11 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.sharedobject, version=2.6.200-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.sharedobject [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src [DEBUG] Scanning dependencies: 12 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry.source:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry.source/3.12.100.v20240321-1445/org.eclipse.equinox.registry.source-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry.source, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.sharedobject, version=2.6.200-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.sharedobject [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice, version=8.14.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.promise [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.function [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.provider.filetransfer, version=3.3.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.provider.filetransfer [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.provider.r_osgi:3.7.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.provider.r_osgi, version=3.7.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.provider.r_osgi [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src [DEBUG] Scanning dependencies: 23 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice.asyncproxy, version=2.1.200-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice.asyncproxy [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=ch.ethz.iks.r_osgi.remote, version=1.3.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: ch.ethz.iks.r_osgi.remote [DEBUG] Done processing: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.provider, version=4.10.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.provider [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice, version=8.14.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.osgi.services.remoteserviceadmin, version=4.9.3-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.osgi.services.remoteserviceadmin [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.osgi.services.remoteserviceadmin, version=1.6.301-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.osgi.services.remoteserviceadmin [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.event [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.discovery, version=5.2.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.discovery [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy, version=1.0.102-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.sharedobject, version=2.6.200-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.sharedobject [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.promise [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.function [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.osgi.services.remoteserviceadmin, version=4.9.3-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.osgi.services.remoteserviceadmin [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.sharedobject, version=2.6.200-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.sharedobject [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.remoteservice.rest:2.8.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice.rest, version=2.8.1-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice.rest [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src [DEBUG] Scanning dependencies: 18 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice.asyncproxy, version=2.1.200-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice.asyncproxy [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice, version=8.14.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.logging:1.2.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0/org.apache.commons.logging-1.2.0.jar, groupId=commons-logging, artifactId=commons-logging, version=1.2, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: commons-logging, artifactId: commons-logging [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.commons.logging:1.2.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0/org.apache.commons.logging-1.2.0.jar, groupId=commons-logging, artifactId=commons-logging, version=1.2, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.httpclient:4.5.14: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar, groupId=org.apache.httpcomponents, artifactId=httpclient-osgi, version=4.5.14, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.httpcomponents, artifactId: httpclient-osgi [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.httpclient:4.5.14: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar, groupId=org.apache.httpcomponents, artifactId=httpclient-osgi, version=4.5.14, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.cm, version=1.6.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.cm [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.cm, version=1.6.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.httpcore:4.4.16: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar, groupId=org.apache.httpcomponents, artifactId=httpcore-osgi, version=4.4.16, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.httpcomponents, artifactId: httpcore-osgi [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.httpcore:4.4.16: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar, groupId=org.apache.httpcomponents, artifactId=httpcore-osgi, version=4.4.16, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.promise [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.function [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.remoteservice.servlet:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice.servlet, version=1.0.201-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice.servlet [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src [DEBUG] Scanning dependencies: 19 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.provider, version=4.10.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.provider [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.sharedobject, version=2.6.200-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.sharedobject [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.provider.remoteservice, version=4.6.1-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.provider.remoteservice [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice, version=8.14.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice.asyncproxy, version=2.1.200-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice.asyncproxy [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.promise [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jetty.servlet-api:4.0.6: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jetty.servlet-api/4.0.6/org.eclipse.jetty.servlet-api-4.0.6.jar, groupId=org.eclipse.jetty.toolchain, artifactId=jetty-servlet-api, version=4.0.6, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.jetty.toolchain, artifactId: jetty-servlet-api [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jetty.servlet-api:4.0.6: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jetty.servlet-api/4.0.6/org.eclipse.jetty.servlet-api-4.0.6.jar, groupId=org.eclipse.jetty.toolchain, artifactId=jetty-servlet-api, version=4.0.6, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.http.service.api:1.2.2.v20231218-2126: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.http.service.api/1.2.2.v20231218-2126/org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.http.service.api, version=1.2.2.v20231218-2126, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.function [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ui.intro.universal:3.5.400.v20240414-1916: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.intro.universal/3.5.400.v20240414-1916/org.eclipse.ui.intro.universal-3.5.400.v20240414-1916.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.ui.intro.universal, version=3.5.400.v20240414-1916, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.remoteservice.eventadmin:1.3.101.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice.eventadmin, version=1.3.101-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice.eventadmin [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src_r7stubs [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src [DEBUG] Scanning dependencies: 13 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.sharedobject, version=2.6.200-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.sharedobject [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.event [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice.eventadmin.jars.extra.classpath, version=1.3.101-SNAPSHOT, type=jar} / scope: system [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.provider.jslp:3.2.302.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.provider.jslp, version=3.2.302-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.provider.jslp [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src [DEBUG] Scanning dependencies: 12 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.discovery, version=5.2.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.discovery [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=ch.ethz.iks.slp, version=1.4.1-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: ch.ethz.iks.slp [DEBUG] Done processing: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.provider.dnssd:1.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.provider.dnssd, version=1.3.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.provider.dnssd [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src [DEBUG] Scanning dependencies: 21 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.discovery, version=5.2.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.discovery [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.aries.spifly.dynamic.bundle:1.3.7: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar, groupId=org.apache.aries.spifly, artifactId=org.apache.aries.spifly.dynamic.bundle, version=1.3.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.aries.spifly, artifactId: org.apache.aries.spifly.dynamic.bundle [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.aries.spifly.dynamic.bundle:1.3.7: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar, groupId=org.apache.aries.spifly, artifactId=org.apache.aries.spifly.dynamic.bundle, version=1.3.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.commons:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.commons/9.7.0/org.objectweb.asm.commons-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-commons, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm-commons [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.commons:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.commons/9.7.0/org.objectweb.asm.commons-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-commons, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.util:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.util/9.7.0/org.objectweb.asm.util-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-util, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm-util [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.util:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.util/9.7.0/org.objectweb.asm.util-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-util, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.cm, version=1.6.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.cm [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.cm, version=1.6.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.xbill.dns:3.5.3: /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar, groupId=dnsjava, artifactId=dnsjava, version=3.5.3, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: dnsjava, artifactId: dnsjava [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.xbill.dns:3.5.3: /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar, groupId=dnsjava, artifactId=dnsjava, version=3.5.3, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.tree:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree/9.7.0/org.objectweb.asm.tree-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-tree, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm-tree [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.tree:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree/9.7.0/org.objectweb.asm.tree-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-tree, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.tree.analysis:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree.analysis/9.7.0/org.objectweb.asm.tree.analysis-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-analysis, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm-analysis [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.tree.analysis:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree.analysis/9.7.0/org.objectweb.asm.tree.analysis-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-analysis, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.api:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.api/2.0.13/slf4j.api-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-api, version=2.0.13, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.slf4j, artifactId: slf4j-api [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.api:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.api/2.0.13/slf4j.api-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-api, version=2.0.13, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.simple:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.simple/2.0.13/slf4j.simple-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-simple, version=2.0.13, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.slf4j, artifactId: slf4j-simple [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.simple:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.simple/2.0.13/slf4j.simple-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-simple, version=2.0.13, type=jar, classifier=null} in reactor [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.filetransfer, version=5.1.103-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.filetransfer [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.osgi.services.remoteserviceadmin.console, version=1.3.1-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.osgi.services.remoteserviceadmin.console [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src [DEBUG] Scanning dependencies: 24 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.console, version=1.4.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.console [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.osgi.services.remoteserviceadmin, version=4.9.3-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.osgi.services.remoteserviceadmin [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.osgi.services.remoteserviceadmin, version=1.6.301-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.osgi.services.remoteserviceadmin [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.gogo.command:1.1.2: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar, groupId=org.apache.felix, artifactId=org.apache.felix.gogo.command, version=1.1.2, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.felix, artifactId: org.apache.felix.gogo.command [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.gogo.command:1.1.2: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar, groupId=org.apache.felix, artifactId=org.apache.felix.gogo.command, version=1.1.2, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.gogo.runtime:1.1.6: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar, groupId=org.apache.felix, artifactId=org.apache.felix.gogo.runtime, version=1.1.6, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.felix, artifactId: org.apache.felix.gogo.runtime [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.gogo.runtime:1.1.6: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar, groupId=org.apache.felix, artifactId=org.apache.felix.gogo.runtime, version=1.1.6, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.gogo.shell:1.1.4: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar, groupId=org.apache.felix, artifactId=org.apache.felix.gogo.shell, version=1.1.4, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.felix, artifactId: org.apache.felix.gogo.shell [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.felix.gogo.shell:1.1.4: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar, groupId=org.apache.felix, artifactId=org.apache.felix.gogo.shell, version=1.1.4, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.discovery, version=5.2.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.discovery [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy, version=1.0.102-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice, version=8.14.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.event [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component.annotations:1.5.1.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component.annotations/1.5.1.202212101352/org.osgi.service.component.annotations-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component.annotations, version=1.5.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.component.annotations [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component.annotations:1.5.1.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component.annotations/1.5.1.202212101352/org.osgi.service.component.annotations-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component.annotations, version=1.5.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.remoteservice.asyncproxy, version=2.1.200-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.remoteservice.asyncproxy [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.promise [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.function [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.provider.filetransfer.httpclient5, version=1.1.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.provider.filetransfer.httpclient5 [DEBUG] Adding sources from: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/main/java [DEBUG] Adding source root: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src [DEBUG] Scanning dependencies: 42 [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf, version=3.11.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.provider.filetransfer, version=3.3.0-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.provider.filetransfer [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Dependency: Dependency {groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.filetransfer, version=5.1.103-SNAPSHOT, type=eclipse-plugin} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.filetransfer [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.aries.spifly.dynamic.bundle:1.3.7: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar, groupId=org.apache.aries.spifly, artifactId=org.apache.aries.spifly.dynamic.bundle, version=1.3.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.aries.spifly, artifactId: org.apache.aries.spifly.dynamic.bundle [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.aries.spifly.dynamic.bundle:1.3.7: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar, groupId=org.apache.aries.spifly, artifactId=org.apache.aries.spifly.dynamic.bundle, version=1.3.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.commons:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.commons/9.7.0/org.objectweb.asm.commons-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-commons, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm-commons [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.commons:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.commons/9.7.0/org.objectweb.asm.commons-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-commons, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.util:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.util/9.7.0/org.objectweb.asm.util-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-util, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm-util [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.util:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.util/9.7.0/org.objectweb.asm.util-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-util, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.api:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.api/2.0.13/slf4j.api-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-api, version=2.0.13, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.slf4j, artifactId: slf4j-api [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.api:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.api/2.0.13/slf4j.api-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-api, version=2.0.13, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.core5.httpcore5:5.2.3.v20230922-1600: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600.jar, groupId=p2.eclipse.plugin, artifactId=org.apache.httpcomponents.core5.httpcore5, version=5.2.3.v20230922-1600, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.core5.httpcore5-h2:5.2.3.v20230922-1600: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5-h2/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-h2-5.2.3.v20230922-1600.jar, groupId=p2.eclipse.plugin, artifactId=org.apache.httpcomponents.core5.httpcore5-h2, version=5.2.3.v20230922-1600, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.client5.httpclient5:5.3.1.v20240126-0900: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900.jar, groupId=p2.eclipse.plugin, artifactId=org.apache.httpcomponents.client5.httpclient5, version=5.3.1.v20240126-0900, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.client5.httpclient5.source:5.3.1.v20240126-0900: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5.source/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5.source-5.3.1.v20240126-0900.jar, groupId=org.apache.httpcomponents.client5, artifactId=httpclient5, version=5.3.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.apache.httpcomponents.client5, artifactId: httpclient5 [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.httpcomponents.client5.httpclient5.source:5.3.1.v20240126-0900: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5.source/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5.source-5.3.1.v20240126-0900.jar, groupId=org.apache.httpcomponents.client5, artifactId=httpclient5, version=5.3.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.core.jobs.source:3.15.300.v20240418-0734: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.300.v20240418-0734/org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.core.jobs.source, version=3.15.300.v20240418-0734, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.identity, version=3.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.identity [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.services:3.12.100.v20240327-0645: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.services, version=3.12.100.v20240327-0645, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.http.service.api:1.2.2.v20231218-2126: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.http.service.api/1.2.2.v20231218-2126/org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.http.service.api, version=1.2.2.v20231218-2126, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jetty.servlet-api:4.0.6: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jetty.servlet-api/4.0.6/org.eclipse.jetty.servlet-api-4.0.6.jar, groupId=org.eclipse.jetty.toolchain, artifactId=jetty-servlet-api, version=4.0.6, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.jetty.toolchain, artifactId: jetty-servlet-api [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jetty.servlet-api:4.0.6: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jetty.servlet-api/4.0.6/org.eclipse.jetty.servlet-api-4.0.6.jar, groupId=org.eclipse.jetty.toolchain, artifactId=jetty-servlet-api, version=4.0.6, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry.source:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry.source/3.12.100.v20240321-1445/org.eclipse.equinox.registry.source-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry.source, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.upnp:1.2.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.upnp/1.2.1.202109301733/org.osgi.service.upnp-1.2.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.upnp, version=1.2.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.upnp [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.upnp:1.2.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.upnp/1.2.1.202109301733/org.osgi.service.upnp-1.2.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.upnp, version=1.2.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.device:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.device/1.1.1.202109301733/org.osgi.service.device-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.device, version=1.1.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.device [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.device:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.device/1.1.1.202109301733/org.osgi.service.device-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.device, version=1.1.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.http.whiteboard:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.http.whiteboard/1.1.1.202109301733/org.osgi.service.http.whiteboard-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.http.whiteboard, version=1.1.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.http.whiteboard [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.http.whiteboard:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.http.whiteboard/1.1.1.202109301733/org.osgi.service.http.whiteboard-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.http.whiteboard, version=1.1.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.event [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.event:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.event, version=1.4.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.wireadmin:1.0.2.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.wireadmin/1.0.2.202109301733/org.osgi.service.wireadmin-1.0.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.wireadmin, version=1.0.2, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.wireadmin [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.wireadmin:1.0.2.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.wireadmin/1.0.2.202109301733/org.osgi.service.wireadmin-1.0.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.wireadmin, version=1.0.2, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.provisioning:1.2.0.201505202024: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.provisioning/1.2.0.201505202024/org.osgi.service.provisioning-1.2.0.201505202024.jar, groupId=org.osgi, artifactId=org.osgi.service.provisioning, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.provisioning [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.provisioning:1.2.0.201505202024: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.provisioning/1.2.0.201505202024/org.osgi.service.provisioning-1.2.0.201505202024.jar, groupId=org.osgi, artifactId=org.osgi.service.provisioning, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.services.source:3.12.100.v20240327-0645: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services.source/3.12.100.v20240327-0645/org.eclipse.osgi.services.source-3.12.100.v20240327-0645.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.services.source, version=3.12.100.v20240327-0645, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.component [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.component:1.5.1.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.service.component, version=1.5.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.useradmin:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.useradmin/1.1.1.202109301733/org.osgi.service.useradmin-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.useradmin, version=1.1.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.useradmin [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.useradmin:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.useradmin/1.1.1.202109301733/org.osgi.service.useradmin-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.useradmin, version=1.1.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.metatype:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype/1.4.1.202109301733/org.osgi.service.metatype-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.metatype, version=1.4.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.metatype [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.metatype:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype/1.4.1.202109301733/org.osgi.service.metatype-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.metatype, version=1.4.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.cm, version=1.6.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.cm [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.cm:1.6.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.cm, version=1.6.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.tree:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree/9.7.0/org.objectweb.asm.tree-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-tree, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm-tree [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.tree:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree/9.7.0/org.objectweb.asm.tree-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-tree, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.tree.analysis:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree.analysis/9.7.0/org.objectweb.asm.tree.analysis-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-analysis, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm-analysis [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.tree.analysis:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree.analysis/9.7.0/org.objectweb.asm.tree.analysis-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-analysis, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.promise [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.promise:1.3.0.202212101352: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar, groupId=org.osgi, artifactId=org.osgi.util.promise, version=1.3.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.function [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.simple:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.simple/2.0.13/slf4j.simple-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-simple, version=2.0.13, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.slf4j, artifactId: slf4j-simple [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.simple:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.simple/2.0.13/slf4j.simple-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-simple, version=2.0.13, type=jar, classifier=null} in reactor [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ui:3.206.0.v20240322-0723: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.206.0.v20240322-0723/org.eclipse.ui-3.206.0.v20240322-0723.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.ui, version=3.206.0.v20240322-0723, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.osgi.services.remoteserviceadmin, version=1.6.301-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.osgi.services.remoteserviceadmin [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy, version=1.0.102-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, groupId=org.eclipse.ecf, artifactId=org.eclipse.ecf.provider, version=4.10.0-SNAPSHOT, type=eclipse-plugin, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.eclipse.ecf, artifactId: org.eclipse.ecf.provider [DEBUG] Done processing: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.xbill.dns:3.5.3: /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar, groupId=dnsjava, artifactId=dnsjava, version=3.5.3, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: dnsjava, artifactId: dnsjava [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.xbill.dns:3.5.3: /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar, groupId=dnsjava, artifactId=dnsjava, version=3.5.3, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jdt.annotation:2.3.0.v20240111-2306: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.annotation/2.3.0.v20240111-2306/org.eclipse.jdt.annotation-2.3.0.v20240111-2306.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.jdt.annotation, version=2.3.0.v20240111-2306, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.http.service.api:1.2.2.v20231218-2126: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.http.service.api/1.2.2.v20231218-2126/org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.http.service.api, version=1.2.2.v20231218-2126, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.emf.common:2.30.0.v20240314-0928: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20240314-0928/org.eclipse.emf.common-2.30.0.v20240314-0928.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.emf.common, version=2.30.0.v20240314-0928, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.emf.common.source:2.30.0.v20240314-0928: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.source/2.30.0.v20240314-0928/org.eclipse.emf.common.source-2.30.0.v20240314-0928.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.emf.common.source, version=2.30.0.v20240314-0928, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.app.source:1.7.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app.source/1.7.100.v20240321-1445/org.eclipse.equinox.app.source-1.7.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.app.source, version=1.7.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.common.source:3.19.100.v20240425-1316: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.100.v20240425-1316/org.eclipse.equinox.common.source-3.19.100.v20240425-1316.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.common.source, version=3.19.100.v20240425-1316, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.concurrent.source:1.3.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent.source/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent.source-1.3.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.concurrent.source, version=1.3.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.event.source:1.7.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.event.source/1.7.100.v20240321-1445/org.eclipse.equinox.event.source-1.7.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.event.source, version=1.7.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.preferences.source:3.11.100.v20240327-0645: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences.source/3.11.100.v20240327-0645/org.eclipse.equinox.preferences.source-3.11.100.v20240327-0645.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.preferences.source, version=3.11.100.v20240327-0645, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.equinox.registry.source:3.12.100.v20240321-1445: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry.source/3.12.100.v20240321-1445/org.eclipse.equinox.registry.source-3.12.100.v20240321-1445.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.equinox.registry.source, version=3.12.100.v20240321-1445, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.help.source:3.10.400.v20240415-0528: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help.source/3.10.400.v20240415-0528/org.eclipse.help.source-3.10.400.v20240415-0528.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.help.source, version=3.10.400.v20240415-0528, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jdt.core.compiler.batch:3.38.0.v20240427-0959: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.compiler.batch/3.38.0.v20240427-0959/org.eclipse.jdt.core.compiler.batch-3.38.0.v20240427-0959.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.jdt.core.compiler.batch, version=3.38.0.v20240427-0959, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jdt.core.compiler.batch.source:3.38.0.v20240427-0959: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.compiler.batch.source/3.38.0.v20240427-0959/org.eclipse.jdt.core.compiler.batch.source-3.38.0.v20240427-0959.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.jdt.core.compiler.batch.source, version=3.38.0.v20240427-0959, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jface.source:3.34.0.v20240425-1100: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.source/3.34.0.v20240425-1100/org.eclipse.jface.source-3.34.0.v20240425-1100.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.jface.source, version=3.34.0.v20240425-1100, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.jface.databinding.source:1.15.300.v20240424-0444: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding.source/1.15.300.v20240424-0444/org.eclipse.jface.databinding.source-1.15.300.v20240424-0444.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.jface.databinding.source, version=1.15.300.v20240424-0444, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.source:3.20.0.v20240430-0735: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.20.0.v20240430-0735/org.eclipse.osgi.source-3.20.0.v20240430-0735.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.source, version=3.20.0.v20240430-0735, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.upnp:1.2.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.upnp/1.2.1.202109301733/org.osgi.service.upnp-1.2.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.upnp, version=1.2.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.upnp [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.upnp:1.2.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.upnp/1.2.1.202109301733/org.osgi.service.upnp-1.2.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.upnp, version=1.2.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.device:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.device/1.1.1.202109301733/org.osgi.service.device-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.device, version=1.1.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.device [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.device:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.device/1.1.1.202109301733/org.osgi.service.device-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.device, version=1.1.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.http.whiteboard:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.http.whiteboard/1.1.1.202109301733/org.osgi.service.http.whiteboard-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.http.whiteboard, version=1.1.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.http.whiteboard [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.http.whiteboard:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.http.whiteboard/1.1.1.202109301733/org.osgi.service.http.whiteboard-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.http.whiteboard, version=1.1.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.wireadmin:1.0.2.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.wireadmin/1.0.2.202109301733/org.osgi.service.wireadmin-1.0.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.wireadmin, version=1.0.2, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.wireadmin [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.wireadmin:1.0.2.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.wireadmin/1.0.2.202109301733/org.osgi.service.wireadmin-1.0.2.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.wireadmin, version=1.0.2, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.provisioning:1.2.0.201505202024: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.provisioning/1.2.0.201505202024/org.osgi.service.provisioning-1.2.0.201505202024.jar, groupId=org.osgi, artifactId=org.osgi.service.provisioning, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.provisioning [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.provisioning:1.2.0.201505202024: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.provisioning/1.2.0.201505202024/org.osgi.service.provisioning-1.2.0.201505202024.jar, groupId=org.osgi, artifactId=org.osgi.service.provisioning, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.osgi.services.source:3.12.100.v20240327-0645: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services.source/3.12.100.v20240327-0645/org.eclipse.osgi.services.source-3.12.100.v20240327-0645.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.osgi.services.source, version=3.12.100.v20240327-0645, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.useradmin:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.useradmin/1.1.1.202109301733/org.osgi.service.useradmin-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.useradmin, version=1.1.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.useradmin [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.useradmin:1.1.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.useradmin/1.1.1.202109301733/org.osgi.service.useradmin-1.1.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.useradmin, version=1.1.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.metatype:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype/1.4.1.202109301733/org.osgi.service.metatype-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.metatype, version=1.4.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.service.metatype [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.service.metatype:1.4.1.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.metatype/1.4.1.202109301733/org.osgi.service.metatype-1.4.1.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.service.metatype, version=1.4.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.126.0.v20240426-0802: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240426-0802.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.swt.win32.win32.x86_64, version=3.126.0.v20240426-0802, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.swt.win32.win32.x86_64.source:3.126.0.v20240426-0802: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64.source/3.126.0.v20240426-0802/org.eclipse.swt.win32.win32.x86_64.source-3.126.0.v20240426-0802.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.swt.win32.win32.x86_64.source, version=3.126.0.v20240426-0802, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ui.workbench:3.132.0.v20240424-0957: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.ui.workbench, version=3.132.0.v20240424-0957, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ui.source:3.206.0.v20240322-0723: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.source/3.206.0.v20240322-0723/org.eclipse.ui.source-3.206.0.v20240322-0723.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.ui.source, version=3.206.0.v20240322-0723, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ui.forms:3.13.300.v20240424-0956: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.300.v20240424-0956/org.eclipse.ui.forms-3.13.300.v20240424-0956.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.ui.forms, version=3.13.300.v20240424-0956, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ui.forms.source:3.13.300.v20240424-0956: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms.source/3.13.300.v20240424-0956/org.eclipse.ui.forms.source-3.13.300.v20240424-0956.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.ui.forms.source, version=3.13.300.v20240424-0956, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ui.intro.source:3.7.400.v20240414-0828: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.intro.source/3.7.400.v20240414-0828/org.eclipse.ui.intro.source-3.7.400.v20240414-0828.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.ui.intro.source, version=3.7.400.v20240414-0828, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ui.intro.universal.source:3.5.400.v20240414-1916: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.intro.universal.source/3.5.400.v20240414-1916/org.eclipse.ui.intro.universal.source-3.5.400.v20240414-1916.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.ui.intro.universal.source, version=3.5.400.v20240414-1916, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.ui.workbench.source:3.132.0.v20240424-0957: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.source/3.132.0.v20240424-0957/org.eclipse.ui.workbench.source-3.132.0.v20240424-0957.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.ui.workbench.source, version=3.132.0.v20240424-0957, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.eclipse.urischeme.source:1.3.300.v20240424-0956: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme.source/1.3.300.v20240424-0956/org.eclipse.urischeme.source-1.3.300.v20240424-0956.jar, groupId=p2.eclipse.plugin, artifactId=org.eclipse.urischeme.source, version=1.3.300.v20240424-0956, type=eclipse-plugin, classifier=null} / scope: system [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.jdom.source:1.1.3.v20230812-1600: /home/jenkins/.m2/repository/p2/osgi/bundle/org.jdom.source/1.1.3.v20230812-1600/org.jdom.source-1.1.3.v20230812-1600.jar, groupId=org.jdom, artifactId=jdom, version=1.1.3, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.jdom, artifactId: jdom [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.jdom.source:1.1.3.v20230812-1600: /home/jenkins/.m2/repository/p2/osgi/bundle/org.jdom.source/1.1.3.v20230812-1600/org.jdom.source-1.1.3.v20230812-1600.jar, groupId=org.jdom, artifactId=jdom, version=1.1.3, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.mortbay.jasper.apache-el:9.0.83: /home/jenkins/.m2/repository/p2/osgi/bundle/org.mortbay.jasper.apache-el/9.0.83/org.mortbay.jasper.apache-el-9.0.83.jar, groupId=org.mortbay.jasper, artifactId=apache-el, version=9.0.83.1, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.mortbay.jasper, artifactId: apache-el [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.mortbay.jasper.apache-el:9.0.83: /home/jenkins/.m2/repository/p2/osgi/bundle/org.mortbay.jasper.apache-el/9.0.83/org.mortbay.jasper.apache-el-9.0.83.jar, groupId=org.mortbay.jasper, artifactId=apache-el, version=9.0.83.1, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.tree:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree/9.7.0/org.objectweb.asm.tree-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-tree, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm-tree [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.tree:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree/9.7.0/org.objectweb.asm.tree-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-tree, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.tree.analysis:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree.analysis/9.7.0/org.objectweb.asm.tree.analysis-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-analysis, version=9.7, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.ow2.asm, artifactId: asm-analysis [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.objectweb.asm.tree.analysis:9.7.0: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm.tree.analysis/9.7.0/org.objectweb.asm.tree.analysis-9.7.0.jar, groupId=org.ow2.asm, artifactId=asm-analysis, version=9.7, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.osgi, artifactId: org.osgi.util.function [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.osgi.util.function:1.2.0.202109301733: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733.jar, groupId=org.osgi, artifactId=org.osgi.util.function, version=1.2.0, type=jar, classifier=null} in reactor [DEBUG] Dependency: ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.simple:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.simple/2.0.13/slf4j.simple-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-simple, version=2.0.13, type=jar, classifier=null} / scope: compile [DEBUG] findProject - groupId: org.slf4j, artifactId: slf4j-simple [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.simple:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.simple/2.0.13/slf4j.simple-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-simple, version=2.0.13, type=jar, classifier=null} in reactor [INFO] 28 source folders [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src_r7stubs [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/main/java [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src_r7stubs [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src_r7stubs [INFO] Source folder: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src [INFO] 58 classpath dependencies [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/classes [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.7.0/org.objectweb.asm-9.7.0.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32.x86_64/1.2.300.v20240413-1529/org.eclipse.core.net.win32.x86_64-1.2.300.v20240413-1529.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.annotation/2.3.0.v20240111-2306/org.eclipse.jdt.annotation-2.3.0.v20240111-2306.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/classes [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/. [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.16/org.apache.httpcomponents.httpcore-4.4.16.jar [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.20.0.v20240430-0735/org.eclipse.osgi-3.20.0.v20240430-0735.jar [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.cm/1.6.1.202109301733/org.osgi.service.cm-1.6.1.202109301733.jar [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net.win32/1.1.400.v20240414-0911/org.eclipse.core.net.win32-1.1.400.v20240414-0911.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.win32/1.3.0.v20240419-2334/org.eclipse.equinox.security.win32-1.3.0.v20240419-2334.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.300.v20240418-0734/org.eclipse.core.jobs-3.15.300.v20240418-0734.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/osgi/osgi.annotation.jar [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.3.100.v20240321-1445/org.eclipse.equinox.concurrent-1.3.100.v20240321-1445.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/classes [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.12.100.v20240327-0645/org.eclipse.osgi.services-3.12.100.v20240327-0645.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600.jar [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733.jar [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.service.component.annotations/1.5.1.202212101352/org.osgi.service.component.annotations-1.5.1.202212101352.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/classes [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/classes [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.100.v20240321-1445/org.eclipse.equinox.registry-3.12.100.v20240321-1445.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/classes [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.5.400.v20240413-1529/org.eclipse.core.net-1.5.400.v20240413-1529.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.100.v20240425-1316/org.eclipse.equinox.common-3.19.100.v20240425-1316.jar [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.14/org.apache.httpcomponents.httpclient-4.5.14.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/classes [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.http.service.api/1.2.2.v20231218-2126/org.eclipse.equinox.http.service.api-1.2.2.v20231218-2126.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352.jar [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/3.5.3/org.xbill.dns-3.5.3.jar [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/classes [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/classes [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/classes [INFO] Classpath: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jetty.servlet-api/4.0.6/org.eclipse.jetty.servlet-api-4.0.6.jar [INFO] Classpath: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes [DEBUG] Finding javadoc executable [DEBUG] Toolchain Manager: org.apache.maven.toolchain.DefaultToolchainManager@3dd1f72a [DEBUG] Toolchain: null [DEBUG] Testing javadoc from 'java.home': /opt/tools/java/openjdk/jdk-17/17.0.2+8/../bin/javadoc [DEBUG] Testing javadoc from JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest/bin/javadoc [INFO] Excluding packages matching PackageNameMatcher["ch\..*", ".*\.internal\..*", ".*\.internal", "org\.eclipse\.ecf\.core\.start", "org\.eclipse\.ecf\.core\.user", "org\.eclipse\.ecf\.docshare.*", "org\.eclipse\.ecf\.datashare.*", "org\.eclipse\.ecf\.presence.*", "org\.eclipse\.ecf\.sync", "org\.eclipse\.ecf\.example\..*", ".*\.bittorrent"] [INFO] Calling: /bin/sh -c cd '/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api' && '/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc' '@/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/javadoc.options.txt' Loading source files for package org.eclipse.ecf.provider.dnssd... Loading source files for package org.eclipse.ecf.osgi.services.remoteserviceadmin... Loading source files for package org.eclipse.ecf.core.identity... Loading source files for package org.eclipse.ecf.core.util... Loading source files for package org.eclipse.ecf.filetransfer... Loading source files for package org.eclipse.ecf.filetransfer.events... Loading source files for package org.eclipse.ecf.filetransfer.events.socket... Loading source files for package org.eclipse.ecf.filetransfer.events.socketfactory... Loading source files for package org.eclipse.ecf.filetransfer.identity... Loading source files for package org.eclipse.ecf.filetransfer.service... Loading source files for package org.eclipse.ecf.osgi.services.distribution... Loading source files for package org.eclipse.ecf.provider.filetransfer.httpclient45... Loading source files for package org.eclipse.ecf.provider.comm... Loading source files for package org.eclipse.ecf.provider.comm.tcp... Loading source files for package org.eclipse.ecf.provider.generic... Loading source files for package org.eclipse.ecf.provider.generic.gmm... Loading source files for package org.eclipse.ecf.provider.util... Loading source files for package org.eclipse.ecf.remoteservice.servlet... Loading source files for package org.eclipse.ecf.remoteservice.asyncproxy... Loading source files for package org.eclipse.ecf.provider.filetransfer... Loading source files for package org.eclipse.ecf.provider.filetransfer.browse... Loading source files for package org.eclipse.ecf.provider.filetransfer.events.socket... Loading source files for package org.eclipse.ecf.provider.filetransfer.identity... Loading source files for package org.eclipse.ecf.provider.filetransfer.outgoing... Loading source files for package org.eclipse.ecf.provider.filetransfer.retrieve... Loading source files for package org.eclipse.ecf.provider.filetransfer.util... Loading source files for package org.eclipse.ecf.remoteservice... Loading source files for package org.eclipse.ecf.remoteservice.client... Loading source files for package org.eclipse.ecf.remoteservice.events... Loading source files for package org.eclipse.ecf.remoteservice.provider... Loading source files for package org.eclipse.ecf.remoteservice.util... Loading source files for package org.eclipse.ecf.remoteservice.util.tracker... Loading source files for package org.eclipse.ecf.console... Loading source files for package org.eclipse.ecf.provider.remoteservice.generic... Loading source files for package org.eclipse.ecf.discovery... Loading source files for package org.eclipse.ecf.discovery.identity... Loading source files for package org.eclipse.ecf.discovery.service... Loading source files for package org.osgi.service.remoteserviceadmin... Loading source files for package org.osgi.service.remoteserviceadmin.namespace... Loading source files for package org.eclipse.ecf.remoteservice.eventadmin... Loading source files for package org.eclipse.ecf.remoteservice.eventadmin.serialization... Loading source files for package org.eclipse.ecf.provider.r_osgi.identity... Loading source files for package org.eclipse.ecf.remoteservice.rest... Loading source files for package org.eclipse.ecf.remoteservice.rest.client... Loading source files for package org.eclipse.ecf.remoteservice.rest.identity... Loading source files for package org.eclipse.ecf.remoteservice.rest.util... Loading source files for package org.eclipse.ecf.core... Loading source files for package org.eclipse.ecf.core.events... Loading source files for package org.eclipse.ecf.core.jobs... Loading source files for package org.eclipse.ecf.core.provider... Loading source files for package org.eclipse.ecf.core.security... Loading source files for package org.eclipse.ecf.core.status... Loading source files for package org.eclipse.ecf.core.util.reflection... Loading source files for package org.eclipse.ecf.provider.jslp.container... Loading source files for package org.eclipse.ecf.provider.jslp.identity... Loading source files for package org.eclipse.ecf.core.sharedobject... Loading source files for package org.eclipse.ecf.core.sharedobject.events... Loading source files for package org.eclipse.ecf.core.sharedobject.model... Loading source files for package org.eclipse.ecf.core.sharedobject.provider... Loading source files for package org.eclipse.ecf.core.sharedobject.security... Loading source files for package org.eclipse.ecf.core.sharedobject.util... Loading source files for package org.eclipse.ecf.provider.filetransfer.httpclient5... Constructing Javadoc information... Building index for all the packages and classes... Standard Doclet version 17.0.2+8-86 Building tree for all the packages and classes... Generating ./org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteCall.html... Generating ./org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteService.html... Generating ./org/eclipse/ecf/remoteservice/client/AbstractClientContainer.html... Generating ./org/eclipse/ecf/remoteservice/client/AbstractClientService.html... Generating ./org/eclipse/ecf/remoteservice/client/AbstractClientService.AsyncResult.html... Generating ./org/eclipse/ecf/remoteservice/client/AbstractClientService.UriRequest.html... Generating ./org/eclipse/ecf/console/AbstractCommand.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractConsumerContainerSelector.html... Generating ./org/eclipse/ecf/core/AbstractContainer.html... Generating ./org/eclipse/ecf/core/AbstractContainerAdapterFactory.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractContainerSelector.html... Generating ./org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/AbstractEntityRequestType.html... Generating ./org/eclipse/ecf/core/util/AbstractFactory.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.DirectoryJob.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.RemoteFileSystemRequest.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.html... /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.java:316: warning: @param argument "requiredIntents" is not a parameter name. * @param requiredIntents intents to select for ^ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.java:411: warning: @param argument "requiredIntents" is not a parameter name. * @param requiredIntents intents ^ Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractMetadataFactory.html... Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer.html... Generating ./org/eclipse/ecf/remoteservice/client/AbstractParameterSerializer.html... Generating ./org/eclipse/ecf/remoteservice/AbstractRemoteCallListener.html... Generating ./org/eclipse/ecf/remoteservice/AbstractRemoteService.html... Generating ./org/eclipse/ecf/remoteservice/AbstractRemoteService.AsyncArgs.html... Generating ./org/eclipse/ecf/remoteservice/AbstractRemoteService.ProxyClassLoader.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/AbstractRequestType.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.RestRemoteServiceClientRegistration.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientService.html... Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer.html... Generating ./org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.html... Generating ./org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.RSAClientRegistration.html... Generating ./org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.html... Generating ./org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.RSARemoteCall.html... Generating ./org/eclipse/ecf/remoteservice/AbstractRSAContainer.html... Generating ./org/eclipse/ecf/core/sharedobject/AbstractSharedObjectContainerAdapterFactory.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketEvent.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketWrapper.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.html... Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/AbstractUrlConnectionOutgoingFileTransfer.html... Generating ./org/eclipse/ecf/provider/dnssd/Activator.html... Generating ./org/eclipse/ecf/provider/dnssd/Activator.DnsSdServiceFactory.html... Generating ./org/eclipse/ecf/remoteservice/provider/AdapterConfig.html... Generating ./org/eclipse/ecf/core/util/AdapterContainerFilter.html... Generating ./org/eclipse/ecf/core/util/AdapterManagerTracker.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/AddRegistrationRequest.html... Generating ./org/eclipse/ecf/provider/comm/AsynchEvent.html... Generating ./org/eclipse/ecf/provider/comm/tcp/AsynchMessage.html... Generating ./org/eclipse/ecf/remoteservice/AsyncMethod.html... Generating ./org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil.html... Generating ./org/eclipse/ecf/remoteservice/AsyncService.html... Generating ./org/eclipse/ecf/remoteservice/util/AsyncUtil.html... Generating ./org/eclipse/ecf/core/util/Base64.html... Generating ./org/eclipse/ecf/core/BaseContainer.html... Generating ./org/eclipse/ecf/core/BaseContainer.Instantiator.html... Generating ./org/eclipse/ecf/core/provider/BaseContainerInstantiator.html... Generating ./org/eclipse/ecf/core/identity/BaseID.html... Generating ./org/eclipse/ecf/core/provider/BaseRemoteServiceContainerInstantiator.html... Generating ./org/eclipse/ecf/core/sharedobject/BaseSharedObject.html... Generating ./org/eclipse/ecf/provider/dnssd/BnRDnsSdServiceTypeID.html... Generating ./org/eclipse/ecf/core/security/BooleanCallback.html... Generating ./org/eclipse/ecf/filetransfer/BrowseFileTransferException.html... Generating ./org/eclipse/ecf/core/util/BundleClassResolver.html... Generating ./org/eclipse/ecf/core/util/BundleStarter.html... Generating ./org/eclipse/ecf/core/security/Callback.html... Generating ./org/eclipse/ecf/core/security/CallbackHandler.html... Generating ./org/eclipse/ecf/remoteservice/CallbackRemoteCallListener.html... Generating ./org/eclipse/ecf/core/util/ClassResolverObjectInputStream.html... Generating ./org/eclipse/ecf/core/util/reflection/ClassUtil.html... Generating ./org/eclipse/ecf/provider/comm/tcp/Client.html... Generating ./org/eclipse/ecf/provider/generic/ClientSOContainer.html... Generating ./org/eclipse/ecf/core/security/ConnectContextFactory.html... Generating ./org/eclipse/ecf/core/util/ConnectedContainerFilter.html... Generating ./org/eclipse/ecf/provider/comm/ConnectionCreateException.html... Generating ./org/eclipse/ecf/provider/comm/ConnectionEvent.html... Generating ./org/eclipse/ecf/provider/comm/tcp/ConnectRequestMessage.html... Generating ./org/eclipse/ecf/provider/comm/tcp/ConnectResultMessage.html... Generating ./org/eclipse/ecf/remoteservice/Constants.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/ConsumerContainerSelector.html... Generating ./org/eclipse/ecf/core/ContainerAuthenticationException.html... Generating ./org/eclipse/ecf/core/events/ContainerConnectedEvent.html... Generating ./org/eclipse/ecf/core/ContainerConnectException.html... Generating ./org/eclipse/ecf/core/events/ContainerConnectingEvent.html... Generating ./org/eclipse/ecf/core/ContainerCreateException.html... Generating ./org/eclipse/ecf/core/events/ContainerDisconnectedEvent.html... Generating ./org/eclipse/ecf/core/events/ContainerDisconnectingEvent.html... Generating ./org/eclipse/ecf/core/events/ContainerDisposeEvent.html... Generating ./org/eclipse/ecf/core/events/ContainerEjectedEvent.html... Generating ./org/eclipse/ecf/core/ContainerFactory.html... Generating ./org/eclipse/ecf/core/util/ContainerFactoryTracker.html... Generating ./org/eclipse/ecf/provider/dnssd/ContainerInstantiator.html... Generating ./org/eclipse/ecf/provider/jslp/container/ContainerInstantiator.html... Generating ./org/eclipse/ecf/core/provider/ContainerInstantiatorUtils.html... Generating ./org/eclipse/ecf/core/provider/ContainerIntentException.html... Generating ./org/eclipse/ecf/core/util/ContainerManagerTracker.html... Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.html... Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.CreateMessage.html... Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.CreateResponseMessage.html... Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.JoinGroupMessage.html... Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.LeaveGroupMessage.html... Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.SharedObjectDisposeMessage.html... Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.SharedObjectMessage.html... Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.ViewChangeMessage.html... Generating ./org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageReceivingEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageSendingEvent.html... Generating ./org/eclipse/ecf/core/ContainerTypeDescription.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/DebugRemoteServiceAdminListener.html... Generating ./org/eclipse/ecf/provider/comm/DisconnectEvent.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescription.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescriptionFactory.html... Generating ./org/eclipse/ecf/discovery/DiscoveryContainerConfig.html... Generating ./org/osgi/service/remoteserviceadmin/namespace/DiscoveryNamespace.html... Generating ./org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.html... Generating ./org/osgi/service/remoteserviceadmin/namespace/DistributionNamespace.html... Generating ./org/eclipse/ecf/provider/dnssd/DnsSdDebugOptions.html... Generating ./org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryAdvertiser.html... Generating ./org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.html... Generating ./org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.SRVRecordComparator.html... Generating ./org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryException.html... Generating ./org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryLocator.html... Generating ./org/eclipse/ecf/provider/dnssd/DnsSdNamespace.html... Generating ./org/eclipse/ecf/provider/dnssd/DnsSdServiceID.html... Generating ./org/eclipse/ecf/provider/dnssd/DnsSdServiceTypeID.html... Generating ./org/eclipse/ecf/remoteservice/rest/util/DSPresent.html... Generating ./org/eclipse/ecf/remoteservice/rest/util/DSUtil.html... Generating ./org/eclipse/ecf/core/util/ECFException.html... Generating ./org/eclipse/ecf/core/util/ECFRuntimeException.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties.html... /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties.java:438: warning: @param argument "key" is not a parameter name. * @param key unique name/key for given value. Must not be null. ^ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties.java:452: warning: invalid input: '<' * @return Map containing all name->EDEFPropertiesValue contents ^ Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties.Value.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescription.html... Generating ./org/osgi/service/remoteserviceadmin/EndpointDescription.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.html... /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:1110: warning: @param argument "edFileURL" is not a parameter name. * @param edFileURL the file URL to load properties file(s) from. Must not be ^ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:1112: warning: invalid input: '<' * @return Map containing all properties to override those in xml ^ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:1129: warning: invalid input: '<' * @return Map containing all properties to override those in xml ^ Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.EndpointEventListenerHolder.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.EndpointListenerHolder.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionParseException.html... Generating ./org/eclipse/ecf/remoteservice/util/EndpointDescriptionPropertiesUtil.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionReader.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.ArrayProperty.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.ComplexProperty.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.ListProperty.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.MultiValueProperty.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.SetProperty.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.XmlProperty.html... Generating ./org/osgi/service/remoteserviceadmin/EndpointEvent.html... Generating ./org/osgi/service/remoteserviceadmin/EndpointEventListener.html... Generating ./org/osgi/service/remoteserviceadmin/EndpointListener.html... Generating ./org/osgi/service/remoteserviceadmin/EndpointPermission.html... Generating ./org/eclipse/ecf/core/util/Event.html... Generating ./org/eclipse/ecf/remoteservice/eventadmin/EventMessage.html... Generating ./org/eclipse/ecf/remoteservice/eventadmin/EventTopicFilter.html... Generating ./org/eclipse/ecf/provider/comm/tcp/ExObjectInputStream.html... Generating ./org/eclipse/ecf/provider/comm/tcp/ExObjectOutputStream.html... Generating ./org/osgi/service/remoteserviceadmin/ExportReference.html... Generating ./org/osgi/service/remoteserviceadmin/ExportRegistration.html... Generating ./org/eclipse/ecf/core/util/ExtensionRegistryRunnable.html... Generating ./org/eclipse/ecf/filetransfer/identity/FileCreateException.html... Generating ./org/eclipse/ecf/filetransfer/identity/FileIDFactory.html... Generating ./org/eclipse/ecf/provider/filetransfer/identity/FileTransferID.html... Generating ./org/eclipse/ecf/filetransfer/FileTransferInfo.html... Generating ./org/eclipse/ecf/filetransfer/FileTransferJob.html... Generating ./org/eclipse/ecf/provider/filetransfer/identity/FileTransferNamespace.html... Generating ./org/eclipse/ecf/provider/generic/GenericContainerInstantiator.html... Generating ./org/eclipse/ecf/provider/generic/GenericContainerInstantiator.GenericContainerArgs.html... Generating ./org/eclipse/ecf/provider/generic/gmm/GMMImpl.html... Generating ./org/eclipse/ecf/core/identity/GUID.html... Generating ./org/eclipse/ecf/core/identity/GUID.GUIDNamespace.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/HostContainerSelector.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.html... /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.java:16: warning: Tag @see: reference not found: org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientOptions * @see org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientOptions ^ Generating ./org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientOptions.html... /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientOptions.java:16: warning: Tag @see: reference not found: org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientOptions * @see org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientOptions ^ Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransferFactory.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/HttpDeleteRequestType.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/HttpGetRequestType.html... Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/HttpHelper.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/HttpPatchRequestType.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/HttpPostRequestType.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/HttpPutRequestType.html... Generating ./org/eclipse/ecf/remoteservice/servlet/HttpServiceComponent.html... Generating ./org/eclipse/ecf/remoteservice/IAsyncCallback.html... Generating ./org/eclipse/ecf/provider/comm/IAsynchConnection.html... Generating ./org/eclipse/ecf/provider/comm/IAsynchEventHandler.html... Generating ./org/eclipse/ecf/remoteservice/asyncproxy/IAsyncProxyCompletable.html... Generating ./org/eclipse/ecf/remoteservice/IAsyncRemoteServiceProxy.html... Generating ./org/eclipse/ecf/provider/util/IClassLoaderMapper.html... Generating ./org/eclipse/ecf/core/util/IClassResolver.html... Generating ./org/eclipse/ecf/provider/comm/tcp/IClientSocketFactory.html... Generating ./org/eclipse/ecf/core/security/IConnectContext.html... Generating ./org/eclipse/ecf/core/security/IConnectHandlerPolicy.html... Generating ./org/eclipse/ecf/core/security/IConnectInitiatorPolicy.html... Generating ./org/eclipse/ecf/provider/comm/IConnection.html... Generating ./org/eclipse/ecf/provider/comm/IConnectionListener.html... Generating ./org/eclipse/ecf/provider/comm/IConnectRequestHandler.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/IConsumerContainerSelector.html... Generating ./org/eclipse/ecf/core/IContainer.html... Generating ./org/eclipse/ecf/core/events/IContainerConnectedEvent.html... Generating ./org/eclipse/ecf/core/events/IContainerConnectingEvent.html... Generating ./org/eclipse/ecf/core/events/IContainerDisconnectedEvent.html... Generating ./org/eclipse/ecf/core/events/IContainerDisconnectingEvent.html... Generating ./org/eclipse/ecf/core/events/IContainerDisposeEvent.html... Generating ./org/eclipse/ecf/core/events/IContainerEjectedEvent.html... Generating ./org/eclipse/ecf/core/events/IContainerEvent.html... Generating ./org/eclipse/ecf/core/IContainerFactory.html... Generating ./org/eclipse/ecf/core/util/IContainerFilter.html... Generating ./org/eclipse/ecf/core/provider/IContainerInstantiator.html... Generating ./org/eclipse/ecf/core/IContainerListener.html... Generating ./org/eclipse/ecf/core/IContainerManager.html... Generating ./org/eclipse/ecf/core/IContainerManagerListener.html... Generating ./org/eclipse/ecf/core/security/IContainerPolicy.html... Generating ./org/eclipse/ecf/discovery/IContainerServiceInfoAdapter.html... Generating ./org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageReceivingEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageSendingEvent.html... Generating ./org/eclipse/ecf/core/identity/ID.html... Generating ./org/eclipse/ecf/core/identity/IDCreateException.html... Generating ./org/eclipse/ecf/provider/util/IdentifiableObjectInputStream.html... Generating ./org/eclipse/ecf/provider/util/IdentifiableObjectOutputStream.html... Generating ./org/eclipse/ecf/core/identity/IDFactory.html... Generating ./org/eclipse/ecf/core/util/IDFactoryTracker.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/IDiscoveredEndpointDescriptionFactory.html... Generating ./org/eclipse/ecf/discovery/IDiscoveryAdvertiser.html... Generating ./org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.html... Generating ./org/eclipse/ecf/discovery/IDiscoveryLocator.html... Generating ./org/eclipse/ecf/discovery/service/IDiscoveryService.html... Generating ./org/eclipse/ecf/osgi/services/distribution/IDistributionConstants.html... Generating ./org/eclipse/ecf/provider/dnssd/IDnsSdDiscoveryConstants.html... Generating ./org/eclipse/ecf/remoteservice/rest/util/IDSPresent.html... Generating ./org/eclipse/ecf/remoteservice/util/IDUtil.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionLocator.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionReader.html... Generating ./org/eclipse/ecf/core/sharedobject/util/IEnqueueProcessor.html... Generating ./org/eclipse/ecf/core/util/IEventProcessor.html... Generating ./org/eclipse/ecf/core/util/IExceptionHandler.html... Generating ./org/eclipse/ecf/remoteservice/IExtendedRemoteServiceRegistration.html... Generating ./org/eclipse/ecf/filetransfer/identity/IFileID.html... Generating ./org/eclipse/ecf/filetransfer/identity/IFileIDFactory.html... Generating ./org/eclipse/ecf/filetransfer/IFileRangeSpecification.html... Generating ./org/eclipse/ecf/filetransfer/IFileTransfer.html... Generating ./org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/IFileTransferEvent.html... Generating ./org/eclipse/ecf/filetransfer/IFileTransferInfo.html... Generating ./org/eclipse/ecf/filetransfer/IFileTransferListener.html... Generating ./org/eclipse/ecf/filetransfer/IFileTransferPausable.html... Generating ./org/eclipse/ecf/provider/filetransfer/IFileTransferProtocolToFactoryMapper.html... Generating ./org/eclipse/ecf/filetransfer/IFileTransferRateControl.html... Generating ./org/eclipse/ecf/filetransfer/events/IFileTransferRequestEvent.html... Generating ./org/eclipse/ecf/filetransfer/IFileTransferRunnable.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/IHostContainerSelector.html... Generating ./org/eclipse/ecf/core/identity/IIdentifiable.html... Generating ./org/eclipse/ecf/core/identity/IIDFactory.html... Generating ./org/eclipse/ecf/filetransfer/IIncomingFileTransfer.html... Generating ./org/eclipse/ecf/filetransfer/events/IIncomingFileTransferEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDataEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDoneEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceivePausedEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveResumedEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveStartEvent.html... Generating ./org/eclipse/ecf/filetransfer/IIncomingFileTransferRequestListener.html... Generating ./org/osgi/service/remoteserviceadmin/ImportReference.html... Generating ./org/osgi/service/remoteserviceadmin/ImportRegistration.html... Generating ./org/eclipse/ecf/filetransfer/IncomingFileTransferException.html... Generating ./org/eclipse/ecf/filetransfer/events/socketfactory/INonconnectedSocketFactory.html... Generating ./org/eclipse/ecf/filetransfer/InvalidFileRangeSpecificationException.html... Generating ./org/eclipse/ecf/remoteservice/IOSGiRemoteServiceContainerAdapter.html... Generating ./org/eclipse/ecf/filetransfer/IOutgoingFileTransfer.html... Generating ./org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferResponseEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDataEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDoneEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendPausedEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendResumedEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/util/IQueue.html... Generating ./org/eclipse/ecf/core/sharedobject/util/IQueueDequeue.html... Generating ./org/eclipse/ecf/core/sharedobject/util/IQueueEnqueue.html... Generating ./org/eclipse/ecf/remoteservice/IRegistrationListener.html... Generating ./org/eclipse/ecf/core/IReliableContainer.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteCall.html... Generating ./org/eclipse/ecf/remoteservice/client/IRemoteCallable.html... Generating ./org/eclipse/ecf/remoteservice/client/IRemoteCallableRequestType.html... Generating ./org/eclipse/ecf/remoteservice/events/IRemoteCallCompleteEvent.html... Generating ./org/eclipse/ecf/remoteservice/events/IRemoteCallEvent.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteCallListener.html... Generating ./org/eclipse/ecf/remoteservice/client/IRemoteCallParameter.html... Generating ./org/eclipse/ecf/remoteservice/servlet/IRemoteCallParameterDeserializer.html... Generating ./org/eclipse/ecf/remoteservice/client/IRemoteCallParameterSerializer.html... Generating ./org/eclipse/ecf/remoteservice/servlet/IRemoteCallResponseSerializer.html... Generating ./org/eclipse/ecf/remoteservice/events/IRemoteCallStartEvent.html... Generating ./org/eclipse/ecf/filetransfer/IRemoteFile.html... Generating ./org/eclipse/ecf/filetransfer/IRemoteFileAttributes.html... Generating ./org/eclipse/ecf/filetransfer/IRemoteFileInfo.html... Generating ./org/eclipse/ecf/filetransfer/events/IRemoteFileSystemBrowseEvent.html... Generating ./org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.html... Generating ./org/eclipse/ecf/filetransfer/IRemoteFileSystemBrowserContainerAdapter.html... Generating ./org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.html... Generating ./org/eclipse/ecf/filetransfer/events/IRemoteFileSystemEvent.html... Generating ./org/eclipse/ecf/filetransfer/IRemoteFileSystemListener.html... Generating ./org/eclipse/ecf/filetransfer/IRemoteFileSystemRequest.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteFilter.html... Generating ./org/eclipse/ecf/remoteservice/client/IRemoteResponseDeserializer.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteService.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceCallPolicy.html... Generating ./org/eclipse/ecf/remoteservice/events/IRemoteServiceChangedEvent.html... Generating ./org/eclipse/ecf/remoteservice/client/IRemoteServiceClientContainerAdapter.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceConsumer.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceContainer.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceContainerAdapter.html... Generating ./org/eclipse/ecf/core/provider/IRemoteServiceContainerInstantiator.html... Generating ./org/eclipse/ecf/remoteservice/provider/IRemoteServiceDistributionProvider.html... Generating ./org/eclipse/ecf/remoteservice/events/IRemoteServiceEvent.html... Generating ./org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceHost.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceID.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceImplDebugOptions.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceListener.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceProxy.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceProxyCreator.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceReference.html... Generating ./org/eclipse/ecf/remoteservice/events/IRemoteServiceReferenceRetrievedEvent.html... Generating ./org/eclipse/ecf/remoteservice/events/IRemoteServiceRegisteredEvent.html... Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceRegistration.html... Generating ./org/eclipse/ecf/remoteservice/util/tracker/IRemoteServiceTrackerCustomizer.html... Generating ./org/eclipse/ecf/remoteservice/events/IRemoteServiceUnregisteredEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/IReplicaSharedObjectDescriptionFactory.html... Generating ./org/eclipse/ecf/core/identity/IResourceID.html... Generating ./org/eclipse/ecf/remoteservice/rest/IRestCall.html... Generating ./org/eclipse/ecf/filetransfer/service/IRetrieveFileTransfer.html... Generating ./org/eclipse/ecf/filetransfer/IRetrieveFileTransferContainerAdapter.html... Generating ./org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.html... Generating ./org/eclipse/ecf/filetransfer/IRetrieveFileTransferOptions.html... Generating ./org/eclipse/ecf/remoteservice/IRSAConsumerContainerAdapter.html... Generating ./org/eclipse/ecf/filetransfer/service/ISendFileTransfer.html... Generating ./org/eclipse/ecf/filetransfer/ISendFileTransferContainerAdapter.html... Generating ./org/eclipse/ecf/filetransfer/service/ISendFileTransferFactory.html... Generating ./org/eclipse/ecf/filetransfer/ISendFileTransferOptions.html... Generating ./org/eclipse/ecf/provider/comm/tcp/IServerSocketFactory.html... Generating ./org/eclipse/ecf/discovery/IServiceEvent.html... Generating ./org/eclipse/ecf/discovery/identity/IServiceID.html... Generating ./org/eclipse/ecf/discovery/identity/IServiceIDFactory.html... Generating ./org/eclipse/ecf/discovery/IServiceInfo.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/IServiceInfoFactory.html... Generating ./org/eclipse/ecf/discovery/IServiceListener.html... Generating ./org/eclipse/ecf/discovery/IServiceProperties.html... Generating ./org/eclipse/ecf/discovery/IServiceTypeEvent.html... Generating ./org/eclipse/ecf/discovery/identity/IServiceTypeID.html... Generating ./org/eclipse/ecf/discovery/IServiceTypeListener.html... Generating ./org/eclipse/ecf/core/sharedobject/model/ISharedModelEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/model/ISharedModelListener.html... Generating ./org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyAddEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyRemoveEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyValueChangeEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/ISharedObject.html... Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectActivatedEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectCallEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectCommitEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectConfig.html... Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectConnector.html... Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectContainer.html... Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectContainerClient.html... Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectContainerConfig.html... Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectContainerFactory.html... Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectContainerGroupManager.html... Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectContainerTransaction.html... Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectContext.html... Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectCreateResponseEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectDeactivatedEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectFactory.html... Generating ./org/eclipse/ecf/core/sharedobject/provider/ISharedObjectInstantiator.html... Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectManager.html... Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerConnectionEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageListener.html... Generating ./org/eclipse/ecf/core/sharedobject/util/ISharedObjectMessageSerializer.html... Generating ./org/eclipse/ecf/core/sharedobject/security/ISharedObjectPolicy.html... Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionConfig.html... Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionParticipantsFilter.html... Generating ./org/eclipse/ecf/core/sharedobject/util/ISimpleFIFOQueue.html... Generating ./org/eclipse/ecf/provider/comm/tcp/ISocketAcceptHandler.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/ISocketClosedEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/ISocketConnectedEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/ISocketCreatedEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/ISocketEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/ISocketEventSource.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/ISocketListener.html... Generating ./org/eclipse/ecf/provider/comm/ISynchAsynchConnection.html... Generating ./org/eclipse/ecf/provider/comm/ISynchAsynchEventHandler.html... Generating ./org/eclipse/ecf/provider/comm/ISynchConnection.html... Generating ./org/eclipse/ecf/provider/comm/ISynchEventHandler.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/ITopologyManager.html... Generating ./org/eclipse/ecf/core/jobs/JobsExecutor.html... Generating ./org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper.html... Generating ./org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.html... Generating ./org/eclipse/ecf/provider/jslp/identity/JSLPNamespace.html... Generating ./org/eclipse/ecf/provider/jslp/identity/JSLPServiceID.html... Generating ./org/eclipse/ecf/provider/jslp/container/JSLPServiceInfo.html... Generating ./org/eclipse/ecf/provider/jslp/identity/JSLPServiceTypeID.html... Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/LocalFileOutgoingFileTransfer.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/LocalFileSystemBrowser.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFileAttributes.html... Generating ./org/eclipse/ecf/core/util/LogHelper.html... Generating ./org/eclipse/ecf/core/identity/LongID.html... Generating ./org/eclipse/ecf/core/identity/LongID.LongNamespace.html... Generating ./org/eclipse/ecf/provider/generic/gmm/Member.html... Generating ./org/eclipse/ecf/provider/generic/gmm/MemberChanged.html... Generating ./org/eclipse/ecf/provider/dnssd/Messages.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapter.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapterFactory.html... Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapter.html... Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapterFactory.html... Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapter.html... Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapterFactory.html... Generating ./org/eclipse/ecf/core/security/NameCallback.html... Generating ./org/eclipse/ecf/core/identity/Namespace.html... Generating ./org/eclipse/ecf/core/identity/NamespacePermission.html... Generating ./org/eclipse/ecf/core/security/ObjectCallback.html... Generating ./org/eclipse/ecf/remoteservice/servlet/ObjectSerializationParameterDeserializer.html... Generating ./org/eclipse/ecf/remoteservice/servlet/ObjectSerializationResponseSerializer.html... Generating ./org/eclipse/ecf/remoteservice/util/ObjectSerializationUtil.html... Generating ./org/eclipse/ecf/core/sharedobject/OptimisticSharedObject.html... Generating ./org/eclipse/ecf/core/util/OSGIObjectInputStream.html... Generating ./org/eclipse/ecf/core/util/OSGIObjectOutputStream.html... Generating ./org/eclipse/ecf/core/util/OSGIObjectStreamConstants.html... Generating ./org/eclipse/ecf/core/security/PassphraseCallback.html... Generating ./org/eclipse/ecf/core/security/PasswordCallback.html... Generating ./org/eclipse/ecf/remoteservice/provider/PeerRemoteServiceContainerInstantiator.html... Generating ./org/eclipse/ecf/provider/comm/tcp/PingMessage.html... Generating ./org/eclipse/ecf/provider/comm/tcp/PingResponseMessage.html... Generating ./org/eclipse/ecf/core/util/PlatformHelper.html... Generating ./org/eclipse/ecf/provider/filetransfer/util/PollingInputStream.html... Generating ./org/eclipse/ecf/core/sharedobject/util/PropertiesUtil.html... Generating ./org/eclipse/ecf/core/util/Proxy.html... Generating ./org/eclipse/ecf/core/util/Proxy.Type.html... Generating ./org/eclipse/ecf/core/util/ProxyAddress.html... Generating ./org/eclipse/ecf/provider/filetransfer/util/ProxySetupHelper.html... Generating ./org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.html... Generating ./org/eclipse/ecf/core/sharedobject/util/QueueException.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/R_OSGiID.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/R_OSGiNamespace.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/R_OSGiRemoteServiceNamespace.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSID.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSNamespace.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSSNamespace.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject.html... Generating ./org/eclipse/ecf/remoteservice/RemoteCall.html... Generating ./org/eclipse/ecf/remoteservice/client/RemoteCallable.html... Generating ./org/eclipse/ecf/remoteservice/client/RemoteCallable.Builder.html... Generating ./org/eclipse/ecf/remoteservice/client/RemoteCallableFactory.html... Generating ./org/eclipse/ecf/remoteservice/RemoteCallFactory.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteCallImpl.html... Generating ./org/eclipse/ecf/remoteservice/util/RemoteCallMethod.html... Generating ./org/eclipse/ecf/remoteservice/client/RemoteCallParameter.html... Generating ./org/eclipse/ecf/remoteservice/client/RemoteCallParameter.Builder.html... Generating ./org/eclipse/ecf/remoteservice/client/RemoteCallParameterFactory.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteConstants.html... Generating ./org/osgi/service/remoteserviceadmin/RemoteConstants.html... Generating ./org/eclipse/ecf/filetransfer/RemoteFileSystemException.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteFilterImpl.html... Generating ./org/eclipse/ecf/remoteservice/util/RemoteFilterImpl.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteReferenceNotFoundException.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.html... Generating ./org/osgi/service/remoteserviceadmin/RemoteServiceAdmin.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ExportReference.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ExportRegistration.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ImportReference.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ImportRegistration.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ProxyClassLoader.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.RemoteServiceAdminEvent.html... Generating ./org/osgi/service/remoteserviceadmin/RemoteServiceAdminEvent.html... Generating ./org/osgi/service/remoteserviceadmin/RemoteServiceAdminListener.html... Generating ./org/eclipse/ecf/remoteservice/client/RemoteServiceClientReference.html... Generating ./org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistration.html... Generating ./org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistry.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainer.html... Generating ./org/eclipse/ecf/remoteservice/RemoteServiceContainer.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainerAdapterFactory.html... Generating ./org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl.html... Generating ./org/eclipse/ecf/remoteservice/provider/RemoteServiceContainerInstantiator.html... Generating ./org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.html... Generating ./org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.Builder.html... Generating ./org/eclipse/ecf/remoteservice/RemoteServiceFilterImpl.html... Generating ./org/eclipse/ecf/remoteservice/RemoteServiceHelper.html... Generating ./org/eclipse/ecf/remoteservice/servlet/RemoteServiceHttpServlet.html... Generating ./org/eclipse/ecf/remoteservice/RemoteServiceID.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceNamespace.html... Generating ./org/eclipse/ecf/remoteservice/RemoteServiceNamespace.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceReferenceImpl.html... Generating ./org/eclipse/ecf/remoteservice/RemoteServiceReferenceImpl.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl.html... Generating ./org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistryImpl.html... Generating ./org/eclipse/ecf/remoteservice/RemoteServiceRegistryImpl.html... Generating ./org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker.html... Generating ./org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectCreateResponseEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/ReplicaSharedObjectDescription.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/Request.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/Response.html... Generating ./org/eclipse/ecf/remoteservice/rest/RestCall.html... Generating ./org/eclipse/ecf/remoteservice/rest/RestCallableFactory.html... Generating ./org/eclipse/ecf/remoteservice/rest/RestCallFactory.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/RestClientContainer.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/RestClientContainerInstantiator.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/RestClientService.html... Generating ./org/eclipse/ecf/remoteservice/rest/RestException.html... Generating ./org/eclipse/ecf/remoteservice/rest/identity/RestID.html... Generating ./org/eclipse/ecf/remoteservice/rest/identity/RestNamespace.html... Generating ./org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.html... Generating ./org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.RSARemoteServiceRegistration.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/SelectContainerException.html... Generating ./org/eclipse/ecf/filetransfer/SendFileTransferException.html... Generating ./org/eclipse/ecf/core/util/SerDTO.html... Generating ./org/eclipse/ecf/core/status/SerializableMultiStatus.html... Generating ./org/eclipse/ecf/core/status/SerializableStatus.html... Generating ./org/eclipse/ecf/remoteservice/eventadmin/serialization/SerializationHandler.html... Generating ./org/eclipse/ecf/provider/comm/tcp/Server.html... Generating ./org/eclipse/ecf/core/util/SerVersion.html... Generating ./org/eclipse/ecf/provider/generic/ServerSOContainer.html... Generating ./org/eclipse/ecf/discovery/ServiceContainerEvent.html... Generating ./org/eclipse/ecf/discovery/identity/ServiceID.html... Generating ./org/eclipse/ecf/discovery/identity/ServiceIDFactory.html... Generating ./org/eclipse/ecf/discovery/ServiceInfo.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/ServiceInfoFactory.html... Generating ./org/eclipse/ecf/discovery/ServiceProperties.html... Generating ./org/eclipse/ecf/discovery/ServiceTypeContainerEvent.html... Generating ./org/eclipse/ecf/discovery/identity/ServiceTypeID.html... Generating ./org/eclipse/ecf/remoteservice/servlet/ServletServerContainer.html... Generating ./org/eclipse/ecf/remoteservice/servlet/ServletServerContainerInstantiator.html... Generating ./org/eclipse/ecf/core/sharedobject/model/SharedModel.html... Generating ./org/eclipse/ecf/core/sharedobject/model/SharedModel.Property.html... Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectActivatedEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectAddAbortException.html... Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectAddException.html... Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectCallEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectCommitEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectConnectException.html... Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectContainerFactory.html... Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectCreateException.html... Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectDeactivatedEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectDescription.html... Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectDisconnectException.html... Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectFactory.html... Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectInitException.html... Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerAddEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerConnectEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerCreateEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerDisconnectEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerRemoveEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectMsg.html... Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectMsgEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectMsgEventProcessor.html... Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectTypeDescription.html... Generating ./org/eclipse/ecf/core/sharedobject/util/SimpleFIFOQueue.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/SocketClosedEvent.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/SocketConnectedEvent.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/SocketCreatedEvent.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventSource.html... Generating ./org/eclipse/ecf/provider/comm/tcp/SocketFactory.html... Generating ./org/eclipse/ecf/provider/generic/SOConfig.html... Generating ./org/eclipse/ecf/provider/generic/SOConnector.html... Generating ./org/eclipse/ecf/provider/generic/SOContainer.html... Generating ./org/eclipse/ecf/provider/generic/SOContainerConfig.html... Generating ./org/eclipse/ecf/provider/generic/SOContainerGroup.html... Generating ./org/eclipse/ecf/provider/generic/SOContext.html... Generating ./org/eclipse/ecf/provider/generic/SOManager.html... Generating ./org/eclipse/ecf/provider/generic/SOWrapper.html... Generating ./org/eclipse/ecf/provider/generic/SOWrapper.DisposeEvent.html... Generating ./org/eclipse/ecf/provider/generic/SOWrapper.ProcEvent.html... Generating ./org/eclipse/ecf/provider/comm/tcp/SSLClient.html... Generating ./org/eclipse/ecf/provider/generic/SSLClientSOContainer.html... Generating ./org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.html... Generating ./org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.GenericContainerArgs.html... Generating ./org/eclipse/ecf/provider/generic/SSLServerSOContainer.html... Generating ./org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup.html... Generating ./org/eclipse/ecf/remoteservice/util/StreamUtil.html... Generating ./org/eclipse/ecf/core/identity/StringID.html... Generating ./org/eclipse/ecf/core/identity/StringID.StringIDNamespace.html... Generating ./org/eclipse/ecf/remoteservice/client/StringParameterSerializer.html... Generating ./org/eclipse/ecf/core/util/StringUtils.html... Generating ./org/eclipse/ecf/provider/comm/SynchEvent.html... Generating ./org/eclipse/ecf/provider/comm/tcp/SynchMessage.html... Generating ./org/eclipse/ecf/core/util/SystemLogService.html... Generating ./org/eclipse/ecf/provider/generic/TCPClientSOContainer.html... Generating ./org/eclipse/ecf/provider/generic/TCPServerSOContainer.html... Generating ./org/eclipse/ecf/provider/generic/TCPServerSOContainerGroup.html... Generating ./org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl.html... Generating ./org/osgi/service/remoteserviceadmin/namespace/TopologyNamespace.html... Generating ./org/eclipse/ecf/core/util/Trace.html... Generating ./org/eclipse/ecf/core/sharedobject/TransactionSharedObject.html... Generating ./org/eclipse/ecf/core/sharedobject/TransactionSharedObjectConfiguration.html... Generating ./org/eclipse/ecf/core/sharedobject/TwoPhaseCommitEventProcessor.html... Generating ./org/eclipse/ecf/core/security/UnsupportedCallbackException.html... Generating ./org/eclipse/ecf/core/identity/URIID.html... Generating ./org/eclipse/ecf/core/identity/URIID.URIIDNamespace.html... Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFileAttributes.html... Generating ./org/eclipse/ecf/filetransfer/UserCancelledException.html... Generating ./org/eclipse/ecf/core/identity/UuID.html... Generating ./org/eclipse/ecf/core/identity/UuID.UuIDNamespace.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/XMLRemoteResponseDeserializer.html... Generating ./org/eclipse/ecf/console/package-summary.html... Generating ./org/eclipse/ecf/console/package-tree.html... Generating ./org/eclipse/ecf/core/package-summary.html... Generating ./org/eclipse/ecf/core/package-tree.html... Generating ./org/eclipse/ecf/core/events/package-summary.html... Generating ./org/eclipse/ecf/core/events/package-tree.html... Generating ./org/eclipse/ecf/core/identity/package-summary.html... Generating ./org/eclipse/ecf/core/identity/package-tree.html... Generating ./org/eclipse/ecf/core/jobs/package-summary.html... Generating ./org/eclipse/ecf/core/jobs/package-tree.html... Generating ./org/eclipse/ecf/core/provider/package-summary.html... Generating ./org/eclipse/ecf/core/provider/package-tree.html... Generating ./org/eclipse/ecf/core/security/package-summary.html... Generating ./org/eclipse/ecf/core/security/package-tree.html... Generating ./org/eclipse/ecf/core/sharedobject/package-summary.html... Generating ./org/eclipse/ecf/core/sharedobject/package-tree.html... Generating ./org/eclipse/ecf/core/sharedobject/events/package-summary.html... Generating ./org/eclipse/ecf/core/sharedobject/events/package-tree.html... Generating ./org/eclipse/ecf/core/sharedobject/model/package-summary.html... Generating ./org/eclipse/ecf/core/sharedobject/model/package-tree.html... Generating ./org/eclipse/ecf/core/sharedobject/provider/package-summary.html... Generating ./org/eclipse/ecf/core/sharedobject/provider/package-tree.html... Generating ./org/eclipse/ecf/core/sharedobject/security/package-summary.html... Generating ./org/eclipse/ecf/core/sharedobject/security/package-tree.html... Generating ./org/eclipse/ecf/core/sharedobject/util/package-summary.html... Generating ./org/eclipse/ecf/core/sharedobject/util/package-tree.html... Generating ./org/eclipse/ecf/core/status/package-summary.html... Generating ./org/eclipse/ecf/core/status/package-tree.html... Generating ./org/eclipse/ecf/core/util/package-summary.html... Generating ./org/eclipse/ecf/core/util/package-tree.html... Generating ./org/eclipse/ecf/core/util/reflection/package-summary.html... Generating ./org/eclipse/ecf/core/util/reflection/package-tree.html... Generating ./org/eclipse/ecf/discovery/package-summary.html... Generating ./org/eclipse/ecf/discovery/package-tree.html... Generating ./org/eclipse/ecf/discovery/identity/package-summary.html... Generating ./org/eclipse/ecf/discovery/identity/package-tree.html... Generating ./org/eclipse/ecf/discovery/service/package-summary.html... Generating ./org/eclipse/ecf/discovery/service/package-tree.html... Generating ./org/eclipse/ecf/filetransfer/package-summary.html... Generating ./org/eclipse/ecf/filetransfer/package-tree.html... Generating ./org/eclipse/ecf/filetransfer/events/package-summary.html... Generating ./org/eclipse/ecf/filetransfer/events/package-tree.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/package-summary.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/package-tree.html... Generating ./org/eclipse/ecf/filetransfer/events/socketfactory/package-summary.html... Generating ./org/eclipse/ecf/filetransfer/events/socketfactory/package-tree.html... Generating ./org/eclipse/ecf/filetransfer/identity/package-summary.html... Generating ./org/eclipse/ecf/filetransfer/identity/package-tree.html... Generating ./org/eclipse/ecf/filetransfer/service/package-summary.html... Generating ./org/eclipse/ecf/filetransfer/service/package-tree.html... Generating ./org/eclipse/ecf/osgi/services/distribution/package-summary.html... Generating ./org/eclipse/ecf/osgi/services/distribution/package-tree.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/package-summary.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/package-tree.html... Generating ./org/eclipse/ecf/provider/comm/package-summary.html... Generating ./org/eclipse/ecf/provider/comm/package-tree.html... Generating ./org/eclipse/ecf/provider/comm/tcp/package-summary.html... Generating ./org/eclipse/ecf/provider/comm/tcp/package-tree.html... Generating ./org/eclipse/ecf/provider/dnssd/package-summary.html... Generating ./org/eclipse/ecf/provider/dnssd/package-tree.html... Generating ./org/eclipse/ecf/provider/filetransfer/package-summary.html... Generating ./org/eclipse/ecf/provider/filetransfer/package-tree.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/package-summary.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/package-tree.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/package-summary.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/package-tree.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/package-summary.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/package-tree.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient5/package-summary.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient5/package-tree.html... Generating ./org/eclipse/ecf/provider/filetransfer/identity/package-summary.html... Generating ./org/eclipse/ecf/provider/filetransfer/identity/package-tree.html... Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/package-summary.html... Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/package-tree.html... Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/package-summary.html... Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/package-tree.html... Generating ./org/eclipse/ecf/provider/filetransfer/util/package-summary.html... Generating ./org/eclipse/ecf/provider/filetransfer/util/package-tree.html... Generating ./org/eclipse/ecf/provider/generic/package-summary.html... Generating ./org/eclipse/ecf/provider/generic/package-tree.html... Generating ./org/eclipse/ecf/provider/generic/gmm/package-summary.html... Generating ./org/eclipse/ecf/provider/generic/gmm/package-tree.html... Generating ./org/eclipse/ecf/provider/jslp/container/package-summary.html... Generating ./org/eclipse/ecf/provider/jslp/container/package-tree.html... Generating ./org/eclipse/ecf/provider/jslp/identity/package-summary.html... Generating ./org/eclipse/ecf/provider/jslp/identity/package-tree.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/package-summary.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/package-tree.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/package-summary.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/package-tree.html... Generating ./org/eclipse/ecf/provider/util/package-summary.html... Generating ./org/eclipse/ecf/provider/util/package-tree.html... Generating ./org/eclipse/ecf/remoteservice/package-summary.html... Generating ./org/eclipse/ecf/remoteservice/package-tree.html... Generating ./org/eclipse/ecf/remoteservice/asyncproxy/package-summary.html... Generating ./org/eclipse/ecf/remoteservice/asyncproxy/package-tree.html... Generating ./org/eclipse/ecf/remoteservice/client/package-summary.html... Generating ./org/eclipse/ecf/remoteservice/client/package-tree.html... Generating ./org/eclipse/ecf/remoteservice/eventadmin/package-summary.html... Generating ./org/eclipse/ecf/remoteservice/eventadmin/package-tree.html... Generating ./org/eclipse/ecf/remoteservice/eventadmin/serialization/package-summary.html... Generating ./org/eclipse/ecf/remoteservice/eventadmin/serialization/package-tree.html... Generating ./org/eclipse/ecf/remoteservice/events/package-summary.html... Generating ./org/eclipse/ecf/remoteservice/events/package-tree.html... Generating ./org/eclipse/ecf/remoteservice/provider/package-summary.html... Generating ./org/eclipse/ecf/remoteservice/provider/package-tree.html... Generating ./org/eclipse/ecf/remoteservice/rest/package-summary.html... Generating ./org/eclipse/ecf/remoteservice/rest/package-tree.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/package-summary.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/package-tree.html... Generating ./org/eclipse/ecf/remoteservice/rest/identity/package-summary.html... Generating ./org/eclipse/ecf/remoteservice/rest/identity/package-tree.html... Generating ./org/eclipse/ecf/remoteservice/rest/util/package-summary.html... Generating ./org/eclipse/ecf/remoteservice/rest/util/package-tree.html... Generating ./org/eclipse/ecf/remoteservice/servlet/package-summary.html... Generating ./org/eclipse/ecf/remoteservice/servlet/package-tree.html... Generating ./org/eclipse/ecf/remoteservice/util/package-summary.html... Generating ./org/eclipse/ecf/remoteservice/util/package-tree.html... Generating ./org/eclipse/ecf/remoteservice/util/tracker/package-summary.html... Generating ./org/eclipse/ecf/remoteservice/util/tracker/package-tree.html... Generating ./org/osgi/service/remoteserviceadmin/package-summary.html... Generating ./org/osgi/service/remoteserviceadmin/package-tree.html... Generating ./org/osgi/service/remoteserviceadmin/namespace/package-summary.html... Generating ./org/osgi/service/remoteserviceadmin/namespace/package-tree.html... Generating ./constant-values.html... Generating ./serialized-form.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/Activator.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/Activator.DnsSdServiceFactory.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/BnRDnsSdServiceTypeID.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/ContainerInstantiator.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdDebugOptions.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryAdvertiser.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryContainerAdapter.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryContainerAdapter.SRVRecordComparator.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryException.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryLocator.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdNamespace.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdServiceID.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdServiceTypeID.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/IDnsSdDiscoveryConstants.html... Generating ./org/eclipse/ecf/provider/dnssd/class-use/Messages.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractConsumerContainerSelector.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractContainerSelector.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractHostContainerSelector.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractMetadataFactory.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractTopologyManager.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/ConsumerContainerSelector.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/DebugRemoteServiceAdminListener.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/DiscoveredEndpointDescription.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/DiscoveredEndpointDescriptionFactory.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EDEFProperties.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EDEFProperties.Value.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescription.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionLocator.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionLocator.EndpointListenerHolder.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionLocator.EndpointEventListenerHolder.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionParseException.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionReader.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.ArrayProperty.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.ListProperty.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.SetProperty.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.MultiValueProperty.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.XmlProperty.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.ComplexProperty.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/HostContainerSelector.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IConsumerContainerSelector.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IDiscoveredEndpointDescriptionFactory.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IEndpointDescriptionLocator.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IEndpointDescriptionReader.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IHostContainerSelector.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IServiceInfoFactory.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/ITopologyManager.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteConstants.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteReferenceNotFoundException.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.RemoteServiceAdminEvent.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ProxyClassLoader.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ImportReference.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ImportRegistration.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ExportReference.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ExportRegistration.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/SelectContainerException.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/ServiceInfoFactory.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/TopologyManager.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/TopologyManagerImpl.html... Generating ./org/eclipse/ecf/core/identity/class-use/BaseID.html... Generating ./org/eclipse/ecf/core/identity/class-use/GUID.html... Generating ./org/eclipse/ecf/core/identity/class-use/GUID.GUIDNamespace.html... Generating ./org/eclipse/ecf/core/identity/class-use/ID.html... Generating ./org/eclipse/ecf/core/identity/class-use/IDCreateException.html... Generating ./org/eclipse/ecf/core/identity/class-use/IDFactory.html... Generating ./org/eclipse/ecf/core/identity/class-use/IIDFactory.html... Generating ./org/eclipse/ecf/core/identity/class-use/IIdentifiable.html... Generating ./org/eclipse/ecf/core/identity/class-use/IResourceID.html... Generating ./org/eclipse/ecf/core/identity/class-use/LongID.html... Generating ./org/eclipse/ecf/core/identity/class-use/LongID.LongNamespace.html... Generating ./org/eclipse/ecf/core/identity/class-use/Namespace.html... Generating ./org/eclipse/ecf/core/identity/class-use/NamespacePermission.html... Generating ./org/eclipse/ecf/core/identity/class-use/StringID.html... Generating ./org/eclipse/ecf/core/identity/class-use/StringID.StringIDNamespace.html... Generating ./org/eclipse/ecf/core/identity/class-use/URIID.html... Generating ./org/eclipse/ecf/core/identity/class-use/URIID.URIIDNamespace.html... Generating ./org/eclipse/ecf/core/identity/class-use/UuID.html... Generating ./org/eclipse/ecf/core/identity/class-use/UuID.UuIDNamespace.html... Generating ./org/eclipse/ecf/core/util/class-use/AbstractFactory.html... Generating ./org/eclipse/ecf/core/util/class-use/AdapterManagerTracker.html... Generating ./org/eclipse/ecf/core/util/class-use/Base64.html... Generating ./org/eclipse/ecf/core/util/class-use/BundleStarter.html... Generating ./org/eclipse/ecf/core/util/class-use/ECFException.html... Generating ./org/eclipse/ecf/core/util/class-use/ECFRuntimeException.html... Generating ./org/eclipse/ecf/core/util/class-use/ExtensionRegistryRunnable.html... Generating ./org/eclipse/ecf/core/util/class-use/IDFactoryTracker.html... Generating ./org/eclipse/ecf/core/util/class-use/LogHelper.html... Generating ./org/eclipse/ecf/core/util/class-use/PlatformHelper.html... Generating ./org/eclipse/ecf/core/util/class-use/StringUtils.html... Generating ./org/eclipse/ecf/core/util/class-use/SystemLogService.html... Generating ./org/eclipse/ecf/core/util/class-use/Trace.html... Generating ./org/eclipse/ecf/core/util/class-use/AdapterContainerFilter.html... Generating ./org/eclipse/ecf/core/util/class-use/BundleClassResolver.html... Generating ./org/eclipse/ecf/core/util/class-use/ClassResolverObjectInputStream.html... Generating ./org/eclipse/ecf/core/util/class-use/ConnectedContainerFilter.html... Generating ./org/eclipse/ecf/core/util/class-use/ContainerFactoryTracker.html... Generating ./org/eclipse/ecf/core/util/class-use/ContainerManagerTracker.html... Generating ./org/eclipse/ecf/core/util/class-use/Event.html... Generating ./org/eclipse/ecf/core/util/class-use/IClassResolver.html... Generating ./org/eclipse/ecf/core/util/class-use/IContainerFilter.html... Generating ./org/eclipse/ecf/core/util/class-use/IEventProcessor.html... Generating ./org/eclipse/ecf/core/util/class-use/IExceptionHandler.html... Generating ./org/eclipse/ecf/core/util/class-use/OSGIObjectInputStream.html... Generating ./org/eclipse/ecf/core/util/class-use/OSGIObjectOutputStream.html... Generating ./org/eclipse/ecf/core/util/class-use/OSGIObjectStreamConstants.html... Generating ./org/eclipse/ecf/core/util/class-use/Proxy.html... Generating ./org/eclipse/ecf/core/util/class-use/Proxy.Type.html... Generating ./org/eclipse/ecf/core/util/class-use/ProxyAddress.html... Generating ./org/eclipse/ecf/core/util/class-use/SerDTO.html... Generating ./org/eclipse/ecf/core/util/class-use/SerVersion.html... Generating ./org/eclipse/ecf/filetransfer/class-use/BrowseFileTransferException.html... Generating ./org/eclipse/ecf/filetransfer/class-use/FileTransferInfo.html... Generating ./org/eclipse/ecf/filetransfer/class-use/FileTransferJob.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IFileRangeSpecification.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IFileTransfer.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IFileTransferInfo.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IFileTransferListener.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IFileTransferPausable.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IFileTransferRateControl.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IFileTransferRunnable.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IIncomingFileTransfer.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IIncomingFileTransferRequestListener.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IOutgoingFileTransfer.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IRemoteFile.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IRemoteFileAttributes.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IRemoteFileInfo.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IRemoteFileSystemBrowserContainerAdapter.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IRemoteFileSystemListener.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IRemoteFileSystemRequest.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IRetrieveFileTransferContainerAdapter.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IRetrieveFileTransferOptions.html... Generating ./org/eclipse/ecf/filetransfer/class-use/ISendFileTransferContainerAdapter.html... Generating ./org/eclipse/ecf/filetransfer/class-use/ISendFileTransferOptions.html... Generating ./org/eclipse/ecf/filetransfer/class-use/IncomingFileTransferException.html... Generating ./org/eclipse/ecf/filetransfer/class-use/InvalidFileRangeSpecificationException.html... Generating ./org/eclipse/ecf/filetransfer/class-use/RemoteFileSystemException.html... Generating ./org/eclipse/ecf/filetransfer/class-use/SendFileTransferException.html... Generating ./org/eclipse/ecf/filetransfer/class-use/UserCancelledException.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IFileTransferConnectStartEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IFileTransferEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IFileTransferRequestEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveDataEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveDoneEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceivePausedEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveResumedEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveStartEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferResponseEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendDataEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendDoneEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendPausedEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendResumedEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IRemoteFileSystemBrowseEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/class-use/IRemoteFileSystemEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketClosedEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketConnectedEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketCreatedEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketEvent.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketEventSource.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketListener.html... Generating ./org/eclipse/ecf/filetransfer/events/socketfactory/class-use/INonconnectedSocketFactory.html... Generating ./org/eclipse/ecf/filetransfer/identity/class-use/FileCreateException.html... Generating ./org/eclipse/ecf/filetransfer/identity/class-use/FileIDFactory.html... Generating ./org/eclipse/ecf/filetransfer/identity/class-use/IFileID.html... Generating ./org/eclipse/ecf/filetransfer/identity/class-use/IFileIDFactory.html... Generating ./org/eclipse/ecf/filetransfer/service/class-use/IRemoteFileSystemBrowser.html... Generating ./org/eclipse/ecf/filetransfer/service/class-use/IRemoteFileSystemBrowserFactory.html... Generating ./org/eclipse/ecf/filetransfer/service/class-use/IRetrieveFileTransfer.html... Generating ./org/eclipse/ecf/filetransfer/service/class-use/IRetrieveFileTransferFactory.html... Generating ./org/eclipse/ecf/filetransfer/service/class-use/ISendFileTransfer.html... Generating ./org/eclipse/ecf/filetransfer/service/class-use/ISendFileTransferFactory.html... Generating ./org/eclipse/ecf/osgi/services/distribution/class-use/IDistributionConstants.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientBrowseFileTransferFactory.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientFileSystemBrowser.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientOptions.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientRetrieveFileTransfer.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientRetrieveFileTransferFactory.html... Generating ./org/eclipse/ecf/provider/comm/class-use/AsynchEvent.html... Generating ./org/eclipse/ecf/provider/comm/class-use/ConnectionCreateException.html... Generating ./org/eclipse/ecf/provider/comm/class-use/ConnectionEvent.html... Generating ./org/eclipse/ecf/provider/comm/class-use/DisconnectEvent.html... Generating ./org/eclipse/ecf/provider/comm/class-use/IAsynchConnection.html... Generating ./org/eclipse/ecf/provider/comm/class-use/IAsynchEventHandler.html... Generating ./org/eclipse/ecf/provider/comm/class-use/IConnectRequestHandler.html... Generating ./org/eclipse/ecf/provider/comm/class-use/IConnection.html... Generating ./org/eclipse/ecf/provider/comm/class-use/IConnectionListener.html... Generating ./org/eclipse/ecf/provider/comm/class-use/ISynchAsynchConnection.html... Generating ./org/eclipse/ecf/provider/comm/class-use/ISynchAsynchEventHandler.html... Generating ./org/eclipse/ecf/provider/comm/class-use/ISynchConnection.html... Generating ./org/eclipse/ecf/provider/comm/class-use/ISynchEventHandler.html... Generating ./org/eclipse/ecf/provider/comm/class-use/SynchEvent.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/AsynchMessage.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/Client.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/ConnectRequestMessage.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/ConnectResultMessage.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/ExObjectInputStream.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/ExObjectOutputStream.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/IClientSocketFactory.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/IServerSocketFactory.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/ISocketAcceptHandler.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/PingMessage.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/PingResponseMessage.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/SSLClient.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/Server.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/SocketFactory.html... Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/SynchMessage.html... Generating ./org/eclipse/ecf/provider/generic/class-use/ClientSOContainer.html... Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.html... Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.LeaveGroupMessage.html... Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.JoinGroupMessage.html... Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.SharedObjectDisposeMessage.html... Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.SharedObjectMessage.html... Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.CreateResponseMessage.html... Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.CreateMessage.html... Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.ViewChangeMessage.html... Generating ./org/eclipse/ecf/provider/generic/class-use/GenericContainerInstantiator.html... Generating ./org/eclipse/ecf/provider/generic/class-use/GenericContainerInstantiator.GenericContainerArgs.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SOConfig.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SOConnector.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SOContainer.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SOContainerConfig.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SOContainerGroup.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SOContext.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SOManager.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SOWrapper.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SOWrapper.DisposeEvent.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SOWrapper.ProcEvent.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SSLClientSOContainer.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SSLGenericContainerInstantiator.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SSLGenericContainerInstantiator.GenericContainerArgs.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SSLServerSOContainer.html... Generating ./org/eclipse/ecf/provider/generic/class-use/SSLServerSOContainerGroup.html... Generating ./org/eclipse/ecf/provider/generic/class-use/ServerSOContainer.html... Generating ./org/eclipse/ecf/provider/generic/class-use/TCPClientSOContainer.html... Generating ./org/eclipse/ecf/provider/generic/class-use/TCPServerSOContainer.html... Generating ./org/eclipse/ecf/provider/generic/class-use/TCPServerSOContainerGroup.html... Generating ./org/eclipse/ecf/provider/generic/gmm/class-use/GMMImpl.html... Generating ./org/eclipse/ecf/provider/generic/gmm/class-use/Member.html... Generating ./org/eclipse/ecf/provider/generic/gmm/class-use/MemberChanged.html... Generating ./org/eclipse/ecf/provider/util/class-use/IClassLoaderMapper.html... Generating ./org/eclipse/ecf/provider/util/class-use/IdentifiableObjectInputStream.html... Generating ./org/eclipse/ecf/provider/util/class-use/IdentifiableObjectOutputStream.html... Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/HttpServiceComponent.html... Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/IRemoteCallParameterDeserializer.html... Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/IRemoteCallResponseSerializer.html... Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/ObjectSerializationParameterDeserializer.html... Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/ObjectSerializationResponseSerializer.html... Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/RemoteServiceHttpServlet.html... Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/ServletServerContainer.html... Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/ServletServerContainerInstantiator.html... Generating ./org/eclipse/ecf/remoteservice/asyncproxy/class-use/AbstractAsyncProxyRemoteCall.html... Generating ./org/eclipse/ecf/remoteservice/asyncproxy/class-use/AbstractAsyncProxyRemoteService.html... Generating ./org/eclipse/ecf/remoteservice/asyncproxy/class-use/AsyncReturnUtil.html... Generating ./org/eclipse/ecf/remoteservice/asyncproxy/class-use/IAsyncProxyCompletable.html... Generating ./org/eclipse/ecf/provider/filetransfer/class-use/IFileTransferProtocolToFactoryMapper.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/AbstractFileSystemBrowser.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/AbstractFileSystemBrowser.RemoteFileSystemRequest.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/AbstractFileSystemBrowser.DirectoryJob.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/LocalFileSystemBrowser.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/LocalRemoteFile.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/LocalRemoteFileAttributes.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/MultiProtocolFileSystemBrowserAdapter.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/MultiProtocolFileSystemBrowserAdapterFactory.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/URLFileSystemBrowser.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/URLRemoteFile.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/URLRemoteFileAttributes.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/class-use/AbstractSocketEvent.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/class-use/AbstractSocketWrapper.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketClosedEvent.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketConnectedEvent.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketCreatedEvent.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketEventCreateUtil.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketEventSource.html... Generating ./org/eclipse/ecf/provider/filetransfer/identity/class-use/FileTransferID.html... Generating ./org/eclipse/ecf/provider/filetransfer/identity/class-use/FileTransferNamespace.html... Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/class-use/AbstractOutgoingFileTransfer.html... Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/class-use/AbstractUrlConnectionOutgoingFileTransfer.html... Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/class-use/LocalFileOutgoingFileTransfer.html... Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/class-use/MultiProtocolOutgoingAdapter.html... Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/class-use/MultiProtocolOutgoingAdapterFactory.html... Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/class-use/AbstractRetrieveFileTransfer.html... Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/class-use/HttpHelper.html... Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/class-use/MultiProtocolRetrieveAdapter.html... Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/class-use/MultiProtocolRetrieveAdapterFactory.html... Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/class-use/UrlConnectionRetrieveFileTransfer.html... Generating ./org/eclipse/ecf/provider/filetransfer/util/class-use/JREProxyHelper.html... Generating ./org/eclipse/ecf/provider/filetransfer/util/class-use/PollingInputStream.html... Generating ./org/eclipse/ecf/provider/filetransfer/util/class-use/ProxySetupHelper.html... Generating ./org/eclipse/ecf/provider/filetransfer/util/class-use/TimeoutInputStream.html... Generating ./org/eclipse/ecf/remoteservice/class-use/AbstractRSAContainer.html... Generating ./org/eclipse/ecf/remoteservice/class-use/AbstractRemoteCallListener.html... Generating ./org/eclipse/ecf/remoteservice/class-use/AbstractRemoteService.html... Generating ./org/eclipse/ecf/remoteservice/class-use/AbstractRemoteService.AsyncArgs.html... Generating ./org/eclipse/ecf/remoteservice/class-use/AbstractRemoteService.ProxyClassLoader.html... Generating ./org/eclipse/ecf/remoteservice/class-use/AsyncMethod.html... Generating ./org/eclipse/ecf/remoteservice/class-use/AsyncService.html... Generating ./org/eclipse/ecf/remoteservice/class-use/CallbackRemoteCallListener.html... Generating ./org/eclipse/ecf/remoteservice/class-use/Constants.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IAsyncCallback.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IAsyncRemoteServiceProxy.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IExtendedRemoteServiceRegistration.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IOSGiRemoteServiceContainerAdapter.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRSAConsumerContainerAdapter.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRegistrationListener.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteCall.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteCallListener.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteFilter.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteService.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceCallPolicy.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceConsumer.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceContainer.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceContainerAdapter.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceHost.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceID.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceImplDebugOptions.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceListener.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceProxy.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceProxyCreator.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceReference.html... Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceRegistration.html... Generating ./org/eclipse/ecf/remoteservice/class-use/RSARemoteServiceContainerAdapter.html... Generating ./org/eclipse/ecf/remoteservice/class-use/RSARemoteServiceContainerAdapter.RSARemoteServiceRegistration.html... Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteCall.html... Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteCallFactory.html... Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceContainer.html... Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceContainerAdapterImpl.html... Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceFilterImpl.html... Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceHelper.html... Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceID.html... Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceNamespace.html... Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceReferenceImpl.html... Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceRegistrationImpl.html... Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceRegistryImpl.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractClientContainer.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractClientService.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractClientService.UriRequest.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractClientService.AsyncResult.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractParameterSerializer.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientContainer.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientContainer.RSAClientRegistration.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientService.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientService.RSARemoteCall.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallParameter.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallParameterSerializer.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallable.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallableRequestType.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/IRemoteResponseDeserializer.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/IRemoteServiceClientContainerAdapter.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/IRemoteServiceFactory.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteCallParameter.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteCallParameter.Builder.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteCallParameterFactory.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteCallable.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteCallable.Builder.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteCallableFactory.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteServiceClientReference.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteServiceClientRegistration.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteServiceClientRegistry.html... Generating ./org/eclipse/ecf/remoteservice/client/class-use/StringParameterSerializer.html... Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteCallCompleteEvent.html... Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteCallEvent.html... Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteCallStartEvent.html... Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceChangedEvent.html... Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceEvent.html... Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceReferenceRetrievedEvent.html... Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceRegisteredEvent.html... Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceUnregisteredEvent.html... Generating ./org/eclipse/ecf/remoteservice/provider/class-use/AdapterConfig.html... Generating ./org/eclipse/ecf/remoteservice/provider/class-use/IRemoteServiceDistributionProvider.html... Generating ./org/eclipse/ecf/remoteservice/provider/class-use/PeerRemoteServiceContainerInstantiator.html... Generating ./org/eclipse/ecf/remoteservice/provider/class-use/RemoteServiceContainerInstantiator.html... Generating ./org/eclipse/ecf/remoteservice/provider/class-use/RemoteServiceDistributionProvider.html... Generating ./org/eclipse/ecf/remoteservice/provider/class-use/RemoteServiceDistributionProvider.Builder.html... Generating ./org/eclipse/ecf/remoteservice/util/class-use/AsyncUtil.html... Generating ./org/eclipse/ecf/remoteservice/util/class-use/EndpointDescriptionPropertiesUtil.html... Generating ./org/eclipse/ecf/remoteservice/util/class-use/IDUtil.html... Generating ./org/eclipse/ecf/remoteservice/util/class-use/ObjectSerializationUtil.html... Generating ./org/eclipse/ecf/remoteservice/util/class-use/RemoteCallMethod.html... Generating ./org/eclipse/ecf/remoteservice/util/class-use/RemoteFilterImpl.html... Generating ./org/eclipse/ecf/remoteservice/util/class-use/StreamUtil.html... Generating ./org/eclipse/ecf/remoteservice/util/tracker/class-use/IRemoteServiceTrackerCustomizer.html... Generating ./org/eclipse/ecf/remoteservice/util/tracker/class-use/RemoteServiceTracker.html... Generating ./org/eclipse/ecf/console/class-use/AbstractCommand.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/AddRegistrationRequest.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RegistrySharedObject.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteCallImpl.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteFilterImpl.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceContainer.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceContainerAdapterFactory.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceImpl.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceNamespace.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceReferenceImpl.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceRegistrationImpl.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceRegistryImpl.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/Request.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/Response.html... Generating ./org/eclipse/ecf/discovery/class-use/AbstractDiscoveryContainerAdapter.html... Generating ./org/eclipse/ecf/discovery/class-use/DiscoveryContainerConfig.html... Generating ./org/eclipse/ecf/discovery/class-use/IContainerServiceInfoAdapter.html... Generating ./org/eclipse/ecf/discovery/class-use/IDiscoveryAdvertiser.html... Generating ./org/eclipse/ecf/discovery/class-use/IDiscoveryContainerAdapter.html... Generating ./org/eclipse/ecf/discovery/class-use/IDiscoveryLocator.html... Generating ./org/eclipse/ecf/discovery/class-use/IServiceEvent.html... Generating ./org/eclipse/ecf/discovery/class-use/IServiceInfo.html... Generating ./org/eclipse/ecf/discovery/class-use/IServiceListener.html... Generating ./org/eclipse/ecf/discovery/class-use/IServiceProperties.html... Generating ./org/eclipse/ecf/discovery/class-use/IServiceTypeEvent.html... Generating ./org/eclipse/ecf/discovery/class-use/IServiceTypeListener.html... Generating ./org/eclipse/ecf/discovery/class-use/ServiceContainerEvent.html... Generating ./org/eclipse/ecf/discovery/class-use/ServiceInfo.html... Generating ./org/eclipse/ecf/discovery/class-use/ServiceProperties.html... Generating ./org/eclipse/ecf/discovery/class-use/ServiceTypeContainerEvent.html... Generating ./org/eclipse/ecf/discovery/identity/class-use/IServiceID.html... Generating ./org/eclipse/ecf/discovery/identity/class-use/IServiceIDFactory.html... Generating ./org/eclipse/ecf/discovery/identity/class-use/IServiceTypeID.html... Generating ./org/eclipse/ecf/discovery/identity/class-use/ServiceID.html... Generating ./org/eclipse/ecf/discovery/identity/class-use/ServiceIDFactory.html... Generating ./org/eclipse/ecf/discovery/identity/class-use/ServiceTypeID.html... Generating ./org/eclipse/ecf/discovery/service/class-use/IDiscoveryService.html... Generating ./org/osgi/service/remoteserviceadmin/class-use/EndpointDescription.html... Generating ./org/osgi/service/remoteserviceadmin/class-use/EndpointEvent.html... Generating ./org/osgi/service/remoteserviceadmin/class-use/EndpointEventListener.html... Generating ./org/osgi/service/remoteserviceadmin/class-use/EndpointListener.html... Generating ./org/osgi/service/remoteserviceadmin/class-use/EndpointPermission.html... Generating ./org/osgi/service/remoteserviceadmin/class-use/ExportReference.html... Generating ./org/osgi/service/remoteserviceadmin/class-use/ExportRegistration.html... Generating ./org/osgi/service/remoteserviceadmin/class-use/ImportReference.html... Generating ./org/osgi/service/remoteserviceadmin/class-use/ImportRegistration.html... Generating ./org/osgi/service/remoteserviceadmin/class-use/RemoteConstants.html... Generating ./org/osgi/service/remoteserviceadmin/class-use/RemoteServiceAdmin.html... Generating ./org/osgi/service/remoteserviceadmin/class-use/RemoteServiceAdminEvent.html... Generating ./org/osgi/service/remoteserviceadmin/class-use/RemoteServiceAdminListener.html... Generating ./org/osgi/service/remoteserviceadmin/namespace/class-use/DiscoveryNamespace.html... Generating ./org/osgi/service/remoteserviceadmin/namespace/class-use/DistributionNamespace.html... Generating ./org/osgi/service/remoteserviceadmin/namespace/class-use/TopologyNamespace.html... Generating ./org/eclipse/ecf/remoteservice/eventadmin/class-use/DistributedEventAdmin.html... Generating ./org/eclipse/ecf/remoteservice/eventadmin/class-use/EventMessage.html... Generating ./org/eclipse/ecf/remoteservice/eventadmin/class-use/EventTopicFilter.html... Generating ./org/eclipse/ecf/remoteservice/eventadmin/serialization/class-use/SerializationHandler.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiID.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiNamespace.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiRemoteServiceNamespace.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiWSID.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiWSNamespace.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiWSSNamespace.html... Generating ./org/eclipse/ecf/remoteservice/rest/class-use/IRestCall.html... Generating ./org/eclipse/ecf/remoteservice/rest/class-use/RestCall.html... Generating ./org/eclipse/ecf/remoteservice/rest/class-use/RestCallFactory.html... Generating ./org/eclipse/ecf/remoteservice/rest/class-use/RestCallableFactory.html... Generating ./org/eclipse/ecf/remoteservice/rest/class-use/RestException.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractEntityRequestType.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRequestType.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRestClientContainer.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRestClientContainer.RestRemoteServiceClientRegistration.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRestClientService.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/HttpDeleteRequestType.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/HttpGetRequestType.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/HttpPatchRequestType.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/HttpPostRequestType.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/HttpPutRequestType.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/RestClientContainer.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/RestClientContainerInstantiator.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/RestClientService.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/XMLRemoteResponseDeserializer.html... Generating ./org/eclipse/ecf/remoteservice/rest/identity/class-use/RestID.html... Generating ./org/eclipse/ecf/remoteservice/rest/identity/class-use/RestNamespace.html... Generating ./org/eclipse/ecf/remoteservice/rest/util/class-use/DSPresent.html... Generating ./org/eclipse/ecf/remoteservice/rest/util/class-use/DSUtil.html... Generating ./org/eclipse/ecf/remoteservice/rest/util/class-use/IDSPresent.html... Generating ./org/eclipse/ecf/core/class-use/AbstractContainer.html... Generating ./org/eclipse/ecf/core/class-use/AbstractContainerAdapterFactory.html... Generating ./org/eclipse/ecf/core/class-use/BaseContainer.html... Generating ./org/eclipse/ecf/core/class-use/BaseContainer.Instantiator.html... Generating ./org/eclipse/ecf/core/class-use/ContainerAuthenticationException.html... Generating ./org/eclipse/ecf/core/class-use/ContainerConnectException.html... Generating ./org/eclipse/ecf/core/class-use/ContainerCreateException.html... Generating ./org/eclipse/ecf/core/class-use/ContainerFactory.html... Generating ./org/eclipse/ecf/core/class-use/ContainerTypeDescription.html... Generating ./org/eclipse/ecf/core/class-use/IContainer.html... Generating ./org/eclipse/ecf/core/class-use/IContainerFactory.html... Generating ./org/eclipse/ecf/core/class-use/IContainerListener.html... Generating ./org/eclipse/ecf/core/class-use/IContainerManager.html... Generating ./org/eclipse/ecf/core/class-use/IContainerManagerListener.html... Generating ./org/eclipse/ecf/core/class-use/IReliableContainer.html... Generating ./org/eclipse/ecf/core/events/class-use/ContainerConnectedEvent.html... Generating ./org/eclipse/ecf/core/events/class-use/ContainerConnectingEvent.html... Generating ./org/eclipse/ecf/core/events/class-use/ContainerDisconnectedEvent.html... Generating ./org/eclipse/ecf/core/events/class-use/ContainerDisconnectingEvent.html... Generating ./org/eclipse/ecf/core/events/class-use/ContainerDisposeEvent.html... Generating ./org/eclipse/ecf/core/events/class-use/ContainerEjectedEvent.html... Generating ./org/eclipse/ecf/core/events/class-use/IContainerConnectedEvent.html... Generating ./org/eclipse/ecf/core/events/class-use/IContainerConnectingEvent.html... Generating ./org/eclipse/ecf/core/events/class-use/IContainerDisconnectedEvent.html... Generating ./org/eclipse/ecf/core/events/class-use/IContainerDisconnectingEvent.html... Generating ./org/eclipse/ecf/core/events/class-use/IContainerDisposeEvent.html... Generating ./org/eclipse/ecf/core/events/class-use/IContainerEjectedEvent.html... Generating ./org/eclipse/ecf/core/events/class-use/IContainerEvent.html... Generating ./org/eclipse/ecf/core/jobs/class-use/JobsExecutor.html... Generating ./org/eclipse/ecf/core/provider/class-use/BaseContainerInstantiator.html... Generating ./org/eclipse/ecf/core/provider/class-use/BaseRemoteServiceContainerInstantiator.html... Generating ./org/eclipse/ecf/core/provider/class-use/ContainerInstantiatorUtils.html... Generating ./org/eclipse/ecf/core/provider/class-use/ContainerIntentException.html... Generating ./org/eclipse/ecf/core/provider/class-use/IContainerInstantiator.html... Generating ./org/eclipse/ecf/core/provider/class-use/IRemoteServiceContainerInstantiator.html... Generating ./org/eclipse/ecf/core/security/class-use/BooleanCallback.html... Generating ./org/eclipse/ecf/core/security/class-use/Callback.html... Generating ./org/eclipse/ecf/core/security/class-use/CallbackHandler.html... Generating ./org/eclipse/ecf/core/security/class-use/ConnectContextFactory.html... Generating ./org/eclipse/ecf/core/security/class-use/IConnectContext.html... Generating ./org/eclipse/ecf/core/security/class-use/IConnectHandlerPolicy.html... Generating ./org/eclipse/ecf/core/security/class-use/IConnectInitiatorPolicy.html... Generating ./org/eclipse/ecf/core/security/class-use/IContainerPolicy.html... Generating ./org/eclipse/ecf/core/security/class-use/NameCallback.html... Generating ./org/eclipse/ecf/core/security/class-use/ObjectCallback.html... Generating ./org/eclipse/ecf/core/security/class-use/PassphraseCallback.html... Generating ./org/eclipse/ecf/core/security/class-use/PasswordCallback.html... Generating ./org/eclipse/ecf/core/security/class-use/UnsupportedCallbackException.html... Generating ./org/eclipse/ecf/core/status/class-use/SerializableMultiStatus.html... Generating ./org/eclipse/ecf/core/status/class-use/SerializableStatus.html... Generating ./org/eclipse/ecf/core/util/reflection/class-use/ClassUtil.html... Generating ./org/eclipse/ecf/provider/jslp/container/class-use/ContainerInstantiator.html... Generating ./org/eclipse/ecf/provider/jslp/container/class-use/JSLPDiscoveryContainer.html... Generating ./org/eclipse/ecf/provider/jslp/container/class-use/JSLPServiceInfo.html... Generating ./org/eclipse/ecf/provider/jslp/identity/class-use/JSLPNamespace.html... Generating ./org/eclipse/ecf/provider/jslp/identity/class-use/JSLPServiceID.html... Generating ./org/eclipse/ecf/provider/jslp/identity/class-use/JSLPServiceTypeID.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/AbstractSharedObjectContainerAdapterFactory.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/BaseSharedObject.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/IReplicaSharedObjectDescriptionFactory.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObject.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectConfig.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectConnector.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainer.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerClient.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerConfig.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerFactory.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerGroupManager.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerTransaction.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContext.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectFactory.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectManager.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectTransactionConfig.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectTransactionParticipantsFilter.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/OptimisticSharedObject.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/ReplicaSharedObjectDescription.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectAddAbortException.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectAddException.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectConnectException.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectContainerFactory.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectCreateException.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectDescription.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectDisconnectException.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectFactory.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectInitException.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectMsg.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectMsgEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectMsgEventProcessor.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectTypeDescription.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/TransactionSharedObject.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/TransactionSharedObjectConfiguration.html... Generating ./org/eclipse/ecf/core/sharedobject/class-use/TwoPhaseCommitEventProcessor.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ContainerSharedObjectMessageReceivingEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ContainerSharedObjectMessageSendingEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/IContainerSharedObjectMessageReceivingEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/IContainerSharedObjectMessageSendingEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectActivatedEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectCallEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectCommitEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectCreateResponseEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectDeactivatedEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectManagerConnectionEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectManagerEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectMessageEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectMessageListener.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/RemoteSharedObjectCreateResponseEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/RemoteSharedObjectEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectActivatedEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectCallEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectCommitEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectDeactivatedEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerAddEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerConnectEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerCreateEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerDisconnectEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerRemoveEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelListener.html... Generating ./org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelPropertyAddEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelPropertyRemoveEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelPropertyValueChangeEvent.html... Generating ./org/eclipse/ecf/core/sharedobject/model/class-use/SharedModel.html... Generating ./org/eclipse/ecf/core/sharedobject/model/class-use/SharedModel.Property.html... Generating ./org/eclipse/ecf/core/sharedobject/provider/class-use/ISharedObjectInstantiator.html... Generating ./org/eclipse/ecf/core/sharedobject/security/class-use/ISharedObjectPolicy.html... Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/IEnqueueProcessor.html... Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/IQueue.html... Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/IQueueDequeue.html... Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/IQueueEnqueue.html... Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/ISharedObjectMessageSerializer.html... Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/ISimpleFIFOQueue.html... Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/PropertiesUtil.html... Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/QueueEnqueueImpl.html... Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/QueueException.html... Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/SimpleFIFOQueue.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient5/class-use/HttpClientBrowseFileTransferFactory.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient5/class-use/HttpClientFileSystemBrowser.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient5/class-use/HttpClientOptions.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient5/class-use/HttpClientRetrieveFileTransfer.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient5/class-use/HttpClientRetrieveFileTransferFactory.html... Generating ./org/eclipse/ecf/console/package-use.html... Generating ./org/eclipse/ecf/core/package-use.html... Generating ./org/eclipse/ecf/core/events/package-use.html... Generating ./org/eclipse/ecf/core/identity/package-use.html... Generating ./org/eclipse/ecf/core/jobs/package-use.html... Generating ./org/eclipse/ecf/core/provider/package-use.html... Generating ./org/eclipse/ecf/core/security/package-use.html... Generating ./org/eclipse/ecf/core/sharedobject/package-use.html... Generating ./org/eclipse/ecf/core/sharedobject/events/package-use.html... Generating ./org/eclipse/ecf/core/sharedobject/model/package-use.html... Generating ./org/eclipse/ecf/core/sharedobject/provider/package-use.html... Generating ./org/eclipse/ecf/core/sharedobject/security/package-use.html... Generating ./org/eclipse/ecf/core/sharedobject/util/package-use.html... Generating ./org/eclipse/ecf/core/status/package-use.html... Generating ./org/eclipse/ecf/core/util/package-use.html... Generating ./org/eclipse/ecf/core/util/reflection/package-use.html... Generating ./org/eclipse/ecf/discovery/package-use.html... Generating ./org/eclipse/ecf/discovery/identity/package-use.html... Generating ./org/eclipse/ecf/discovery/service/package-use.html... Generating ./org/eclipse/ecf/filetransfer/package-use.html... Generating ./org/eclipse/ecf/filetransfer/events/package-use.html... Generating ./org/eclipse/ecf/filetransfer/events/socket/package-use.html... Generating ./org/eclipse/ecf/filetransfer/events/socketfactory/package-use.html... Generating ./org/eclipse/ecf/filetransfer/identity/package-use.html... Generating ./org/eclipse/ecf/filetransfer/service/package-use.html... Generating ./org/eclipse/ecf/osgi/services/distribution/package-use.html... Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/package-use.html... Generating ./org/eclipse/ecf/provider/comm/package-use.html... Generating ./org/eclipse/ecf/provider/comm/tcp/package-use.html... Generating ./org/eclipse/ecf/provider/dnssd/package-use.html... Generating ./org/eclipse/ecf/provider/filetransfer/package-use.html... Generating ./org/eclipse/ecf/provider/filetransfer/browse/package-use.html... Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/package-use.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/package-use.html... Generating ./org/eclipse/ecf/provider/filetransfer/httpclient5/package-use.html... Generating ./org/eclipse/ecf/provider/filetransfer/identity/package-use.html... Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/package-use.html... Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/package-use.html... Generating ./org/eclipse/ecf/provider/filetransfer/util/package-use.html... Generating ./org/eclipse/ecf/provider/generic/package-use.html... Generating ./org/eclipse/ecf/provider/generic/gmm/package-use.html... Generating ./org/eclipse/ecf/provider/jslp/container/package-use.html... Generating ./org/eclipse/ecf/provider/jslp/identity/package-use.html... Generating ./org/eclipse/ecf/provider/r_osgi/identity/package-use.html... Generating ./org/eclipse/ecf/provider/remoteservice/generic/package-use.html... Generating ./org/eclipse/ecf/provider/util/package-use.html... Generating ./org/eclipse/ecf/remoteservice/package-use.html... Generating ./org/eclipse/ecf/remoteservice/asyncproxy/package-use.html... Generating ./org/eclipse/ecf/remoteservice/client/package-use.html... Generating ./org/eclipse/ecf/remoteservice/eventadmin/package-use.html... Generating ./org/eclipse/ecf/remoteservice/eventadmin/serialization/package-use.html... Generating ./org/eclipse/ecf/remoteservice/events/package-use.html... Generating ./org/eclipse/ecf/remoteservice/provider/package-use.html... Generating ./org/eclipse/ecf/remoteservice/rest/package-use.html... Generating ./org/eclipse/ecf/remoteservice/rest/client/package-use.html... Generating ./org/eclipse/ecf/remoteservice/rest/identity/package-use.html... Generating ./org/eclipse/ecf/remoteservice/rest/util/package-use.html... Generating ./org/eclipse/ecf/remoteservice/servlet/package-use.html... Generating ./org/eclipse/ecf/remoteservice/util/package-use.html... Generating ./org/eclipse/ecf/remoteservice/util/tracker/package-use.html... Generating ./org/osgi/service/remoteserviceadmin/package-use.html... Generating ./org/osgi/service/remoteserviceadmin/namespace/package-use.html... Generating ./overview-tree.html... Generating ./deprecated-list.html... Generating ./index.html... Building index for all classes... Generating ./allclasses-index.html... Generating ./allpackages-index.html... Generating ./index-files/index-1.html... Generating ./index-files/index-2.html... Generating ./index-files/index-3.html... Generating ./index-files/index-4.html... Generating ./index-files/index-5.html... Generating ./index-files/index-6.html... Generating ./index-files/index-7.html... Generating ./index-files/index-8.html... Generating ./index-files/index-9.html... Generating ./index-files/index-10.html... Generating ./index-files/index-11.html... Generating ./index-files/index-12.html... Generating ./index-files/index-13.html... Generating ./index-files/index-14.html... Generating ./index-files/index-15.html... Generating ./index-files/index-16.html... Generating ./index-files/index-17.html... Generating ./index-files/index-18.html... Generating ./index-files/index-19.html... Generating ./index-files/index-20.html... Generating ./index-files/index-21.html... Generating ./index-files/index-22.html... Generating ./index-files/index-23.html... Generating ./index-files/index-24.html... Generating ./overview-summary.html... Generating ./help-doc.html... Note: Custom tags that could override future standard tags: @noreference, @noinstantiate, @noimplement, @noextend, @nooverride. To avoid potential overrides, use at least one period character (.) in custom tag names. Note: Custom tags that were not seen: @noinstantiate, @nooverride 9 warnings [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/overview-summary.html -> html/reference/api/overview-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/constant-values.html -> html/reference/api/constant-values.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/deprecated-list.html -> html/reference/api/deprecated-list.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/console/package-summary.html -> html/reference/api/org/eclipse/ecf/console/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/package-summary.html -> html/reference/api/org/eclipse/ecf/core/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/events/package-summary.html -> html/reference/api/org/eclipse/ecf/core/events/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/identity/package-summary.html -> html/reference/api/org/eclipse/ecf/core/identity/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/jobs/package-summary.html -> html/reference/api/org/eclipse/ecf/core/jobs/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/provider/package-summary.html -> html/reference/api/org/eclipse/ecf/core/provider/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/security/package-summary.html -> html/reference/api/org/eclipse/ecf/core/security/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/sharedobject/package-summary.html -> html/reference/api/org/eclipse/ecf/core/sharedobject/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/sharedobject/events/package-summary.html -> html/reference/api/org/eclipse/ecf/core/sharedobject/events/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/sharedobject/model/package-summary.html -> html/reference/api/org/eclipse/ecf/core/sharedobject/model/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/sharedobject/provider/package-summary.html -> html/reference/api/org/eclipse/ecf/core/sharedobject/provider/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/sharedobject/security/package-summary.html -> html/reference/api/org/eclipse/ecf/core/sharedobject/security/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/sharedobject/util/package-summary.html -> html/reference/api/org/eclipse/ecf/core/sharedobject/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/status/package-summary.html -> html/reference/api/org/eclipse/ecf/core/status/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/util/package-summary.html -> html/reference/api/org/eclipse/ecf/core/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/util/reflection/package-summary.html -> html/reference/api/org/eclipse/ecf/core/util/reflection/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/discovery/package-summary.html -> html/reference/api/org/eclipse/ecf/discovery/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/discovery/identity/package-summary.html -> html/reference/api/org/eclipse/ecf/discovery/identity/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/discovery/service/package-summary.html -> html/reference/api/org/eclipse/ecf/discovery/service/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/filetransfer/package-summary.html -> html/reference/api/org/eclipse/ecf/filetransfer/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/filetransfer/events/package-summary.html -> html/reference/api/org/eclipse/ecf/filetransfer/events/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/filetransfer/events/socket/package-summary.html -> html/reference/api/org/eclipse/ecf/filetransfer/events/socket/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/package-summary.html -> html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/filetransfer/identity/package-summary.html -> html/reference/api/org/eclipse/ecf/filetransfer/identity/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/filetransfer/service/package-summary.html -> html/reference/api/org/eclipse/ecf/filetransfer/service/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/osgi/services/distribution/package-summary.html -> html/reference/api/org/eclipse/ecf/osgi/services/distribution/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/package-summary.html -> html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/comm/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/comm/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/comm/tcp/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/comm/tcp/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/dnssd/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/dnssd/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/util/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/generic/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/generic/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/generic/gmm/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/generic/gmm/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/jslp/container/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/jslp/container/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/jslp/identity/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/jslp/identity/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/util/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/client/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/client/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/events/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/events/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/provider/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/provider/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/rest/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/rest/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/rest/client/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/rest/client/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/rest/util/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/rest/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/servlet/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/servlet/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/util/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/osgi/service/remoteserviceadmin/package-summary.html -> html/reference/api/org/osgi/service/remoteserviceadmin/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/osgi/service/remoteserviceadmin/namespace/package-summary.html -> html/reference/api/org/osgi/service/remoteserviceadmin/namespace/package-summary.html [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources:default-testResources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240402-2354 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:39Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.3.500.v20240402-2354 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/doc/bundles/org.eclipse.ecf.doc [DEBUG] tychoProject.build.outputDirectories: [DEBUG] unqualifiedVersion: 1.3.500 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/src/test/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:4.0.7:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] (f) compilerArguments = {properties=/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/.settings/org.eclipse.jdt.core.prefs} [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = org.eclipse.ecf.doc-1.3.500-SNAPSHOT [DEBUG] (f) pomOnlyDependencies = consider [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (f) requireJavaPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.3/1.2 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4c739147 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.doc-1.3.500-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (f) qualifier = v20240402-2354 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/org.eclipse.ecf.doc-1.3.500-SNAPSHOT-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory intro/ [DEBUG] adding directory intro/css/ [DEBUG] adding directory intro/css/images/ [DEBUG] adding entry about.html [DEBUG] adding entry buildschemadocs.xml [DEBUG] adding entry intro/css/images/ecf_intro.gif [DEBUG] adding entry intro/css/images/ecf_intro_hov.gif [DEBUG] adding entry intro/css/overview.css [DEBUG] adding entry intro/css/samples.css [DEBUG] adding entry intro/css/tutorials.css [DEBUG] adding entry intro/css/whatsnew.css [DEBUG] adding entry intro/overviewExtensionContent.xml [DEBUG] adding entry intro/samplesExtensionContent.xml [DEBUG] adding entry intro/tutorialsExtensionContent.xml [DEBUG] adding entry intro/whatsnewExtensionContent.xml [DEBUG] adding entry notices.html [DEBUG] adding entry toc.xml [DEBUG] adding entry tocjavadoc.xml [DEBUG] adding entry topics_Reference.xml [DEBUG] adding entry topics_Resources.xml [DEBUG] adding directory OSGI-INF/ [DEBUG] adding directory OSGI-INF/l10n/ [DEBUG] adding entry OSGI-INF/l10n/bundle-src.properties [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1d0a0b6e [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) deriveHeaderFromSource = true [DEBUG] (f) finalName = org.eclipse.ecf.doc-1.3.500-SNAPSHOT [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (f) qualifier = v20240402-2354 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (s) generate = true [DEBUG] (f) sourceReferences = org.eclipse.tycho.packaging.SourceReferences@3d7a930e [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:39.397967021, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:39.398205420, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:39.398205420, lastModified=2024-05-02 22:36:24.438735197, delta=494959470223 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:39.398205420, lastModified=2024-05-02 22:36:24.438735197, delta=494959470223 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:39.398205420, lastModified=2024-05-02 22:36:24.438735197, delta=494959470223 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:39.398561760, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:39.398634981, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:39.398634981, lastModified=2024-05-02 22:36:25.084747530, delta=494313887451 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/org.eclipse.ecf.doc-1.3.500-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory html/ [DEBUG] adding directory html/reference/ [DEBUG] adding directory html/reference/extension-points/ [DEBUG] adding directory html/reference/api/ [DEBUG] adding directory html/reference/api/org/ [DEBUG] adding directory html/reference/api/org/eclipse/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/client/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/rest/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/rest/client/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/rest/util/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/rest/util/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/rest/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/provider/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/provider/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/util/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/servlet/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/events/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/remoteservice/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/console/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/console/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/osgi/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/osgi/services/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/osgi/services/distribution/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/osgi/services/distribution/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/util/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/util/reflection/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/util/reflection/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/util/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/sharedobject/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/sharedobject/events/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/sharedobject/util/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/sharedobject/model/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/sharedobject/provider/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/sharedobject/provider/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/sharedobject/security/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/sharedobject/security/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/provider/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/provider/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/identity/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/identity/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/security/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/security/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/events/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/events/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/jobs/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/jobs/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/status/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/status/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/core/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/discovery/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/discovery/service/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/discovery/service/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/discovery/identity/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/discovery/identity/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/discovery/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/events/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/util/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/util/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/filetransfer/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/dnssd/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/remoteservice/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/comm/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/comm/tcp/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/comm/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/generic/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/generic/gmm/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/generic/gmm/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/generic/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/jslp/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/jslp/container/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/jslp/container/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/jslp/identity/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/jslp/identity/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/util/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/util/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/r_osgi/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/filetransfer/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/filetransfer/identity/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/filetransfer/identity/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/filetransfer/events/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/filetransfer/events/socket/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/filetransfer/events/socket/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/filetransfer/service/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/filetransfer/service/class-use/ [DEBUG] adding directory html/reference/api/org/eclipse/ecf/filetransfer/class-use/ [DEBUG] adding directory html/reference/api/org/osgi/ [DEBUG] adding directory html/reference/api/org/osgi/service/ [DEBUG] adding directory html/reference/api/org/osgi/service/remoteserviceadmin/ [DEBUG] adding directory html/reference/api/org/osgi/service/remoteserviceadmin/namespace/ [DEBUG] adding directory html/reference/api/org/osgi/service/remoteserviceadmin/namespace/class-use/ [DEBUG] adding directory html/reference/api/org/osgi/service/remoteserviceadmin/class-use/ [DEBUG] adding directory html/reference/api/index-files/ [DEBUG] adding directory html/reference/api/resources/ [DEBUG] adding directory html/reference/api/script-dir/ [DEBUG] adding directory html/reference/api/script-dir/images/ [DEBUG] adding directory html/reference/api/legal/ [DEBUG] adding directory index/ [DEBUG] adding directory intro/ [DEBUG] adding directory intro/css/ [DEBUG] adding directory intro/css/images/ [DEBUG] adding entry about.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_container.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_containerFactory.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_filetransfer_urlStreamHandlerService.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_identity_namespace.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_presence_bot_chatRoomMessageHandler.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_presence_bot_chatRoomRobot.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_presence_bot_imMessageHandler.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_presence_bot_imRobot.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_presence_ui_rosterViewerDropTarget.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_provider_filetransfer_browseFileTransferProtocolFactory.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_provider_filetransfer_retrieveFileTransferProtocolFactory.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_provider_filetransfer_sendFileTransferProtocolFactory.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_remoteservice_ui_servicesview.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_server_generic_configuration.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_sharedobject_sharedObjectFactory.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_start.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_ui_configurationWizards.html [DEBUG] adding entry html/reference/extension-points/org_eclipse_ecf_ui_connectWizards.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteCall.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/IAsyncProxyCompletable.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/class-use/AbstractAsyncProxyRemoteCall.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/class-use/AbstractAsyncProxyRemoteService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/class-use/AsyncReturnUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/class-use/IAsyncProxyCompletable.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractClientContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractClientService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractClientService.AsyncResult.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractClientService.UriRequest.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractParameterSerializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.RSAClientRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.RSARemoteCall.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/IRemoteCallable.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/IRemoteCallableRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/IRemoteCallParameter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/IRemoteCallParameterSerializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/IRemoteResponseDeserializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/IRemoteServiceClientContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteCallable.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteCallable.Builder.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteCallableFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteCallParameter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteCallParameter.Builder.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteCallParameterFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteServiceClientReference.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistry.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/StringParameterSerializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractClientContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractClientService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractClientService.UriRequest.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractClientService.AsyncResult.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractParameterSerializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientContainer.RSAClientRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientService.RSARemoteCall.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallParameter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallParameterSerializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallable.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallableRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/IRemoteResponseDeserializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/IRemoteServiceClientContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/IRemoteServiceFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteCallParameter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteCallParameter.Builder.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteCallParameterFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteCallable.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteCallable.Builder.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteCallableFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteServiceClientReference.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteServiceClientRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteServiceClientRegistry.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/StringParameterSerializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/client/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/AbstractEntityRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/AbstractRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.RestRemoteServiceClientRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/HttpDeleteRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/HttpGetRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/HttpPatchRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/HttpPostRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/HttpPutRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/RestClientContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/RestClientContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/RestClientService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/XMLRemoteResponseDeserializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractEntityRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRestClientContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRestClientContainer.RestRemoteServiceClientRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRestClientService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/HttpDeleteRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/HttpGetRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/HttpPatchRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/HttpPostRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/HttpPutRequestType.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/RestClientContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/RestClientContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/RestClientService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/XMLRemoteResponseDeserializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/client/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/util/DSPresent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/util/DSUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/util/IDSPresent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/util/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/util/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/util/class-use/DSPresent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/util/class-use/DSUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/util/class-use/IDSPresent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/util/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/IRestCall.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/RestCall.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/RestCallableFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/RestCallFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/RestException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/RestID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/RestNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/class-use/RestID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/class-use/RestNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/class-use/IRestCall.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/class-use/RestCall.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/class-use/RestCallFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/class-use/RestCallableFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/class-use/RestException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/rest/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/AbstractRemoteCallListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/AbstractRemoteService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/AbstractRemoteService.AsyncArgs.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/AbstractRemoteService.ProxyClassLoader.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/AbstractRSAContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/AdapterConfig.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/IRemoteServiceDistributionProvider.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/PeerRemoteServiceContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/RemoteServiceContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.Builder.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/class-use/AdapterConfig.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/class-use/IRemoteServiceDistributionProvider.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/class-use/PeerRemoteServiceContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/class-use/RemoteServiceContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/class-use/RemoteServiceDistributionProvider.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/class-use/RemoteServiceDistributionProvider.Builder.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/provider/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/AsyncMethod.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/AsyncService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/AsyncUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/EndpointDescriptionPropertiesUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/IDUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/IRemoteServiceTrackerCustomizer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/class-use/IRemoteServiceTrackerCustomizer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/class-use/RemoteServiceTracker.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/ObjectSerializationUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/RemoteCallMethod.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/RemoteFilterImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/StreamUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/AsyncUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/EndpointDescriptionPropertiesUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/IDUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/ObjectSerializationUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/RemoteCallMethod.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/RemoteFilterImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/StreamUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/util/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/CallbackRemoteCallListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/Constants.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/EventMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/EventTopicFilter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/SerializationHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/class-use/SerializationHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/class-use/DistributedEventAdmin.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/class-use/EventMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/class-use/EventTopicFilter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/HttpServiceComponent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/IRemoteCallParameterDeserializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/IRemoteCallResponseSerializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/ObjectSerializationParameterDeserializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/ObjectSerializationResponseSerializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/RemoteServiceHttpServlet.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/ServletServerContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/ServletServerContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/HttpServiceComponent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/IRemoteCallParameterDeserializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/IRemoteCallResponseSerializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/ObjectSerializationParameterDeserializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/ObjectSerializationResponseSerializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/RemoteServiceHttpServlet.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/ServletServerContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/ServletServerContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/servlet/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IAsyncCallback.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IAsyncRemoteServiceProxy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IExtendedRemoteServiceRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IOSGiRemoteServiceContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRegistrationListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteCall.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteCallCompleteEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteCallEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteCallStartEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteServiceChangedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteServiceEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteServiceReferenceRetrievedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteServiceRegisteredEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteServiceUnregisteredEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteCallCompleteEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteCallEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteCallStartEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceChangedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceReferenceRetrievedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceRegisteredEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceUnregisteredEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/events/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteCallListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteFilter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceCallPolicy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceConsumer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceHost.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceImplDebugOptions.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceProxy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceProxyCreator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceReference.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/IRSAConsumerContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/RemoteCall.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/RemoteCallFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceFilterImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceHelper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceReferenceImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceRegistryImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.RSARemoteServiceRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/AbstractRSAContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/AbstractRemoteCallListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/AbstractRemoteService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/AbstractRemoteService.AsyncArgs.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/AbstractRemoteService.ProxyClassLoader.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/AsyncMethod.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/AsyncService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/CallbackRemoteCallListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/Constants.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IAsyncCallback.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IAsyncRemoteServiceProxy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IExtendedRemoteServiceRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IOSGiRemoteServiceContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRSAConsumerContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRegistrationListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteCall.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteCallListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteFilter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceCallPolicy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceConsumer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceHost.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceImplDebugOptions.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceProxy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceProxyCreator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceReference.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/RSARemoteServiceContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/RSARemoteServiceContainerAdapter.RSARemoteServiceRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteCall.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteCallFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceContainerAdapterImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceFilterImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceHelper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceReferenceImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceRegistrationImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceRegistryImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/remoteservice/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/console/AbstractCommand.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/console/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/console/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/console/class-use/AbstractCommand.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/console/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractConsumerContainerSelector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractContainerSelector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractMetadataFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/ConsumerContainerSelector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/DebugRemoteServiceAdminListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescription.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescriptionFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EDEFProperties.Value.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescription.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.EndpointEventListenerHolder.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.EndpointListenerHolder.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionParseException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionReader.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.ArrayProperty.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.ComplexProperty.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.ListProperty.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.MultiValueProperty.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.SetProperty.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.XmlProperty.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/HostContainerSelector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/IConsumerContainerSelector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/IDiscoveredEndpointDescriptionFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionLocator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionReader.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/IHostContainerSelector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/IServiceInfoFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/ITopologyManager.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteConstants.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteReferenceNotFoundException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ExportReference.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ExportRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ImportReference.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ImportRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ProxyClassLoader.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.RemoteServiceAdminEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/SelectContainerException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/ServiceInfoFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractConsumerContainerSelector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractContainerSelector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractHostContainerSelector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractMetadataFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractTopologyManager.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/ConsumerContainerSelector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/DebugRemoteServiceAdminListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/DiscoveredEndpointDescription.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/DiscoveredEndpointDescriptionFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EDEFProperties.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EDEFProperties.Value.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescription.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionLocator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionLocator.EndpointListenerHolder.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionLocator.EndpointEventListenerHolder.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionParseException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionReader.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.ArrayProperty.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.ListProperty.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.SetProperty.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.MultiValueProperty.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.XmlProperty.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.ComplexProperty.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/HostContainerSelector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IConsumerContainerSelector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IDiscoveredEndpointDescriptionFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IEndpointDescriptionLocator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IEndpointDescriptionReader.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IHostContainerSelector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IServiceInfoFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/ITopologyManager.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteConstants.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteReferenceNotFoundException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.RemoteServiceAdminEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ProxyClassLoader.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ImportReference.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ImportRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ExportReference.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ExportRegistration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/SelectContainerException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/ServiceInfoFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/TopologyManager.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/TopologyManagerImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/distribution/IDistributionConstants.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/distribution/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/distribution/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/distribution/class-use/IDistributionConstants.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/osgi/services/distribution/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/AbstractContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/AbstractContainerAdapterFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/AbstractFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/AdapterContainerFilter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/AdapterManagerTracker.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/Base64.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/BundleClassResolver.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/BundleStarter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/ClassResolverObjectInputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/reflection/ClassUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/reflection/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/reflection/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/reflection/class-use/ClassUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/reflection/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/ConnectedContainerFilter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/ContainerFactoryTracker.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/ContainerManagerTracker.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/ECFException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/ECFRuntimeException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/Event.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/ExtensionRegistryRunnable.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/IClassResolver.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/IContainerFilter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/IDFactoryTracker.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/IEventProcessor.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/IExceptionHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/LogHelper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/OSGIObjectInputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/OSGIObjectOutputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/OSGIObjectStreamConstants.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/PlatformHelper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/Proxy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/Proxy.Type.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/ProxyAddress.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/SerDTO.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/SerVersion.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/StringUtils.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/SystemLogService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/Trace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/AbstractFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/AdapterManagerTracker.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/Base64.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/BundleStarter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/ECFException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/ECFRuntimeException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/ExtensionRegistryRunnable.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/IDFactoryTracker.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/LogHelper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/PlatformHelper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/StringUtils.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/SystemLogService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/Trace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/AdapterContainerFilter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/BundleClassResolver.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/ClassResolverObjectInputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/ConnectedContainerFilter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/ContainerFactoryTracker.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/ContainerManagerTracker.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/Event.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/IClassResolver.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/IContainerFilter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/IEventProcessor.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/IExceptionHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/OSGIObjectInputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/OSGIObjectOutputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/OSGIObjectStreamConstants.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/Proxy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/Proxy.Type.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/ProxyAddress.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/SerDTO.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/class-use/SerVersion.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/util/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/AbstractSharedObjectContainerAdapterFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/BaseSharedObject.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageReceivingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageSendingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageReceivingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageSendingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectActivatedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCallEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCommitEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCreateResponseEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectDeactivatedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerConnectionEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectCreateResponseEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectActivatedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectCallEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectCommitEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectDeactivatedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerAddEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerConnectEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerCreateEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerDisconnectEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerRemoveEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ContainerSharedObjectMessageReceivingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ContainerSharedObjectMessageSendingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/IContainerSharedObjectMessageReceivingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/IContainerSharedObjectMessageSendingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectActivatedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectCallEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectCommitEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectCreateResponseEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectDeactivatedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectManagerConnectionEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectManagerEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectMessageEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectMessageListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/RemoteSharedObjectCreateResponseEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/RemoteSharedObjectEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectActivatedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectCallEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectCommitEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectDeactivatedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerAddEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerConnectEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerCreateEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerDisconnectEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerRemoveEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/events/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/IEnqueueProcessor.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/IQueue.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/IQueueDequeue.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/IQueueEnqueue.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/ISharedObjectMessageSerializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/ISimpleFIFOQueue.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/PropertiesUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/QueueException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/SimpleFIFOQueue.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/IEnqueueProcessor.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/IQueue.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/IQueueDequeue.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/IQueueEnqueue.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/ISharedObjectMessageSerializer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/ISimpleFIFOQueue.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/PropertiesUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/QueueEnqueueImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/QueueException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/SimpleFIFOQueue.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/util/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/IReplicaSharedObjectDescriptionFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/ISharedModelEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/ISharedModelListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyAddEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyRemoveEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyValueChangeEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/SharedModel.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/SharedModel.Property.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelPropertyAddEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelPropertyRemoveEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelPropertyValueChangeEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/SharedModel.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/SharedModel.Property.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/model/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObject.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectConfig.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectConnector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerClient.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerConfig.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerGroupManager.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerTransaction.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectContext.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/provider/ISharedObjectInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/provider/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/provider/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/provider/class-use/ISharedObjectInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/provider/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectManager.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/security/ISharedObjectPolicy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/security/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/security/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/security/class-use/ISharedObjectPolicy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/security/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionConfig.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionParticipantsFilter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/OptimisticSharedObject.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/ReplicaSharedObjectDescription.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectAddAbortException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectAddException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectConnectException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectContainerFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectCreateException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectDescription.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectDisconnectException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectInitException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectMsg.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectMsgEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectMsgEventProcessor.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectTypeDescription.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/TransactionSharedObject.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/TransactionSharedObjectConfiguration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/TwoPhaseCommitEventProcessor.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/AbstractSharedObjectContainerAdapterFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/BaseSharedObject.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/IReplicaSharedObjectDescriptionFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObject.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectConfig.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectConnector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerClient.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerConfig.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerGroupManager.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerTransaction.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContext.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectManager.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectTransactionConfig.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectTransactionParticipantsFilter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/OptimisticSharedObject.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ReplicaSharedObjectDescription.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectAddAbortException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectAddException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectConnectException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectContainerFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectCreateException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectDescription.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectDisconnectException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectInitException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectMsg.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectMsgEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectMsgEventProcessor.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectTypeDescription.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/TransactionSharedObject.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/TransactionSharedObjectConfiguration.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/TwoPhaseCommitEventProcessor.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/sharedobject/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/BaseContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/BaseContainer.Instantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/BaseContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/BaseRemoteServiceContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/ContainerInstantiatorUtils.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/ContainerIntentException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/IContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/IRemoteServiceContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/class-use/BaseContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/class-use/BaseRemoteServiceContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/class-use/ContainerInstantiatorUtils.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/class-use/ContainerIntentException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/class-use/IContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/class-use/IRemoteServiceContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/provider/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/BaseID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/GUID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/GUID.GUIDNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/ID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/IDCreateException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/IDFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/IIdentifiable.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/IIDFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/IResourceID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/LongID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/LongID.LongNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/Namespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/NamespacePermission.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/StringID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/StringID.StringIDNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/URIID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/URIID.URIIDNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/UuID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/UuID.UuIDNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/BaseID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/GUID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/GUID.GUIDNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/ID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/IDCreateException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/IDFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/IIDFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/IIdentifiable.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/IResourceID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/LongID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/LongID.LongNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/Namespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/NamespacePermission.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/StringID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/StringID.StringIDNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/URIID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/URIID.URIIDNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/UuID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/class-use/UuID.UuIDNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/identity/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/BooleanCallback.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/Callback.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/CallbackHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/ConnectContextFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/IConnectContext.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/IConnectHandlerPolicy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/IConnectInitiatorPolicy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/IContainerPolicy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/NameCallback.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/ObjectCallback.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/PassphraseCallback.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/PasswordCallback.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/UnsupportedCallbackException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/class-use/BooleanCallback.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/class-use/Callback.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/class-use/CallbackHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/class-use/ConnectContextFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/class-use/IConnectContext.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/class-use/IConnectHandlerPolicy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/class-use/IConnectInitiatorPolicy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/class-use/IContainerPolicy.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/class-use/NameCallback.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/class-use/ObjectCallback.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/class-use/PassphraseCallback.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/class-use/PasswordCallback.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/class-use/UnsupportedCallbackException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/security/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/ContainerAuthenticationException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/ContainerConnectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/ContainerConnectingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/ContainerDisconnectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/ContainerDisconnectingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/ContainerDisposeEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/ContainerEjectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/IContainerConnectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/IContainerConnectingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/IContainerDisconnectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/IContainerDisconnectingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/IContainerDisposeEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/IContainerEjectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/IContainerEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/class-use/ContainerConnectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/class-use/ContainerConnectingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/class-use/ContainerDisconnectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/class-use/ContainerDisconnectingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/class-use/ContainerDisposeEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/class-use/ContainerEjectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/class-use/IContainerConnectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/class-use/IContainerConnectingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/class-use/IContainerDisconnectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/class-use/IContainerDisconnectingEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/class-use/IContainerDisposeEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/class-use/IContainerEjectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/class-use/IContainerEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/events/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/ContainerConnectException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/ContainerCreateException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/ContainerFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/ContainerTypeDescription.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/IContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/IContainerFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/IContainerListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/IContainerManager.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/IContainerManagerListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/IReliableContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/jobs/JobsExecutor.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/jobs/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/jobs/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/jobs/class-use/JobsExecutor.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/jobs/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/status/SerializableMultiStatus.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/status/SerializableStatus.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/status/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/status/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/status/class-use/SerializableMultiStatus.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/status/class-use/SerializableStatus.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/status/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/AbstractContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/AbstractContainerAdapterFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/BaseContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/BaseContainer.Instantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/ContainerAuthenticationException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/ContainerConnectException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/ContainerCreateException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/ContainerFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/ContainerTypeDescription.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/IContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/IContainerFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/IContainerListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/IContainerManager.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/IContainerManagerListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/class-use/IReliableContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/core/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/DiscoveryContainerConfig.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/IContainerServiceInfoAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/IDiscoveryAdvertiser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/IDiscoveryLocator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/service/IDiscoveryService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/service/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/service/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/service/class-use/IDiscoveryService.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/service/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/IServiceEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/IServiceID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/IServiceIDFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/IServiceTypeID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/ServiceID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/ServiceIDFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/ServiceTypeID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/class-use/IServiceID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/class-use/IServiceIDFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/class-use/IServiceTypeID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/class-use/ServiceID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/class-use/ServiceIDFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/class-use/ServiceTypeID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/identity/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/IServiceInfo.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/IServiceListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/IServiceProperties.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/IServiceTypeEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/IServiceTypeListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/ServiceContainerEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/ServiceInfo.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/ServiceProperties.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/ServiceTypeContainerEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/AbstractDiscoveryContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/DiscoveryContainerConfig.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/IContainerServiceInfoAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/IDiscoveryAdvertiser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/IDiscoveryContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/IDiscoveryLocator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/IServiceEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/IServiceInfo.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/IServiceListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/IServiceProperties.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/IServiceTypeEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/IServiceTypeListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/ServiceContainerEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/ServiceInfo.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/ServiceProperties.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/class-use/ServiceTypeContainerEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/discovery/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.DirectoryJob.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.RemoteFileSystemRequest.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/LocalFileSystemBrowser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFileAttributes.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapterFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFileAttributes.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/AbstractFileSystemBrowser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/AbstractFileSystemBrowser.RemoteFileSystemRequest.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/AbstractFileSystemBrowser.DirectoryJob.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/LocalFileSystemBrowser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/LocalRemoteFile.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/LocalRemoteFileAttributes.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/MultiProtocolFileSystemBrowserAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/MultiProtocolFileSystemBrowserAdapterFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/URLFileSystemBrowser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/URLRemoteFile.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/URLRemoteFileAttributes.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractUrlConnectionOutgoingFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/LocalFileOutgoingFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapterFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/class-use/AbstractOutgoingFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/class-use/AbstractUrlConnectionOutgoingFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/class-use/LocalFileOutgoingFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/class-use/MultiProtocolOutgoingAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/class-use/MultiProtocolOutgoingAdapterFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/HttpHelper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapterFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/class-use/AbstractRetrieveFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/class-use/HttpHelper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/class-use/MultiProtocolRetrieveAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/class-use/MultiProtocolRetrieveAdapterFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/class-use/UrlConnectionRetrieveFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketWrapper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/SocketClosedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/SocketConnectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/SocketCreatedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventSource.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/AbstractSocketEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/AbstractSocketWrapper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketClosedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketConnectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketCreatedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketEventCreateUtil.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketEventSource.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/FileTransferID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/FileTransferNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/class-use/FileTransferID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/class-use/FileTransferNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientBrowseFileTransferFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientFileSystemBrowser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientOptions.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientRetrieveFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientRetrieveFileTransferFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientBrowseFileTransferFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientFileSystemBrowser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientOptions.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/HttpClientRetrieveFileTransferFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/class-use/HttpClientBrowseFileTransferFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/class-use/HttpClientFileSystemBrowser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/class-use/HttpClientOptions.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/class-use/HttpClientRetrieveFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/class-use/HttpClientRetrieveFileTransferFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient5/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/IFileTransferProtocolToFactoryMapper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/util/PollingInputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/util/ProxySetupHelper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/util/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/util/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/util/class-use/JREProxyHelper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/util/class-use/PollingInputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/util/class-use/ProxySetupHelper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/util/class-use/TimeoutInputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/util/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/class-use/IFileTransferProtocolToFactoryMapper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/filetransfer/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/Activator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/Activator.DnsSdServiceFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/BnRDnsSdServiceTypeID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/ContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdDebugOptions.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryAdvertiser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.SRVRecordComparator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryLocator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdServiceID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdServiceTypeID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/IDnsSdDiscoveryConstants.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/Messages.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/Activator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/Activator.DnsSdServiceFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/BnRDnsSdServiceTypeID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/ContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdDebugOptions.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryAdvertiser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryContainerAdapter.SRVRecordComparator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryLocator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdServiceID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdServiceTypeID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/IDnsSdDiscoveryConstants.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/Messages.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/dnssd/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/AddRegistrationRequest.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteCallImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteFilterImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainerAdapterFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceReferenceImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistryImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/Request.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/Response.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/AddRegistrationRequest.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RegistrySharedObject.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteCallImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteFilterImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceContainerAdapterFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceReferenceImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceRegistrationImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceRegistryImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/Request.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/Response.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/AsynchEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/AsynchMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/Client.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/ConnectRequestMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/ConnectResultMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/ExObjectInputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/ExObjectOutputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/IClientSocketFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/IServerSocketFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/ISocketAcceptHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/PingMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/PingResponseMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/Server.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/SocketFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/SSLClient.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/SynchMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/AsynchMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/Client.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/ConnectRequestMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/ConnectResultMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/ExObjectInputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/ExObjectOutputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/IClientSocketFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/IServerSocketFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/ISocketAcceptHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/PingMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/PingResponseMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/SSLClient.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/Server.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/SocketFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/SynchMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/tcp/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/ConnectionCreateException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/ConnectionEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/DisconnectEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/IAsynchConnection.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/IAsynchEventHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/IConnection.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/IConnectionListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/IConnectRequestHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/ISynchAsynchConnection.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/ISynchAsynchEventHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/ISynchConnection.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/ISynchEventHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/SynchEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/class-use/AsynchEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/class-use/ConnectionCreateException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/class-use/ConnectionEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/class-use/DisconnectEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/class-use/IAsynchConnection.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/class-use/IAsynchEventHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/class-use/IConnectRequestHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/class-use/IConnection.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/class-use/IConnectionListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/class-use/ISynchAsynchConnection.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/class-use/ISynchAsynchEventHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/class-use/ISynchConnection.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/class-use/ISynchEventHandler.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/class-use/SynchEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/comm/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/ClientSOContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.CreateMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.CreateResponseMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.JoinGroupMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.LeaveGroupMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.SharedObjectDisposeMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.SharedObjectMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.ViewChangeMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/GenericContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/GenericContainerInstantiator.GenericContainerArgs.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/gmm/GMMImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/gmm/Member.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/gmm/MemberChanged.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/gmm/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/gmm/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/gmm/class-use/GMMImpl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/gmm/class-use/Member.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/gmm/class-use/MemberChanged.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/gmm/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/ServerSOContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SOConfig.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SOConnector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SOContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SOContainerConfig.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SOContainerGroup.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SOContext.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SOManager.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SOWrapper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SOWrapper.DisposeEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SOWrapper.ProcEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SSLClientSOContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.GenericContainerArgs.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SSLServerSOContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/TCPClientSOContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/TCPServerSOContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/TCPServerSOContainerGroup.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/ClientSOContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.LeaveGroupMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.JoinGroupMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.SharedObjectDisposeMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.SharedObjectMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.CreateResponseMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.CreateMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.ViewChangeMessage.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/GenericContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/GenericContainerInstantiator.GenericContainerArgs.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOConfig.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOConnector.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOContainerConfig.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOContainerGroup.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOContext.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOManager.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOWrapper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOWrapper.DisposeEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOWrapper.ProcEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SSLClientSOContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SSLGenericContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SSLGenericContainerInstantiator.GenericContainerArgs.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SSLServerSOContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/SSLServerSOContainerGroup.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/ServerSOContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/TCPClientSOContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/TCPServerSOContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/class-use/TCPServerSOContainerGroup.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/generic/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/container/ContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/container/JSLPServiceInfo.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/container/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/container/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/container/class-use/ContainerInstantiator.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/container/class-use/JSLPDiscoveryContainer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/container/class-use/JSLPServiceInfo.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/container/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/identity/JSLPNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/identity/JSLPServiceID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/identity/JSLPServiceTypeID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/identity/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/identity/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/identity/class-use/JSLPNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/identity/class-use/JSLPServiceID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/identity/class-use/JSLPServiceTypeID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/jslp/identity/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/util/IClassLoaderMapper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/util/IdentifiableObjectInputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/util/IdentifiableObjectOutputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/util/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/util/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/util/class-use/IClassLoaderMapper.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/util/class-use/IdentifiableObjectInputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/util/class-use/IdentifiableObjectOutputStream.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/util/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiRemoteServiceNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSSNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiRemoteServiceNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiWSID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiWSNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiWSSNamespace.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/BrowseFileTransferException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/identity/FileCreateException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/identity/FileIDFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/identity/IFileID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/identity/IFileIDFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/identity/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/identity/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/identity/class-use/FileCreateException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/identity/class-use/FileIDFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/identity/class-use/IFileID.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/identity/class-use/IFileIDFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/identity/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/FileTransferInfo.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/FileTransferJob.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IFileRangeSpecification.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IFileTransferEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IFileTransferRequestEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDataEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDoneEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceivePausedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveResumedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveStartEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/INonconnectedSocketFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/class-use/INonconnectedSocketFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferResponseEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDataEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDoneEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendPausedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendResumedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IRemoteFileSystemBrowseEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/IRemoteFileSystemEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/ISocketClosedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/ISocketConnectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/ISocketCreatedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/ISocketEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/ISocketEventSource.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/ISocketListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketClosedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketConnectedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketCreatedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketEventSource.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/socket/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IFileTransferConnectStartEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IFileTransferEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IFileTransferRequestEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveDataEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveDoneEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceivePausedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveResumedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveStartEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferResponseEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendDataEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendDoneEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendPausedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendResumedEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IRemoteFileSystemBrowseEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IRemoteFileSystemEvent.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/events/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IFileTransferInfo.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IFileTransferListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IFileTransferPausable.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IFileTransferRateControl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IFileTransferRunnable.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IIncomingFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IIncomingFileTransferRequestListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IncomingFileTransferException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/InvalidFileRangeSpecificationException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IOutgoingFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IRemoteFile.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IRemoteFileAttributes.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IRemoteFileInfo.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/IRetrieveFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/ISendFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/ISendFileTransferFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/class-use/IRemoteFileSystemBrowser.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/class-use/IRemoteFileSystemBrowserFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/class-use/IRetrieveFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/class-use/IRetrieveFileTransferFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/class-use/ISendFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/class-use/ISendFileTransferFactory.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/service/package-use.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IRemoteFileSystemBrowserContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IRemoteFileSystemListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IRemoteFileSystemRequest.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IRetrieveFileTransferContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/IRetrieveFileTransferOptions.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/ISendFileTransferContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/ISendFileTransferOptions.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/RemoteFileSystemException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/SendFileTransferException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/UserCancelledException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/package-summary.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/package-tree.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/BrowseFileTransferException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/FileTransferInfo.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/FileTransferJob.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IFileRangeSpecification.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IFileTransferInfo.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IFileTransferListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IFileTransferPausable.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IFileTransferRateControl.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IFileTransferRunnable.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IIncomingFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IIncomingFileTransferRequestListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IOutgoingFileTransfer.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRemoteFile.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRemoteFileAttributes.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRemoteFileInfo.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRemoteFileSystemBrowserContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRemoteFileSystemListener.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRemoteFileSystemRequest.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRetrieveFileTransferContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRetrieveFileTransferOptions.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/ISendFileTransferContainerAdapter.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/ISendFileTransferOptions.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/IncomingFileTransferException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/InvalidFileRangeSpecificationException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/RemoteFileSystemException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/SendFileTransferException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/class-use/UserCancelledException.html [DEBUG] adding entry html/reference/api/org/eclipse/ecf/filetransfer/package-use.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/namespace/DiscoveryNamespace.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/namespace/DistributionNamespace.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/namespace/TopologyNamespace.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/namespace/package-summary.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/namespace/package-tree.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/namespace/class-use/DiscoveryNamespace.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/namespace/class-use/DistributionNamespace.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/namespace/class-use/TopologyNamespace.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/namespace/package-use.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/EndpointDescription.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/EndpointEvent.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/EndpointEventListener.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/EndpointListener.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/EndpointPermission.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/ExportReference.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/ExportRegistration.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/ImportReference.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/ImportRegistration.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/RemoteConstants.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/RemoteServiceAdmin.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/RemoteServiceAdminEvent.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/RemoteServiceAdminListener.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/package-summary.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/package-tree.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/class-use/EndpointDescription.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/class-use/EndpointEvent.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/class-use/EndpointEventListener.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/class-use/EndpointListener.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/class-use/EndpointPermission.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/class-use/ExportReference.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/class-use/ExportRegistration.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/class-use/ImportReference.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/class-use/ImportRegistration.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/class-use/RemoteConstants.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/class-use/RemoteServiceAdmin.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/class-use/RemoteServiceAdminEvent.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/class-use/RemoteServiceAdminListener.html [DEBUG] adding entry html/reference/api/org/osgi/service/remoteserviceadmin/package-use.html [DEBUG] adding entry html/reference/api/element-list [DEBUG] adding entry html/reference/api/constant-values.html [DEBUG] adding entry html/reference/api/serialized-form.html [DEBUG] adding entry html/reference/api/overview-tree.html [DEBUG] adding entry html/reference/api/deprecated-list.html [DEBUG] adding entry html/reference/api/index.html [DEBUG] adding entry html/reference/api/allclasses-index.html [DEBUG] adding entry html/reference/api/allpackages-index.html [DEBUG] adding entry html/reference/api/module-search-index.js [DEBUG] adding entry html/reference/api/package-search-index.js [DEBUG] adding entry html/reference/api/type-search-index.js [DEBUG] adding entry html/reference/api/member-search-index.js [DEBUG] adding entry html/reference/api/tag-search-index.js [DEBUG] adding entry html/reference/api/index-files/index-1.html [DEBUG] adding entry html/reference/api/index-files/index-2.html [DEBUG] adding entry html/reference/api/index-files/index-3.html [DEBUG] adding entry html/reference/api/index-files/index-4.html [DEBUG] adding entry html/reference/api/index-files/index-5.html [DEBUG] adding entry html/reference/api/index-files/index-6.html [DEBUG] adding entry html/reference/api/index-files/index-7.html [DEBUG] adding entry html/reference/api/index-files/index-8.html [DEBUG] adding entry html/reference/api/index-files/index-9.html [DEBUG] adding entry html/reference/api/index-files/index-10.html [DEBUG] adding entry html/reference/api/index-files/index-11.html [DEBUG] adding entry html/reference/api/index-files/index-12.html [DEBUG] adding entry html/reference/api/index-files/index-13.html [DEBUG] adding entry html/reference/api/index-files/index-14.html [DEBUG] adding entry html/reference/api/index-files/index-15.html [DEBUG] adding entry html/reference/api/index-files/index-16.html [DEBUG] adding entry html/reference/api/index-files/index-17.html [DEBUG] adding entry html/reference/api/index-files/index-18.html [DEBUG] adding entry html/reference/api/index-files/index-19.html [DEBUG] adding entry html/reference/api/index-files/index-20.html [DEBUG] adding entry html/reference/api/index-files/index-21.html [DEBUG] adding entry html/reference/api/index-files/index-22.html [DEBUG] adding entry html/reference/api/index-files/index-23.html [DEBUG] adding entry html/reference/api/index-files/index-24.html [DEBUG] adding entry html/reference/api/overview-summary.html [DEBUG] adding entry html/reference/api/help-doc.html [DEBUG] adding entry html/reference/api/stylesheet.css [DEBUG] adding entry html/reference/api/script.js [DEBUG] adding entry html/reference/api/search.js [DEBUG] adding entry html/reference/api/resources/glass.png [DEBUG] adding entry html/reference/api/resources/x.png [DEBUG] adding entry html/reference/api/script-dir/jquery-3.5.1.min.js [DEBUG] adding entry html/reference/api/script-dir/jquery-ui.min.js [DEBUG] adding entry html/reference/api/script-dir/jquery-ui.min.css [DEBUG] adding entry html/reference/api/script-dir/jquery-ui.structure.min.css [DEBUG] adding entry html/reference/api/script-dir/images/ui-bg_glass_65_dadada_1x400.png [DEBUG] adding entry html/reference/api/script-dir/images/ui-icons_454545_256x240.png [DEBUG] adding entry html/reference/api/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png [DEBUG] adding entry html/reference/api/script-dir/images/ui-bg_glass_75_dadada_1x400.png [DEBUG] adding entry html/reference/api/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png [DEBUG] adding entry html/reference/api/script-dir/images/ui-icons_888888_256x240.png [DEBUG] adding entry html/reference/api/script-dir/images/ui-icons_2e83ff_256x240.png [DEBUG] adding entry html/reference/api/script-dir/images/ui-icons_cd0a0a_256x240.png [DEBUG] adding entry html/reference/api/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png [DEBUG] adding entry html/reference/api/script-dir/images/ui-icons_222222_256x240.png [DEBUG] adding entry html/reference/api/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png [DEBUG] adding entry html/reference/api/jquery-ui.overrides.css [DEBUG] adding entry html/reference/api/legal/jquery.md [DEBUG] adding entry html/reference/api/legal/jqueryUI.md [DEBUG] adding entry html/reference/api/legal/LICENSE [DEBUG] adding entry html/reference/api/legal/ASSEMBLY_EXCEPTION [DEBUG] adding entry html/reference/api/legal/ADDITIONAL_LICENSE_INFO [DEBUG] adding entry index/_1.fdm [DEBUG] adding entry index/_1.fdt [DEBUG] adding entry index/_1.fdx [DEBUG] adding entry index/_1.fnm [DEBUG] adding entry index/_1.nvd [DEBUG] adding entry index/_1.nvm [DEBUG] adding entry index/_1.si [DEBUG] adding entry index/_1_Lucene90_0.doc [DEBUG] adding entry index/_1_Lucene90_0.pos [DEBUG] adding entry index/_1_Lucene90_0.tim [DEBUG] adding entry index/_1_Lucene90_0.tip [DEBUG] adding entry index/_1_Lucene90_0.tmd [DEBUG] adding entry index/indexed_contributions [DEBUG] adding entry index/indexed_dependencies [DEBUG] adding entry index/indexed_docs [DEBUG] adding entry index/segments_1 [DEBUG] adding entry index/write.lock [DEBUG] adding entry intro/css/images/ecf_intro.gif [DEBUG] adding entry intro/css/images/ecf_intro_hov.gif [DEBUG] adding entry intro/css/overview.css [DEBUG] adding entry intro/css/samples.css [DEBUG] adding entry intro/css/tutorials.css [DEBUG] adding entry intro/css/whatsnew.css [DEBUG] adding entry intro/overviewExtensionContent.xml [DEBUG] adding entry intro/samplesExtensionContent.xml [DEBUG] adding entry intro/tutorialsExtensionContent.xml [DEBUG] adding entry intro/whatsnewExtensionContent.xml [DEBUG] adding entry notices.html [DEBUG] adding entry plugin.properties [DEBUG] adding entry plugin.xml [DEBUG] adding entry toc.xml [DEBUG] adding entry tocjavadoc.xml [DEBUG] adding entry topics_Reference.xml [DEBUG] adding entry topics_Resources.xml [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.doc-1.3.500-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/org.eclipse.ecf.doc-1.3.500-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/org.eclipse.ecf.doc-1.3.500-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/org.eclipse.ecf.doc-1.3.500-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/org.eclipse.ecf.doc-1.3.500-SNAPSHOT-sources.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/org.eclipse.ecf.doc-1.3.500-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/org.eclipse.ecf.doc-1.3.500-SNAPSHOT-sources.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@db327dc] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.doc:eclipse-plugin:1.3.500-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.doc --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.doc/1.3.500.v20240113-2348 with delta: 0.0.0 [WARNING] Only qualifier changed for (org.eclipse.ecf.doc/1.3.500.v20240402-2354). Expected to have bigger x.y.z than what is available in baseline (1.3.500.v20240113-2348) [JENKINS] Archiving disabled [INFO] [INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.discovery.feature >---------- [INFO] Building org.eclipse.ecf.discovery.feature 1.0.201-SNAPSHOT [90/114] [INFO] from releng/features/org.eclipse.ecf.discovery.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=13783, ConflictMarker.markTime=10674, ConflictMarker.nodeCount=41, ConflictIdSorter.graphTime=10197, ConflictIdSorter.topsortTime=6868, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=124900, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=225195, DfDependencyCollector.transformTime=182439} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.feature:eclipse-feature:1.0.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.discovery.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:45.046773083, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:45.046998687, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:45.046998687, lastModified=2024-05-02 22:36:24.438735197, delta=500608263490 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:45.046998687, lastModified=2024-05-02 22:36:24.438735197, delta=500608263490 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:45.046998687, lastModified=2024-05-02 22:36:24.438735197, delta=500608263490 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:45.047308556, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:45.047473399, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:45.047473399, lastModified=2024-05-02 22:36:25.084747530, delta=499962725869 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:45.046998687, lastModified=2024-05-02 22:36:24.438735197, delta=500608263490 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:45.046998687, lastModified=2024-05-02 22:36:24.438735197, delta=500608263490 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:44:45.047982263, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:44:45.048034664, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:45.052856581, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:45.062075434, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:45.046998687, lastModified=2024-05-02 22:36:24.438735197, delta=500608263490 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:45.046998687, lastModified=2024-05-02 22:36:24.438735197, delta=500608263490 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.discovery.feature) [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [INFO] The project's OSGi version is 1.0.201.v20231021-2050 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2050 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:45Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20231021-2050 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.discovery.feature [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1b12092f [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.discovery.feature-1.0.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.discovery.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4d42787 [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.discovery.feature-1.0.201-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2050 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/org.eclipse.ecf.discovery.feature-1.0.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.discovery.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.discovery.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.discovery.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.discovery.feature-1.0.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/org.eclipse.ecf.discovery.feature-1.0.201-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.discovery.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.discovery.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/org.eclipse.ecf.discovery.feature-1.0.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/org.eclipse.ecf.discovery.feature-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/org.eclipse.ecf.discovery.feature-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/org.eclipse.ecf.discovery.feature-1.0.201-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/org.eclipse.ecf.discovery.feature-1.0.201-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/org.eclipse.ecf.discovery.feature-1.0.201-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@57b9be11] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.discovery.feature/1.0.201.v20231021-2050 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.discovery.feature,1.0.201.v20231021-2050 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.discovery.feature/1.0.201.v20231021-2050/org.eclipse.ecf.discovery.feature-1.0.201.v20231021-2050-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.discovery.feature.source/1.0.201.v20231021-2050 with delta: 0.0.0 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.discovery.feature.source,1.0.201.v20231021-2050 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.discovery.feature.source/1.0.201.v20231021-2050/org.eclipse.ecf.discovery.feature.source-1.0.201.v20231021-2050-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------< org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature >------- [INFO] Building org.eclipse.ecf.discovery.jmdns.feature 1.0.103-SNAPSHOT [91/114] [INFO] from releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=18255, ConflictMarker.markTime=13830, ConflictMarker.nodeCount=66, ConflictIdSorter.graphTime=17309, ConflictIdSorter.topsortTime=7901, ConflictIdSorter.conflictIdCount=17, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=99982, ConflictResolver.conflictItemCount=65, DfDependencyCollector.collectTime=425870, DfDependencyCollector.transformTime=174170} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:eclipse-feature:1.0.103-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.feature:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:jar:4.4.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.jmdns.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.discovery.jmdns.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:49.041464854, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:49.041690255, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:49.041690255, lastModified=2024-05-02 22:36:24.438735197, delta=504602955058 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:49.041690255, lastModified=2024-05-02 22:36:24.438735197, delta=504602955058 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:49.041690255, lastModified=2024-05-02 22:36:24.438735197, delta=504602955058 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:49.042095707, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:49.042248548, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:49.042248548, lastModified=2024-05-02 22:36:25.084747530, delta=503957501018 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:49.041690255, lastModified=2024-05-02 22:36:24.438735197, delta=504602955058 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:49.041690255, lastModified=2024-05-02 22:36:24.438735197, delta=504602955058 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:44:49.042956147, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:44:49.043034332, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:49.047948477, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:49.056506140, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:49.041690255, lastModified=2024-05-02 22:36:24.438735197, delta=504602955058 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:49.041690255, lastModified=2024-05-02 22:36:24.438735197, delta=504602955058 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.discovery.jmdns.feature) [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.provider.jmdns:4.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [INFO] The project's OSGi version is 1.0.103.v20231021-2127 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.jmdns.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.jmdns.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.jmdns.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.jmdns.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2127 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:49Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.103.v20231021-2127 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.discovery.jmdns.feature [DEBUG] unqualifiedVersion: 1.0.103 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.jmdns.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@52b61213 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.jmdns.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.discovery.jmdns.feature-1.0.103-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.discovery.jmdns.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@366f2adf [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.discovery.jmdns.feature-1.0.103-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/org.eclipse.ecf.discovery.jmdns.feature-1.0.103-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.discovery.jmdns.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.discovery.jmdns.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.discovery.jmdns.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.jmdns.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.discovery.jmdns.feature-1.0.103-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/org.eclipse.ecf.discovery.jmdns.feature-1.0.103-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.discovery.jmdns.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.discovery.jmdns.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.jmdns.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/org.eclipse.ecf.discovery.jmdns.feature-1.0.103-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/org.eclipse.ecf.discovery.jmdns.feature-1.0.103-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/org.eclipse.ecf.discovery.jmdns.feature-1.0.103-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/org.eclipse.ecf.discovery.jmdns.feature-1.0.103-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/org.eclipse.ecf.discovery.jmdns.feature-1.0.103-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/org.eclipse.ecf.discovery.jmdns.feature-1.0.103-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.jmdns.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@d6cd66] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.jmdns.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.discovery.jmdns.feature/1.0.103.v20231021-2127 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.discovery.jmdns.feature,1.0.103.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.discovery.jmdns.feature/1.0.103.v20231021-2127/org.eclipse.ecf.discovery.jmdns.feature-1.0.103.v20231021-2127-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.discovery.jmdns.feature.source/1.0.103.v20231021-2127 with delta: 0.0.0 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.discovery.jmdns.feature.source,1.0.103.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.discovery.jmdns.feature.source/1.0.103.v20231021-2127/org.eclipse.ecf.discovery.jmdns.feature.source-1.0.103.v20231021-2127-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ----< org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature >----- [INFO] Building org.eclipse.ecf.remoteservice.rosgi.feature 2.0.2-SNAPSHOT [92/114] [INFO] from releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.source:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.sharedobject.feature:1.1.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin.source:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=66506, ConflictMarker.markTime=30191, ConflictMarker.nodeCount=207, ConflictIdSorter.graphTime=58508, ConflictIdSorter.topsortTime=14546, ConflictIdSorter.conflictIdCount=34, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=331274, ConflictResolver.conflictItemCount=206, DfDependencyCollector.collectTime=810413, DfDependencyCollector.transformTime=518510} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:eclipse-feature:2.0.2-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:jar:3.7.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:jar:1.1.2-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:jar:1.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:jar:2.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:jar:1.1.1-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:52.295226228, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:52.295453716, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:52.295453716, lastModified=2024-05-02 22:36:24.438735197, delta=507856718519 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:52.295453716, lastModified=2024-05-02 22:36:24.438735197, delta=507856718519 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:52.295453716, lastModified=2024-05-02 22:36:24.438735197, delta=507856718519 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:52.295758271, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:52.295918793, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:52.295918793, lastModified=2024-05-02 22:36:25.084747530, delta=507211171263 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:52.295453716, lastModified=2024-05-02 22:36:24.438735197, delta=507856718519 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:52.295453716, lastModified=2024-05-02 22:36:24.438735197, delta=507856718519 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:44:52.296444819, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:44:52.296499588, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:52.301285250, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:52.310580924, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:52.295453716, lastModified=2024-05-02 22:36:24.438735197, delta=507856718519 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:52.295453716, lastModified=2024-05-02 22:36:24.438735197, delta=507856718519 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.remoteservice.rosgi.feature) [DEBUG] Found 'v20240406-1023' from qualifier 'v20240406-1023' for artifact eclipse-plugin:ch.ethz.iks.r_osgi.remote:1.3.0.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.provider.r_osgi:3.7.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [INFO] The project's OSGi version is 2.0.2.v20240406-1023 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240406-1023 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:52Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.2.v20240406-1023 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature [DEBUG] unqualifiedVersion: 2.0.2 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4750894 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.rosgi.feature-2.0.2-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] (f) qualifier = v20240406-1023 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@2d2ba5c3 [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.rosgi.feature-2.0.2-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] (f) qualifier = v20240406-1023 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/org.eclipse.ecf.remoteservice.rosgi.feature-2.0.2-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.remoteservice.rosgi.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.remoteservice.rosgi.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.rosgi.feature-2.0.2-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/org.eclipse.ecf.remoteservice.rosgi.feature-2.0.2-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.rosgi.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.rosgi.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/org.eclipse.ecf.remoteservice.rosgi.feature-2.0.2-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/org.eclipse.ecf.remoteservice.rosgi.feature-2.0.2-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/org.eclipse.ecf.remoteservice.rosgi.feature-2.0.2-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/org.eclipse.ecf.remoteservice.rosgi.feature-2.0.2-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/org.eclipse.ecf.remoteservice.rosgi.feature-2.0.2-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/org.eclipse.ecf.remoteservice.rosgi.feature-2.0.2-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@3c603929] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:eclipse-feature:2.0.2-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.remoteservice.rosgi.feature/2.0.2.v20231021-2127 with delta: 0.0.0 [WARNING] Only qualifier changed for (org.eclipse.ecf.remoteservice.rosgi.feature.feature.jar/2.0.2.v20240406-1023). Expected to have bigger x.y.z than what is available in baseline (2.0.2.v20231021-2127) [JENKINS] Archiving disabled [INFO] [INFO] -------< org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature >-------- [INFO] Building org.eclipse.ecf.osgi.services.feature 2.6.400-SNAPSHOT [93/114] [INFO] from releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=41944, ConflictMarker.markTime=27229, ConflictMarker.nodeCount=191, ConflictIdSorter.graphTime=51346, ConflictIdSorter.topsortTime=15077, ConflictIdSorter.conflictIdCount=36, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=319565, ConflictResolver.conflictItemCount=190, DfDependencyCollector.collectTime=851597, DfDependencyCollector.transformTime=472866} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:eclipse-feature:2.6.400-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:jar:1.3.1-SNAPSHOT:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.command:jar:1.1.2:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.6:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4:compile [DEBUG] org.osgi:org.osgi.service.component.annotations:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:jar:2.1.700-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.feature:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.console:jar:1.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:jar:2.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.osgi.services.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:55.103854498, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:55.104092458, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:55.104092458, lastModified=2024-05-02 22:36:24.438735197, delta=510665357261 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:55.104092458, lastModified=2024-05-02 22:36:24.438735197, delta=510665357261 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:55.104092458, lastModified=2024-05-02 22:36:24.438735197, delta=510665357261 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:55.104408597, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:55.104554411, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:55.104554411, lastModified=2024-05-02 22:36:25.084747530, delta=510019806881 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:55.104092458, lastModified=2024-05-02 22:36:24.438735197, delta=510665357261 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:55.104092458, lastModified=2024-05-02 22:36:24.438735197, delta=510665357261 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:44:55.105045460, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:44:55.105100321, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:55.109952810, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:55.118274260, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:55.104092458, lastModified=2024-05-02 22:36:24.438735197, delta=510665357261 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:55.104092458, lastModified=2024-05-02 22:36:24.438735197, delta=510665357261 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.osgi.services.feature) [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-plugin:org.eclipse.ecf.osgi.services.distribution:2.1.700.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Found 'v20221117-1507' from qualifier 'v20221117-1507' for artifact eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Found 'v20231021-2047' from qualifier 'v20231021-2047' for artifact eclipse-plugin:org.eclipse.ecf.console:1.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [INFO] The project's OSGi version is 2.6.400.v20231021-2127 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.osgi.services.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.osgi.services.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2127 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:44:55Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.6.400.v20231021-2127 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.osgi.services.feature [DEBUG] unqualifiedVersion: 2.6.400 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.osgi.services.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@667d8e75 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.feature-2.6.400-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.osgi.services.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@7ad905e [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.feature-2.6.400-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/org.eclipse.ecf.osgi.services.feature-2.6.400-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.osgi.services.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.osgi.services.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.osgi.services.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.osgi.services.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.osgi.services.feature-2.6.400-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/org.eclipse.ecf.osgi.services.feature-2.6.400-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.osgi.services.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.osgi.services.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.osgi.services.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/org.eclipse.ecf.osgi.services.feature-2.6.400-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/org.eclipse.ecf.osgi.services.feature-2.6.400-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/org.eclipse.ecf.osgi.services.feature-2.6.400-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/org.eclipse.ecf.osgi.services.feature-2.6.400-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/org.eclipse.ecf.osgi.services.feature-2.6.400-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/org.eclipse.ecf.osgi.services.feature-2.6.400-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@931d4ba] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.osgi.services.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.osgi.services.feature/2.6.400.v20231021-2127 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.osgi.services.feature,2.6.400.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.osgi.services.feature/2.6.400.v20231021-2127/org.eclipse.ecf.osgi.services.feature-2.6.400.v20231021-2127-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.osgi.services.feature.source/2.6.400.v20231021-2127 with delta: 0.0.0 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.osgi.services.feature.source,2.6.400.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.osgi.services.feature.source/2.6.400.v20231021-2127/org.eclipse.ecf.osgi.services.feature.source-2.6.400.v20231021-2127-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -------< org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature >-------- [INFO] Building org.eclipse.ecf.discovery.slp.feature 1.0.102-SNAPSHOT [94/114] [INFO] from releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=22025, ConflictMarker.markTime=14152, ConflictMarker.nodeCount=71, ConflictIdSorter.graphTime=18227, ConflictIdSorter.topsortTime=8609, ConflictIdSorter.conflictIdCount=19, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=117596, ConflictResolver.conflictItemCount=70, DfDependencyCollector.collectTime=482449, DfDependencyCollector.transformTime=209139} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:eclipse-feature:1.0.102-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.jslp:jar:3.2.302-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.feature:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.slp:jar:1.4.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.slp.jars.extra.classpath:jar:r7stubs.jar:1.4.1-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.slp.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.discovery.slp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:59.825706442, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:44:59.825975813, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:59.825975813, lastModified=2024-05-02 22:36:24.438735197, delta=515387240616 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:59.825975813, lastModified=2024-05-02 22:36:24.438735197, delta=515387240616 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:59.825975813, lastModified=2024-05-02 22:36:24.438735197, delta=515387240616 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:59.826323991, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:44:59.826497152, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:44:59.826497152, lastModified=2024-05-02 22:36:25.084747530, delta=514741749622 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:59.825975813, lastModified=2024-05-02 22:36:24.438735197, delta=515387240616 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:59.825975813, lastModified=2024-05-02 22:36:24.438735197, delta=515387240616 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:44:59.827050921, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:44:59.827114480, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:59.831953343, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:44:59.840578104, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:59.825975813, lastModified=2024-05-02 22:36:24.438735197, delta=515387240616 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:44:59.825975813, lastModified=2024-05-02 22:36:24.438735197, delta=515387240616 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.discovery.slp.feature) [DEBUG] Found 'v20240406-1023' from qualifier 'v20240406-1023' for artifact eclipse-plugin:ch.ethz.iks.slp:1.4.1.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.provider.jslp:3.2.302.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [INFO] The project's OSGi version is 1.0.102.v20240406-1023 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.slp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.slp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.slp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.slp.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240406-1023 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:00Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.102.v20240406-1023 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.discovery.slp.feature [DEBUG] unqualifiedVersion: 1.0.102 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.slp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@55d7ec88 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.slp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.discovery.slp.feature-1.0.102-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] (f) qualifier = v20240406-1023 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.discovery.slp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@39aebe3d [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.discovery.slp.feature-1.0.102-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] (f) qualifier = v20240406-1023 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/org.eclipse.ecf.discovery.slp.feature-1.0.102-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.discovery.slp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.discovery.slp.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.discovery.slp.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.slp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.discovery.slp.feature-1.0.102-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/org.eclipse.ecf.discovery.slp.feature-1.0.102-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.discovery.slp.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.discovery.slp.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.slp.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/org.eclipse.ecf.discovery.slp.feature-1.0.102-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/org.eclipse.ecf.discovery.slp.feature-1.0.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/org.eclipse.ecf.discovery.slp.feature-1.0.102-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/org.eclipse.ecf.discovery.slp.feature-1.0.102-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/org.eclipse.ecf.discovery.slp.feature-1.0.102-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/org.eclipse.ecf.discovery.slp.feature-1.0.102-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.slp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@2b15f484] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:eclipse-feature:1.0.102-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.slp.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.discovery.slp.feature/1.0.102.v20231021-2050 with delta: 0.0.0 [WARNING] Only qualifier changed for (org.eclipse.ecf.discovery.slp.feature.feature.jar/1.0.102.v20240406-1023). Expected to have bigger x.y.z than what is available in baseline (1.0.102.v20231021-2050) [JENKINS] Archiving disabled [INFO] [INFO] -----< org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature >----- [INFO] Building org.eclipse.ecf.remoteservice.rest.feature 1.0.303-SNAPSHOT [95/114] [INFO] from releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Resolving artifact org.json:json:jar:20230227 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.json:json:jar:20230227 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20230227/json-20230227.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20230227/json-20230227.jar (73 kB at 896 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/json/json/20230227/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/json/json/20230227/json-20230227.jar.lastUpdated' [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Resolving artifact org.json:json:pom:20230227 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.json:json:pom:20230227 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20230227/json-20230227.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20230227/json-20230227.pom (6.5 kB at 340 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/json/json/20230227/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/json/json/20230227/json-20230227.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=41192, ConflictMarker.markTime=17729, ConflictMarker.nodeCount=117, ConflictIdSorter.graphTime=27020, ConflictIdSorter.topsortTime=11296, ConflictIdSorter.conflictIdCount=34, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=217147, ConflictResolver.conflictItemCount=116, DfDependencyCollector.collectTime=22544862, DfDependencyCollector.transformTime=331441} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:eclipse-feature:1.0.303-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:jar:2.8.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:jar:2.6.1-SNAPSHOT:compile [DEBUG] org.json:json:jar:20230227:compile [DEBUG] commons-codec:commons-codec:jar:1.16.0:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] org.apache.httpcomponents:httpclient-osgi:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient-cache:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:fluent-hc:jar:4.5.14:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.apache.httpcomponents:httpcore-osgi:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.16:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.rest.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.rest.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:02.480308667, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:02.480568436, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:02.480568436, lastModified=2024-05-02 22:36:24.438735197, delta=518041833239 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:02.480568436, lastModified=2024-05-02 22:36:24.438735197, delta=518041833239 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:02.480568436, lastModified=2024-05-02 22:36:24.438735197, delta=518041833239 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:02.480886896, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:02.481027176, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:02.481027176, lastModified=2024-05-02 22:36:25.084747530, delta=517396279646 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:02.480568436, lastModified=2024-05-02 22:36:24.438735197, delta=518041833239 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:02.480568436, lastModified=2024-05-02 22:36:24.438735197, delta=518041833239 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:02.481579906, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:02.481634565, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:02.486462071, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:02.494935678, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:02.480568436, lastModified=2024-05-02 22:36:24.438735197, delta=518041833239 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:02.480568436, lastModified=2024-05-02 22:36:24.438735197, delta=518041833239 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.remoteservice.rest.feature) [DEBUG] Found 'v20240405-1603' from qualifier 'v20240405-1603' for artifact eclipse-plugin:org.eclipse.ecf.remoteservice.rest:2.8.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [INFO] The project's OSGi version is 1.0.303.v20240405-1603 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.rest.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.rest.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.rest.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.rest.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240405-1603 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:02Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.303.v20240405-1603 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.remoteservice.rest.feature [DEBUG] unqualifiedVersion: 1.0.303 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.rest.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6fd5156f [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.rest.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.rest.feature-1.0.303-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] (f) qualifier = v20240405-1603 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.rest.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@5f69659b [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.rest.feature-1.0.303-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] (f) qualifier = v20240405-1603 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/org.eclipse.ecf.remoteservice.rest.feature-1.0.303-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.rest.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.remoteservice.rest.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.remoteservice.rest.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.rest.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.rest.feature-1.0.303-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/org.eclipse.ecf.remoteservice.rest.feature-1.0.303-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.rest.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.rest.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.rest.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/org.eclipse.ecf.remoteservice.rest.feature-1.0.303-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/org.eclipse.ecf.remoteservice.rest.feature-1.0.303-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/org.eclipse.ecf.remoteservice.rest.feature-1.0.303-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/org.eclipse.ecf.remoteservice.rest.feature-1.0.303-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/org.eclipse.ecf.remoteservice.rest.feature-1.0.303-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/org.eclipse.ecf.remoteservice.rest.feature-1.0.303-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.rest.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@2f5977d1] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:eclipse-feature:1.0.303-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.rest.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.remoteservice.rest.feature/1.0.303.v20231114-1017 with delta: 0.0.0 [WARNING] Only qualifier changed for (org.eclipse.ecf.remoteservice.rest.feature.feature.jar/1.0.303.v20240405-1603). Expected to have bigger x.y.z than what is available in baseline (1.0.303.v20231114-1017) [JENKINS] Archiving disabled [INFO] [INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.core.feature >------------ [INFO] Building org.eclipse.ecf.core.feature 1.6.2-SNAPSHOT [96/114] [INFO] from releng/features/org.eclipse.ecf.core.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=12525, ConflictMarker.markTime=9422, ConflictMarker.nodeCount=32, ConflictIdSorter.graphTime=8474, ConflictIdSorter.topsortTime=6055, ConflictIdSorter.conflictIdCount=14, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=78155, ConflictResolver.conflictItemCount=31, DfDependencyCollector.collectTime=166142, DfDependencyCollector.transformTime=128835} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.core.feature:eclipse-feature:1.6.2-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.core.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.core.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:05.055213513, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:05.055462388, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:05.055462388, lastModified=2024-05-02 22:36:24.438735197, delta=520616727191 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:05.055462388, lastModified=2024-05-02 22:36:24.438735197, delta=520616727191 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:05.055462388, lastModified=2024-05-02 22:36:24.438735197, delta=520616727191 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:05.055778553, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:05.055925389, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:05.055925389, lastModified=2024-05-02 22:36:25.084747530, delta=519971177859 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:05.055462388, lastModified=2024-05-02 22:36:24.438735197, delta=520616727191 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:05.055462388, lastModified=2024-05-02 22:36:24.438735197, delta=520616727191 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:05.056453658, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:05.056508340, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:05.061323566, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:05.069636113, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:05.055462388, lastModified=2024-05-02 22:36:24.438735197, delta=520616727191 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:05.055462388, lastModified=2024-05-02 22:36:24.438735197, delta=520616727191 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.core.feature) [DEBUG] Found 'v20240407-0243' from qualifier 'v20240407-0243' for artifact eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Found 'v20230422-0242' from qualifier 'v20230422-0242' for artifact eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [INFO] The project's OSGi version is 1.6.2.v20240407-0243 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.core.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.core.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.core.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.core.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240407-0243 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:05Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.6.2.v20240407-0243 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.core.feature [DEBUG] unqualifiedVersion: 1.6.2 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.core.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@5bcdc22c [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.core.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.core.feature-1.6.2-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] (f) qualifier = v20240407-0243 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.core.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3bec3b2c [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.core.feature-1.6.2-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] (f) qualifier = v20240407-0243 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/org.eclipse.ecf.core.feature-1.6.2-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.core.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.core.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.core.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.core.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.core.feature-1.6.2-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/org.eclipse.ecf.core.feature-1.6.2-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.core.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/org.eclipse.ecf.core.feature-1.6.2-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/org.eclipse.ecf.core.feature-1.6.2-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/org.eclipse.ecf.core.feature-1.6.2-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/org.eclipse.ecf.core.feature-1.6.2-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/org.eclipse.ecf.core.feature-1.6.2-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/org.eclipse.ecf.core.feature-1.6.2-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.core.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@41bf7cdd] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.core.feature:eclipse-feature:1.6.2-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.core.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.core.feature/1.6.2.v20231021-2127 with delta: 0.0.0 [WARNING] Only qualifier changed for (org.eclipse.ecf.core.feature.feature.jar/1.6.2.v20240407-0243). Expected to have bigger x.y.z than what is available in baseline (1.6.2.v20231021-2127) [JENKINS] Archiving disabled [INFO] [INFO] ---< org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature >---- [INFO] Building org.eclipse.ecf.remoteservice.servlet.feature 1.0.400-SNAPSHOT [97/114] [INFO] from releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Resolving artifact jakarta.servlet:jakarta.servlet-api:jar:6.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.servlet:jakarta.servlet-api:jar:6.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar (348 kB at 13 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar.lastUpdated' [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice.source:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Resolving artifact jakarta.servlet:jakarta.servlet-api:pom:6.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.servlet:jakarta.servlet-api:pom:6.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom (19 kB at 2.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=71207, ConflictMarker.markTime=33903, ConflictMarker.nodeCount=139, ConflictIdSorter.graphTime=59281, ConflictIdSorter.topsortTime=23030, ConflictIdSorter.conflictIdCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=341280, ConflictResolver.conflictItemCount=138, DfDependencyCollector.collectTime=13209786, DfDependencyCollector.transformTime=559845} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:eclipse-feature:1.0.400-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:jar:2.6.1-SNAPSHOT:compile [DEBUG] jakarta.servlet:jakarta.servlet-api:jar:6.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.servlet.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.servlet.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:07.699922041, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:07.700378407, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:07.700378407, lastModified=2024-05-02 22:36:24.438735197, delta=523261643210 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:07.700378407, lastModified=2024-05-02 22:36:24.438735197, delta=523261643210 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:07.700378407, lastModified=2024-05-02 22:36:24.438735197, delta=523261643210 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:07.701032075, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:07.701289188, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:07.701289188, lastModified=2024-05-02 22:36:25.084747530, delta=522616541658 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:07.700378407, lastModified=2024-05-02 22:36:24.438735197, delta=523261643210 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:07.700378407, lastModified=2024-05-02 22:36:24.438735197, delta=523261643210 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:07.702185757, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:07.702305668, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 6 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:07.708629469, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:07.717959611, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:07.700378407, lastModified=2024-05-02 22:36:24.438735197, delta=523261643210 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:07.700378407, lastModified=2024-05-02 22:36:24.438735197, delta=523261643210 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.remoteservice.servlet.feature) [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.remoteservice.servlet:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api_6.0.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,jakarta.servlet-api,6.0.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0-p2artifacts.xml [INFO] The project's OSGi version is 1.0.400.v20240502-2212 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.servlet.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.servlet.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.servlet.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.servlet.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240502-2212 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:07Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.400.v20240502-2212 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.remoteservice.servlet.feature [DEBUG] unqualifiedVersion: 1.0.400 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.servlet.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@178b832f [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.servlet.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.servlet.feature-1.0.400-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] (f) qualifier = v20240502-2212 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.servlet.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3c09c7cd [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.servlet.feature-1.0.400-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] (f) qualifier = v20240502-2212 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/org.eclipse.ecf.remoteservice.servlet.feature-1.0.400-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.servlet.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.remoteservice.servlet.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.remoteservice.servlet.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.servlet.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.servlet.feature-1.0.400-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/org.eclipse.ecf.remoteservice.servlet.feature-1.0.400-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.servlet.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.servlet.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.servlet.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/org.eclipse.ecf.remoteservice.servlet.feature-1.0.400-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/org.eclipse.ecf.remoteservice.servlet.feature-1.0.400-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/org.eclipse.ecf.remoteservice.servlet.feature-1.0.400-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/org.eclipse.ecf.remoteservice.servlet.feature-1.0.400-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/org.eclipse.ecf.remoteservice.servlet.feature-1.0.400-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/org.eclipse.ecf.remoteservice.servlet.feature-1.0.400-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.servlet.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@450eb8aa] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:eclipse-feature:1.0.400-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.servlet.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.remoteservice.servlet.feature/1.0.301.v20231021-2127 with delta: 0.0.99 [DEBUG] Found org.eclipse.ecf.remoteservice.servlet.feature.source/1.0.301.v20231021-2127 with delta: 0.0.99 [JENKINS] Archiving disabled [INFO] [INFO] -----< org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature >------ [INFO] Building org.eclipse.ecf.remoteservice.sdk.feature 3.15.0-SNAPSHOT [98/114] [INFO] from releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.r_osgi.remote:1.3.0.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.r_osgi.remote.source:1.3.0.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.slp:1.4.1.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.slp.source:1.4.1.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.console:1.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.console.source:1.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.jmdns:4.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.jslp:3.2.302.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.distribution:2.1.700.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.distribution.source:2.1.700.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.source:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source:1.3.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.jmdns.source:4.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.jslp.source:3.2.302.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.r_osgi:3.7.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.r_osgi.source:3.7.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice.source:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.rest:2.8.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.rest.source:2.8.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.servlet:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.servlet.source:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server:2.1.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server.source:2.1.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server.generic:8.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server.generic.source:8.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin.source:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=172658, ConflictMarker.markTime=78549, ConflictMarker.nodeCount=634, ConflictIdSorter.graphTime=225346, ConflictIdSorter.topsortTime=36531, ConflictIdSorter.conflictIdCount=78, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1615159, ConflictResolver.conflictItemCount=633, DfDependencyCollector.collectTime=3699281, DfDependencyCollector.transformTime=2154503} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:eclipse-feature:3.15.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:jar:1.0.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:jar:1.2.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:jar:1.1.2-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:jar:2.0.2-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:jar:1.1.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:jar:2.6.400-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:jar:1.2.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:jar:1.0.303-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.feature:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.core.feature:jar:1.6.2-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:jar:2.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:jar:1.0.400-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:jar:1.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.slp:jar:1.4.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.slp.jars.extra.classpath:jar:r7stubs.jar:1.4.1-SNAPSHOT:system [DEBUG] jakarta.servlet:jakarta.servlet-api:jar:6.0.0:compile [DEBUG] org.json:json:jar:20230227:compile [DEBUG] commons-codec:commons-codec:jar:1.16.0:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] org.apache.httpcomponents:httpclient-osgi:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient-cache:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:fluent-hc:jar:4.5.14:compile [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.apache.httpcomponents:httpcore-osgi:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.16:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.console:jar:1.4.0-SNAPSHOT:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.command:jar:1.1.2:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.6:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4:compile [DEBUG] org.osgi:org.osgi.service.component.annotations:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:jar:4.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.jslp:jar:3.2.302-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:jar:2.1.700-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:jar:1.3.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:jar:3.7.0-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:jar:2.8.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server:jar:2.1.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server.generic:jar:8.2.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.sdk.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.sdk.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:10.617539313, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:10.617802475, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:10.617802475, lastModified=2024-05-02 22:36:24.438735197, delta=526179067278 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:10.617802475, lastModified=2024-05-02 22:36:24.438735197, delta=526179067278 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:10.617802475, lastModified=2024-05-02 22:36:24.438735197, delta=526179067278 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:10.618160006, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:10.618324082, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:10.618324082, lastModified=2024-05-02 22:36:25.084747530, delta=525533576552 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:10.617802475, lastModified=2024-05-02 22:36:24.438735197, delta=526179067278 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:10.617802475, lastModified=2024-05-02 22:36:24.438735197, delta=526179067278 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:10.618904492, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:10.618968061, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:10.624256634, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:10.632678121, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:10.617802475, lastModified=2024-05-02 22:36:24.438735197, delta=526179067278 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:10.617802475, lastModified=2024-05-02 22:36:24.438735197, delta=526179067278 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.remoteservice.sdk.feature) [DEBUG] Found 'v20240406-1023' from qualifier 'v20240406-1023' for artifact eclipse-feature:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Found 'v20240502-2212' from qualifier 'v20240502-2212' for artifact eclipse-feature:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Found 'v20240405-1603' from qualifier 'v20240405-1603' for artifact eclipse-feature:org.eclipse.ecf.remoteservice.rest.feature:1.0.303.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.server.generic.feature:1.2.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.osgi.services.feature:2.6.400.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.discovery.jmdns.feature:1.0.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Found 'v20240406-1023' from qualifier 'v20240406-1023' for artifact eclipse-feature:org.eclipse.ecf.discovery.slp.feature:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-feature:org.eclipse.ecf.discovery.feature:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.provider.generic.feature:1.1.2.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.sharedobject.feature:1.1.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.remoteservice.feature:2.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Found 'v20240407-0243' from qualifier 'v20240407-0243' for artifact eclipse-feature:org.eclipse.ecf.core.feature:1.6.2.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [INFO] The project's OSGi version is 3.15.0.v20240502-2212 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.sdk.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.sdk.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.sdk.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.sdk.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240502-2212 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:10Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.15.0.v20240502-2212 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.remoteservice.sdk.feature [DEBUG] unqualifiedVersion: 3.15.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.sdk.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1a67ea20 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.sdk.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.sdk.feature-3.15.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] (f) qualifier = v20240502-2212 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.sdk.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@313fc85c [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.sdk.feature-3.15.0-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] (f) qualifier = v20240502-2212 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/org.eclipse.ecf.remoteservice.sdk.feature-3.15.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.sdk.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.remoteservice.sdk.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.remoteservice.sdk.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.sdk.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.remoteservice.sdk.feature-3.15.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/org.eclipse.ecf.remoteservice.sdk.feature-3.15.0-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.sdk.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.remoteservice.sdk.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.sdk.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/org.eclipse.ecf.remoteservice.sdk.feature-3.15.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/org.eclipse.ecf.remoteservice.sdk.feature-3.15.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/org.eclipse.ecf.remoteservice.sdk.feature-3.15.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/org.eclipse.ecf.remoteservice.sdk.feature-3.15.0-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/org.eclipse.ecf.remoteservice.sdk.feature-3.15.0-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/org.eclipse.ecf.remoteservice.sdk.feature-3.15.0-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.sdk.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@673fcbad] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:eclipse-feature:3.15.0-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.sdk.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.remoteservice.sdk.feature/3.14.41.v20231202-2253 with delta: 0.1.-41 [DEBUG] Found org.eclipse.ecf.remoteservice.sdk.feature.source/3.14.41.v20231202-2253 with delta: 0.1.-41 [JENKINS] Archiving disabled [INFO] [INFO] ----------------< org.eclipse.ecf:org.eclipse.ecf.core >---------------- [INFO] Building org.eclipse.ecf.core 3.15.0-SNAPSHOT [99/114] [INFO] from releng/features/org.eclipse.ecf.core/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.discovery.ui.properties 3.0.201.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.ecf.provider.xmpp.datashare 1.0.201.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.ecf.provider.xmpp.remoteservice 1.2.201.qualifier [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.201.qualifier [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.r_osgi.remote:1.3.0.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.r_osgi.remote.source:1.3.0.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.slp:1.4.1.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.slp.source:1.4.1.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.console:1.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.console.source:1.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.core.feature:1.6.2.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.datashare:3.0.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.datashare.source:3.0.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.discovery.feature:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.discovery.jmdns.feature:1.0.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.jmdns:4.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.discovery.slp.feature:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.jslp:3.2.302.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.distribution:2.1.700.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.r_osgi:3.7.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.rest:2.8.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.servlet:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.eventadmin:1.3.101.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.dnssd:1.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.distribution.source:2.1.700.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.osgi.services.feature:2.6.400.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.remoteservice.feature:2.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.source:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source:1.3.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.dnssd.source:1.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.source:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient45.source:1.0.600.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient5.source:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.provider.generic.feature:1.1.2.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.sharedobject.feature:1.1.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.jmdns.source:4.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.jslp.source:3.2.302.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.r_osgi.source:3.7.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice.source:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.xmpp:3.2.402.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.jivesoftware.smack:3.4.0.qualifier: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.xmpp.source:3.2.402.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.eventadmin.source:1.3.101.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.rest.source:2.8.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.remoteservice.rest.feature:1.0.303.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.server.generic.feature:1.2.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.servlet.source:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server:2.1.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server.source:2.1.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server.generic:8.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server.generic.source:8.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin.source:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.jivesoftware.smack.source:3.4.0.qualifier: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1417391, ConflictMarker.markTime=641759, ConflictMarker.nodeCount=4066, ConflictIdSorter.graphTime=1011109, ConflictIdSorter.topsortTime=206362, ConflictIdSorter.conflictIdCount=490, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=84723704, ConflictResolver.conflictItemCount=4054, DfDependencyCollector.collectTime=15682091, DfDependencyCollector.transformTime=88054566} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.core:eclipse-feature:3.15.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc:jar:1.3.401-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:jar:0.9.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui:jar:3.0.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ui:jar:2.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:jar:3.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:jar:2.2.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.team.ecf.core:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:jar:1.2.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-antlr.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-bcel.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-bsf.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-log4j.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-oro.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-regexp.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-resolver.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-xalan2.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-commons-logging.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-commons-net.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-imageio.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-jakartamail.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-javamail.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-jdepend.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-jmf.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-jsch.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-junit.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-junit4.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-junitlauncher.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-launcher.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-netrexx.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-swing.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-testutil.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-xz.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.debug:jar:jdimodel.jar:3.21.400.v20240418-1414:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.build:jar:pdebuild.jar:3.12.400.v20240425-2254:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:jar:3.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence.ui:jar:2.4.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:jar:1.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.team.ecf.ui:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence.bot:jar:1.3.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:jar:3.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:jar:3.4.400-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.pde.runtime:jar:3.8.400.v20240321-1452:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.runtime.source:jar:3.8.400.v20240321-1452:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:jar:1.5.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.doc:jar:1.3.500-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:jar:3.15.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:jar:3.0.202-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.dto:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.framework:jar:1.8.0:compile [DEBUG] org.osgi:org.osgi.util.tracker:jar:1.5.4:compile [DEBUG] org.osgi:org.osgi.service.log:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services:jar:3.12.100.v20240327-0645:system [DEBUG] biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.resolver:jar:1.1.1:compile [DEBUG] org.bndtools:bndtools.api:jar:7.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:jar:1.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.slp:jar:1.4.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.slp.jars.extra.classpath:jar:r7stubs.jar:1.4.1-SNAPSHOT:system [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.activation:jakarta.activation-api:jar:2.1.3:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] jakarta.servlet:jakarta.servlet-api:jar:6.0.0:compile [DEBUG] jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2:compile [DEBUG] org.json:json:jar:20230227:compile [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant.source:jar:1.10.14.v20230922-1200:system [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-codec:commons-codec:jar:1.16.0:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5-h2:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.client5.httpclient5:jar:5.3.1.v20240126-0900:system [DEBUG] org.apache.httpcomponents.client5:httpclient5:jar:5.3.1:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5:jar:5.2.4:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5-h2:jar:5.2.4:compile [DEBUG] org.apache.httpcomponents:httpclient-osgi:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient-cache:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:fluent-hc:jar:4.5.14:compile [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.apache.httpcomponents:httpcore-osgi:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.16:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] org.bndtools:org.bndtools.headless.build.manager:jar:7.0.0:compile [DEBUG] org.bndtools:org.bndtools.headless.build.plugin.gradle:jar:7.0.0:compile [DEBUG] org.junit.platform:junit-platform-commons:jar:1.9.2:compile [DEBUG] org.junit.platform:junit-platform-engine:jar:1.9.2:compile [DEBUG] org.junit.platform:junit-platform-launcher:jar:1.9.2:compile [DEBUG] org.assertj:assertj-core:jar:3.24.2:compile [DEBUG] net.bytebuddy:byte-buddy:jar:1.12.21:compile [DEBUG] org.opentest4j:opentest4j:jar:1.2.0:compile [DEBUG] org.apiguardian:apiguardian-api:jar:1.1.2:compile [DEBUG] org.junit.jupiter:junit-jupiter-api:jar:5.9.2:compile [DEBUG] org.junit.jupiter:junit-jupiter-engine:jar:5.9.2:compile [DEBUG] org.junit.jupiter:junit-jupiter-params:jar:5.9.2:compile [DEBUG] org.awaitility:awaitility:jar:4.2.0:compile [DEBUG] org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit:jar:4.13.2_1:compile [DEBUG] org.junit.vintage:junit-vintage-engine:jar:5.9.2:compile [DEBUG] org.osgi:org.osgi.test.common:jar:1.2.1:compile [DEBUG] org.osgi:org.osgi.test.junit5:jar:1.2.1:compile [DEBUG] org.bndtools:org.bndtools.versioncontrol.ignores.manager:jar:7.0.0:compile [DEBUG] org.bndtools:org.bndtools.templating:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] org.bndtools:org.bndtools.versioncontrol.ignores.plugin.git:jar:7.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ant.core:jar:3.7.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.variables:jar:3.6.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.core.source:jar:3.7.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.launching:jar:1.4.400.v20240413-1649:system [DEBUG] p2.eclipse.plugin:org.eclipse.debug.core:jar:3.21.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.launching:jar:3.22.0.v20240424-1830:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.externaltools:jar:1.3.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core:jar:3.38.0.v20240425-0507:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.launching.source:jar:1.4.400.v20240413-1649:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.ui:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.externaltools:jar:3.6.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.console:jar:3.14.100.v20240429-1358:system [DEBUG] p2.eclipse.plugin:org.eclipse.debug.ui:jar:3.18.400.v20240416-1521:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.ui:jar:3.32.100.v20240430-0106:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.debug.ui:jar:3.13.400.v20240416-0655:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit:jar:3.16.400.v20240417-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.ui.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.externaltools.source:jar:1.3.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.variables.source:jar:3.6.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.debug.core.source:jar:3.21.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.debug.ui.source:jar:3.18.400.v20240416-1521:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.progress:jar:0.4.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.progress.source:jar:0.4.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.console:jar:1.4.0-SNAPSHOT:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.command:jar:1.1.2:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.6:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4:compile [DEBUG] org.osgi:org.osgi.service.component.annotations:jar:1.5.1:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.core.feature:jar:1.6.2-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc:jar:lib/irclib.jar:1.3.401.qualifier:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.feature:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:jar:1.0.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:jar:4.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.jslp:jar:3.2.302-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit.ui:jar:2.23.0.v20230211-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit:jar:2.21.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:jar:1.0.600-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui.intro:jar:3.7.400.v20240414-0828:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:jar:2.1.700-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:jar:3.7.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:jar:2.8.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:jar:1.0.201-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui.intro.universal:jar:3.5.400.v20240414-1916:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:jar:1.3.101-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin.jars.extra.classpath:jar:r7stubs.jar:1.3.101-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:jar:1.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:jar:1.3.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:jar:1.1.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:jar:2.6.400-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:jar:2.6.1-SNAPSHOT:compile [DEBUG] dnsjava:dnsjava:jar:3.5.3:compile [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.annotation:jar:2.3.0.v20240111-2306:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:jar:1.1.2-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:jar:1.1.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:jar:1.2.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc.source:jar:lib/irclib.jar:1.3.401.qualifier:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:jar:3.2.402-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:3.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:jar:1.0.303-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:jar:2.0.2-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:jar:1.0.400-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:jar:1.2.103-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.ui:jar:3.15.200.v20240430-0753:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.core:jar:3.18.100.v20240430-0753:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server:jar:2.1.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server.generic:jar:8.2.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.ui:jar:2.22.0.v20231002-1020:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin:jar:2.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin.source:jar:2.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin.equinox.source:jar:1.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.director:jar:2.6.400.v20240321-1450:system [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator:jar:1.5.300.v20240424-1301:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.director.source:jar:2.6.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.directorywatcher:jar:1.4.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.300.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.publisher:jar:1.9.200.v20240429-0755:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.100.v20240429-0755:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.directorywatcher.source:jar:1.4.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.extensionlocation:jar:1.5.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.extensionlocation.source:jar:1.5.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.garbagecollector:jar:1.3.300.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.garbagecollector.source:jar:1.3.300.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.operations:jar:2.7.400.v20240425-0751:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.operations.source:jar:2.7.400.v20240425-0751:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.publisher.source:jar:1.9.200.v20240429-0755:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.publisher.eclipse.source:jar:1.6.100.v20240429-0755:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.tools:jar:2.4.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.tools.source:jar:2.4.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.touchpoint.eclipse.source:jar:2.4.300.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.ui:jar:2.8.400.v20240425-0751:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.ui:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.ui.source:jar:2.8.400.v20240425-0751:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.ui.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator.source:jar:1.5.300.v20240424-1301:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator.manipulator.source:jar:2.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.source:jar:3.38.0.v20240425-0507:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.manipulation:jar:1.21.100.v20240430-2028:system [DEBUG] p2.eclipse.plugin:org.eclipse.search.core:jar:3.16.200.v20240415-0954:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.manipulation.source:jar:1.21.100.v20240430-2028:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.debug:jar:3.21.400.v20240418-1414:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.debug.source:jar:3.21.400.v20240418-1414:system [DEBUG] p2.eclipse.plugin:org.eclipse.search:jar:3.16.200.v20240426-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.debug.ui.source:jar:3.13.400.v20240416-0655:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit.runtime:jar:3.7.400.v20231214-1952:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit.core:jar:3.13.200.v20240329-0922:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit.source:jar:3.16.400.v20240417-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit.core.source:jar:3.13.200.v20240329-0922:system [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.launching.source:jar:3.22.0.v20240424-1830:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.ui.source:jar:3.32.100.v20240430-0106:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.compatibility.state:jar:1.2.1000.v20240213-1057:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.compatibility.state.source:jar:1.2.1000.v20240213-1057:system [DEBUG] org.osgi:org.osgi.service.upnp:jar:1.2.1:compile [DEBUG] org.osgi:org.osgi.service.device:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.wireadmin:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.provisioning:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services.source:jar:3.12.100.v20240327-0645:system [DEBUG] org.osgi:org.osgi.service.useradmin:jar:1.1.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.pde.bnd.ui:jar:1.1.0.v20240404-1230:system [DEBUG] org.osgi:org.osgi.namespace.contract:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.service:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.pde.bnd.ui.source:jar:1.1.0.v20240404-1230:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.build:jar:3.12.400.v20240425-2254:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.build.source:jar:3.12.400.v20240425-2254:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.core.source:jar:3.18.100.v20240430-0753:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.ds.core:jar:1.3.400.v20240321-1452:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.ds.core.source:jar:1.3.400.v20240321-1452:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.launching:jar:3.13.0.v20240424-1246:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.launching.source:jar:3.13.0.v20240424-1246:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.cheatsheets:jar:3.8.400.v20240414-1916:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.log:jar:1.4.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.genericeditor:jar:1.3.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.ui.source:jar:3.15.200.v20240430-0753:system [DEBUG] p2.eclipse.plugin:org.eclipse.search.source:jar:3.16.200.v20240426-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.search.core.source:jar:3.16.200.v20240415-0954:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.cheatsheets.source:jar:3.8.400.v20240414-1916:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.console.source:jar:3.14.100.v20240429-1358:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.externaltools.source:jar:3.6.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.genericeditor.source:jar:1.3.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.intro.source:jar:3.7.400.v20240414-0828:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.intro.universal.source:jar:3.5.400.v20240414-1916:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.log.source:jar:1.4.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack.source:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.core --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:13.617753059, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:13.618020826, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:13.618020826, lastModified=2024-05-02 22:36:24.438735197, delta=529179285629 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:13.618020826, lastModified=2024-05-02 22:36:24.438735197, delta=529179285629 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:13.618020826, lastModified=2024-05-02 22:36:24.438735197, delta=529179285629 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:13.618334350, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:13.618489445, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:13.618489445, lastModified=2024-05-02 22:36:25.084747530, delta=528533741915 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:13.618020826, lastModified=2024-05-02 22:36:24.438735197, delta=529179285629 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:13.618020826, lastModified=2024-05-02 22:36:24.438735197, delta=529179285629 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:13.618988242, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:13.619042332, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:13.624260260, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:13.632744971, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:13.618020826, lastModified=2024-05-02 22:36:24.438735197, delta=529179285629 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:13.618020826, lastModified=2024-05-02 22:36:24.438735197, delta=529179285629 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.core) [DEBUG] Found 'v20240402-2354' from qualifier 'v20240402-2354' for artifact eclipse-plugin:org.eclipse.ecf.doc:1.3.500.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.presence:2.1.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.provider.irc:1.3.401.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.ui:2.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Found 'v20221117-1507' from qualifier 'v20221117-1507' for artifact eclipse-plugin:org.eclipse.ecf.presence.ui:2.4.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.provider.xmpp.ui:2.2.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.provider.irc.ui:1.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.discovery.ui:3.0.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.filetransfer.ui:1.5.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.presence.bot:1.3.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Found 'v20210403-2254' from qualifier 'v20210403-2254' for artifact eclipse-plugin:org.eclipse.ecf.remoteservice.ui:3.4.400.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.discovery.ui.edit:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.discovery.ui.model:3.0.202.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.discovery.ui.properties:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.team.ecf.core:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.team.ecf.ui:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.discovery.ui.browser:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.ui.capabilities:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.discovery.ui.userinput:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Found 'v20240402-2354' from qualifier 'v20240402-2354' for artifact eclipse-plugin:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [INFO] The project's OSGi version is 3.15.0.v20240407-0242 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.core --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240407-0242 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:13Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.15.0.v20240407-0242 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.core [DEBUG] unqualifiedVersion: 3.15.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4b2426e0 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.core-3.15.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] (f) qualifier = v20240407-0242 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@7ac3b7bb [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.core-3.15.0-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] (f) qualifier = v20240407-0242 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/org.eclipse.ecf.core-3.15.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.core Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.core [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.core-3.15.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/org.eclipse.ecf.core-3.15.0-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.core --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/org.eclipse.ecf.core-3.15.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/org.eclipse.ecf.core-3.15.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/org.eclipse.ecf.core-3.15.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/org.eclipse.ecf.core-3.15.0-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/org.eclipse.ecf.core-3.15.0-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/org.eclipse.ecf.core-3.15.0-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@644835c1] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.core:eclipse-feature:3.15.0-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.core --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.core/3.14.41.v20240113-2348 with delta: 0.1.-41 [DEBUG] Found org.eclipse.ecf.core.source/3.14.41.v20240113-2348 with delta: 0.1.-41 [JENKINS] Archiving disabled [INFO] [INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature >---------- [INFO] Building org.eclipse.ecf.core.ssl.feature 1.1.600-SNAPSHOT [100/114] [INFO] from releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=14411, ConflictMarker.markTime=10570, ConflictMarker.nodeCount=41, ConflictIdSorter.graphTime=28929, ConflictIdSorter.topsortTime=7733, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=162166, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=233659, DfDependencyCollector.transformTime=239560} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:eclipse-feature:1.1.600-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ssl:jar:1.3.100-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.core.ssl.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.core.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:16.667884810, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:16.668113216, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:16.668113216, lastModified=2024-05-02 22:36:24.438735197, delta=532229378019 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:16.668113216, lastModified=2024-05-02 22:36:24.438735197, delta=532229378019 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:16.668113216, lastModified=2024-05-02 22:36:24.438735197, delta=532229378019 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:16.668431797, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:16.668575353, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:16.668575353, lastModified=2024-05-02 22:36:25.084747530, delta=531583827823 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:16.668113216, lastModified=2024-05-02 22:36:24.438735197, delta=532229378019 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:16.668113216, lastModified=2024-05-02 22:36:24.438735197, delta=532229378019 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:16.669112111, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:16.669168397, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:16.674331600, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:16.683931983, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:16.668113216, lastModified=2024-05-02 22:36:24.438735197, delta=532229378019 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:16.668113216, lastModified=2024-05-02 22:36:24.438735197, delta=532229378019 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.core.ssl.feature) [DEBUG] Found 'v20240430-2140' from qualifier 'v20240430-2140' for artifact eclipse-plugin:org.eclipse.ecf.ssl:1.3.100.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [INFO] The project's OSGi version is 1.1.600.v20240430-2140 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.core.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.core.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.core.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.core.ssl.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240430-2140 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:16Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.600.v20240430-2140 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.core.ssl.feature [DEBUG] unqualifiedVersion: 1.1.600 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.core.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@789bde55 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.core.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.core.ssl.feature-1.1.600-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] (f) qualifier = v20240430-2140 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.core.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@5455e0c [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.core.ssl.feature-1.1.600-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] (f) qualifier = v20240430-2140 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/org.eclipse.ecf.core.ssl.feature-1.1.600-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.core.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.core.ssl.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.core.ssl.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.core.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.core.ssl.feature-1.1.600-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/org.eclipse.ecf.core.ssl.feature-1.1.600-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.ssl.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.core.ssl.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.core.ssl.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/org.eclipse.ecf.core.ssl.feature-1.1.600-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/org.eclipse.ecf.core.ssl.feature-1.1.600-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/org.eclipse.ecf.core.ssl.feature-1.1.600-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/org.eclipse.ecf.core.ssl.feature-1.1.600-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/org.eclipse.ecf.core.ssl.feature-1.1.600-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/org.eclipse.ecf.core.ssl.feature-1.1.600-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.core.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@5a27326c] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:eclipse-feature:1.1.600-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.core.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.core.ssl.feature/1.1.501.v20230507-1921 with delta: 0.0.99 [DEBUG] Found org.eclipse.ecf.core.ssl.feature.source/1.1.501.v20230507-1921 with delta: 0.0.99 [JENKINS] Archiving disabled [INFO] [INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.datashare.feature >---------- [INFO] Building org.eclipse.ecf.datashare.feature 1.0.201-SNAPSHOT [101/114] [INFO] from releng/features/org.eclipse.ecf.datashare.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=12813, ConflictMarker.markTime=10522, ConflictMarker.nodeCount=41, ConflictIdSorter.graphTime=11422, ConflictIdSorter.topsortTime=7455, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=84862, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=181011, DfDependencyCollector.transformTime=141779} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare.feature:eclipse-feature:1.0.201-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.datashare.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:19.879936723, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:19.880179660, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:19.880179660, lastModified=2024-05-02 22:36:24.438735197, delta=535441444463 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:19.880179660, lastModified=2024-05-02 22:36:24.438735197, delta=535441444463 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:19.880179660, lastModified=2024-05-02 22:36:24.438735197, delta=535441444463 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:19.880522972, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:19.880676168, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:19.880676168, lastModified=2024-05-02 22:36:25.084747530, delta=534795928638 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:19.880179660, lastModified=2024-05-02 22:36:24.438735197, delta=535441444463 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:19.880179660, lastModified=2024-05-02 22:36:24.438735197, delta=535441444463 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:19.881195189, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:19.881251490, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:19.886377054, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:19.895500182, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:19.880179660, lastModified=2024-05-02 22:36:24.438735197, delta=535441444463 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:19.880179660, lastModified=2024-05-02 22:36:24.438735197, delta=535441444463 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.datashare.feature) [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.datashare:3.0.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [INFO] The project's OSGi version is 1.0.201.v20230528-2254 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.datashare.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20230528-2254 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:20Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.201.v20230528-2254 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.datashare.feature [DEBUG] unqualifiedVersion: 1.0.201 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@748d67a7 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.datashare.feature-1.0.201-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@703274a2 [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.datashare.feature-1.0.201-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] (f) qualifier = v20230528-2254 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/org.eclipse.ecf.datashare.feature-1.0.201-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.datashare.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.datashare.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.datashare.feature-1.0.201-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/org.eclipse.ecf.datashare.feature-1.0.201-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.datashare.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.datashare.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.datashare.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/org.eclipse.ecf.datashare.feature-1.0.201-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/org.eclipse.ecf.datashare.feature-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/org.eclipse.ecf.datashare.feature-1.0.201-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/org.eclipse.ecf.datashare.feature-1.0.201-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/org.eclipse.ecf.datashare.feature-1.0.201-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/org.eclipse.ecf.datashare.feature-1.0.201-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@68103c3e] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.datashare.feature/1.0.201.v20230528-2254 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.datashare.feature,1.0.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.datashare.feature/1.0.201.v20230528-2254/org.eclipse.ecf.datashare.feature-1.0.201.v20230528-2254-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.datashare.feature.source/1.0.201.v20230528-2254 with delta: 0.0.0 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.datashare.feature.source,1.0.201.v20230528-2254 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.datashare.feature.source/1.0.201.v20230528-2254/org.eclipse.ecf.datashare.feature.source-1.0.201.v20230528-2254-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------< org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature >------- [INFO] Building org.eclipse.ecf.discovery.dnssd.feature 1.1.0-SNAPSHOT [102/114] [INFO] from releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=25023, ConflictMarker.markTime=22988, ConflictMarker.nodeCount=106, ConflictIdSorter.graphTime=42867, ConflictIdSorter.topsortTime=10728, ConflictIdSorter.conflictIdCount=29, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=200894, ConflictResolver.conflictItemCount=98, DfDependencyCollector.collectTime=476310, DfDependencyCollector.transformTime=317888} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:eclipse-feature:1.1.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.feature:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:jar:1.3.0-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] dnsjava:dnsjava:jar:3.5.3:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.dnssd.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.discovery.dnssd.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:23.161042660, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:23.161290369, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:23.161290369, lastModified=2024-05-02 22:36:24.438735197, delta=538722555172 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:23.161290369, lastModified=2024-05-02 22:36:24.438735197, delta=538722555172 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:23.161290369, lastModified=2024-05-02 22:36:24.438735197, delta=538722555172 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:23.161637729, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:23.161793009, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:23.161793009, lastModified=2024-05-02 22:36:25.084747530, delta=538077045479 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:23.161290369, lastModified=2024-05-02 22:36:24.438735197, delta=538722555172 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:23.161290369, lastModified=2024-05-02 22:36:24.438735197, delta=538722555172 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:23.162321176, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:23.162389918, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:23.167351856, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:23.176455999, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:23.161290369, lastModified=2024-05-02 22:36:24.438735197, delta=538722555172 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:23.161290369, lastModified=2024-05-02 22:36:24.438735197, delta=538722555172 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.discovery.dnssd.feature) [DEBUG] Found 'v20240405-2224' from qualifier 'v20240405-2224' for artifact eclipse-plugin:org.eclipse.ecf.provider.dnssd:1.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [INFO] The project's OSGi version is 1.1.0.v20240405-2237 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.dnssd.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.dnssd.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.dnssd.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.dnssd.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240405-2237 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:23Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.0.v20240405-2237 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.discovery.dnssd.feature [DEBUG] unqualifiedVersion: 1.1.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.dnssd.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6e41a472 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.dnssd.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.discovery.dnssd.feature-1.1.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] (f) qualifier = v20240405-2237 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.discovery.dnssd.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6e4b25ce [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.discovery.dnssd.feature-1.1.0-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] (f) qualifier = v20240405-2237 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/org.eclipse.ecf.discovery.dnssd.feature-1.1.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.discovery.dnssd.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.discovery.dnssd.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.discovery.dnssd.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.dnssd.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.discovery.dnssd.feature-1.1.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/org.eclipse.ecf.discovery.dnssd.feature-1.1.0-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.discovery.dnssd.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.discovery.dnssd.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.dnssd.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/org.eclipse.ecf.discovery.dnssd.feature-1.1.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/org.eclipse.ecf.discovery.dnssd.feature-1.1.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/org.eclipse.ecf.discovery.dnssd.feature-1.1.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/org.eclipse.ecf.discovery.dnssd.feature-1.1.0-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/org.eclipse.ecf.discovery.dnssd.feature-1.1.0-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/org.eclipse.ecf.discovery.dnssd.feature-1.1.0-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.dnssd.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@55934962] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:eclipse-feature:1.1.0-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.dnssd.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.discovery.dnssd.feature/1.0.102.v20230528-2254 with delta: 0.1.-102 [DEBUG] Found org.eclipse.ecf.discovery.dnssd.feature.source/1.0.102.v20230528-2254 with delta: 0.1.-102 [JENKINS] Archiving disabled [INFO] [INFO] --------< org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature >-------- [INFO] Building org.eclipse.ecf.filetransfer.feature 3.14.1900-SNAPSHOT [103/114] [INFO] from releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=30038, ConflictMarker.markTime=22204, ConflictMarker.nodeCount=67, ConflictIdSorter.graphTime=25033, ConflictIdSorter.topsortTime=24198, ConflictIdSorter.conflictIdCount=24, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=244301, ConflictResolver.conflictItemCount=66, DfDependencyCollector.collectTime=452618, DfDependencyCollector.transformTime=369135} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:eclipse-feature:3.14.1900-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:29.212484383, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:29.212814235, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:29.212814235, lastModified=2024-05-02 22:36:24.438735197, delta=544774079038 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:29.212814235, lastModified=2024-05-02 22:36:24.438735197, delta=544774079038 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:29.212814235, lastModified=2024-05-02 22:36:24.438735197, delta=544774079038 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:29.213369457, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:29.213577748, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:29.213577748, lastModified=2024-05-02 22:36:25.084747530, delta=544128830218 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:29.212814235, lastModified=2024-05-02 22:36:24.438735197, delta=544774079038 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:29.212814235, lastModified=2024-05-02 22:36:24.438735197, delta=544774079038 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:29.214312890, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:29.214402592, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 6 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:29.220736336, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:29.233855799, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:29.212814235, lastModified=2024-05-02 22:36:24.438735197, delta=544774079038 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:29.212814235, lastModified=2024-05-02 22:36:24.438735197, delta=544774079038 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.filetransfer.feature) [DEBUG] Found 'v20230705-0614' from qualifier 'v20230705-0614' for artifact eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Found 'v20240429-0913' from qualifier 'v20240429-0913' for artifact eclipse-plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [INFO] The project's OSGi version is 3.14.1900.v20240429-0913 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.filetransfer.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240429-0913 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:29Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.14.1900.v20240429-0913 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.filetransfer.feature [DEBUG] unqualifiedVersion: 3.14.1900 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@45e0ddb4 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.feature-3.14.1900-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] (f) qualifier = v20240429-0913 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@c64753 [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.feature-3.14.1900-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] (f) qualifier = v20240429-0913 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/org.eclipse.ecf.filetransfer.feature-3.14.1900-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.filetransfer.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.filetransfer.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.feature-3.14.1900-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/org.eclipse.ecf.filetransfer.feature-3.14.1900-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/org.eclipse.ecf.filetransfer.feature-3.14.1900-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/org.eclipse.ecf.filetransfer.feature-3.14.1900-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/org.eclipse.ecf.filetransfer.feature-3.14.1900-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/org.eclipse.ecf.filetransfer.feature-3.14.1900-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/org.eclipse.ecf.filetransfer.feature-3.14.1900-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/org.eclipse.ecf.filetransfer.feature-3.14.1900-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@7a533fdf] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:eclipse-feature:3.14.1900-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.filetransfer.feature/3.14.1900.v20230715-1945 with delta: 0.0.0 [WARNING] Only qualifier changed for (org.eclipse.ecf.filetransfer.feature.feature.jar/3.14.1900.v20240429-0913). Expected to have bigger x.y.z than what is available in baseline (3.14.1900.v20230715-1945) [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature >-- [INFO] Building org.eclipse.ecf.filetransfer.httpclient45.feature 1.1.101-SNAPSHOT [104/114] [INFO] from releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.source:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=60497, ConflictMarker.markTime=33252, ConflictMarker.nodeCount=243, ConflictIdSorter.graphTime=58159, ConflictIdSorter.topsortTime=18363, ConflictIdSorter.conflictIdCount=67, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=794417, ConflictResolver.conflictItemCount=241, DfDependencyCollector.collectTime=1226612, DfDependencyCollector.transformTime=984779} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:eclipse-feature:1.1.101-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:jar:1.0.500-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:jar:3.14.1900-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:jar:1.0.600-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] commons-codec:commons-codec:jar:1.16.0:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] org.apache.httpcomponents:httpclient-osgi:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient-cache:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:fluent-hc:jar:4.5.14:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.apache.httpcomponents:httpcore-osgi:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.16:compile [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.httpclient.win:jar:4.5.14.v20240401-1000:system [DEBUG] org.apache.httpcomponents:httpclient-win:jar:4.5.14:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services:jar:3.12.100.v20240327-0645:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.annotation:jar:2.3.0.v20240111-2306:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.upnp:jar:1.2.1:compile [DEBUG] org.osgi:org.osgi.service.device:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.wireadmin:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.provisioning:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services.source:jar:3.12.100.v20240327-0645:system [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.service.useradmin:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:31.844141780, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:31.844371898, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:31.844371898, lastModified=2024-05-02 22:36:24.438735197, delta=547405636701 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:31.844371898, lastModified=2024-05-02 22:36:24.438735197, delta=547405636701 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:31.844371898, lastModified=2024-05-02 22:36:24.438735197, delta=547405636701 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:31.844693599, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:31.844831118, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:31.844831118, lastModified=2024-05-02 22:36:25.084747530, delta=546760083588 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:31.844371898, lastModified=2024-05-02 22:36:24.438735197, delta=547405636701 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:31.844371898, lastModified=2024-05-02 22:36:24.438735197, delta=547405636701 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:31.845312501, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:31.845372472, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:31.849951642, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:31.857997987, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:31.844371898, lastModified=2024-05-02 22:36:24.438735197, delta=547405636701 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:31.844371898, lastModified=2024-05-02 22:36:24.438735197, delta=547405636701 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.filetransfer.httpclient45.feature) [DEBUG] Found 'v20220215-0126' from qualifier 'v20220215-0126' for artifact eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Found 'v20240405-1603' from qualifier 'v20240405-1603' for artifact eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Found 'v20231211-1200' from qualifier 'v20231211-1200' for artifact eclipse-plugin:com.sun.jna:5.14.0.v20231211-1200: /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar [DEBUG] Found 'v20240401-1000' from qualifier 'v20240401-1000' for artifact eclipse-plugin:org.apache.httpcomponents.httpclient.win:4.5.14.v20240401-1000: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient.win/4.5.14.v20240401-1000/org.apache.httpcomponents.httpclient.win-4.5.14.v20240401-1000.jar [INFO] The project's OSGi version is 1.1.101.v20240405-1603 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240405-1603 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:32Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.101.v20240405-1603 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature [DEBUG] unqualifiedVersion: 1.1.101 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@74c6bef4 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.httpclient45.feature-1.1.101-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] (f) qualifier = v20240405-1603 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@499c4f98 [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.httpclient45.feature-1.1.101-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] (f) qualifier = v20240405-1603 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/org.eclipse.ecf.filetransfer.httpclient45.feature-1.1.101-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.filetransfer.httpclient45.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.filetransfer.httpclient45.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.httpclient45.feature-1.1.101-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/org.eclipse.ecf.filetransfer.httpclient45.feature-1.1.101-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclient45.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/org.eclipse.ecf.filetransfer.httpclient45.feature-1.1.101-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/org.eclipse.ecf.filetransfer.httpclient45.feature-1.1.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/org.eclipse.ecf.filetransfer.httpclient45.feature-1.1.101-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/org.eclipse.ecf.filetransfer.httpclient45.feature-1.1.101-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/org.eclipse.ecf.filetransfer.httpclient45.feature-1.1.101-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/org.eclipse.ecf.filetransfer.httpclient45.feature-1.1.101-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@7e9ac66c] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:eclipse-feature:1.1.101-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.filetransfer.httpclient45.feature/1.1.101.v20231114-1017 with delta: 0.0.0 [WARNING] Only qualifier changed for (org.eclipse.ecf.filetransfer.httpclient45.feature.feature.jar/1.1.101.v20240405-1603). Expected to have bigger x.y.z than what is available in baseline (1.1.101.v20231114-1017) [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature >-- [INFO] Building org.eclipse.ecf.filetransfer.httpclient5.feature 1.1.702-SNAPSHOT [105/114] [INFO] from releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.source:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=91299, ConflictMarker.markTime=54658, ConflictMarker.nodeCount=248, ConflictIdSorter.graphTime=77518, ConflictIdSorter.topsortTime=36542, ConflictIdSorter.conflictIdCount=64, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=954099, ConflictResolver.conflictItemCount=240, DfDependencyCollector.collectTime=2075106, DfDependencyCollector.transformTime=1275756} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:eclipse-feature:1.1.702-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:jar:3.14.1900-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:jar:1.1.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:jar:1.1.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] commons-codec:commons-codec:jar:1.16.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5-h2:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.client5.httpclient5:jar:5.3.1.v20240126-0900:system [DEBUG] org.apache.httpcomponents.client5:httpclient5:jar:5.3.1:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5:jar:5.2.4:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5-h2:jar:5.2.4:compile [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.client5.httpclient5-win:jar:5.2.1.v20230802-0847:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services:jar:3.12.100.v20240327-0645:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.upnp:jar:1.2.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.service.device:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.wireadmin:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.provisioning:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services.source:jar:3.12.100.v20240327-0645:system [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.service.useradmin:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:35.038068757, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:35.038506840, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:35.038506840, lastModified=2024-05-02 22:36:24.438735197, delta=550599771643 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:35.038506840, lastModified=2024-05-02 22:36:24.438735197, delta=550599771643 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:35.038506840, lastModified=2024-05-02 22:36:24.438735197, delta=550599771643 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:35.039006609, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:35.039289759, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:35.039289759, lastModified=2024-05-02 22:36:25.084747530, delta=549954542229 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:35.038506840, lastModified=2024-05-02 22:36:24.438735197, delta=550599771643 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:35.038506840, lastModified=2024-05-02 22:36:24.438735197, delta=550599771643 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:35.040048080, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:35.040174447, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 8 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:35.048694873, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:35.058119097, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:35.038506840, lastModified=2024-05-02 22:36:24.438735197, delta=550599771643 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:35.038506840, lastModified=2024-05-02 22:36:24.438735197, delta=550599771643 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.filetransfer.httpclient5.feature) [DEBUG] Found 'v20230423-0417' from qualifier 'v20230423-0417' for artifact eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Found 'v20240405-2224' from qualifier 'v20240405-2224' for artifact eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Found 'v20240126-0900' from qualifier 'v20240126-0900' for artifact eclipse-plugin:org.apache.httpcomponents.client5.httpclient5:5.3.1.v20240126-0900: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5/5.3.1.v20240126-0900/org.apache.httpcomponents.client5.httpclient5-5.3.1.v20240126-0900.jar [DEBUG] Found 'v20230802-0847' from qualifier 'v20230802-0847' for artifact eclipse-plugin:org.apache.httpcomponents.client5.httpclient5-win:5.2.1.v20230802-0847: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5-win/5.2.1.v20230802-0847/org.apache.httpcomponents.client5.httpclient5-win-5.2.1.v20230802-0847.jar [DEBUG] Found 'v20230922-1600' from qualifier 'v20230922-1600' for artifact eclipse-plugin:org.apache.httpcomponents.core5.httpcore5:5.2.3.v20230922-1600: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-5.2.3.v20230922-1600.jar [DEBUG] Found 'v20230922-1600' from qualifier 'v20230922-1600' for artifact eclipse-plugin:org.apache.httpcomponents.core5.httpcore5-h2:5.2.3.v20230922-1600: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5-h2/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-h2-5.2.3.v20230922-1600.jar [INFO] The project's OSGi version is 1.1.702.v20240405-2224 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240405-2224 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:35Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.702.v20240405-2224 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature [DEBUG] unqualifiedVersion: 1.1.702 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1c59e686 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.httpclient5.feature-1.1.702-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] (f) qualifier = v20240405-2224 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@661c2c39 [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.httpclient5.feature-1.1.702-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] (f) qualifier = v20240405-2224 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/org.eclipse.ecf.filetransfer.httpclient5.feature-1.1.702-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.filetransfer.httpclient5.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.filetransfer.httpclient5.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.httpclient5.feature-1.1.702-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/org.eclipse.ecf.filetransfer.httpclient5.feature-1.1.702-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclient5.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/org.eclipse.ecf.filetransfer.httpclient5.feature-1.1.702-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/org.eclipse.ecf.filetransfer.httpclient5.feature-1.1.702-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/org.eclipse.ecf.filetransfer.httpclient5.feature-1.1.702-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/org.eclipse.ecf.filetransfer.httpclient5.feature-1.1.702-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/org.eclipse.ecf.filetransfer.httpclient5.feature-1.1.702-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/org.eclipse.ecf.filetransfer.httpclient5.feature-1.1.702-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@4a01052a] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:eclipse-feature:1.1.702-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.filetransfer.httpclient5.feature/1.1.702.v20231114-1017 with delta: 0.0.0 [WARNING] Only qualifier changed for (org.eclipse.ecf.filetransfer.httpclient5.feature.feature.jar/1.1.702.v20240405-2224). Expected to have bigger x.y.z than what is available in baseline (1.1.702.v20231114-1017) [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature >-- [INFO] Building org.eclipse.ecf.filetransfer.httpclientjava.feature 2.0.200-SNAPSHOT [106/114] [INFO] from releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.source:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=190119, ConflictMarker.markTime=45156, ConflictMarker.nodeCount=134, ConflictIdSorter.graphTime=83874, ConflictIdSorter.topsortTime=22748, ConflictIdSorter.conflictIdCount=44, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=900108, ConflictResolver.conflictItemCount=133, DfDependencyCollector.collectTime=1351068, DfDependencyCollector.transformTime=1278648} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:eclipse-feature:2.0.200-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:jar:3.14.1900-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:jar:2.0.200-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services:jar:3.12.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.osgi:org.osgi.service.upnp:jar:1.2.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.service.device:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.wireadmin:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.provisioning:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services.source:jar:3.12.100.v20240327-0645:system [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.service.useradmin:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:37.629095211, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:37.629481107, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:37.629481107, lastModified=2024-05-02 22:36:24.438735197, delta=553190745910 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:37.629481107, lastModified=2024-05-02 22:36:24.438735197, delta=553190745910 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:37.629481107, lastModified=2024-05-02 22:36:24.438735197, delta=553190745910 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:37.630139263, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:37.630411271, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:37.630411271, lastModified=2024-05-02 22:36:25.084747530, delta=552545663741 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:37.629481107, lastModified=2024-05-02 22:36:24.438735197, delta=553190745910 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:37.629481107, lastModified=2024-05-02 22:36:24.438735197, delta=553190745910 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:37.631291458, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:37.631376111, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 16 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:37.647708832, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:37.658774899, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:37.629481107, lastModified=2024-05-02 22:36:24.438735197, delta=553190745910 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:37.629481107, lastModified=2024-05-02 22:36:24.438735197, delta=553190745910 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.filetransfer.httpclientjava.feature) [DEBUG] Found 'v20231114-1017' from qualifier 'v20231114-1017' for artifact eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [INFO] The project's OSGi version is 2.0.200.v20231114-1017 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231114-1017 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:37Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 2.0.200.v20231114-1017 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature [DEBUG] unqualifiedVersion: 2.0.200 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@719708e4 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.httpclientjava.feature-2.0.200-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] (f) qualifier = v20231114-1017 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4ed155ca [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.httpclientjava.feature-2.0.200-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] (f) qualifier = v20231114-1017 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/org.eclipse.ecf.filetransfer.httpclientjava.feature-2.0.200-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.filetransfer.httpclientjava.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.filetransfer.httpclientjava.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.httpclientjava.feature-2.0.200-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/org.eclipse.ecf.filetransfer.httpclientjava.feature-2.0.200-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry asl-v20.txt [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclientjava.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/org.eclipse.ecf.filetransfer.httpclientjava.feature-2.0.200-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/org.eclipse.ecf.filetransfer.httpclientjava.feature-2.0.200-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/org.eclipse.ecf.filetransfer.httpclientjava.feature-2.0.200-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/org.eclipse.ecf.filetransfer.httpclientjava.feature-2.0.200-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/org.eclipse.ecf.filetransfer.httpclientjava.feature-2.0.200-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/org.eclipse.ecf.filetransfer.httpclientjava.feature-2.0.200-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@4a32b486] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.filetransfer.httpclientjava.feature/2.0.200.v20231114-1017 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclientjava.feature,2.0.200.v20231114-1017 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.filetransfer.httpclientjava.feature/2.0.200.v20231114-1017/org.eclipse.ecf.filetransfer.httpclientjava.feature-2.0.200.v20231114-1017-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.filetransfer.httpclientjava.feature.source/2.0.200.v20231114-1017 with delta: 0.0.0 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclientjava.feature.source,2.0.200.v20231114-1017 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.filetransfer.httpclientjava.feature.source/2.0.200.v20231114-1017/org.eclipse.ecf.filetransfer.httpclientjava.feature.source-2.0.200.v20231114-1017-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ------< org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature >------ [INFO] Building org.eclipse.ecf.filetransfer.ssl.feature 1.1.402-SNAPSHOT [107/114] [INFO] from releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.ssl:1.3.100.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.source:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.ssl.source:1.3.100.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=32796, ConflictMarker.markTime=19903, ConflictMarker.nodeCount=122, ConflictIdSorter.graphTime=31137, ConflictIdSorter.topsortTime=10991, ConflictIdSorter.conflictIdCount=28, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=225618, ConflictResolver.conflictItemCount=121, DfDependencyCollector.collectTime=736332, DfDependencyCollector.transformTime=339720} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:eclipse-feature:1.1.402-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:jar:3.14.1900-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:jar:1.1.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:jar:1.1.600-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ssl:jar:1.3.100-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.ssl.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:40.193742038, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:40.194030227, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:40.194030227, lastModified=2024-05-02 22:36:24.438735197, delta=555755295030 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:40.194030227, lastModified=2024-05-02 22:36:24.438735197, delta=555755295030 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:40.194030227, lastModified=2024-05-02 22:36:24.438735197, delta=555755295030 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:40.194447478, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:40.194669767, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:40.194669767, lastModified=2024-05-02 22:36:25.084747530, delta=555109922237 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:40.194030227, lastModified=2024-05-02 22:36:24.438735197, delta=555755295030 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:40.194030227, lastModified=2024-05-02 22:36:24.438735197, delta=555755295030 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:40.195447662, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:40.195516626, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 8 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:40.203672694, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:40.212309137, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:40.194030227, lastModified=2024-05-02 22:36:24.438735197, delta=555755295030 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:40.194030227, lastModified=2024-05-02 22:36:24.438735197, delta=555755295030 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.filetransfer.ssl.feature) [DEBUG] Found 'v20230422-0242' from qualifier 'v20230422-0242' for artifact eclipse-plugin:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [INFO] The project's OSGi version is 1.1.402.v20231021-2127 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.filetransfer.ssl.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2127 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:40Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.1.402.v20231021-2127 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.filetransfer.ssl.feature [DEBUG] unqualifiedVersion: 1.1.402 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.filetransfer.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6e0bb12b [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.ssl.feature-1.1.402-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@136a5b5f [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.ssl.feature-1.1.402-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/org.eclipse.ecf.filetransfer.ssl.feature-1.1.402-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.filetransfer.ssl.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.filetransfer.ssl.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.filetransfer.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.filetransfer.ssl.feature-1.1.402-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/org.eclipse.ecf.filetransfer.ssl.feature-1.1.402-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.ssl.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.filetransfer.ssl.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.filetransfer.ssl.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/org.eclipse.ecf.filetransfer.ssl.feature-1.1.402-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/org.eclipse.ecf.filetransfer.ssl.feature-1.1.402-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/org.eclipse.ecf.filetransfer.ssl.feature-1.1.402-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/org.eclipse.ecf.filetransfer.ssl.feature-1.1.402-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/org.eclipse.ecf.filetransfer.ssl.feature-1.1.402-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/org.eclipse.ecf.filetransfer.ssl.feature-1.1.402-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@5cede6b7] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer.ssl.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.filetransfer.ssl.feature/1.1.402.v20231021-2127 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.filetransfer.ssl.feature,1.1.402.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.filetransfer.ssl.feature/1.1.402.v20231021-2127/org.eclipse.ecf.filetransfer.ssl.feature-1.1.402.v20231021-2127-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.filetransfer.ssl.feature.source/1.1.402.v20231021-2127 with delta: 0.0.0 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.filetransfer.ssl.feature.source,1.1.402.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.filetransfer.ssl.feature.source/1.1.402.v20231021-2127/org.eclipse.ecf.filetransfer.ssl.feature.source-1.1.402.v20231021-2127-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.presence.feature >---------- [INFO] Building org.eclipse.ecf.presence.feature 1.0.202-SNAPSHOT [108/114] [INFO] from releng/features/org.eclipse.ecf.presence.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=44012, ConflictMarker.markTime=20751, ConflictMarker.nodeCount=41, ConflictIdSorter.graphTime=38993, ConflictIdSorter.topsortTime=21168, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=168602, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=328624, DfDependencyCollector.transformTime=316777} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence.feature:eclipse-feature:1.0.202-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.presence.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:42.744079929, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:42.744613311, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:42.744613311, lastModified=2024-05-02 22:36:24.438735197, delta=558305878114 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:42.744613311, lastModified=2024-05-02 22:36:24.438735197, delta=558305878114 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:42.744613311, lastModified=2024-05-02 22:36:24.438735197, delta=558305878114 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:42.745313936, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:42.745592157, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:42.745592157, lastModified=2024-05-02 22:36:25.084747530, delta=557660844627 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:42.744613311, lastModified=2024-05-02 22:36:24.438735197, delta=558305878114 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:42.744613311, lastModified=2024-05-02 22:36:24.438735197, delta=558305878114 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:42.746408331, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:42.746520644, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:42.751834108, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:42.761017855, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:42.744613311, lastModified=2024-05-02 22:36:24.438735197, delta=558305878114 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:42.744613311, lastModified=2024-05-02 22:36:24.438735197, delta=558305878114 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.presence.feature) [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.presence:2.1.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [INFO] The project's OSGi version is 1.0.202.v20231021-2127 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.presence.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.presence.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.presence.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.presence.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2127 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:42Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.202.v20231021-2127 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.presence.feature [DEBUG] unqualifiedVersion: 1.0.202 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.presence.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@66dafe21 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.presence.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.presence.feature-1.0.202-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.presence.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@2737ea13 [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.presence.feature-1.0.202-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/org.eclipse.ecf.presence.feature-1.0.202-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.presence.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.presence.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.presence.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.presence.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.presence.feature-1.0.202-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/org.eclipse.ecf.presence.feature-1.0.202-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.presence.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.presence.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.presence.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/org.eclipse.ecf.presence.feature-1.0.202-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/org.eclipse.ecf.presence.feature-1.0.202-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/org.eclipse.ecf.presence.feature-1.0.202-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/org.eclipse.ecf.presence.feature-1.0.202-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/org.eclipse.ecf.presence.feature-1.0.202-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/org.eclipse.ecf.presence.feature-1.0.202-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@55921505] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.presence.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.presence.feature/1.0.202.v20231021-2127 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.presence.feature,1.0.202.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.presence.feature/1.0.202.v20231021-2127/org.eclipse.ecf.presence.feature-1.0.202.v20231021-2127-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.presence.feature.source/1.0.202.v20231021-2127 with delta: 0.0.0 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.presence.feature.source,1.0.202.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.presence.feature.source/1.0.202.v20231021-2127/org.eclipse.ecf.presence.feature.source-1.0.202.v20231021-2127-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature >-- [INFO] Building org.eclipse.ecf.provider.generic.datashare.feature 1.0.202-SNAPSHOT [109/114] [INFO] from releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.ecf.tests.provider.datashare.nio 1.0.100.qualifier [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.datashare:3.0.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.datashare.source:3.0.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.sharedobject.feature:1.1.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=33660, ConflictMarker.markTime=20688, ConflictMarker.nodeCount=133, ConflictIdSorter.graphTime=34549, ConflictIdSorter.topsortTime=10224, ConflictIdSorter.conflictIdCount=22, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=177053, ConflictResolver.conflictItemCount=132, DfDependencyCollector.collectTime=703183, DfDependencyCollector.transformTime=293060} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:eclipse-feature:1.0.202-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:jar:1.1.2-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:jar:0.9.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare.feature:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.datashare:jar:1.6.1-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:jar:1.1.1-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.generic.datashare.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.provider.generic.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:45.859811957, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:45.860047079, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:45.860047079, lastModified=2024-05-02 22:36:24.438735197, delta=561421311882 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:45.860047079, lastModified=2024-05-02 22:36:24.438735197, delta=561421311882 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:45.860047079, lastModified=2024-05-02 22:36:24.438735197, delta=561421311882 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:45.860367676, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:45.860514245, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:45.860514245, lastModified=2024-05-02 22:36:25.084747530, delta=560775766715 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:45.860047079, lastModified=2024-05-02 22:36:24.438735197, delta=561421311882 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:45.860047079, lastModified=2024-05-02 22:36:24.438735197, delta=561421311882 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:45.861008766, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:45.861063016, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:45.865854868, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:45.874327138, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:45.860047079, lastModified=2024-05-02 22:36:24.438735197, delta=561421311882 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:45.860047079, lastModified=2024-05-02 22:36:24.438735197, delta=561421311882 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.provider.generic.datashare.feature) [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.provider.datashare:1.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.provider.datashare.nio:0.9.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [INFO] The project's OSGi version is 1.0.202.v20231021-2127 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.provider.generic.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.generic.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.generic.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.generic.datashare.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20231021-2127 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:46Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.202.v20231021-2127 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.provider.generic.datashare.feature [DEBUG] unqualifiedVersion: 1.0.202 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.generic.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@401383e5 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.generic.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.provider.generic.datashare.feature-1.0.202-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.provider.generic.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@6509960d [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.provider.generic.datashare.feature-1.0.202-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] (f) qualifier = v20231021-2127 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/org.eclipse.ecf.provider.generic.datashare.feature-1.0.202-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.provider.generic.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.provider.generic.datashare.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.provider.generic.datashare.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.generic.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.provider.generic.datashare.feature-1.0.202-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/org.eclipse.ecf.provider.generic.datashare.feature-1.0.202-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.provider.generic.datashare.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.provider.generic.datashare.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.generic.datashare.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/org.eclipse.ecf.provider.generic.datashare.feature-1.0.202-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/org.eclipse.ecf.provider.generic.datashare.feature-1.0.202-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/org.eclipse.ecf.provider.generic.datashare.feature-1.0.202-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/org.eclipse.ecf.provider.generic.datashare.feature-1.0.202-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/org.eclipse.ecf.provider.generic.datashare.feature-1.0.202-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/org.eclipse.ecf.provider.generic.datashare.feature-1.0.202-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.generic.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@3ef8125] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] Found matching https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141/features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/rt/ecf/latest/site.p2/) [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.generic.datashare.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.provider.generic.datashare.feature/1.0.202.v20231021-2127 with delta: 0.0.0 [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.provider.generic.datashare.feature,1.0.202.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.provider.generic.datashare.feature/1.0.202.v20231021-2127/org.eclipse.ecf.provider.generic.datashare.feature-1.0.202.v20231021-2127-p2artifacts.xml [DEBUG] Found org.eclipse.ecf.provider.generic.datashare.feature.source/1.0.202.v20231021-2127 with delta: 0.0.0 [WARNING] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.ecf.provider.generic.datashare.feature.source,1.0.202.v20231021-2127 to /home/jenkins/.m2/repository/p2/org/eclipse/update/feature/org.eclipse.ecf.provider.generic.datashare.feature.source/1.0.202.v20231021-2127/org.eclipse.ecf.provider.generic.datashare.feature.source-1.0.202.v20231021-2127-p2artifacts.xml [JENKINS] Archiving disabled [INFO] [INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.tests.feature >------------ [INFO] Building org.eclipse.ecf.tests.feature 3.1.0-SNAPSHOT [110/114] [INFO] from releng/features/org.eclipse.ecf.tests.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.distribution:2.1.700.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.distribution.source:2.1.700.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.source:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice.source:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server.generic:8.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server.generic.source:8.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin.source:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=497352, ConflictMarker.markTime=198597, ConflictMarker.nodeCount=1585, ConflictIdSorter.graphTime=395190, ConflictIdSorter.topsortTime=101911, ConflictIdSorter.conflictIdCount=238, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=13388083, ConflictResolver.conflictItemCount=1575, DfDependencyCollector.collectTime=6913965, DfDependencyCollector.transformTime=14614374} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.feature:eclipse-feature:3.1.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:jar:1.0.101-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:jar:3.7.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:jar:1.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:jar:2.1.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:jar:2.1.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:jar:1.0.101-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:jar:4.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:jar:1.1.101-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:jar:2.1.700-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server.generic:jar:8.2.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.tests.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:48.531542750, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:48.531800612, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:48.531800612, lastModified=2024-05-02 22:36:24.438735197, delta=564093065415 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:48.531800612, lastModified=2024-05-02 22:36:24.438735197, delta=564093065415 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:48.531800612, lastModified=2024-05-02 22:36:24.438735197, delta=564093065415 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:48.532116580, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:48.532261909, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:48.532261909, lastModified=2024-05-02 22:36:25.084747530, delta=563447514379 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:48.531800612, lastModified=2024-05-02 22:36:24.438735197, delta=564093065415 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:48.531800612, lastModified=2024-05-02 22:36:24.438735197, delta=564093065415 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:48.532771734, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:48.532826175, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:48.537595712, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:48.545945063, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:48.531800612, lastModified=2024-05-02 22:36:24.438735197, delta=564093065415 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:48.531800612, lastModified=2024-05-02 22:36:24.438735197, delta=564093065415 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.tests.feature) [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.tests:2.2.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.tests.remoteservice:2.1.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.tests.remoteservice.generic:2.1.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml [DEBUG] Found 'v20240402-2321' from qualifier 'v20240402-2321' for artifact eclipse-plugin:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml [INFO] The project's OSGi version is 3.1.0.v20240402-2354 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240402-2354 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:48Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.1.0.v20240402-2354 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.tests.feature [DEBUG] unqualifiedVersion: 3.1.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@5cbdc009 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.feature-3.1.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] (f) qualifier = v20240402-2354 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.tests.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@5046fc27 [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.tests.feature-3.1.0-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] (f) qualifier = v20240402-2354 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/org.eclipse.ecf.tests.feature-3.1.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.tests.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.tests.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.tests.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.feature-3.1.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/org.eclipse.ecf.tests.feature-3.1.0-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.tests.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.tests.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/org.eclipse.ecf.tests.feature-3.1.0-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/org.eclipse.ecf.tests.feature-3.1.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/org.eclipse.ecf.tests.feature-3.1.0-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/org.eclipse.ecf.tests.feature-3.1.0-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/org.eclipse.ecf.tests.feature-3.1.0-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/org.eclipse.ecf.tests.feature-3.1.0-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@2deb3e5c] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.feature:eclipse-feature:3.1.0-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] -----< org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature >----- [INFO] Building org.eclipse.ecf.tests.filetransfer.feature 1.0.300-SNAPSHOT [111/114] [INFO] from releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.ecf.tests.filetransfer.httpclient5 1.0.0.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.ecf.tests.filetransfer.httpclientjava 2.0.0.qualifier [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.source:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient5.source:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=226427, ConflictMarker.markTime=122777, ConflictMarker.nodeCount=945, ConflictIdSorter.graphTime=197575, ConflictIdSorter.topsortTime=61879, ConflictIdSorter.conflictIdCount=250, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=10751536, ConflictResolver.conflictItemCount=935, DfDependencyCollector.collectTime=3686055, DfDependencyCollector.transformTime=11390246} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:eclipse-feature:1.0.300-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ssl:jar:1.3.100-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:jar:2.0.500-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.launcher.source:jar:1.6.800.v20240426-1701:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.application.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:jar:3.14.1900-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:jar:1.1.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests:jar:2.2.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:jar:1.0.0-SNAPSHOT:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5-h2:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.client5.httpclient5:jar:5.3.1.v20240126-0900:system [DEBUG] org.apache.httpcomponents.client5:httpclient5:jar:5.3.1:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5:jar:5.2.4:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5-h2:jar:5.2.4:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:jar:1.1.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services:jar:3.12.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] org.osgi:org.osgi.service.upnp:jar:1.2.1:compile [DEBUG] org.osgi:org.osgi.service.device:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.wireadmin:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.provisioning:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services.source:jar:3.12.100.v20240327-0645:system [DEBUG] org.osgi:org.osgi.service.useradmin:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.filetransfer.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.tests.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:51.997465917, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:45:51.997692958, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:51.997692958, lastModified=2024-05-02 22:36:24.438735197, delta=567558957761 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:51.997692958, lastModified=2024-05-02 22:36:24.438735197, delta=567558957761 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:51.997692958, lastModified=2024-05-02 22:36:24.438735197, delta=567558957761 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:51.998016813, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:45:51.998164077, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:45:51.998164077, lastModified=2024-05-02 22:36:25.084747530, delta=566913416547 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:51.997692958, lastModified=2024-05-02 22:36:24.438735197, delta=567558957761 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:51.997692958, lastModified=2024-05-02 22:36:24.438735197, delta=567558957761 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:45:51.998675386, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:45:51.998730126, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:52.003563846, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:45:52.011999781, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:51.997692958, lastModified=2024-05-02 22:36:24.438735197, delta=567558957761 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:45:51.997692958, lastModified=2024-05-02 22:36:24.438735197, delta=567558957761 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.tests.filetransfer.feature) [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.eclipse.ecf.tests:2.2.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml [DEBUG] Found 'v20240402-2321' from qualifier 'v20240402-2321' for artifact eclipse-plugin:org.eclipse.ecf.tests.filetransfer:2.0.500.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml [DEBUG] Found 'v20240430-2140' from qualifier 'v20240430-2140' for artifact eclipse-plugin:org.eclipse.ecf.ssl:1.3.100.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Found 'v20230422-0242' from qualifier 'v20230422-0242' for artifact eclipse-plugin:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml [INFO] The project's OSGi version is 1.0.300.v20240430-2140 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.tests.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.filetransfer.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240430-2140 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:45:52Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.300.v20240430-2140 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.tests.filetransfer.feature [DEBUG] unqualifiedVersion: 1.0.300 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@754d0768 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.tests.filetransfer.feature-1.0.300-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] (f) qualifier = v20240430-2140 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.tests.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3b87f564 [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.tests.filetransfer.feature-1.0.300-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] (f) qualifier = v20240430-2140 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/org.eclipse.ecf.tests.filetransfer.feature-1.0.300-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.tests.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.tests.filetransfer.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.tests.filetransfer.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.tests.filetransfer.feature-1.0.300-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/org.eclipse.ecf.tests.filetransfer.feature-1.0.300-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.tests.filetransfer.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.tests.filetransfer.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/org.eclipse.ecf.tests.filetransfer.feature-1.0.300-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/org.eclipse.ecf.tests.filetransfer.feature-1.0.300-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/org.eclipse.ecf.tests.filetransfer.feature-1.0.300-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/org.eclipse.ecf.tests.filetransfer.feature-1.0.300-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/org.eclipse.ecf.tests.filetransfer.feature-1.0.300-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/org.eclipse.ecf.tests.filetransfer.feature-1.0.300-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@41883a27] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:eclipse-feature:1.0.300-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.filetransfer.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [INFO] [INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.xmpp.feature >------------ [INFO] Building org.eclipse.ecf.xmpp.feature 1.0.300-SNAPSHOT [112/114] [INFO] from releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} ${tycho.strictVersions} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: false ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.provider.xmpp.remoteservice 1.2.201.qualifier [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.ecf.provider.xmpp.datashare 1.0.201.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.datashare:3.0.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.datashare.source:3.0.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence:2.1.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence.source:2.1.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.datashare:1.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.datashare.source:1.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice.source:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=83902, ConflictMarker.markTime=42210, ConflictMarker.nodeCount=333, ConflictIdSorter.graphTime=93134, ConflictIdSorter.topsortTime=16716, ConflictIdSorter.conflictIdCount=44, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=635616, ConflictResolver.conflictItemCount=325, DfDependencyCollector.collectTime=1306120, DfDependencyCollector.transformTime=891522} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:eclipse-feature:1.0.300-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:jar:3.2.402-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence.feature:jar:1.0.202-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:jar:1.2.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:jar:2.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare.feature:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:3.4.0-SNAPSHOT:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.datashare:jar:1.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] dnsjava:dnsjava:jar:3.5.3:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] org.eclipse.ecf:org.jivesoftware.smack.source:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.xmpp.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/test-classes [DEBUG] -- end configuration -- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [INFO] Deleting file /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/sources-feature/feature.xml [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/sources-feature [INFO] Deleting directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.xmpp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:46:01.993968521, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:46:01.994205640, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:46:01.994205640, lastModified=2024-05-02 22:36:24.438735197, delta=577555470443 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:46:01.994205640, lastModified=2024-05-02 22:36:24.438735197, delta=577555470443 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:46:01.994205640, lastModified=2024-05-02 22:36:24.438735197, delta=577555470443 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:46:01.994554762, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:46:01.994744299, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:46:01.994744299, lastModified=2024-05-02 22:36:25.084747530, delta=576909996769 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:46:01.994205640, lastModified=2024-05-02 22:36:24.438735197, delta=577555470443 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:46:01.994205640, lastModified=2024-05-02 22:36:24.438735197, delta=577555470443 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:46:01.995249461, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:46:01.995303817, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 4 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:46:02.000151011, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:46:02.008515831, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:46:01.994205640, lastModified=2024-05-02 22:36:24.438735197, delta=577555470443 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:46:01.994205640, lastModified=2024-05-02 22:36:24.438735197, delta=577555470443 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Ffeatures%252Forg.eclipse.ecf.xmpp.feature) [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.provider.xmpp:3.2.402.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Found 'v20231021-2050' from qualifier 'v20231021-2050' for artifact eclipse-plugin:org.jivesoftware.smack:3.4.0.qualifier: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.provider.xmpp.datashare:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-plugin:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [INFO] The project's OSGi version is 1.0.300.v20240502-2230 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.xmpp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.xmpp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.xmpp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.xmpp.feature --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] buildQualifier: v20240502-2230 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:46:02Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 1.0.300.v20240502-2230 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/features/org.eclipse.ecf.xmpp.feature [DEBUG] unqualifiedVersion: 1.0.300 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.xmpp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@4eb3c426 [DEBUG] (f) deleteOnExit = true [DEBUG] (f) includeP2Dependencies = false [DEBUG] (f) mapP2Dependencies = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] (f) relativePathFromParent = true [DEBUG] (f) removeBuild = true [DEBUG] (f) removeModules = true [DEBUG] (f) removeParent = true [DEBUG] (f) replacePackagingType = true [DEBUG] (f) replaceTypeWithExtension = true [DEBUG] (f) resolver = local,p2,central [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.xmpp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.xmpp.feature-1.0.300-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] (f) qualifier = v20240502-2230 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.xmpp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:package-feature:default-package-feature' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1c39fd3c [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) featureFile = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/feature.xml [DEBUG] (f) finalName = org.eclipse.ecf.xmpp.feature-1.0.300-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] (f) qualifier = v20240502-2230 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/org.eclipse.ecf.xmpp.feature-1.0.300-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.xmpp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = org.eclipse.ecf.xmpp.feature Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = org.eclipse.ecf.xmpp.feature [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/site does not exist or is not a directory [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.xmpp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.xmpp.feature-1.0.300-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/org.eclipse.ecf.xmpp.feature-1.0.300-SNAPSHOT-sources-feature.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry about.html [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [DEBUG] adding entry epl-2.0.html [DEBUG] adding entry license.html [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/ [DEBUG] adding directory META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.xmpp.feature/ [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] adding entry META-INF/maven/org.eclipse.ecf/org.eclipse.ecf.xmpp.feature/pom.properties [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.xmpp.feature --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/org.eclipse.ecf.xmpp.feature-1.0.300-SNAPSHOT.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/org.eclipse.ecf.xmpp.feature-1.0.300-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/org.eclipse.ecf.xmpp.feature-1.0.300-SNAPSHOT.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/org.eclipse.ecf.xmpp.feature-1.0.300-SNAPSHOT-sources-feature.jar [DEBUG] Jar signing options: Options{digestAlgorithm=DEFAULT, signatureAlgorithm=DEFAULT, connectTimeout=PT5S, timeout=PT0S, sigFile=} [DEBUG] Jar signing request: HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/org.eclipse.ecf.xmpp.feature-1.0.300-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] Will send HTTP request HttpRequest{serverUri=https://cbi.eclipse.org/jarsigner/sign, file=@/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/org.eclipse.ecf.xmpp.feature-1.0.300-SNAPSHOT-sources-feature.jar, digestalg=JVM-Default-Message-Digest-Algorithm, sigalg=JVM-Default-Signature-Algorithm, sigfile=} [DEBUG] HTTP request configuration is Config{connectTimeout=PT5S, readTimeout=PT0S, timeout=PT0S} [DEBUG] HTTP status code = 200 [DEBUG] HTTP reason phrase = 'OK' [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.xmpp.feature --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@369a1f24] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] No baseline version org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:eclipse-feature:1.0.300-SNAPSHOT [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.xmpp.feature --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Found org.eclipse.ecf.xmpp.feature/1.0.203.v20231021-2127 with delta: 0.0.97 [DEBUG] Found org.eclipse.ecf.xmpp.feature.source/1.0.203.v20231021-2127 with delta: 0.0.97 [JENKINS] Archiving disabled [INFO] [INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.releng.target >------------ [INFO] Building ECF Target Platform Definitions 1.0.0-SNAPSHOT [113/114] [INFO] from releng/org.eclipse.ecf.releng.target/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:3.1.0:attach-artifact (attach-artifacts) [DEBUG] Style: Regular [DEBUG] Configuration: ecf-2022-06.target target ecf-2022-06 ${buildhelper.runOnlyAtExecutionRoot} ${buildhelper.skipAttach} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.releng.target --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/target/classes [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.releng.target --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.releng.target-1.0.0-SNAPSHOT [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.releng.target --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.releng.target-1.0.0-SNAPSHOT [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- build-helper:3.1.0:attach-artifact (attach-artifacts) @ org.eclipse.ecf.releng.target --- [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 3.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 145 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-settings-builder:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings-builder:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.14 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.14 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 910 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:1.1.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:1.1.18 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 2.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.18/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 17 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:pom:1.5.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:pom:1.5.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 34 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:1.5.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:1.5.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 530 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:12 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 3.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 4.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.5.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.5.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 2.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:1.0.11 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:1.0.11 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 4.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:pom:1.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:pom:1.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 2.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:pom:1.5.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:pom:1.5.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 34 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:1.5.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:1.5.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 303 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-model-builder:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model-builder:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-aether-provider:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-aether-provider:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.aether:aether-api:pom:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-api:pom:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 836 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.aether:aether-parent:pom:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-parent:pom:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 7.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-parent/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.aether:aether-util:pom:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-util:pom:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 2.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.aether:aether-impl:pom:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-impl:pom:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 3.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.aether:aether-spi:pom:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-spi:pom:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 870 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.0.24 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.0.24 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 2.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom.lastUpdated' [DEBUG] Resolving artifact org.apache-extras.beanshell:bsh:pom:2.0b6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache-extras.beanshell:bsh:pom:2.0b6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 554 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache-extras/beanshell/bsh/2.0b6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:file-management:pom:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:file-management:pom:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 174 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/file-management/3.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:22 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:22 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 365 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/22/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:27 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:27 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/27/maven-parent-27.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/27/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/27/maven-parent-27.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:17 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache:apache:pom:17 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/17/apache-17.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/17/apache-17.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/17/apache-17.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-io:pom:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-io:pom:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 520 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-compat:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-compat:pom:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 122 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.wagon:wagon-provider-api:pom:1.0-beta-6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.wagon:wagon-provider-api:pom:1.0-beta-6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 65 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.wagon:wagon:pom:1.0-beta-6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.wagon:wagon:pom:1.0-beta-6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 563 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/1.0-beta-6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:11 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:11 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 16 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache:apache:pom:5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/5/apache-5.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/5/apache-5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 4.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/5/apache-5.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.4.2 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 245 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.wagon:wagon-provider-api:pom:2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.wagon:wagon-provider-api:pom:2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 216 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.wagon:wagon:pom:2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.wagon:wagon:pom:2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/2.10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:26 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:26 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/26/maven-parent-26.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 4.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.0.15 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.0.15 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 315 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:3.3.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:3.3.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 10 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:17 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:17 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 3.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:pom:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:pom:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 2.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:21 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:21 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 2.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/21/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:25 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:25 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/25/maven-parent-25.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 19 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/25/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/25/maven-parent-25.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:15 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache:apache:pom:15 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/15/apache-15.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/15/apache-15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 15 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/15/apache-15.pom.lastUpdated' [DEBUG] Resolving artifact commons-io:commons-io:pom:2.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-io:commons-io:pom:2.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 5.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:25 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:25 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/25/commons-parent-25.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 16 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/25/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:9 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache:apache:pom:9 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/9/apache-9.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/9/apache-9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 7.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/9/apache-9.pom.lastUpdated' [DEBUG] Resolving artifact com.google.code.findbugs:jsr305:pom:2.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact com.google.code.findbugs:jsr305:pom:2.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 965 kB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.0.22 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.0.22 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 3.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=61269, ConflictMarker.markTime=16175, ConflictMarker.nodeCount=82, ConflictIdSorter.graphTime=25826, ConflictIdSorter.topsortTime=16538, ConflictIdSorter.conflictIdCount=31, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=270680, ConflictResolver.conflictItemCount=80, DfDependencyCollector.collectTime=1408383869, DfDependencyCollector.transformTime=517652} [DEBUG] org.codehaus.mojo:build-helper-maven-plugin:jar:3.1.0 [DEBUG] org.apache.maven:maven-core:jar:3.0:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime [DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile [DEBUG] org.apache-extras.beanshell:bsh:jar:2.0b6:compile [DEBUG] org.apache.maven.shared:file-management:jar:3.0.0:compile [DEBUG] org.apache.maven.shared:maven-shared-io:jar:3.0.0:compile [DEBUG] org.apache.maven:maven-compat:jar:3.0:compile [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:2.10:compile [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.0.0:compile [DEBUG] commons-io:commons-io:jar:2.4:compile [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] Resolving artifact org.apache.maven:maven-core:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings-builder:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model-builder:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-aether-provider:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-impl:jar:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-spi:jar:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-api:jar:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-util:jar:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.14 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:jar:1.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:3.0.24 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache-extras.beanshell:bsh:jar:2.0b6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:file-management:jar:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-io:jar:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-compat:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.wagon:wagon-provider-api:jar:2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:jar:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact com.google.code.findbugs:jsr305:jar:2.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-core:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings-builder:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model-builder:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-aether-provider:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-impl:jar:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-spi:jar:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-api:jar:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-util:jar:1.7 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.14 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:jar:1.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:3.0.24 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache-extras.beanshell:bsh:jar:2.0b6 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:file-management:jar:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-io:jar:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-compat:jar:3.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.wagon:wagon-provider-api:jar:2.10 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:jar:3.0.0 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.4 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact com.google.code.findbugs:jsr305:jar:2.0.1 from [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/groups/releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/groups/releases/ with username=deployment, password=*** [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 35 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 25 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 27 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 162 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 8.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 4.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 910 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 4.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache-extras/beanshell/bsh/2.0b6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/file-management/3.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:3.1.0 [DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:3.1.0 [DEBUG] Imported: < project>org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:3.1.0 [DEBUG] Included: org.codehaus.mojo:build-helper-maven-plugin:jar:3.1.0 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24 [DEBUG] Included: org.apache-extras.beanshell:bsh:jar:2.0b6 [DEBUG] Included: org.apache.maven.shared:file-management:jar:3.0.0 [DEBUG] Included: org.apache.maven.shared:maven-shared-io:jar:3.0.0 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.0.0 [DEBUG] Included: commons-io:commons-io:jar:2.4 [DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 [DEBUG] Loading mojo org.codehaus.mojo:build-helper-maven-plugin:3.1.0:attach-artifact from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.codehaus.mojo:build-helper-maven-plugin:3.1.0:attach-artifact:attach-artifacts' with basic configurator --> [DEBUG] (s) file = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2022-06.target [DEBUG] (s) type = target [DEBUG] (s) classifier = ecf-2022-06 [DEBUG] (f) artifacts = [org.codehaus.mojo.buildhelper.Artifact@447391c3] [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target [DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] (f) runOnlyAtExecutionRoot = false [DEBUG] (f) skipAttach = false [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.releng.target --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [DEBUG] No file is associated with artifact 'org.eclipse.ecf:org.eclipse.ecf.releng.target:pom:1.0.0-SNAPSHOT' [DEBUG] Extension of file '/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2022-06.target' is not 'jar', it will not be signed [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.releng.target --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@3e7b690f] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.releng.target --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml [DEBUG] -- end configuration -- [DEBUG] Skipping baseline version comparison, no p2 artifacts created in build [JENKINS] Archiving disabled [INFO] [INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.releng.repository >---------- [INFO] Building ECF p2 Repository 3.15.0-SNAPSHOT [114/114] [INFO] from releng/org.eclipse.ecf.releng.repository/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile+runtime] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [repo.eclipse.org (https://repo.eclipse.org/content/groups/releases/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: warning ${mojoExecution} ${forceContextQualifier} 'v'yyyyMMdd-HHmm ${project.packaging} ${project} ${session} jgit [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean-1) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.resources.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7:publish-osgi-ee (default-publish-osgi-ee) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7:publish-products (default-publish-products) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7:publish-categories (default-publish-categories) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7:attach-artifacts (default-attach-artifacts) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7:assemble-repository (default-assemble-repository) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${buildQualifier} ${p2.repository.location} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source (plugin-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${attach} ${source.excludeResources} ${project.build.finalName} ${source.forceCreation} ${source.includePom} ${project.build.directory} ${project} ${buildQualifier} ${reactorProjects} ${session} ${sourceBundleSuffix} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7:archive-repository (default-archive-repository) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} ${project} ${buildQualifier} ${p2.repository.location} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source (feature-source) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} false ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign (sign) [DEBUG] Style: Regular [DEBUG] Configuration: ${cbi.jarsigner.archiveDirectory} ${cbi.jarsigner.connectTimeoutMillis} ${cbi.jarsigner.continueOnFail} ${continueOnFail} ${retryLimit} ${retryTimer} ${cbi.jarsigner.digestAlgorithm} ${cbi.jarsigner.processAttachedArtifacts} ${cbi.jarsigner.processMainArtifact} ${cbi.jarsigner.resigningStrategy} ${cbi.jarsigner.retryLimit} ${cbi.jarsigner.retryTimer} ${cbi.jarsigner.sigFile} ${cbi.jarsigner.signatureAlgorithm} ${cbi.jarsigner.signerUrl} ${cbi.jarsigner.skip} ${cbi.jarsigner.timeoutMillis} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata (attach-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: warn all https://download.eclipse.org/rt/ecf/latest/site.p2/ ${tycho.generateChecksums} ${tycho.generateDownloadStatsProperty} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF ${project} ${tycho.debug.artifactcomparator} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-version-with-baseline) [DEBUG] Style: Regular [DEBUG] Configuration: https://download.eclipse.org/rt/ecf/latest/site.p2/${baselines} zip ${mojoExecution} META-INF/ECLIPSE_.RSA META-INF/ECLIPSE_.SF warn ${project} ${skip} [DEBUG] ======================================================================= [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] Computing preliminary target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] Using execution environment 'JavaSE-17' configured in target-platform-configuration [WARNING] Adding target definition file "file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/ecf-2024-06.target" [WARNING] Target definition file contains 805 units [WARNING] Added 0 locally built units to the target platform [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] Resolved fragments: [INFO] org.eclipse.ecf.discovery.ui.properties 3.0.201.qualifier [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.qualifier [INFO] org.eclipse.ecf.provider.xmpp.datashare 1.0.201.qualifier [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.ui.win32 3.5.300.v20240321-1245 [INFO] org.eclipse.equinox.security.win32 1.3.0.v20240419-2334 [INFO] org.eclipse.ecf.tests.provider.datashare.nio 1.0.100.qualifier [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.ecf.provider.xmpp.remoteservice 1.2.201.qualifier [INFO] org.eclipse.ecf.ssl 1.3.100.qualifier [INFO] org.eclipse.swt.win32.win32.x86_64 3.126.0.v20240426-0802 [INFO] org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.201.qualifier [INFO] org.eclipse.e4.ui.swt.win32 1.2.300.v20240416-0658 [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.r_osgi.remote:1.3.0.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.r_osgi.remote.source:1.3.0.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.slp:1.4.1.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:ch.ethz.iks.slp.source:1.4.1.qualifier: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.source:3.11.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.console:1.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.console.source:1.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.doc:1.3.500.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence:2.1.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.irc:1.3.401.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.ui:2.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence.ui:2.4.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.xmpp.ui:2.2.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.irc.ui:1.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui:3.0.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.ui:1.5.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence.bot:1.3.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.ui:3.4.400.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.edit:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.model:3.0.202.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.properties:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.team.ecf.core:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.team.ecf.ui:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.browser:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.ui.capabilities:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.userinput:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.ssl:1.3.100.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.datashare:3.0.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.datashare.source:3.0.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.source:5.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.discovery.feature:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.dnssd:1.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.discovery.jmdns.feature:1.0.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.jmdns:4.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.jslp:3.2.302.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.source:3.0.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.browser.source:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.edit.source:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.model.source:3.0.202.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.properties.source:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.properties.tabbed.source:3.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.discovery.ui.userinput.source:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.distribution:2.1.700.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.r_osgi:3.7.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.rest:2.8.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.servlet:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.eventadmin:1.3.101.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.doc.source:1.3.500.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.source:5.1.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.filetransfer.ui.source:1.5.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.identity.source:3.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.distribution.source:2.1.700.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.osgi.services.feature:2.6.400.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.remoteservice.feature:2.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.source:4.9.3.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source:1.3.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence.source:2.1.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence.bot.source:1.3.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.presence.ui.source:2.4.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.source:4.10.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.datashare:1.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.datashare.source:1.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.datashare.nio:0.9.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.datashare.nio.source:0.9.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.dnssd.source:1.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.source:3.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient45.source:1.0.600.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source:1.0.500.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient5.source:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.httpclientjava.source:2.0.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.filetransfer.ssl.source:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.provider.generic.feature:1.1.2.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.sharedobject.feature:1.1.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.irc.source:1.3.401.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.irc.ui.source:1.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.jmdns.source:4.4.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.jslp.source:3.2.302.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.r_osgi.source:3.7.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.remoteservice.source:4.6.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.xmpp:3.2.402.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.jivesoftware.smack:3.4.0.qualifier: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.xmpp.source:3.2.402.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.xmpp.datashare:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.xmpp.datashare.source:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.xmpp.remoteservice.source:1.2.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.provider.xmpp.ui.source:2.2.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.source:8.14.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.asyncproxy.source:2.1.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.eventadmin.source:1.3.101.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.rest.source:2.8.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-feature:org.eclipse.ecf.server.generic.feature:1.2.103.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.servlet.source:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservice.ui.source:3.4.400.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.remoteservices.tooling.pde.source:1.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server:2.1.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server.source:2.1.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server.generic:8.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.server.generic.source:8.2.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.sharedobject.source:2.6.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.ssl.source:1.3.100.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.ui.source:2.3.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.ecf.ui.capabilities.source:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.osgi.services.remoteserviceadmin.source:1.6.301.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.team.ecf.core.source:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.eclipse.team.ecf.ui.source:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml) that is not reflected in the maven model project references [DEBUG] Found a P2 dependency (eclipse-plugin:org.jivesoftware.smack.source:3.4.0.qualifier: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml) that is not reflected in the maven model project references [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=2412058, ConflictMarker.markTime=1094932, ConflictMarker.nodeCount=5021, ConflictIdSorter.graphTime=2061238, ConflictIdSorter.topsortTime=249836, ConflictIdSorter.conflictIdCount=514, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=100950626, ConflictResolver.conflictItemCount=5008, DfDependencyCollector.collectTime=24409107, DfDependencyCollector.transformTime=107007778} [DEBUG] org.eclipse.ecf:org.eclipse.ecf.releng.repository:eclipse-repository:3.15.0-SNAPSHOT [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence.feature:jar:1.0.202-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:jar:1.0.202-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:jar:3.14.1900-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare.feature:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:jar:1.1.402-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:jar:1.1.702-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:jar:1.0.303-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:jar:1.1.101-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.console.feature:jar:1.3.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.core.feature:jar:1.6.2-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:jar:1.1.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.core:jar:3.15.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:jar:1.1.600-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:jar:2.0.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:jar:1.0.300-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:jar:3.15.0-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.78.1:compile [DEBUG] org.bouncycastle:bcutil-jdk18on:jar:1.78.1:compile [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:7.0.0:compile [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.dto:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.framework:jar:1.8.0:compile [DEBUG] org.osgi:org.osgi.util.tracker:jar:1.5.4:compile [DEBUG] org.osgi:org.osgi.service.log:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.20.0.v20240430-0735:system [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.13:compile [DEBUG] biz.aQute.bnd:biz.aQute.repository:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.coordinator:jar:1.0.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services:jar:3.12.100.v20240327-0645:system [DEBUG] biz.aQute.bnd:biz.aQute.resolve:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.resolver:jar:1.1.1:compile [DEBUG] org.bndtools:bndtools.api:jar:7.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:jar:1.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf:jar:3.11.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice:jar:8.14.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:2.1.200-SNAPSHOT:compile [DEBUG] org.ow2.asm:asm:jar:9.7:compile [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.slp:jar:1.4.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:ch.ethz.iks.slp.jars.extra.classpath:jar:r7stubs.jar:1.4.1-SNAPSHOT:system [DEBUG] com.ibm.icu:icu4j:jar:75.1:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] jakarta.activation:jakarta.activation-api:jar:2.1.3:compile [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] jakarta.servlet:jakarta.servlet-api:jar:6.0.0:compile [DEBUG] jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2:compile [DEBUG] org.json:json:jar:20230227:compile [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant.source:jar:1.10.14.v20230922-1200:system [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.7:compile [DEBUG] org.ow2.asm:asm-util:jar:9.7:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-constants:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] org.apache.xmlgraphics:batik-css:jar:1.17:compile [DEBUG] xml-apis:xml-apis-ext:jar:1.3.04:compile [DEBUG] org.apache.xmlgraphics:batik-i18n:jar:1.17:compile [DEBUG] org.apache.xmlgraphics:batik-util:jar:1.17:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.4:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-codec:commons-codec:jar:1.16.0:compile [DEBUG] commons-io:commons-io:jar:2.16.1:compile [DEBUG] commons-jxpath:commons-jxpath:jar:1.3:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.6:compile [DEBUG] org.mortbay.jasper:apache-jsp:jar:9.0.83.1:compile [DEBUG] org.eclipse.jetty.toolchain:jetty-schemas:jar:4.0.3:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.33.0:compile [DEBUG] p2.eclipse.plugin:org.jdom:jar:1.1.3.v20230812-1600:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5-h2:jar:5.2.3.v20230922-1600:system [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.client5.httpclient5:jar:5.3.1.v20240126-0900:system [DEBUG] org.apache.httpcomponents.client5:httpclient5:jar:5.3.1:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5:jar:5.2.4:compile [DEBUG] org.apache.httpcomponents.core5:httpcore5-h2:jar:5.2.4:compile [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.client5.httpclient5-win:jar:5.2.1.v20230802-0847:system [DEBUG] org.apache.httpcomponents:httpclient-osgi:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:httpclient-cache:jar:4.5.14:compile [DEBUG] org.apache.httpcomponents:fluent-hc:jar:4.5.14:compile [DEBUG] org.osgi:org.osgi.service.cm:jar:1.6.1:compile [DEBUG] org.apache.httpcomponents:httpcore-osgi:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.16:compile [DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.16:compile [DEBUG] p2.eclipse.plugin:org.apache.httpcomponents.httpclient.win:jar:4.5.14.v20240401-1000:system [DEBUG] org.apache.httpcomponents:httpclient-win:jar:4.5.14:compile [DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile [DEBUG] org.bndtools:org.bndtools.headless.build.manager:jar:7.0.0:compile [DEBUG] org.bndtools:org.bndtools.headless.build.plugin.gradle:jar:7.0.0:compile [DEBUG] org.junit.platform:junit-platform-commons:jar:1.9.2:compile [DEBUG] org.junit.platform:junit-platform-engine:jar:1.9.2:compile [DEBUG] org.junit.platform:junit-platform-launcher:jar:1.9.2:compile [DEBUG] org.assertj:assertj-core:jar:3.24.2:compile [DEBUG] net.bytebuddy:byte-buddy:jar:1.12.21:compile [DEBUG] org.opentest4j:opentest4j:jar:1.2.0:compile [DEBUG] org.apiguardian:apiguardian-api:jar:1.1.2:compile [DEBUG] org.junit.jupiter:junit-jupiter-api:jar:5.9.2:compile [DEBUG] org.junit.jupiter:junit-jupiter-engine:jar:5.9.2:compile [DEBUG] org.junit.jupiter:junit-jupiter-params:jar:5.9.2:compile [DEBUG] org.awaitility:awaitility:jar:4.2.0:compile [DEBUG] org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit:jar:4.13.2_1:compile [DEBUG] org.junit.vintage:junit-vintage-engine:jar:5.9.2:compile [DEBUG] org.osgi:org.osgi.test.common:jar:1.2.1:compile [DEBUG] org.osgi:org.osgi.test.junit5:jar:1.2.1:compile [DEBUG] org.bndtools:org.bndtools.versioncontrol.ignores.manager:jar:7.0.0:compile [DEBUG] org.bndtools:org.bndtools.templating:jar:7.0.0:compile [DEBUG] org.osgi:org.osgi.service.metatype:jar:1.4.1:compile [DEBUG] org.bndtools:org.bndtools.versioncontrol.ignores.plugin.git:jar:7.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ant.core:jar:3.7.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.variables:jar:3.6.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.core.source:jar:3.7.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.launching:jar:1.4.400.v20240413-1649:system [DEBUG] p2.eclipse.plugin:org.eclipse.debug.core:jar:3.21.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.launching:jar:3.22.0.v20240424-1830:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.externaltools:jar:1.3.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core:jar:3.38.0.v20240425-0507:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.launching.source:jar:1.4.400.v20240413-1649:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.ui:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.externaltools:jar:3.6.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.console:jar:3.14.100.v20240429-1358:system [DEBUG] p2.eclipse.plugin:org.eclipse.debug.ui:jar:3.18.400.v20240416-1521:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.ui:jar:3.32.100.v20240430-0106:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.debug.ui:jar:3.13.400.v20240416-0655:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit:jar:3.16.400.v20240417-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.ant.ui.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.source:jar:3.11.0.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.compare.core.source:jar:3.8.500.v20240415-1311:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands.source:jar:3.12.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype.source:jar:3.9.400.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable.source:jar:1.13.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property.source:jar:1.10.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions.source:jar:3.9.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.externaltools.source:jar:1.3.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filebuffers.source:jar:3.8.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem.source:jar:1.10.400.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs.source:jar:3.15.300.v20240418-0734:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources.source:jar:3.20.200.v20240426-1040:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime.source:jar:3.31.100.v20240422-1722:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.variables.source:jar:3.6.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.debug.core.source:jar:3.21.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.debug.ui.source:jar:3.18.400.v20240416-1521:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands.source:jar:1.1.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts.source:jar:1.12.600.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.source:jar:1.9.400.v20240414-1643:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations.source:jar:1.8.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.source:jar:0.18.300.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.500.v20240419-1233:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier.source:jar:0.17.500.v20240419-1233:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services.source:jar:2.4.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath.source:jar:0.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings.source:jar:0.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core.source:jar:0.14.400.v20240427-1520:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:jar:0.15.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme.source:jar:0.14.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di.source:jar:1.5.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs.source:jar:1.5.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench.source:jar:2.4.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.progress:jar:0.4.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.progress.source:jar:0.4.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.source:jar:1.15.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt.source:jar:1.5.400.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:jar:0.16.400.v20240418-1547:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt.source:jar:0.17.400.v20240425-0840:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3.source:jar:0.17.400.v20240321-1245:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity:jar:3.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.identity.jars.extra.classpath:jar:r7stubs.jar:3.10.0-SNAPSHOT:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent:jar:1.3.100.v20240321-1445:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.console:jar:1.4.0-SNAPSHOT:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.command:jar:1.1.2:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.6:compile [DEBUG] org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4:compile [DEBUG] org.osgi:org.osgi.service.component.annotations:jar:1.5.1:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.doc:jar:1.3.500-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence:jar:2.1.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc:jar:1.3.401-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc:jar:lib/irclib.jar:1.3.401.qualifier:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ui:jar:2.3.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence.ui:jar:2.4.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:jar:2.2.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:jar:1.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui:jar:3.0.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:jar:1.5.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.presence.bot:jar:1.3.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:jar:3.4.400-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.pde.runtime:jar:3.8.400.v20240321-1452:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.runtime.source:jar:3.8.400.v20240321-1452:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:jar:3.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:jar:3.0.202-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:jar:3.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:jar:3.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.team.ecf.core:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.team.ecf.ui:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:jar:1.2.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-antlr.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-bcel.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-bsf.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-log4j.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-oro.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-regexp.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-resolver.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-apache-xalan2.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-commons-logging.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-commons-net.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-imageio.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-jakartamail.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-javamail.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-jdepend.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-jmf.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-jsch.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-junit.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-junit4.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-junitlauncher.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-launcher.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-netrexx.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-swing.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-testutil.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant-xz.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.apache.ant:jar:lib/ant.jar:1.10.14.v20230922-1200:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.debug:jar:jdimodel.jar:3.21.400.v20240418-1414:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.build:jar:pdebuild.jar:3.12.400.v20240425-2254:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.ssl:jar:1.3.100-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.datashare:jar:3.0.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery:jar:5.2.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.feature:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:jar:1.3.0-SNAPSHOT:compile [DEBUG] dnsjava:dnsjava:jar:3.5.3:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:jar:1.0.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:jar:4.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.jslp:jar:3.2.302-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit.ui:jar:2.23.0.v20230211-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit:jar:2.21.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:jar:3.10.300.v20240424-0956:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:jar:1.0.600-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui.intro:jar:3.7.400.v20240414-0828:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:jar:2.1.700-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:jar:4.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:jar:3.3.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.net:jar:1.5.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.net.source:jar:1.5.400.v20240413-1529:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:jar:3.7.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:jar:4.9.3-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject:jar:2.6.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:jar:2.8.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:jar:1.0.201-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui.intro.universal:jar:3.5.400.v20240414-1916:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:jar:1.3.101-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin.jars.extra.classpath:jar:r7stubs.jar:1.3.101-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.filetransfer:jar:5.1.103-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:jar:1.3.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:jar:1.1.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:jar:1.6.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin.jars.extra.classpath:jar:osgi/osgi.annotation.jar:1.6.301-SNAPSHOT:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:jar:1.0.102-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider:jar:4.10.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:jar:1.0.500-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:jar:1.1.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:jar:2.0.200-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:jar:1.1.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:jar:2.6.400-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:jar:2.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.datashare:jar:1.6.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:jar:0.9.301-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.annotation:jar:2.3.0.v20240111-2306:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:jar:1.1.2-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:jar:1.1.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:jar:1.2.1-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.irc.source:jar:lib/irclib.jar:1.3.401.qualifier:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:jar:3.2.402-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:3.4.0-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:jar:1.0.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:jar:1.2.201-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:jar:2.0.2-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:jar:1.0.400-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:jar:1.2.103-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.http.service.api:jar:1.2.2.v20231218-2126:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.ui:jar:3.15.200.v20240430-0753:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.core:jar:3.18.100.v20240430-0753:system [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server:jar:2.1.301-SNAPSHOT:compile [DEBUG] org.eclipse.ecf:org.eclipse.ecf.server.generic:jar:8.2.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.source:jar:2.30.0.v20240314-0928:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.ui:jar:2.22.0.v20231002-1020:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi.source:jar:1.5.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common.source:jar:3.19.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:jar:1.3.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event.source:jar:1.7.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin:jar:2.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin.source:jar:2.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin.equinox:jar:1.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin.equinox.source:jar:1.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.100.v20240416-0654:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:jar:1.5.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:jar:2.11.100.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.director:jar:2.6.400.v20240321-1450:system [DEBUG] org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6:compile [DEBUG] org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator:jar:1.5.300.v20240424-1301:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.director.source:jar:2.6.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.directorywatcher:jar:1.4.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.4.300.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.publisher:jar:1.9.200.v20240429-0755:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.publisher.eclipse:jar:1.6.100.v20240429-0755:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.directorywatcher.source:jar:1.4.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:jar:2.10.200.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.extensionlocation:jar:1.5.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.extensionlocation.source:jar:1.5.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.garbagecollector:jar:1.3.300.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.garbagecollector.source:jar:1.3.300.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor.source:jar:1.3.400.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:jar:2.9.100.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository.source:jar:1.5.400.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.operations:jar:2.7.400.v20240425-0751:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.operations.source:jar:2.7.400.v20240425-0751:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.publisher.source:jar:1.9.200.v20240429-0755:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.publisher.eclipse.source:jar:1.6.100.v20240429-0755:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:jar:2.9.100.v20240425-1316:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.tools:jar:2.4.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository.tools.source:jar:2.4.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.touchpoint.eclipse.source:jar:2.4.300.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.ui:jar:2.8.400.v20240425-0751:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.ui:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.ui.source:jar:2.8.400.v20240425-0751:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences.source:jar:3.11.100.v20240327-0645:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry.source:jar:3.12.100.v20240321-1445:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security.ui.source:jar:1.4.300.v20240419-2334:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator.source:jar:1.5.300.v20240424-1301:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator.manipulator.source:jar:2.3.200.v20240321-1450:system [DEBUG] p2.eclipse.plugin:org.eclipse.help.source:jar:3.10.400.v20240415-0528:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.source:jar:3.38.0.v20240425-0507:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:jar:3.38.0.v20240427-0959:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.manipulation:jar:1.21.100.v20240430-2028:system [DEBUG] p2.eclipse.plugin:org.eclipse.search.core:jar:3.16.200.v20240415-0954:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.core.manipulation.source:jar:1.21.100.v20240430-2028:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.debug:jar:3.21.400.v20240418-1414:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.debug.source:jar:3.21.400.v20240418-1414:system [DEBUG] p2.eclipse.plugin:org.eclipse.search:jar:3.16.200.v20240426-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.debug.ui.source:jar:3.13.400.v20240416-0655:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit.runtime:jar:3.7.400.v20231214-1952:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit.core:jar:3.13.200.v20240329-0922:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit.source:jar:3.16.400.v20240417-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.junit.core.source:jar:3.13.200.v20240329-0922:system [DEBUG] p2.eclipse.plugin:org.junit:jar:4.13.2.v20230809-1000:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.launching.source:jar:3.22.0.v20240424-1830:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.jdt.ui.source:jar:3.32.100.v20240430-0106:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.source:jar:3.34.0.v20240425-1100:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding.source:jar:1.15.300.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text.source:jar:3.25.100.v20240424-1254:system [DEBUG] p2.eclipse.feature:org.eclipse.license:jar:2.0.2.v20181016-2210:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.core.refactoring.source:jar:3.14.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring.source:jar:3.13.400.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.source:jar:3.20.0.v20240430-0735:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.compatibility.state:jar:1.2.1000.v20240213-1057:system [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.compatibility.state.source:jar:1.2.1000.v20240213-1057:system [DEBUG] org.osgi:org.osgi.service.upnp:jar:1.2.1:compile [DEBUG] org.osgi:org.osgi.service.device:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1:compile [DEBUG] org.osgi:org.osgi.service.wireadmin:jar:1.0.2:compile [DEBUG] org.osgi:org.osgi.service.provisioning:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi.services.source:jar:3.12.100.v20240327-0645:system [DEBUG] org.osgi:org.osgi.service.useradmin:jar:1.1.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.pde.bnd.ui:jar:1.1.0.v20240404-1230:system [DEBUG] org.osgi:org.osgi.namespace.contract:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.namespace.service:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.pde.bnd.ui.source:jar:1.1.0.v20240404-1230:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.build:jar:3.12.400.v20240425-2254:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.build.source:jar:3.12.400.v20240425-2254:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.core.source:jar:3.18.100.v20240430-0753:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.ds.core:jar:1.3.400.v20240321-1452:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.ds.core.source:jar:1.3.400.v20240321-1452:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.launching:jar:3.13.0.v20240424-1246:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.launching.source:jar:3.13.0.v20240424-1246:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.cheatsheets:jar:3.8.400.v20240414-1916:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.log:jar:1.4.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.genericeditor:jar:1.3.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.pde.ui.source:jar:3.15.200.v20240430-0753:system [DEBUG] p2.eclipse.plugin:org.eclipse.search.source:jar:3.16.200.v20240426-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.search.core.source:jar:3.16.200.v20240415-0954:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:jar:3.126.0.v20240426-0802:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.core.source:jar:3.10.400.v20240413-1529:system [DEBUG] p2.eclipse.plugin:org.eclipse.team.ui.source:jar:3.10.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.text.source:jar:3.14.100.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.source:jar:3.206.0.v20240322-0723:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.cheatsheets.source:jar:3.8.400.v20240414-1916:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.console.source:jar:3.14.100.v20240429-1358:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.editors.source:jar:3.17.300.v20240416-0658:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.externaltools.source:jar:3.6.400.v20240416-0654:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms.source:jar:3.13.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.genericeditor.source:jar:1.3.400.v20240424-0444:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide.source:jar:3.22.200.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.intro.source:jar:3.7.400.v20240414-0828:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.intro.universal.source:jar:3.5.400.v20240414-1916:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.source:jar:3.12.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator.resources.source:jar:3.9.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.source:jar:3.12.300.v20240321-1245:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.log.source:jar:1.4.400.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed.source:jar:3.10.300.v20240424-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.source:jar:3.132.0.v20240424-0957:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:jar:3.17.400.v20240424-0941:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme.source:jar:1.3.300.v20240424-0956:system [DEBUG] org.hamcrest:hamcrest:jar:2.2:compile [DEBUG] p2.eclipse.plugin:org.hamcrest.core:jar:2.2.0.v20230809-1000:system [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:compile [DEBUG] org.jdom:jdom:jar:1.1.3:compile [DEBUG] org.eclipse.ecf:org.jivesoftware.smack.source:jar:jars/xpp.jar:3.4.0.qualifier:system [DEBUG] junit:junit:jar:4.13.2:compile [DEBUG] org.mortbay.jasper:apache-el:jar:9.0.83.1:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.7:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.7:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.13:compile [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/classes [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) dummy1 = warning [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:4.0.7:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = 'v'yyyyMMdd-HHmm [DEBUG] (f) packaging = eclipse-repository [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) timestampProvider = jgit [DEBUG] -- end configuration -- [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:46:07.848576576, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, create new FileSnapshot: lastRead=2024-05-02 22:46:07.848845550, lastModified=2024-05-02 22:36:24.438735197, size=220, fileKey=(dev=804,ino=547790427) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:46:07.848845550, lastModified=2024-05-02 22:36:24.438735197, delta=583410110353 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:46:07.848845550, lastModified=2024-05-02 22:36:24.438735197, delta=583410110353 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:46:07.848845550, lastModified=2024-05-02 22:36:24.438735197, delta=583410110353 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:46:07.849190964, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, create new FileSnapshot: lastRead=2024-05-02 22:46:07.849342284, lastModified=2024-05-02 22:36:25.084747530, size=41, fileKey=(dev=804,ino=657169974) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, isRacyClean=false, read=2024-05-02 22:46:07.849342284, lastModified=2024-05-02 22:36:25.084747530, delta=582764594754 ns, racy<=3673995 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/HEAD, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:46:07.848845550, lastModified=2024-05-02 22:36:24.438735197, delta=583410110353 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:46:07.848845550, lastModified=2024-05-02 22:36:24.438735197, delta=583410110353 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=null, size changed from -1 to 121 bytes [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack, create new FileSnapshot: lastRead=2024-05-02 22:46:07.849882016, lastModified=2024-05-02 22:36:23.878724505, size=121, fileKey=(dev=804,ino=547790419) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.pack, create new FileSnapshot: lastRead=2024-05-02 22:46:07.849942496, lastModified=2024-05-02 22:36:23.255712610, size=59909089, fileKey=(dev=804,ino=547790425) [DEBUG] Opening pack index /home/jenkins/agent/workspace/ecf-github.master/.git/objects/pack/pack-2824baa4094fc502cc70ae327e3c111b4c44457a.idx, size 4.428 MB took 5 ms [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:46:07.854987543, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/index, create new FileSnapshot: lastRead=2024-05-02 22:46:07.863504973, lastModified=2024-05-02 22:36:25.083747511, size=1070743, fileKey=(dev=804,ino=544910845) [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:46:07.848845550, lastModified=2024-05-02 22:36:24.438735197, delta=583410110353 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] file=/home/jenkins/.config/jgit/config.lock, cannot be racily clean [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, isRacyClean=false, read=2024-05-02 22:46:07.848845550, lastModified=2024-05-02 22:36:24.438735197, delta=583410110353 ns, racy<=2500000000 ns [DEBUG] file=/home/jenkins/agent/workspace/ecf-github.master/.git/config, is unmodified [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml [DEBUG] Adding reactor project: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [WARNING] Registered artifact repository org.eclipse.tycho.p2.repository.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Forg.eclipse.ecf.releng.repository) [DEBUG] Found 'v20240407-0242' from qualifier 'v20240407-0242' for artifact eclipse-feature:org.eclipse.ecf.core:3.15.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] Found 'v20240407-0242' from qualifier 'v20240407-0242' for artifact eclipse-feature:org.eclipse.ecf.core:3.15.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml [DEBUG] Found 'v20240407-0243' from qualifier 'v20240407-0243' for artifact eclipse-feature:org.eclipse.ecf.core.feature:1.6.2.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Found 'v20240430-2140' from qualifier 'v20240430-2140' for artifact eclipse-feature:org.eclipse.ecf.core.ssl.feature:1.1.600.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Found 'v20240429-0913' from qualifier 'v20240429-0913' for artifact eclipse-feature:org.eclipse.ecf.filetransfer.feature:3.14.1900.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Found 'v20240405-2224' from qualifier 'v20240405-2224' for artifact eclipse-feature:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Found 'v20231114-1017' from qualifier 'v20231114-1017' for artifact eclipse-feature:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Found 'v20240405-1603' from qualifier 'v20240405-1603' for artifact eclipse-feature:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Found 'v20240407-0243' from qualifier 'v20240407-0243' for artifact eclipse-feature:org.eclipse.ecf.core.feature:1.6.2.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml [DEBUG] Found 'v20240430-2140' from qualifier 'v20240430-2140' for artifact eclipse-feature:org.eclipse.ecf.core.ssl.feature:1.1.600.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml [DEBUG] Found 'v20240429-0913' from qualifier 'v20240429-0913' for artifact eclipse-feature:org.eclipse.ecf.filetransfer.feature:3.14.1900.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml [DEBUG] Found 'v20240405-2224' from qualifier 'v20240405-2224' for artifact eclipse-feature:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml [DEBUG] Found 'v20231114-1017' from qualifier 'v20231114-1017' for artifact eclipse-feature:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml [DEBUG] Found 'v20240405-1603' from qualifier 'v20240405-1603' for artifact eclipse-feature:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml [DEBUG] Found 'v20240502-2212' from qualifier 'v20240502-2212' for artifact eclipse-feature:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Found 'v20240502-2212' from qualifier 'v20240502-2212' for artifact eclipse-feature:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.console.feature:1.3.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.console.feature:1.3.1.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-feature:org.eclipse.ecf.datashare.feature:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Found 'v20230528-2254' from qualifier 'v20230528-2254' for artifact eclipse-feature:org.eclipse.ecf.datashare.feature:1.0.201.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml [DEBUG] Found 'v20240405-2237' from qualifier 'v20240405-2237' for artifact eclipse-feature:org.eclipse.ecf.discovery.dnssd.feature:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Found 'v20240405-2237' from qualifier 'v20240405-2237' for artifact eclipse-feature:org.eclipse.ecf.discovery.dnssd.feature:1.1.0.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml [DEBUG] Found 'v20240406-1023' from qualifier 'v20240406-1023' for artifact eclipse-feature:org.eclipse.ecf.discovery.slp.feature:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Found 'v20240406-1023' from qualifier 'v20240406-1023' for artifact eclipse-feature:org.eclipse.ecf.discovery.slp.feature:1.0.102.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.presence.feature:1.0.202.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Found 'v20231021-2127' from qualifier 'v20231021-2127' for artifact eclipse-feature:org.eclipse.ecf.presence.feature:1.0.202.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml [DEBUG] Found 'v20240405-1603' from qualifier 'v20240405-1603' for artifact eclipse-feature:org.eclipse.ecf.remoteservice.rest.feature:1.0.303.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Found 'v20240405-1603' from qualifier 'v20240405-1603' for artifact eclipse-feature:org.eclipse.ecf.remoteservice.rest.feature:1.0.303.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [DEBUG] Found 'v20240502-2230' from qualifier 'v20240502-2230' for artifact eclipse-feature:org.eclipse.ecf.xmpp.feature:1.0.300.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [DEBUG] Found 'v20240502-2230' from qualifier 'v20240502-2230' for artifact eclipse-feature:org.eclipse.ecf.xmpp.feature:1.0.300.qualifier: MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [INFO] The project's OSGi version is 3.15.0.v20240502-2230 [INFO] [INFO] --- clean:3.1.0:clean (default-clean-1) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean:default-clean-1' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/classes [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:4.0.7:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = ISO-8859-1 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] BUILD_CAUSE: SCMTRIGGER [DEBUG] BUILD_CAUSE_SCMTRIGGER: true [DEBUG] BUILD_DISPLAY_NAME: #106 [DEBUG] BUILD_ID: 106 [DEBUG] BUILD_NUMBER: 106 [DEBUG] BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] CI: true [DEBUG] CLASSPATH: [DEBUG] EXECUTOR_NUMBER: 0 [DEBUG] GITLAB_OBJECT_KIND: none [DEBUG] GIT_BRANCH: origin/master [DEBUG] GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] HOME: /home/jenkins [DEBUG] HOSTNAME: basic-nlcp6 [DEBUG] HUDSON_HOME: /var/jenkins [DEBUG] HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] JAVA_TOOL_OPTIONS: [DEBUG] JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] JENKINS_HOME: /var/jenkins [DEBUG] JENKINS_NAME: basic-nlcp6 [DEBUG] JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] JENKINS_UI_SERVICE_PORT: 80 [DEBUG] JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] JOB_BASE_NAME: ecf-github.master [DEBUG] JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] JOB_NAME: ecf-github.master [DEBUG] JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] KUBERNETES_SERVICE_PORT: 443 [DEBUG] KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] LANG: en_US.UTF-8 [DEBUG] LANGUAGE: en_US:en [DEBUG] LC_ALL: en_US.UTF-8 [DEBUG] M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] NODE_LABELS: basic-nlcp6 basic [DEBUG] NODE_NAME: basic-nlcp6 [DEBUG] NSS_SDB_USE_CACHE: no [DEBUG] OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] PATH: /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] PATH+JDK: /opt/tools/java/openjdk/jdk-17/latest/bin [DEBUG] PATH+MAVEN: /opt/tools/apache-maven/3.9.6/bin [DEBUG] POM_ARTIFACTID: ecf-parent [DEBUG] POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] POM_GROUPID: org.eclipse.ecf [DEBUG] POM_PACKAGING: pom [DEBUG] POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] PWD: /home/jenkins/agent [DEBUG] ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] SHLVL: 0 [DEBUG] SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] TERM: xterm [DEBUG] USER_NAME: jenkins [DEBUG] WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] _JAVA_OPTIONS: [DEBUG] allowIncompleteProjects: true [DEBUG] buildQualifier: v20240502-2230 [DEBUG] cbi-version: 1.4.3 [DEBUG] eclipserun-repo: https://download.eclipse.org/eclipse/updates/latest/ [DEBUG] env.BUILD_CAUSE: SCMTRIGGER [DEBUG] env.BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.BUILD_DISPLAY_NAME: #106 [DEBUG] env.BUILD_ID: 106 [DEBUG] env.BUILD_NUMBER: 106 [DEBUG] env.BUILD_TAG: jenkins-ecf-github.master-106 [DEBUG] env.BUILD_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/ [DEBUG] env.CI: true [DEBUG] env.EXECUTOR_NUMBER: 0 [DEBUG] env.GITLAB_OBJECT_KIND: none [DEBUG] env.GIT_BRANCH: origin/master [DEBUG] env.GIT_COMMIT: 82afa9174abc465df66b243967be1fba522f6e47 [DEBUG] env.GIT_PREVIOUS_COMMIT: fceb53f3d264e2b746b4c616be1689f904373786 [DEBUG] env.GIT_PREVIOUS_SUCCESSFUL_COMMIT: 1349fb6be929f99723235801ce9fb5a18a90beea [DEBUG] env.GIT_URL: https://github.com/eclipse/ecf.git [DEBUG] env.HOME: /home/jenkins [DEBUG] env.HOSTNAME: basic-nlcp6 [DEBUG] env.HUDSON_COOKIE: 60133d6f-bfc6-4e70-9adf-b57ad18e6b3d [DEBUG] env.HUDSON_HOME: /var/jenkins [DEBUG] env.HUDSON_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.HUDSON_URL: https://ci.eclipse.org/ecf/ [DEBUG] env.JAVA_HOME: /opt/tools/java/openjdk/jdk-17/latest [DEBUG] env.JAVA_VERSION: jdk-11.0.22+7_openj9-0.43.0 [DEBUG] env.JENKINS_AGENT_NAME: basic-nlcp6 [DEBUG] env.JENKINS_AGENT_WORKDIR: /home/jenkins/agent [DEBUG] env.JENKINS_DISCOVERY_PORT: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP: tcp://10.30.85.8:50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO: tcp [DEBUG] env.JENKINS_DISCOVERY_SERVICE_HOST: 10.30.85.8 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT: 50000 [DEBUG] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP: 50000 [DEBUG] env.JENKINS_HOME: /var/jenkins [DEBUG] env.JENKINS_NAME: basic-nlcp6 [DEBUG] env.JENKINS_REMOTING_JAVA_OPTS: -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true [DEBUG] env.JENKINS_SECRET: 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 [DEBUG] env.JENKINS_SERVER_COOKIE: 1a66741785599734 [DEBUG] env.JENKINS_TUNNEL: jenkins-discovery.ecf.svc.cluster.local:50000 [DEBUG] env.JENKINS_UI_PORT: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP: tcp://10.30.16.81:80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_ADDR: 10.30.16.81 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PORT: 80 [DEBUG] env.JENKINS_UI_PORT_80_TCP_PROTO: tcp [DEBUG] env.JENKINS_UI_SERVICE_HOST: 10.30.16.81 [DEBUG] env.JENKINS_UI_SERVICE_PORT: 80 [DEBUG] env.JENKINS_UI_SERVICE_PORT_HTTP: 80 [DEBUG] env.JENKINS_URL: http://jenkins-ui.ecf.svc.cluster.local/ecf/ [DEBUG] env.JOB_BASE_NAME: ecf-github.master [DEBUG] env.JOB_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/display/redirect [DEBUG] env.JOB_NAME: ecf-github.master [DEBUG] env.JOB_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/ [DEBUG] env.KUBERNETES_PORT: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP: tcp://10.30.0.1:443 [DEBUG] env.KUBERNETES_PORT_443_TCP_ADDR: 10.30.0.1 [DEBUG] env.KUBERNETES_PORT_443_TCP_PORT: 443 [DEBUG] env.KUBERNETES_PORT_443_TCP_PROTO: tcp [DEBUG] env.KUBERNETES_SERVICE_HOST: 10.30.0.1 [DEBUG] env.KUBERNETES_SERVICE_PORT: 443 [DEBUG] env.KUBERNETES_SERVICE_PORT_HTTPS: 443 [DEBUG] env.LANG: en_US.UTF-8 [DEBUG] env.LANGUAGE: en_US:en [DEBUG] env.LC_ALL: en_US.UTF-8 [DEBUG] env.M2_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.MAVEN_HOME: /opt/tools/apache-maven/3.9.6 [DEBUG] env.NODE_LABELS: basic-nlcp6 basic [DEBUG] env.NODE_NAME: basic-nlcp6 [DEBUG] env.NSS_SDB_USE_CACHE: no [DEBUG] env.OPENJ9_JAVA_COMMAND_LINE: /opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.ecf.svc.cluster.local:50000 -url http://jenkins-ui.ecf.svc.cluster.local/ecf/ -workDir /home/jenkins/agent 6e7291ed91ae833acdd265d158f7623114bee1fbc37ffccfeb552f532ef31143 basic-nlcp6 [DEBUG] env.OPENJ9_JAVA_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle [DEBUG] env.PATH: /opt/tools/apache-maven/3.9.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [DEBUG] env.POM_ARTIFACTID: ecf-parent [DEBUG] env.POM_DISPLAYNAME: Eclipse Communication Framework (ECF) [DEBUG] env.POM_GROUPID: org.eclipse.ecf [DEBUG] env.POM_PACKAGING: pom [DEBUG] env.POM_VERSION: 1.0.0-SNAPSHOT [DEBUG] env.PWD: /home/jenkins/agent [DEBUG] env.ROOT_BUILD_CAUSE: SCMTRIGGER [DEBUG] env.ROOT_BUILD_CAUSE_SCMTRIGGER: true [DEBUG] env.RUN_ARTIFACTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=artifacts [DEBUG] env.RUN_CHANGES_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=changes [DEBUG] env.RUN_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect [DEBUG] env.RUN_TESTS_DISPLAY_URL: https://ci.eclipse.org/ecf/job/ecf-github.master/106/display/redirect?page=tests [DEBUG] env.SHLVL: 0 [DEBUG] env.SSH_AUTH_SOCK: /tmp/ssh-qGMly3ews5rk/agent.51 [DEBUG] env.TERM: xterm [DEBUG] env.USER_NAME: jenkins [DEBUG] env.WORKSPACE: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] env.WORKSPACE_TMP: /home/jenkins/agent/workspace/ecf-github.master@tmp [DEBUG] execution-environment: JavaSE-17 [DEBUG] file.encoding: UTF-8 [DEBUG] file.separator: / [DEBUG] java.class.path: /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.9.6/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/3.9.6/conf/logging [DEBUG] java.class.version: 61.0 [DEBUG] java.home: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [DEBUG] java.io.tmpdir: /tmp [DEBUG] java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib [DEBUG] java.runtime.name: OpenJDK Runtime Environment [DEBUG] java.runtime.version: 17.0.2+8-86 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.2 [DEBUG] java.version.date: 2022-01-18 [DEBUG] java.vm.compressedOopsMode: 32-bit [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: OpenJDK 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.2+8-86 [DEBUG] jdk.debug: release [DEBUG] line.separator: [DEBUG] maven.build.timestamp: 2024-05-02T22:46:08Z [DEBUG] maven.build.version: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) [DEBUG] maven.conf: /opt/tools/apache-maven/3.9.6/conf [DEBUG] maven.home: /opt/tools/apache-maven/3.9.6 [DEBUG] maven.version: 3.9.6 [DEBUG] maven3.interceptor: /home/jenkins/agent/maven35-interceptor.jar [DEBUG] maven3.interceptor.common: /home/jenkins/agent/maven3-interceptor-commons.jar [DEBUG] native.encoding: UTF-8 [DEBUG] os.arch: amd64 [DEBUG] os.name: Linux [DEBUG] os.version: 6.2.9-300.fc38.x86_64 [DEBUG] path.separator: : [DEBUG] project.baseUri: file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/ [DEBUG] project.build.sourceEncoding: ISO-8859-1 [DEBUG] project.resources.sourceEncoding: ISO-8859-1 [DEBUG] qualifiedVersion: 3.15.0.v20240502-2230 [DEBUG] skipTests: true [DEBUG] sun.arch.data.model: 64 [DEBUG] sun.boot.library.path: /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib [DEBUG] sun.cpu.endian: little [DEBUG] sun.font.fontmanager: sun.awt.X11FontManager [DEBUG] sun.io.unicode.encoding: UnicodeLittle [DEBUG] sun.java.command: jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.9.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 46331 [DEBUG] sun.java.launcher: SUN_STANDARD [DEBUG] sun.jnu.encoding: UTF-8 [DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers [DEBUG] target-platform: 2024-06 [DEBUG] tycho-version: 4.0.7 [DEBUG] tycho.baseline: warn [DEBUG] tycho.baseline.comparison: warn [DEBUG] tycho.baseline.replace: all [DEBUG] tycho.env.osgi.arch: x86_64 [DEBUG] tycho.env.osgi.os: linux [DEBUG] tycho.env.osgi.ws: gtk [DEBUG] tycho.scmUrl: scm:git:https://github.com/eclipse/ecf.git/releng/org.eclipse.ecf.releng.repository [DEBUG] unqualifiedVersion: 3.15.0 [DEBUG] user.country: US [DEBUG] user.dir: /home/jenkins/agent/workspace/ecf-github.master [DEBUG] user.home: /home/jenkins [DEBUG] user.language: en [DEBUG] user.name: jenkins [DEBUG] Using 'ISO-8859-1' encoding to copy filtered resources. [DEBUG] Using 'ISO-8859-1' encoding to copy filtered properties files. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/src/main/resources [DEBUG] no user filter components [INFO] [INFO] --- tycho-p2-publisher:4.0.7:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7:publish-osgi-ee from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7:publish-osgi-ee:default-publish-osgi-ee' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] (f) qualifier = v20240502-2230 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] Service java.lang.Object not found in OSGi ProvisioningAgent agent, look it up in Plexus AgentServiceFactories [DEBUG] Service java.lang.Object not found in Plexus AgentServiceFactories, look it up in Plexus Container [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Found system.packages in profile definition file for JavaSE-11, [INFO] Published profile IUs: [a.jre.javase 11.0.0] [DEBUG] Found system.packages in profile definition file for JavaSE-12, [INFO] Published profile IUs: [a.jre.javase 12.0.0] [DEBUG] Found system.packages in profile definition file for JavaSE-13, [INFO] Published profile IUs: [a.jre.javase 13.0.0] [DEBUG] Found system.packages in profile definition file for JavaSE-14, [INFO] Published profile IUs: [a.jre.javase 14.0.0] [DEBUG] Found system.packages in profile definition file for JavaSE-15, [INFO] Published profile IUs: [a.jre.javase 15.0.0] [DEBUG] Found system.packages in profile definition file for JavaSE-16, [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [DEBUG] Found system.packages in profile definition file for JavaSE-18, [INFO] Published profile IUs: [a.jre.javase 18.0.0] [DEBUG] Found system.packages in profile definition file for JavaSE-19, [INFO] Published profile IUs: [a.jre.javase 19.0.0] [DEBUG] Found system.packages in profile definition file for JavaSE-20, [INFO] Published profile IUs: [a.jre.javase 20.0.0] [DEBUG] Found system.packages in profile definition file for JavaSE-21, [INFO] Published profile IUs: [a.jre.javase 21.0.0] [DEBUG] Found system.packages in profile definition file for JavaSE-22, [INFO] Published profile IUs: [a.jre.javase 22.0.0] [DEBUG] Found system.packages in profile definition file for JavaSE-23, [INFO] Published profile IUs: [a.jre.javase 23.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.7:publish-products (default-publish-products) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7:publish-products from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7:publish-products:default-publish-products' with basic configurator --> [DEBUG] (f) productsDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] (f) qualifier = v20240502-2230 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [INFO] [INFO] --- tycho-p2-publisher:4.0.7:publish-categories (default-publish-categories) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7:publish-categories from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7:publish-categories:default-publish-categories' with basic configurator --> [DEBUG] (f) categoriesDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] (f) qualifier = v20240502-2230 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [INFO] [INFO] --- tycho-p2-publisher:4.0.7:attach-artifacts (default-attach-artifacts) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7:attach-artifacts from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-publisher-plugin:4.0.7:attach-artifacts:default-attach-artifacts' with basic configurator --> [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] (f) qualifier = v20240502-2230 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] -- end configuration -- [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Attaching xml::p2metadata -> /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/p2content.xml [DEBUG] Attaching xml::p2artifacts -> /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/p2artifacts.xml [INFO] [INFO] --- tycho-p2-repository:4.0.7:assemble-repository (default-assemble-repository) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7:assemble-repository from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Init instance plugin>org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7 [ClassRealm[plugin>org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902]] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7:assemble-repository:default-assemble-repository' with basic configurator --> [DEBUG] (f) categoriesDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository [DEBUG] (f) compress = true [DEBUG] (f) createArtifactRepository = true [DEBUG] (f) filterProvided = false [DEBUG] (f) includeAllDependencies = false [DEBUG] (f) includeAllSources = false [DEBUG] (f) includeRequiredFeatures = false [DEBUG] (f) includeRequiredPlugins = false [DEBUG] (f) keepNonXzIndexFiles = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] (f) qualifier = v20240502-2230 [DEBUG] (f) repositoryFileName = repository.xml [DEBUG] (f) repositoryName = ECF p2 Repository [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) xzCompress = true [DEBUG] -- end configuration -- [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] org.eclipse.ecf.provider.xmpp.remoteservice 1.2.201.v20230528-2254 [INFO] org.eclipse.ecf.discovery.ui.properties 3.0.201.v20231021-2050 [INFO] org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.201.v20231021-2050 [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0.v20230422-0242 [INFO] org.eclipse.ecf.provider.xmpp.datashare 1.0.201.v20230528-2254 [INFO] org.eclipse.ecf.ssl 1.3.100.v20240430-2140 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/jakarta.servlet-api.source_6.0.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,jakarta.servlet-api.source,6.0.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/jakarta.servlet-api.source/6.0.0/jakarta.servlet-api.source-6.0.0-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json_20230227.0.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,json,20230227.0.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/json/20230227.0.0/json-20230227.0.0-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/json.source_20230227.0.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,json.source,20230227.0.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/json.source/20230227.0.0/json.source-20230227.0.0-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.commons.commons-codec.source_1.16.0.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.commons.commons-codec.source,1.16.0 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.commons-codec.source/1.16.0/org.apache.commons.commons-codec.source-1.16.0-p2artifacts.xml [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] Found matching https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 for https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06) [WARNING] Writing P2 metadata for osgi.bundle,com.sun.jna.source,5.14.0.v20231211-1200 to /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.source/5.14.0.v20231211-1200/com.sun.jna.source-5.14.0.v20231211-1200-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.2.1.v20230802-0847 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.client5.httpclient5-win.source/5.2.1.v20230802-0847/org.apache.httpcomponents.client5.httpclient5-win.source-5.2.1.v20230802-0847-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.2.3.v20230922-1600 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5.source/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5.source-5.2.3.v20230922-1600-p2artifacts.xml [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800 for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar [DEBUG] https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 does not match (prefix = https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/categories, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 does not match (prefix = https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0 does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141 does not match (prefix = https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.41.v20240114-0141, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800 does not match (prefix = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240501-1800, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240430-1800/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar) [DEBUG] Fetching credentials for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 does not match (prefix = https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://download.eclipse.org/modeling/emf/emf/builds/release/latest does not match (prefix = https://download.eclipse.org/modeling/emf/emf/builds/release/latest, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] https://repo.eclipse.org/content/repositories/maven_central/ does not match (prefix = https://repo.eclipse.org/content/repositories/maven_central/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] Found matching https://download.eclipse.org/eclipse/updates/4.32-I-builds for https://download.eclipse.org/eclipse/updates/4.32-I-builds [DEBUG] https://download.eclipse.org/cbi/updates/license does not match (prefix = https://download.eclipse.org/cbi/updates/license, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [DEBUG] http://0.0.0.0/ does not match (prefix = http://0.0.0.0/, to match = https://download.eclipse.org/eclipse/updates/4.32-I-builds) [WARNING] Writing P2 metadata for osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.2.3.v20230922-1600 to /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.core5.httpcore5-h2.source/5.2.3.v20230922-1600/org.apache.httpcomponents.core5.httpcore5-h2.source-5.2.3.v20230922-1600-p2artifacts.xml [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class interface org.eclipse.equinox.p2.core.IProvisioningAgent and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.core for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/targetPlatformRepository/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/targetPlatformRepository/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/targetPlatformRepository/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/targetPlatformRepository/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Enter loading repository file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Forg.eclipse.ecf.releng.repository [DEBUG] Exit loading repository file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Forg.eclipse.ecf.releng.repository [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] Enter loading repository file:/home/jenkins/.m2/repository [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2.repository.LocalArtifactRepositoryFactory and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] Exit loading repository file:/home/jenkins/.m2/repository [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/repository [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/repository [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/repository/ [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/repository/ [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] Enter loading repository file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Forg.eclipse.ecf.releng.repository [DEBUG] Exit loading repository file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fecf-github.master%252Freleng%252Forg.eclipse.ecf.releng.repository [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [DEBUG] Enter loading repository file:/home/jenkins/.m2/repository [DEBUG] Exit loading repository file:/home/jenkins/.m2/repository [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.Slicer and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [DEBUG] Enter loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/repository [DEBUG] Exit loading repository file:/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/repository [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.tycho.p2tools.copiedfromp2.RecreateRepositoryApplication and location file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-core/4.0.7/tycho-core-4.0.7.jar [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:plugin-source:plugin-source' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) distinctSourceRoots = false [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = org.eclipse.ecf.sdk_3.15.0.v20240502-2230 [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] (f) qualifier = v20240502-2230 [DEBUG] (f) reactorProjects = [MavenProject: org.eclipse.ecf:ecf-parent:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml, MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/pom.xml, MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.401-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.302-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient5:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclientjava:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.ssl:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.103-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:2.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.303-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.6.2-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1900-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.202-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.target:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.target/pom.xml, MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml] [DEBUG] (f) requireSourceRoots = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) sourceBundle = true [DEBUG] (f) sourceBundleSuffix = .source [DEBUG] (f) strictSrcIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useDefaultSourceExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-p2-repository:4.0.7:archive-repository (default-archive-repository) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7:archive-repository from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7:archive-repository:default-archive-repository' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.sdk_3.15.0.v20240502-2230 [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] (f) qualifier = v20240502-2230 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skipArchive = false [DEBUG] -- end configuration -- [INFO] Building zip: /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/org.eclipse.ecf.sdk_3.15.0.v20240502-2230.zip [DEBUG] adding directory plugins/ [DEBUG] adding directory features/ [DEBUG] adding entry content.jar [DEBUG] adding entry plugins/org.eclipse.ecf.ui.source_2.3.0.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.server_2.1.301.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.jmdns_4.4.0.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.server.source_2.1.301.v20231021-2050.jar [DEBUG] adding entry plugins/org.apache.httpcomponents.httpclient_4.5.14.jar [DEBUG] adding entry plugins/org.eclipse.ecf.sharedobject.source_2.6.200.v20210922-0753.jar [DEBUG] adding entry plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.3.v20230922-1600.jar [DEBUG] adding entry plugins/org.eclipse.ecf.remoteservices.tooling.pde.source_1.2.0.v20240402-2354.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.xmpp_3.2.402.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.9.3.v20231021-2050.jar [DEBUG] adding entry plugins/org.xbill.dns_3.5.3.jar [DEBUG] adding entry plugins/org.eclipse.ecf_3.11.0.v20240407-0243.jar [DEBUG] adding entry plugins/org.eclipse.ecf.ui_2.3.0.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.r_osgi.source_3.7.0.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.ui.source_3.0.301.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.osgi.services.distribution.source_2.1.700.v20231021-2127.jar [DEBUG] adding entry plugins/org.eclipse.ecf.presence.bot_1.3.301.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.presence.bot.source_1.3.301.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.osgi.services.remoteserviceadmin.source_1.6.301.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.remoteservice.servlet.source_1.0.201.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.ui.edit_3.0.201.v20231021-2050.jar [DEBUG] adding entry plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.filetransfer.ssl.source_1.1.0.v20230422-0242.jar [DEBUG] adding entry plugins/com.sun.jna_5.14.0.v20231211-1200.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar [DEBUG] adding entry plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.ui.userinput_1.0.201.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.remoteservice.source_8.14.0.v20230528-2254.jar [DEBUG] adding entry plugins/org.jivesoftware.smack_3.4.0.v20231021-2050.jar [DEBUG] adding entry plugins/ch.ethz.iks.r_osgi.remote_1.3.0.v20240406-1023.jar [DEBUG] adding entry plugins/org.eclipse.ecf.osgi.services.distribution_2.1.700.v20231021-2127.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.ui_3.0.301.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.team.ecf.ui_1.0.201.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.filetransfer.source_5.1.103.v20230705-0614.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.ui.browser.source_1.0.201.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.201.v20231021-2050.jar [DEBUG] adding entry plugins/ch.ethz.iks.slp_1.4.1.v20240406-1023.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.filetransfer.source_3.3.0.v20240429-0913.jar [DEBUG] adding entry plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.102.v20221117-1507.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider_4.10.0.v20231021-2015.jar [DEBUG] adding entry plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.3.v20230922-1600.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.ui.model.source_3.0.202.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.irc_1.3.401.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.remoteservice.rest.source_2.8.1.v20240405-1603.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.xmpp.source_3.2.402.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.server.generic.source_8.2.0.v20231021-2015.jar [DEBUG] adding entry plugins/org.eclipse.osgi.services.remoteserviceadmin_1.6.301.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.presence_2.1.201.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava.source_2.0.200.v20231114-1017.jar [DEBUG] adding entry plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar [DEBUG] adding entry plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar [DEBUG] adding entry plugins/org.eclipse.ecf.remoteservice.rest_2.8.1.v20240405-1603.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.201.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.ui.browser_1.0.201.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.presence.source_2.1.201.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.ui.capabilities.source_1.0.201.v20231021-2050.jar [DEBUG] adding entry plugins/org.apache.httpcomponents.httpcore_4.4.16.jar [DEBUG] adding entry plugins/org.eclipse.ecf.presence.ui_2.4.201.v20221117-1507.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.datashare.nio_0.9.301.v20230528-2254.jar [DEBUG] adding entry plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar [DEBUG] adding entry plugins/org.eclipse.ecf.remoteservices.tooling.pde_1.2.0.v20240402-2354.jar [DEBUG] adding entry plugins/json_20230227.0.0.jar [DEBUG] adding entry plugins/com.sun.jna.platform_5.14.0.jar [DEBUG] adding entry plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin_4.9.3.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.xmpp.datashare.source_1.0.201.v20230528-2254.jar [DEBUG] adding entry plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.1.v20230802-0847.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.irc.ui.source_1.4.0.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.r_osgi_3.7.0.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar [DEBUG] adding entry plugins/org.eclipse.ecf.datashare_3.0.301.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.remoteservice.source_4.6.1.v20210926-0332.jar [DEBUG] adding entry plugins/jakarta.servlet-api.source_6.0.0.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.500.v20240405-1603.jar [DEBUG] adding entry plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.ui.model_3.0.202.v20231021-2050.jar [DEBUG] adding entry plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar [DEBUG] adding entry plugins/org.eclipse.ecf.datashare.source_3.0.301.v20230528-2254.jar [DEBUG] adding entry plugins/ch.ethz.iks.r_osgi.remote.source_1.3.0.v20240406-1023.jar [DEBUG] adding entry plugins/org.apache.commons.commons-codec_1.16.0.jar [DEBUG] adding entry plugins/org.eclipse.ecf.doc.source_1.3.500.v20240402-2354.jar [DEBUG] adding entry plugins/org.eclipse.ecf.filetransfer.ui.source_1.5.201.v20231021-2050.jar [DEBUG] adding entry plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar [DEBUG] adding entry plugins/org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.200.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.irc.source_1.3.401.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery_5.2.0.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.datashare_1.6.1.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar [DEBUG] adding entry plugins/org.xbill.dns.source_3.5.3.jar [DEBUG] adding entry plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar [DEBUG] adding entry plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.3.1.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.remoteservice_4.6.1.v20210926-0332.jar [DEBUG] adding entry plugins/org.eclipse.ecf.remoteservice_8.14.0.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.xmpp.remoteservice_1.2.201.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.500.v20240405-1603.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.datashare.source_1.6.1.v20230528-2254.jar [DEBUG] adding entry plugins/org.objectweb.asm.source_9.7.0.jar [DEBUG] adding entry plugins/org.eclipse.ecf.presence.ui.source_2.4.201.v20221117-1507.jar [DEBUG] adding entry plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar [DEBUG] adding entry plugins/org.eclipse.team.ecf.core_1.0.201.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.ui.properties_3.0.201.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.200.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.ui.edit.source_3.0.201.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.102.v20221117-1507.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.source_5.2.0.v20231021-2050.jar [DEBUG] adding entry plugins/org.objectweb.asm_9.7.0.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.source_4.10.0.v20231021-2015.jar [DEBUG] adding entry plugins/org.eclipse.ecf.filetransfer.ui_1.5.201.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.console.source_1.4.0.v20231021-2047.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.xmpp.ui.source_2.2.301.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.jmdns.source_4.4.0.v20231021-2050.jar [DEBUG] adding entry plugins/ch.ethz.iks.slp.source_1.4.1.v20240406-1023.jar [DEBUG] adding entry plugins/org.eclipse.ecf.remoteservice.servlet_1.0.201.v20230528-2254.jar [DEBUG] adding entry plugins/org.apache.commons.logging_1.2.0.jar [DEBUG] adding entry plugins/org.jivesoftware.smack.source_3.4.0.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.team.ecf.core.source_1.0.201.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.dnssd_1.3.0.v20240405-2224.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.600.v20220215-0126.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.201.v20230528-2254.jar [DEBUG] adding entry plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar [DEBUG] adding entry plugins/org.eclipse.ecf.ssl_1.3.100.v20240430-2140.jar [DEBUG] adding entry plugins/org.eclipse.ecf.doc_1.3.500.v20240402-2354.jar [DEBUG] adding entry plugins/org.eclipse.ecf.remoteservice.ui_3.4.400.v20210403-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source_1.1.0.v20240405-2224.jar [DEBUG] adding entry plugins/org.eclipse.ecf.console_1.4.0.v20231021-2047.jar [DEBUG] adding entry plugins/org.eclipse.ecf.sharedobject_2.6.200.v20210922-0753.jar [DEBUG] adding entry plugins/org.apache.commons.logging.source_1.2.0.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.xmpp.datashare_1.0.201.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.dnssd.source_1.3.0.v20240405-2224.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.ui.userinput.source_1.0.201.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.xmpp.ui_2.2.301.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.identity.source_3.10.0.v20230422-0242.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.irc.ui_1.4.0.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.filetransfer_3.3.0.v20240429-0913.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.jslp.source_3.2.302.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.team.ecf.ui.source_1.0.201.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.remoteservice.ui.source_3.4.400.v20210403-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.datashare.nio.source_0.9.301.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.3.1.v20230528-2254.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.jslp_3.2.302.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.600.v20220215-0126.jar [DEBUG] adding entry plugins/org.eclipse.ecf.discovery.ui.properties.source_3.0.201.v20231021-2050.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.1.0.v20240405-2224.jar [DEBUG] adding entry plugins/org.eclipse.ecf.source_3.11.0.v20240407-0243.jar [DEBUG] adding entry plugins/org.eclipse.ecf.ui.capabilities_1.0.201.v20231021-2050.jar [DEBUG] adding entry plugins/org.apache.commons.commons-codec.source_1.16.0.jar [DEBUG] adding entry plugins/org.eclipse.ecf.ssl.source_1.3.100.v20240430-2140.jar [DEBUG] adding entry plugins/com.sun.jna.platform.source_5.14.0.jar [DEBUG] adding entry plugins/jakarta.servlet-api_6.0.0.jar [DEBUG] adding entry plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.1.0.v20230423-0417.jar [DEBUG] adding entry plugins/org.eclipse.ecf.server.generic_8.2.0.v20231021-2015.jar [DEBUG] adding entry features/org.eclipse.ecf.discovery.slp.feature.source_1.0.102.v20240406-1023.jar [DEBUG] adding entry features/org.eclipse.ecf.remoteservice.servlet.feature_1.0.400.v20240502-2212.jar [DEBUG] adding entry features/org.eclipse.ecf.provider.generic.datashare.feature_1.0.202.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.2.1.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.xmpp.feature_1.0.300.v20240502-2230.jar [DEBUG] adding entry features/org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.402.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.datashare.feature_1.0.201.v20230528-2254.jar [DEBUG] adding entry features/org.eclipse.ecf.presence.feature.source_1.0.202.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.remoteservice.servlet.feature.source_1.0.400.v20240502-2212.jar [DEBUG] adding entry features/org.eclipse.ecf.core.ssl.feature_1.1.600.v20240430-2140.jar [DEBUG] adding entry features/org.eclipse.ecf.osgi.services.feature.source_2.6.400.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.filetransfer.feature.source_3.14.1900.v20240429-0913.jar [DEBUG] adding entry features/org.eclipse.ecf.remoteservice.rosgi.feature_2.0.2.v20240406-1023.jar [DEBUG] adding entry features/org.eclipse.ecf.discovery.feature_1.0.201.v20231021-2050.jar [DEBUG] adding entry features/org.eclipse.ecf.console.feature.source_1.3.1.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.702.v20240405-2224.jar [DEBUG] adding entry features/org.eclipse.ecf.remoteservice.feature_2.6.1.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.sharedobject.feature.source_1.1.1.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.core.feature_1.6.2.v20240407-0243.jar [DEBUG] adding entry features/org.eclipse.ecf.core.feature.source_1.6.2.v20240407-0243.jar [DEBUG] adding entry features/org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.1.101.v20240405-1603.jar [DEBUG] adding entry features/org.eclipse.ecf.core.ssl.feature.source_1.1.600.v20240430-2140.jar [DEBUG] adding entry features/org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.202.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.remoteservice.sdk.feature_3.15.0.v20240502-2212.jar [DEBUG] adding entry features/org.eclipse.ecf.presence.feature_1.0.202.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.discovery.feature.source_1.0.201.v20231021-2050.jar [DEBUG] adding entry features/org.eclipse.ecf.filetransfer.httpclient5.feature.source_1.1.702.v20240405-2224.jar [DEBUG] adding entry features/org.eclipse.ecf.remoteservice.rest.feature.source_1.0.303.v20240405-1603.jar [DEBUG] adding entry features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.remoteservice.rosgi.feature.source_2.0.2.v20240406-1023.jar [DEBUG] adding entry features/org.eclipse.ecf.xmpp.feature.source_1.0.300.v20240502-2230.jar [DEBUG] adding entry features/org.eclipse.ecf.filetransfer.httpclientjava.feature.source_2.0.200.v20231114-1017.jar [DEBUG] adding entry features/org.eclipse.ecf.core_3.15.0.v20240407-0242.jar [DEBUG] adding entry features/org.eclipse.ecf.console.feature_1.3.1.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.sharedobject.feature_1.1.1.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.server.generic.feature.source_1.2.103.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.discovery.slp.feature_1.0.102.v20240406-1023.jar [DEBUG] adding entry features/org.eclipse.ecf.remoteservice.rest.feature_1.0.303.v20240405-1603.jar [DEBUG] adding entry features/org.eclipse.ecf.osgi.services.feature_2.6.400.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.filetransfer.feature_3.14.1900.v20240429-0913.jar [DEBUG] adding entry features/org.eclipse.ecf.discovery.jmdns.feature.source_1.0.103.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.remoteservice.feature.source_2.6.1.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.discovery.jmdns.feature_1.0.103.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.discovery.dnssd.feature_1.1.0.v20240405-2237.jar [DEBUG] adding entry features/org.eclipse.ecf.server.generic.feature_1.2.103.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.101.v20240405-1603.jar [DEBUG] adding entry features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar [DEBUG] adding entry features/org.eclipse.ecf.core.source_3.15.0.v20240407-0242.jar [DEBUG] adding entry features/org.eclipse.ecf.discovery.dnssd.feature.source_1.1.0.v20240405-2237.jar [DEBUG] adding entry features/org.eclipse.ecf.datashare.feature.source_1.0.201.v20230528-2254.jar [DEBUG] adding entry features/org.eclipse.ecf.provider.generic.feature.source_1.1.2.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.provider.generic.feature_1.1.2.v20231021-2127.jar [DEBUG] adding entry features/org.eclipse.ecf.remoteservice.sdk.feature.source_3.15.0.v20240502-2212.jar [DEBUG] adding entry features/org.eclipse.ecf.provider.generic.remoteservice.feature_1.2.1.v20231021-2127.jar [DEBUG] adding entry artifacts.jar [DEBUG] adding entry content.xml.xz [DEBUG] adding entry artifacts.xml.xz [DEBUG] adding entry p2.index [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-source-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-source-plugin:4.0.7:feature-source:feature-source' with basic configurator --> [DEBUG] (f) finalName = org.eclipse.ecf.sdk_3.15.0.v20240502-2230 [DEBUG] (f) includeBinaryFeature = false [DEBUG] (f) labelSuffix = Developer Resources [DEBUG] (f) missingSourcesAction = WARN [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] (f) reuseBrandingPlugin = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@45ad7da2 [DEBUG] (f) skip = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign from plugin realm ClassRealm[plugin>org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.4.3:sign:sign' with basic configurator --> [DEBUG] (f) connectTimeoutMillis = 5000 [DEBUG] (f) continueOnFail = false [DEBUG] (f) deprecatedContinueOnFail = false [DEBUG] (f) deprecatedRetryLimit = 3 [DEBUG] (f) deprecatedRetryTimer = 10 [DEBUG] (f) digestAlgorithm = DEFAULT [DEBUG] (f) excludeInnerJars = false [DEBUG] (f) processAttachedArtifacts = true [DEBUG] (f) processMainArtifact = true [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] (f) resigningStrategy = RESIGN [DEBUG] (f) retryLimit = 3 [DEBUG] (f) retryTimer = 10 [DEBUG] (f) signatureAlgorithm = DEFAULT [DEBUG] (f) signerUrl = https://cbi.eclipse.org/jarsigner/sign [DEBUG] (f) skip = false [DEBUG] (f) timeoutMillis = 0 [DEBUG] -- end configuration -- [DEBUG] Extension of file '/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/org.eclipse.ecf.sdk_3.15.0.v20240502-2230.zip' is not 'jar', it will not be signed [DEBUG] Extension of file '/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/p2content.xml' is not 'jar', it will not be signed [DEBUG] Extension of file '/home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/p2artifacts.xml' is not 'jar', it will not be signed [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:4.0.7:p2-metadata:attach-p2-metadata' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) url = https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@5ebb3ce] [DEBUG] (f) enhanceLogs = false [DEBUG] (f) generateChecksums = true [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/target/compile-logs [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] (f) writeComparatorDelta = false [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.releng.repository --- [DEBUG] Loading mojo org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines from plugin realm ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5cb0d902] [DEBUG] Configuring mojo execution 'org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines:compare-version-with-baseline' with basic configurator --> [DEBUG] (f) baselines = [https://download.eclipse.org/rt/ecf/latest/site.p2/] [DEBUG] (f) comparator = zip [DEBUG] (f) execution = org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines {execution: compare-version-with-baseline} [DEBUG] (f) ignoredPatterns = [META-INF/ECLIPSE_.RSA, META-INF/ECLIPSE_.SF] [DEBUG] (f) onIllegalVersion = warn [DEBUG] (f) project = MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/pom.xml [DEBUG] -- end configuration -- [DEBUG] Enter loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [DEBUG] Exit loading repository https://download.eclipse.org/rt/ecf/latest/site.p2/ [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Eclipse Communication Framework (ECF) 1.0.0-SNAPSHOT SUCCESS [ 2.179 s] [INFO] org.eclipse.ecf.identity 3.10.0-SNAPSHOT ........... SUCCESS [ 20.535 s] [INFO] org.eclipse.ecf 3.11.0-SNAPSHOT .................... SUCCESS [ 3.729 s] [INFO] org.eclipse.ecf.console 1.4.0-SNAPSHOT ............. SUCCESS [ 3.554 s] [INFO] org.eclipse.ecf.datashare 3.0.301-SNAPSHOT ......... SUCCESS [ 3.130 s] [INFO] org.eclipse.ecf.discovery 5.2.0-SNAPSHOT ........... SUCCESS [ 3.571 s] [INFO] org.eclipse.ecf.discovery.ui.model 3.0.202-SNAPSHOT SUCCESS [ 3.571 s] [INFO] org.eclipse.ecf.discovery.ui.edit 3.0.201-SNAPSHOT . SUCCESS [ 4.241 s] [INFO] org.eclipse.ecf.discovery.ui 3.0.301-SNAPSHOT ...... SUCCESS [ 11.357 s] [INFO] org.eclipse.ecf.discovery.ui.browser 1.0.201-SNAPSHOT SUCCESS [ 3.776 s] [INFO] org.eclipse.ecf.discovery.ui.properties 3.0.201-SNAPSHOT SUCCESS [ 4.334 s] [INFO] org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.201-SNAPSHOT SUCCESS [ 3.285 s] [INFO] org.eclipse.ecf.discovery.ui.userinput 1.0.201-SNAPSHOT SUCCESS [ 2.977 s] [INFO] org.eclipse.ecf.filetransfer 5.1.103-SNAPSHOT ...... SUCCESS [ 3.153 s] [INFO] org.eclipse.ecf.presence 2.1.201-SNAPSHOT .......... SUCCESS [ 2.785 s] [INFO] org.eclipse.ecf.sharedobject 2.6.200-SNAPSHOT ...... SUCCESS [ 3.120 s] [INFO] org.eclipse.ecf.ui 2.3.0-SNAPSHOT .................. SUCCESS [ 6.723 s] [INFO] org.eclipse.ecf.filetransfer.ui 1.5.201-SNAPSHOT ... SUCCESS [ 3.243 s] [INFO] org.eclipse.ecf.presence.bot 1.3.301-SNAPSHOT ...... SUCCESS [ 3.172 s] [INFO] org.eclipse.ecf.presence.ui 2.4.201-SNAPSHOT ....... SUCCESS [ 4.408 s] [INFO] org.eclipse.ecf.presence.collab.ui 1.3.101-SNAPSHOT SUCCESS [ 4.495 s] [INFO] org.eclipse.ecf.provider 4.10.0-SNAPSHOT ........... SUCCESS [ 3.672 s] [INFO] org.eclipse.ecf.remoteservice.asyncproxy 2.1.200-SNAPSHOT SUCCESS [ 3.797 s] [INFO] org.eclipse.ecf.remoteservice 8.14.0-SNAPSHOT ...... SUCCESS [ 3.335 s] [INFO] org.eclipse.ecf.remoteservice.rest 2.8.1-SNAPSHOT .. SUCCESS [ 4.054 s] [INFO] org.eclipse.ecf.provider.remoteservice 4.6.1-SNAPSHOT SUCCESS [ 3.844 s] [INFO] org.eclipse.ecf.remoteservice.servlet 1.0.201-SNAPSHOT SUCCESS [ 3.366 s] [INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy 1.0.102-SNAPSHOT SUCCESS [ 2.484 s] [INFO] org.eclipse.osgi.services.remoteserviceadmin 1.6.301-SNAPSHOT SUCCESS [ 4.142 s] [INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin 4.9.3-SNAPSHOT SUCCESS [ 4.336 s] [INFO] org.eclipse.ecf.remoteservice.ui 3.4.400-SNAPSHOT .. SUCCESS [ 4.456 s] [INFO] org.eclipse.ecf.ssl 1.3.100-SNAPSHOT ............... SUCCESS [ 3.583 s] [INFO] org.eclipse.ecf.ui.capabilities 1.0.201-SNAPSHOT ... SUCCESS [ 3.394 s] [INFO] org.eclipse.team.ecf.core 1.0.201-SNAPSHOT ......... SUCCESS [ 3.383 s] [INFO] org.eclipse.team.ecf.ui 1.0.201-SNAPSHOT ........... SUCCESS [ 3.456 s] [INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.console 1.3.1-SNAPSHOT SUCCESS [ 3.479 s] [INFO] org.eclipse.ecf.osgi.services.distribution 2.1.700-SNAPSHOT SUCCESS [ 3.286 s] [INFO] ch.ethz.iks.r_osgi.remote 1.3.0-SNAPSHOT ........... SUCCESS [ 4.637 s] [INFO] ch.ethz.iks.slp 1.4.1-SNAPSHOT ..................... SUCCESS [ 3.553 s] [INFO] org.jivesoftware.smack 3.4.0-SNAPSHOT .............. SUCCESS [ 6.641 s] [INFO] org.eclipse.ecf.provider.datashare 1.6.1-SNAPSHOT .. SUCCESS [ 3.185 s] [INFO] org.eclipse.ecf.provider.datashare.nio 0.9.301-SNAPSHOT SUCCESS [ 2.784 s] [INFO] org.eclipse.ecf.provider.discovery 3.0.102-SNAPSHOT SUCCESS [ 2.460 s] [INFO] org.eclipse.ecf.provider.dnssd 1.3.0-SNAPSHOT ...... SUCCESS [ 2.614 s] [INFO] org.eclipse.ecf.provider.filetransfer 3.3.0-SNAPSHOT SUCCESS [ 3.512 s] [INFO] org.eclipse.ecf.provider.filetransfer.httpclient45 1.0.600-SNAPSHOT SUCCESS [ 3.650 s] [INFO] org.eclipse.ecf.provider.filetransfer.httpclient45.win32 1.0.500-SNAPSHOT SUCCESS [ 4.246 s] [INFO] org.eclipse.ecf.provider.filetransfer.httpclient5 1.1.0-SNAPSHOT SUCCESS [ 3.995 s] [INFO] org.eclipse.ecf.provider.filetransfer.httpclient5.win32 1.1.0-SNAPSHOT SUCCESS [ 3.546 s] [INFO] org.eclipse.ecf.provider.filetransfer.httpclientjava 2.0.200-SNAPSHOT SUCCESS [ 3.116 s] [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0-SNAPSHOT SUCCESS [ 3.292 s] [INFO] org.eclipse.ecf.provider.irc 1.3.401-SNAPSHOT ...... SUCCESS [ 3.577 s] [INFO] org.eclipse.ecf.provider.irc.ui 1.4.0-SNAPSHOT ..... SUCCESS [ 3.313 s] [INFO] org.eclipse.ecf.provider.jmdns 4.4.0-SNAPSHOT ...... SUCCESS [ 3.301 s] [INFO] org.eclipse.ecf.provider.jslp 3.2.302-SNAPSHOT ..... SUCCESS [ 3.426 s] [INFO] org.eclipse.ecf.provider.r_osgi 3.7.0-SNAPSHOT ..... SUCCESS [ 4.628 s] [INFO] org.eclipse.ecf.provider.ui 1.4.101-SNAPSHOT ....... SUCCESS [ 3.265 s] [INFO] org.eclipse.ecf.provider.xmpp 3.2.402-SNAPSHOT ..... SUCCESS [ 3.850 s] [INFO] org.eclipse.ecf.provider.xmpp.datashare 1.0.201-SNAPSHOT SUCCESS [ 2.682 s] [INFO] org.eclipse.ecf.provider.xmpp.remoteservice 1.2.201-SNAPSHOT SUCCESS [ 3.350 s] [INFO] org.eclipse.ecf.provider.xmpp.ui 2.2.301-SNAPSHOT .. SUCCESS [ 3.529 s] [INFO] org.eclipse.ecf.remoteservice.eventadmin 1.3.101-SNAPSHOT SUCCESS [ 2.810 s] [INFO] org.eclipse.ecf.server.generic 8.2.0-SNAPSHOT ...... SUCCESS [ 3.068 s] [INFO] org.eclipse.ecf.server 2.1.301-SNAPSHOT ............ SUCCESS [ 2.747 s] [INFO] org.eclipse.ecf.sharedobject.feature 1.1.1-SNAPSHOT SUCCESS [ 2.229 s] [INFO] org.eclipse.ecf.provider.generic.feature 1.1.2-SNAPSHOT SUCCESS [ 2.690 s] [INFO] org.eclipse.ecf.remoteservice.feature 2.6.1-SNAPSHOT SUCCESS [ 2.947 s] [INFO] org.eclipse.ecf.provider.generic.remoteservice.feature 1.2.1-SNAPSHOT SUCCESS [ 2.796 s] [INFO] org.eclipse.ecf.server.generic.feature 1.2.103-SNAPSHOT SUCCESS [ 2.266 s] [INFO] org.eclipse.ecf.tests 2.2.102-SNAPSHOT ............. SUCCESS [ 3.823 s] [INFO] org.eclipse.ecf.tests.datashare 2.0.101-SNAPSHOT ... SUCCESS [ 3.684 s] [INFO] org.eclipse.ecf.tests.filetransfer 2.0.500-SNAPSHOT SUCCESS [ 2.953 s] [INFO] org.eclipse.ecf.tests.filetransfer.httpclient5 1.0.0-SNAPSHOT SUCCESS [ 2.968 s] [INFO] org.eclipse.ecf.tests.filetransfer.httpclientjava 2.0.0-SNAPSHOT SUCCESS [ 3.137 s] [INFO] org.eclipse.ecf.tests.presence 2.0.102-SNAPSHOT .... SUCCESS [ 4.320 s] [INFO] org.eclipse.ecf.tests.provider.datashare.nio 1.0.100-SNAPSHOT SUCCESS [ 3.306 s] [INFO] org.eclipse.ecf.tests.sharedobject 2.0.102-SNAPSHOT SUCCESS [ 3.730 s] [INFO] org.eclipse.ecf.tests.remoteservice 2.1.102-SNAPSHOT SUCCESS [ 2.749 s] [INFO] org.eclipse.ecf.tests.provider.xmpp 2.0.102-SNAPSHOT SUCCESS [ 3.780 s] [INFO] org.eclipse.ecf.tests.ssl 1.0.101-SNAPSHOT ......... SUCCESS [ 3.280 s] [INFO] org.eclipse.ecf.tests.osgi.services.distribution 1.1.101-SNAPSHOT SUCCESS [ 2.962 s] [INFO] org.eclipse.ecf.tests.discovery 2.1.0-SNAPSHOT ..... SUCCESS [ 3.644 s] [INFO] org.eclipse.ecf.tests.remoteservice.generic 2.1.102-SNAPSHOT SUCCESS [ 2.990 s] [INFO] org.eclipse.ecf.tests.remoteservice.r-osgi 1.0.101-SNAPSHOT SUCCESS [ 3.143 s] [INFO] org.eclipse.ecf.tests.osgi.services.distribution.generic 1.0.101-SNAPSHOT SUCCESS [ 2.833 s] [INFO] org.eclipse.ecf.tests.osgi.services.distribution.r-osgi 1.0.101-SNAPSHOT SUCCESS [ 3.102 s] [INFO] org.eclipse.ecf.remoteservices.tooling.pde 1.2.0-SNAPSHOT SUCCESS [ 12.434 s] [INFO] org.eclipse.ecf.console.feature 1.3.1-SNAPSHOT ..... SUCCESS [ 2.324 s] [INFO] org.eclipse.ecf.doc 1.3.500-SNAPSHOT ............... SUCCESS [ 17.635 s] [INFO] org.eclipse.ecf.discovery.feature 1.0.201-SNAPSHOT . SUCCESS [ 3.508 s] [INFO] org.eclipse.ecf.discovery.jmdns.feature 1.0.103-SNAPSHOT SUCCESS [ 2.786 s] [INFO] org.eclipse.ecf.remoteservice.rosgi.feature 2.0.2-SNAPSHOT SUCCESS [ 2.413 s] [INFO] org.eclipse.ecf.osgi.services.feature 2.6.400-SNAPSHOT SUCCESS [ 2.988 s] [INFO] org.eclipse.ecf.discovery.slp.feature 1.0.102-SNAPSHOT SUCCESS [ 2.141 s] [INFO] org.eclipse.ecf.remoteservice.rest.feature 1.0.303-SNAPSHOT SUCCESS [ 2.292 s] [INFO] org.eclipse.ecf.core.feature 1.6.2-SNAPSHOT ........ SUCCESS [ 2.126 s] [INFO] org.eclipse.ecf.remoteservice.servlet.feature 1.0.400-SNAPSHOT SUCCESS [ 2.547 s] [INFO] org.eclipse.ecf.remoteservice.sdk.feature 3.15.0-SNAPSHOT SUCCESS [ 2.382 s] [INFO] org.eclipse.ecf.core 3.15.0-SNAPSHOT ............... SUCCESS [ 2.796 s] [INFO] org.eclipse.ecf.core.ssl.feature 1.1.600-SNAPSHOT .. SUCCESS [ 2.796 s] [INFO] org.eclipse.ecf.datashare.feature 1.0.201-SNAPSHOT . SUCCESS [ 2.854 s] [INFO] org.eclipse.ecf.discovery.dnssd.feature 1.1.0-SNAPSHOT SUCCESS [ 2.414 s] [INFO] org.eclipse.ecf.filetransfer.feature 3.14.1900-SNAPSHOT SUCCESS [ 2.143 s] [INFO] org.eclipse.ecf.filetransfer.httpclient45.feature 1.1.101-SNAPSHOT SUCCESS [ 2.779 s] [INFO] org.eclipse.ecf.filetransfer.httpclient5.feature 1.1.702-SNAPSHOT SUCCESS [ 2.175 s] [INFO] org.eclipse.ecf.filetransfer.httpclientjava.feature 2.0.200-SNAPSHOT SUCCESS [ 2.144 s] [INFO] org.eclipse.ecf.filetransfer.ssl.feature 1.1.402-SNAPSHOT SUCCESS [ 2.155 s] [INFO] org.eclipse.ecf.presence.feature 1.0.202-SNAPSHOT .. SUCCESS [ 2.658 s] [INFO] org.eclipse.ecf.provider.generic.datashare.feature 1.0.202-SNAPSHOT SUCCESS [ 2.198 s] [INFO] org.eclipse.ecf.tests.feature 3.1.0-SNAPSHOT ....... SUCCESS [ 3.037 s] [INFO] org.eclipse.ecf.tests.filetransfer.feature 1.0.300-SNAPSHOT SUCCESS [ 2.475 s] [INFO] org.eclipse.ecf.xmpp.feature 1.0.300-SNAPSHOT ...... SUCCESS [ 2.795 s] [INFO] ECF Target Platform Definitions 1.0.0-SNAPSHOT ..... SUCCESS [ 2.000 s] [INFO] ECF p2 Repository 3.15.0-SNAPSHOT .................. SUCCESS [ 6.862 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:58 min [INFO] Finished at: 2024-05-02T22:46:41Z [INFO] ------------------------------------------------------------------------ [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.engine for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.equinox.internal.p2.engine.ProfileRegistryComponent and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.engine for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.equinox.internal.provisional.p2.repository.DefaultPGPPublicKeyService and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.repository for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class class org.eclipse.equinox.internal.p2.repository.PGPKeyServiceComponent and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.repository for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class interface org.eclipse.equinox.p2.core.IProvisioningAgent and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.core for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class interface org.eclipse.equinox.p2.core.IProvisioningAgent and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.core for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Searching bundle for class interface org.eclipse.equinox.p2.core.IProvisioningAgent and location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar [DEBUG] [2b74802d-8ee5-4eee-8b44-23fbc6acd85a][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] Return bundle org.eclipse.equinox.p2.core for location file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.p2.core/2.11.0/org.eclipse.equinox.p2.core-2.11.0.jar Waiting for Jenkins to finish collecting data channel stopped [DEBUG] Cleanup org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda$768/0x0000000801551878@47e47901 during JVM shutdown [ecf-github.master] $ /bin/sh -xe /tmp/jenkins13248489533314876397.sh ++ cd releng/org.eclipse.ecf.releng.repository/target/ ++ cut -d_ -f2 ++ ls -1 org.eclipse.ecf.sdk_3.15.0.v20240502-2230.zip ++ sed -e s/.zip// + VER=3.15.0.v20240502-2230 + SNAPSHOT=/home/data/httpd/download.eclipse.org/rt/ecf/snapshot + ssh genie.ecf@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/rt/ecf/snapshot/site.p2 + ssh genie.ecf@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/rt/ecf/snapshot/javadoc + ssh genie.ecf@projects-storage.eclipse.org rm -rf '/home/data/httpd/download.eclipse.org/rt/ecf/snapshot/*.zip' + scp -r doc/bundles/org.eclipse.ecf.doc/html/reference/api genie.ecf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rt/ecf/snapshot/javadoc + scp releng/org.eclipse.ecf.releng.repository/target/org.eclipse.ecf.sdk_3.15.0.v20240502-2230.zip genie.ecf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rt/ecf/snapshot + ssh genie.ecf@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/rt/ecf/snapshot/site.p2/3.15.0.v20240502-2230 + scp -r releng/org.eclipse.ecf.releng.repository/target/repository genie.ecf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rt/ecf/snapshot/site.p2/3.15.0.v20240502-2230 + cat + scp p2.index genie.ecf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rt/ecf/snapshot/site.p2/ + rm p2.index + cat + cat + DIRS=3.15.0.v20240502-2230 + for DIR in $DIRS ++ basename 3.15.0.v20240502-2230 + DIR=3.15.0.v20240502-2230 + sed -i -e '/\/children/i' compositeContent.xml compositeArtifacts.xml ++ grep 'child location' compositeContent.xml ++ wc -l + NUM=1 + sed -i -e '/children size/s/0/1/' compositeContent.xml compositeArtifacts.xml + scp compositeContent.xml compositeArtifacts.xml genie.ecf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rt/ecf/snapshot/site.p2/ + rm compositeContent.xml compositeArtifacts.xml [ecf-github.master] $ /bin/sh -xe /tmp/jenkins1545562446173189078.sh + SNAPSHOT=/home/data/httpd/download.eclipse.org/rt/ecf/snapshot + cp releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml . ++ grep mvn:org.eclipse.ecf karaf-features.xml ++ sed -e 's/<\/\?bundle>//g' -e 's/\s*\(mvn:org.eclipse.ecf\/\S*\).*/\1/' + items='mvn:org.eclipse.ecf/org.eclipse.ecf.identity mvn:org.eclipse.ecf/org.eclipse.ecf mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject mvn:org.eclipse.ecf/org.eclipse.ecf.discovery mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice mvn:org.eclipse.ecf/org.eclipse.ecf.console mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution mvn:org.eclipse.ecf/org.eclipse.ecf.provider mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice mvn:org.eclipse.ecf/org.objectweb.asm mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote mvn:org.eclipse.ecf/org.eclipse.ecf.provider mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin' + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.identity ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.identity ++ cut -d/ -f2 + artifact=org.eclipse.ecf.identity ++ find -name 'org.eclipse.ecf.identity-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=3.10.0 + '[' -z 3.10.0 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.identity --> mvn:org.eclipse.ecf/org.eclipse.ecf.identity' mvn:org.eclipse.ecf/org.eclipse.ecf.identity --> mvn:org.eclipse.ecf/org.eclipse.ecf.identity + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.identity|mvn:org.eclipse.ecf/org.eclipse.ecf.identity|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf ++ cut -d/ -f2 + artifact=org.eclipse.ecf ++ find -name 'org.eclipse.ecf-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=3.11.0 + '[' -z 3.11.0 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf --> mvn:org.eclipse.ecf/org.eclipse.ecf' mvn:org.eclipse.ecf/org.eclipse.ecf --> mvn:org.eclipse.ecf/org.eclipse.ecf + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf|mvn:org.eclipse.ecf/org.eclipse.ecf|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject ++ cut -d/ -f2 + artifact=org.eclipse.ecf.sharedobject ++ find -name 'org.eclipse.ecf.sharedobject-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=2.6.200 + '[' -z 2.6.200 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject --> mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject' mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject --> mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject|mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.discovery ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.discovery ++ cut -d/ -f2 + artifact=org.eclipse.ecf.discovery ++ find -name 'org.eclipse.ecf.discovery-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=5.2.0 + '[' -z 5.2.0 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.discovery --> mvn:org.eclipse.ecf/org.eclipse.ecf.discovery' mvn:org.eclipse.ecf/org.eclipse.ecf.discovery --> mvn:org.eclipse.ecf/org.eclipse.ecf.discovery + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.discovery|mvn:org.eclipse.ecf/org.eclipse.ecf.discovery|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy ++ cut -d/ -f2 + artifact=org.eclipse.ecf.remoteservice.asyncproxy ++ find -name 'org.eclipse.ecf.remoteservice.asyncproxy-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=2.1.200 + '[' -z 2.1.200 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy' mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice ++ cut -d/ -f2 + artifact=org.eclipse.ecf.remoteservice ++ find -name 'org.eclipse.ecf.remoteservice-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=8.14.0 + '[' -z 8.14.0 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice' mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.console ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.console ++ cut -d/ -f2 + artifact=org.eclipse.ecf.console ++ find -name 'org.eclipse.ecf.console-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=1.4.0 + '[' -z 1.4.0 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.console --> mvn:org.eclipse.ecf/org.eclipse.ecf.console' mvn:org.eclipse.ecf/org.eclipse.ecf.console --> mvn:org.eclipse.ecf/org.eclipse.ecf.console + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.console|mvn:org.eclipse.ecf/org.eclipse.ecf.console|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console ++ cut -d/ -f2 + artifact=org.eclipse.ecf.osgi.services.remoteserviceadmin.console ++ find -name 'org.eclipse.ecf.osgi.services.remoteserviceadmin.console-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=1.3.1 + '[' -z 1.3.1 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console' mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin ++ cut -d/ -f2 + artifact=org.eclipse.osgi.services.remoteserviceadmin ++ find -name 'org.eclipse.osgi.services.remoteserviceadmin-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=1.6.301 + '[' -z 1.6.301 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin --> mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin' mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin --> mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin|mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ++ cut -d/ -f2 + artifact=org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ++ find -name 'org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=1.0.102 + '[' -z 1.0.102 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy' mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin ++ cut -d/ -f2 + artifact=org.eclipse.ecf.osgi.services.remoteserviceadmin ++ find -name 'org.eclipse.ecf.osgi.services.remoteserviceadmin-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=4.9.3 + '[' -z 4.9.3 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin' mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution ++ cut -d/ -f2 + artifact=org.eclipse.ecf.osgi.services.distribution ++ find -name 'org.eclipse.ecf.osgi.services.distribution-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=2.1.700 + '[' -z 2.1.700 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution' mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider ++ cut -d/ -f2 + artifact=org.eclipse.ecf.provider ++ find -name 'org.eclipse.ecf.provider-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=4.10.0 + '[' -z 4.10.0 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.provider --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider' mvn:org.eclipse.ecf/org.eclipse.ecf.provider --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.provider|mvn:org.eclipse.ecf/org.eclipse.ecf.provider|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice ++ cut -d/ -f2 + artifact=org.eclipse.ecf.provider.remoteservice ++ find -name 'org.eclipse.ecf.provider.remoteservice-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=4.6.1 + '[' -z 4.6.1 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice' mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.objectweb.asm ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.objectweb.asm ++ cut -d/ -f2 + artifact=org.objectweb.asm ++ find -name 'org.objectweb.asm-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version= + '[' -z '' ']' + continue + for item in $items ++ echo mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote ++ cut -d/ -f2 + artifact=ch.ethz.iks.r_osgi.remote ++ find -name 'ch.ethz.iks.r_osgi.remote-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=1.3.0 + '[' -z 1.3.0 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote --> mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote' mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote --> mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote + sed -i -e 's|mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote|mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider ++ cut -d/ -f2 + artifact=org.eclipse.ecf.provider ++ find -name 'org.eclipse.ecf.provider-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=4.10.0 + '[' -z 4.10.0 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.provider --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider' mvn:org.eclipse.ecf/org.eclipse.ecf.provider --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.provider|mvn:org.eclipse.ecf/org.eclipse.ecf.provider|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi ++ cut -d/ -f2 + artifact=org.eclipse.ecf.provider.r_osgi ++ find -name 'org.eclipse.ecf.provider.r_osgi-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=3.7.0 + '[' -z 3.7.0 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi' mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns ++ cut -d/ -f2 + artifact=org.eclipse.ecf.provider.jmdns ++ find -name 'org.eclipse.ecf.provider.jmdns-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=4.4.0 + '[' -z 4.4.0 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns' mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns|' karaf-features.xml + for item in $items ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin ++ awk -F/ '{print NF-1}' + slashcount=1 ++ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin ++ cut -d/ -f2 + artifact=org.eclipse.ecf.remoteservice.eventadmin ++ find -name 'org.eclipse.ecf.remoteservice.eventadmin-*-SNAPSHOT.jar' ++ grep -v 'remoteservice\.asyncproxy-1' ++ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' + jar_version=1.3.101 + '[' -z 1.3.101 ']' + '[' 1 -lt 2 ']' + echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin' mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin + sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin|' karaf-features.xml + ssh genie.ecf@projects-storage.eclipse.org rm -f /home/data/httpd/download.eclipse.org/rt/ecf/snapshot/site.p2/karaf-features.xml + ssh genie.ecf@projects-storage.eclipse.org rm -f /home/data/httpd/download.eclipse.org/rt/ecf/snapshot/karaf-features.xml + scp karaf-features.xml genie.ecf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rt/ecf/snapshot/site.p2 + scp karaf-features.xml genie.ecf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rt/ecf/snapshot + rm karaf-features.xml $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 53 killed; [ssh-agent] Stopped. Triggering a new build of ecf-tycho.tests Finished: SUCCESS